@tripian/model 9.1.19 → 9.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/v4/index.d.ts +1 -0
- package/api/v4/models/CityEvent.d.ts +33 -0
- package/api/v4/models/TranslationList.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/api/v4/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export * from './models/Campaign';
|
|
|
37
37
|
export * from './models/CampaignReport';
|
|
38
38
|
export * from './models/CampaignCustomerReport';
|
|
39
39
|
export * from './models/City';
|
|
40
|
+
export * from './models/CityEvent';
|
|
40
41
|
export * from './models/CityInfo';
|
|
41
42
|
export * from './models/Companion';
|
|
42
43
|
export * from './models/ConfigList';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export type CityEventDate = {
|
|
2
|
+
startDate: string;
|
|
3
|
+
when: string;
|
|
4
|
+
startDateTime: string;
|
|
5
|
+
endDateTime: string | null;
|
|
6
|
+
};
|
|
7
|
+
export type CityEventLocationMap = {
|
|
8
|
+
image: string;
|
|
9
|
+
link: string | null;
|
|
10
|
+
};
|
|
11
|
+
export type CityEventTicketInfo = {
|
|
12
|
+
source: string;
|
|
13
|
+
link: string;
|
|
14
|
+
};
|
|
15
|
+
export type CityEventVenue = {
|
|
16
|
+
name: string;
|
|
17
|
+
rating: number;
|
|
18
|
+
reviews: string | null;
|
|
19
|
+
link: string;
|
|
20
|
+
};
|
|
21
|
+
export type CityEvent = {
|
|
22
|
+
id: string;
|
|
23
|
+
cityId: number;
|
|
24
|
+
title: string;
|
|
25
|
+
image: string;
|
|
26
|
+
date: CityEventDate;
|
|
27
|
+
address: string;
|
|
28
|
+
link: string;
|
|
29
|
+
eventLocationMap: CityEventLocationMap;
|
|
30
|
+
description: string;
|
|
31
|
+
ticketInfo: CityEventTicketInfo[];
|
|
32
|
+
venue: CityEventVenue;
|
|
33
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type TranslationKey = 'landing.poweredBy' | 'landing.getStarted' | 'landing.login' | 'landing.title' | 'landing.description' | 'landing.feelLikeALocalWhereverYouGo.title' | 'landing.feelLikeALocalWhereverYouGo.personalizedRecommendations.title' | 'landing.feelLikeALocalWhereverYouGo.personalizedRecommendations.description' | 'landing.feelLikeALocalWhereverYouGo.mappedOutDailyItineraries.title' | 'landing.feelLikeALocalWhereverYouGo.mappedOutDailyItineraries.description' | 'landing.feelLikeALocalWhereverYouGo.bestPlacesFeatures.title' | 'landing.feelLikeALocalWhereverYouGo.bestPlacesFeatures.description' | 'landing.feelLikeALocalWhereverYouGo.accessAnywhereAnytime.title' | 'landing.feelLikeALocalWhereverYouGo.accessAnywhereAnytime.description' | 'landing.weHaveGotYouCoveredIn.title' | 'landing.weHaveGotYouCoveredIn.countries' | 'landing.weHaveGotYouCoveredIn.cities' | 'landing.weHaveGotYouCoveredIn.handPickedLocations' | 'landing.whatTravelersAreSaying.title' | 'landing.whatTravelersAreSaying.traveler1.message' | 'landing.whatTravelersAreSaying.traveler1.customer' | 'landing.whatTravelersAreSaying.traveler2.message' | 'landing.whatTravelersAreSaying.traveler2.customer' | 'landing.whatTravelersAreSaying.traveler3.message' | 'landing.whatTravelersAreSaying.traveler3.customer' | 'landing.howTripianWorks.title' | 'landing.howTripianWorks.createYourAccount.title' | 'landing.howTripianWorks.createYourAccount.description' | 'landing.howTripianWorks.setUpYourTrip.title' | 'landing.howTripianWorks.setUpYourTrip.description' | 'landing.howTripianWorks.readyToGo.title' | 'landing.howTripianWorks.readyToGo.description' | 'landing.readyToGetStarted' | 'landing.planYourTripNow' | 'landing.aboutTripian' | 'landing.termsOfUse' | 'landing.privacyPolicy' | 'landing.allRightsReserved' | 'auth.login.title' | 'auth.login.email.label' | 'auth.login.email.placeholder' | 'auth.login.password.label' | 'auth.login.password.placeholder' | 'auth.login.forgotPassword' | 'auth.login.submit' | 'auth.login.or' | 'auth.login.google' | 'auth.login.apple' | 'auth.login.account' | 'auth.login.registerNow' | 'auth.login.error.emailFormat' | 'auth.login.error.password' | 'auth.login.error.emailEmpty' | 'auth.login.error.verifyThatYouAreNotaRobot' | 'auth.loginWithHash.message' | 'auth.newPassword.header' | 'auth.forgotPassword.back' | 'auth.forgotPassword.title' | 'auth.forgotPassword.email.label' | 'auth.forgotPassword.email.placeholder' | 'auth.forgotPassword.submit' | 'auth.forgotPassword.error.emailEmpty' | 'auth.forgotPassword.error.emailFormat' | 'auth.forgotPassword.success.title' | 'auth.forgotPassword.success.description' | 'auth.forgotPassword.success.submit' | 'auth.resetPassword.title' | 'auth.resetPassword.password.label' | 'auth.resetPassword.password.placeholder' | 'auth.resetPassword.confirmPassword.label' | 'auth.resetPassword.confirmPassword.placeholder' | 'auth.resetPassword.submit' | 'auth.resetPassword.error.passwordFormat' | 'auth.resetPassword.error.passwordsNotEqual' | 'auth.resetPassword.success.title' | 'auth.resetPassword.success.description' | 'auth.resetPassword.success.button' | 'auth.register.back' | 'auth.register.title' | 'auth.register.name.label' | 'auth.register.name.placeholder' | 'auth.register.surname.label' | 'auth.register.surname.placeholder' | 'auth.register.email.label' | 'auth.register.email.placeholder' | 'auth.register.password.label' | 'auth.register.password.placeholder' | 'auth.register.termsOfUse.description' | 'auth.register.termsOfUse.button' | 'auth.register.submit' | 'auth.register.error.emailEmpty' | 'auth.register.error.emailFormat' | 'auth.register.error.password' | 'auth.register.error.acceptTheTermsOfUse' | 'auth.register.error.verifyThatYouAreNotaRobot' | 'trips.title' | 'trips.days' | 'trips.myTrips.upComingTrips.title' | 'trips.myTrips.upComingTrips.emptyMessage' | 'trips.myTrips.pastTrips.title' | 'trips.myTrips.pastTrips.emptyMessage' | 'trips.shareTrip.title' | 'trips.shareTrip.checkbox' | 'trips.shareTrip.description' | 'trips.shareTrip.copyLink' | 'trips.shareTrip.copiedLink' | 'trips.deleteTrip.title' | 'trips.deleteTrip.cancel' | 'trips.deleteTrip.submit' | 'trips.deleteTrip.question' | 'trips.editTrip.title' | 'trips.editTrip.submit' | 'trips.editTripName.title' | 'trips.editTripName.submit' | 'trips.cloneTrip.title' | 'trips.cloneTrip.loginWithHashTitle' | 'trips.cloneTrip.loggedIn.description' | 'trips.cloneTrip.loggedIn.submit' | 'trips.cloneTrip.notLoggedIn.description' | 'trips.cloneTrip.notLoggedIn.submit' | 'trips.cloneTrip.cancel' | 'trips.cloneTrip.back' | 'trips.myTrips.title' | 'trips.itineraryPlanner' | 'trips.myTrips.shareToFriends.title' | 'trips.myTrips.shareToFriends.description' | 'trips.myTrips.localExperiences.title' | 'trips.myTrips.localExperiences.toursEmpty' | 'trips.myTrips.localExperiences.categories.adventure' | 'trips.myTrips.localExperiences.categories.food' | 'trips.myTrips.localExperiences.categories.cultureHistory' | 'trips.myTrips.localExperiences.categories.sightSeeing' | 'trips.myTrips.localExperiences.categories.artMuseum' | 'trips.myTrips.localExperiences.categories.localNeighborhood' | 'trips.myTrips.localExperiences.tourDetails.reviews' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.title' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.duration' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.cancelation' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.ticketInfo' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.guide' | 'trips.myTrips.localExperiences.tourDetails.selectParticipantsAndDate' | 'trips.myTrips.localExperiences.tourDetails.startingTime' | 'trips.myTrips.localExperiences.tourDetails.bookNow' | 'trips.myTrips.localExperiences.tourDetails.experience.title' | 'trips.myTrips.localExperiences.tourDetails.experience.itinerary' | 'trips.myTrips.localExperiences.tourDetails.experience.highlights' | 'trips.myTrips.localExperiences.tourDetails.experience.fullDescription' | 'trips.myTrips.localExperiences.tourDetails.experience.includes' | 'trips.myTrips.localExperiences.tourDetails.experience.excludes' | 'trips.myTrips.localExperiences.tourDetails.experience.destinations' | 'trips.myTrips.localExperiences.tourDetails.experience.departures' | 'trips.myTrips.localExperiences.tourDetails.experience.availableOffers' | 'trips.myTrips.localExperiences.tourDetails.experience.importantInformation' | 'trips.myTrips.localExperiences.tourDetails.experience.additionalInformation' | 'trips.myTrips.localExperiences.tourDetails.experience.doesNotSupport' | 'trips.myTrips.localExperiences.tourDetails.experience.perPerson' | 'trips.myTrips.localExperiences.tourDetails.experience.tours' | 'trips.myTrips.localExperiences.tourDetails.saveUpTo' | 'trips.myTrips.localExperiences.tourDetails.taxesAndFees' | 'trips.myTrips.localExperiences.tourDetails.totalPrice' | 'trips.myTrips.localExperiences.tourDetails.priceBreakdown' | 'trips.myTrips.localExperiences.tourDetails.age' | 'trips.myTrips.localExperiences.tourDetails.noAvailableDays' | 'trips.myTrips.localExperiences.tourDetails.pleaseSelect' | 'trips.myTrips.localExperiences.tourDetails.maxTravelerYouCanBringAlong' | 'trips.myTrips.localExperiences.tourDetails.maxTravelerAmountReached' | 'trips.myTrips.localExperiences.tourDetails.pleaseLowerTheTravelerCount' | 'trips.myTrips.localExperiences.tourDetails.checkAvailability' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.rejected.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.confirmed.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.pending.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.rejected.description' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.pending.description' | 'trips.myTrips.localExperiences.tourDetails.person' | 'trips.myTrips.localExperiences.tourDetails.people' | 'trips.myTrips.localExperiences.tourDetails.contactDetails' | 'trips.myTrips.localExperiences.tourDetails.goToTicketDetails' | 'trips.myTrips.localExperiences.tourDetails.selectParticipantsAndDate' | 'trips.myTrips.localExperiences.tourDetails.travelerInformations' | 'trips.myTrips.localExperiences.tourDetails.firstName' | 'trips.myTrips.localExperiences.tourDetails.lastName' | 'trips.myTrips.localExperiences.tourDetails.countryCode' | 'trips.myTrips.localExperiences.tourDetails.phoneNumber' | 'trips.myTrips.localExperiences.tourDetails.email' | 'trips.myTrips.localExperiences.tourDetails.address' | 'trips.myTrips.localExperiences.tourDetails.city' | 'trips.myTrips.localExperiences.tourDetails.postalCode' | 'trips.myTrips.localExperiences.tourDetails.edit' | 'trips.myTrips.localExperiences.tourDetails.paymentDetails' | 'trips.myTrips.localExperiences.tourDetails.country' | 'trips.myTrips.localExperiences.tourDetails.zipCode' | 'trips.myTrips.localExperiences.tourDetails.submitPayment' | 'trips.myTrips.localExperiences.tourDetails.billingInformations' | 'trips.myTrips.localExperiences.tourDetails.paymentAreSecureAndEncrypted' | 'trips.myTrips.localExperiences.tourDetails.holderName' | 'trips.myTrips.localExperiences.tourDetails.cardNumber' | 'trips.myTrips.localExperiences.tourDetails.expiryMonth' | 'trips.myTrips.localExperiences.tourDetails.expiryYear' | 'trips.myTrips.localExperiences.tourDetails.confirmBooking' | 'trips.myTrips.localExperiences.tourDetails.otherDetails' | 'trips.myTrips.localExperiences.tourDetails.tourLanguage' | 'trips.myTrips.localExperiences.tourDetails.activityDetails' | 'trips.myTrips.localExperiences.tourDetails.languageGuides' | 'trips.myTrips.localExperiences.tourDetails.specialRequirements' | 'trips.myTrips.localExperiences.tourDetails.primaryTraveler' | 'trips.myTrips.localExperiences.tourDetails.traveler' | 'trips.myTrips.localExperiences.tourDetails.enterLocation' | 'trips.myTrips.localExperiences.tourDetails.mustBeAValidNumber' | 'trips.myTrips.localExperiences.tourDetails.mustBeAValidTime' | 'trips.myTrips.localExperiences.tourDetails.characterLimitExceeded' | 'trips.myTrips.localExperiences.tourDetails.max' | 'trips.myTrips.localExperiences.tourDetails.minimum' | 'trips.myTrips.localExperiences.tourDetails.adultRequired' | 'trips.myTrips.localExperiences.tourDetails.pleaseAddAtLeastOneAdult' | 'trips.myTrips.localExperiences.tourDetails.seeLessTimes' | 'trips.myTrips.localExperiences.tourDetails.seeMoreTimes' | 'trips.myTrips.localExperiences.tourDetails.cancellation.allSalesFinal' | 'trips.myTrips.localExperiences.tourDetails.cancellation.freeCancellation' | 'trips.myTrips.localExperiences.tourDetails.cancellation.freeCancellationBefore' | 'trips.myTrips.localExperiences.tourDetails.cancellation.noRefundAvailable' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundCouldNotDetermined' | 'trips.myTrips.localExperiences.tourDetails.cancellation.notRecognized' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundAmount' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundPercentage' | 'trips.myTrips.localExperiences.tourDetails.pickup.location' | 'trips.myTrips.localExperiences.tourDetails.pickup.freeText' | 'trips.myTrips.localExperiences.tourDetails.pickup.showDetails' | 'trips.myTrips.localExperiences.tourDetails.pickup.option' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirArrivalAirline' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirArrivalFlightNumber' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailArrivalLine' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailArrivalStation' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalDropOff' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortArrivalTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureMode' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalMode' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirDepartureAirline' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirDepartureFlightNumber' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureDate' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDeparturePickup' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortCruiseShip' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortDepartureTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailDepartureLine' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailDepartureStation' | 'trips.myTrips.localExperiences.tourDetails.questions.specialRequirements' | 'trips.myTrips.localExperiences.tourDetails.questions.arrivalDetails' | 'trips.myTrips.localExperiences.tourDetails.questions.departureDetails' | 'trips.myTrips.localExperiences.tourDetails.questions.pickupPoint' | 'trips.myTrips.localExperiences.tourDetails.mins' | 'trips.myTrips.localExperiences.tourDetails.next' | 'trips.myTrips.localExperiences.tourDetails.freeCancellation' | 'trips.myTrips.localExperiences.tourDetails.freeText' | 'trips.myTrips.localExperiences.tourDetails.meetingPoint' | 'trips.myTrips.localExperiences.tourDetails.pickup' | 'trips.myTrips.localExperiences.tourDetails.group' | 'trips.myTrips.localExperiences.tourDetails.optionNotFound' | 'trips.myTrips.localExperiences.tourDetails.bookingChildSafetySeat' | 'trips.myTrips.localExperiences.tourDetails.bookingCruiseDetails' | 'trips.myTrips.localExperiences.tourDetails.bookingCustomerAccommodation' | 'trips.myTrips.localExperiences.tourDetails.bookingDropOffAddress' | 'trips.myTrips.localExperiences.tourDetails.flightNumber' | 'trips.myTrips.localExperiences.tourDetails.timeOfArrival' | 'trips.myTrips.localExperiences.tourDetails.bookingMedicalConditions' | 'trips.myTrips.localExperiences.tourDetails.bookingMobilityIssues' | 'trips.myTrips.localExperiences.tourDetails.bookingShippingAddress' | 'trips.myTrips.localExperiences.tourDetails.bookingWheelchair' | 'trips.myTrips.localExperiences.tourDetails.travelerDietaryRestrictions' | 'trips.myTrips.localExperiences.tourDetails.travelerDivingLevel' | 'trips.myTrips.localExperiences.tourDetails.travelerDriverLicense' | 'trips.myTrips.localExperiences.tourDetails.amountShoe' | 'trips.myTrips.localExperiences.tourDetails.unitShoe' | 'trips.myTrips.localExperiences.tourDetails.travelerSkillLevel' | 'trips.myTrips.localExperiences.tourDetails.travelerAge' | 'trips.myTrips.localExperiences.tourDetails.travelerChildrenAge' | 'trips.myTrips.localExperiences.tourDetails.travelerDateOfBirth' | 'trips.myTrips.localExperiences.tourDetails.amountHeight' | 'trips.myTrips.localExperiences.tourDetails.unitHeight' | 'trips.myTrips.localExperiences.tourDetails.travelerIdDetails' | 'trips.myTrips.localExperiences.tourDetails.travelerIdNumber' | 'trips.myTrips.localExperiences.tourDetails.travelerFirstName' | 'trips.myTrips.localExperiences.tourDetails.travelerLastName' | 'trips.myTrips.localExperiences.tourDetails.travelerPassportDetails' | 'trips.myTrips.localExperiences.tourDetails.travelerPassportNumber' | 'trips.myTrips.localExperiences.tourDetails.amountWeight' | 'trips.myTrips.localExperiences.tourDetails.unitWeight' | 'trips.myTrips.localExperiences.tourDetails.likelyToSellOut' | 'trips.myTrips.localExperiences.tourDetails.newOnViator' | 'trips.myTrips.localExperiences.tourDetails.viatorExclusive' | 'trips.myTrips.localExperiences.tourDetails.skipTheLine' | 'trips.myTrips.localExperiences.tourDetails.privateTour' | 'trips.myTrips.localExperiences.tourDetails.specialOffer' | 'trips.myTrips.localExperiences.tourDetails.tryAgain' | 'trips.myTrips.localExperiences.tourDetails.paymentFailed' | 'trips.myTrips.localExperiences.tourDetails.cancelReservation' | 'trips.myTrips.localExperiences.tourDetails.close' | 'trips.myTrips.localExperiences.tourDetails.isRequired' | 'trips.myTrips.localExperiences.tourDetails.zipCodeisRequired' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMin3Char' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMax9Char' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMax9Char' | 'trips.myTrips.localExperiences.tourDetails.phoneNumberIsInvalid' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourPhoneNumber' | 'trips.myTrips.localExperiences.tourDetails.emailIsInvalid' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourEmail' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourEmail' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourFirstName' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourLastName' | 'trips.myTrips.localExperiences.tourDetails.pickupLocation' | 'trips.myTrips.localExperiences.tourDetails.successfullyBooked' | 'trips.myTrips.localExperiences.tourDetails.bookingIsStillAwatingConfirm' | 'trips.myTrips.localExperiences.tourDetails.bookingRejected' | 'trips.myTrips.localExperiences.tourDetails.min' | 'trips.myTrips.localExperiences.tourDetails.max' | 'trips.myTrips.localExperiences.tourDetails.participantsForThisActivity' | 'trips.myTrips.localExperiences.tourDetails.conductionLanguage' | 'trips.myTrips.localExperiences.tourDetails.yourSessionExpired.title' | 'trips.myTrips.localExperiences.tourDetails.yourSessionExpired.desc' | 'trips.myTrips.exploreMore.title' | 'trips.myTrips.exploreMore.categories.attractions' | 'trips.myTrips.exploreMore.categories.restaurants' | 'trips.myTrips.exploreMore.categories.cafes' | 'trips.myTrips.exploreMore.categories.nightlife' | 'trips.myTrips.exploreMore.categories.shopping' | 'trips.myTrips.exploreMore.categories.unknown' | 'trips.myTrips.exploreMore.placeholder' | 'trips.myTrips.exploreMore.onlyWithOffers' | 'trips.myTrips.exploreMore.loadMore' | 'trips.myTrips.exploreMore.pleaseSelectCategory' | 'trips.myTrips.exploreMore.selectCategory' | 'trips.myTrips.exploreMore.noResultsFound' | 'trips.myTrips.itinerary.title' | 'trips.myTrips.itinerary.day' | 'trips.myTrips.itinerary.accommodation.address' | 'trips.myTrips.itinerary.step.address' | 'trips.myTrips.itinerary.step.cuisine' | 'trips.myTrips.itinerary.step.features' | 'trips.myTrips.itinerary.step.status.permanentlyClosed' | 'trips.myTrips.itinerary.step.status.temporarilyClosed' | 'trips.myTrips.itinerary.step.thumbs.remove' | 'trips.myTrips.itinerary.step.thumbs.replace.title' | 'trips.myTrips.itinerary.step.thumbs.replace.alternativeLocations' | 'trips.myTrips.itinerary.step.poi.match' | 'trips.myTrips.itinerary.step.poi.photo' | 'trips.myTrips.itinerary.step.addToItinerary.title' | 'trips.myTrips.itinerary.step.addToItinerary.from' | 'trips.myTrips.itinerary.step.addToItinerary.to' | 'trips.myTrips.itinerary.step.addToItinerary.submit.apply' | 'trips.myTrips.itinerary.step.addToItinerary.submit.add' | 'trips.myTrips.itinerary.step.addToItinerary.estimatedDuration' | 'trips.myTrips.itinerary.step.poi.partOfDay' | 'trips.myTrips.itinerary.step.poi.price' | 'trips.myTrips.itinerary.step.poi.rating' | 'trips.myTrips.itinerary.step.poi.hours.explore' | 'trips.myTrips.itinerary.step.poi.hours.close' | 'trips.myTrips.itinerary.step.poi.address.title' | 'trips.myTrips.itinerary.step.poi.address.copy' | 'trips.myTrips.itinerary.step.poi.address.copied' | 'trips.myTrips.itinerary.step.poi.address.failed' | 'trips.myTrips.itinerary.step.poi.web' | 'trips.myTrips.itinerary.step.poi.phone.title' | 'trips.myTrips.itinerary.step.poi.phone.callNow' | 'trips.myTrips.itinerary.step.poi.description' | 'trips.myTrips.itinerary.step.poi.cuisine' | 'trips.myTrips.itinerary.step.poi.tags.title' | 'trips.myTrips.itinerary.step.poi.tags.more' | 'trips.myTrips.itinerary.step.poi.tags.less' | 'trips.myTrips.itinerary.step.poi.mustTry.title' | 'trips.myTrips.itinerary.step.poi.mustTry.message' | 'trips.myTrips.itinerary.step.poi.bookATable.viewCancel' | 'trips.myTrips.itinerary.step.poi.bookATable.reserve' | 'trips.myTrips.itinerary.step.poi.reportAProblem' | 'trips.myTrips.itinerary.step.poi.and' | 'trips.myTrips.itinerary.step.poi.readMore' | 'trips.myTrips.itinerary.step.poi.readLess' | 'trips.myTrips.itinerary.step.poi.warning.title' | 'trips.myTrips.itinerary.step.poi.warning.and' | 'trips.myTrips.itinerary.step.poi.warning.message1' | 'trips.myTrips.itinerary.step.poi.warning.message2' | 'trips.myTrips.itinerary.step.poi.warning.message3' | 'trips.myTrips.itinerary.step.poi.tourTicket.buttonText' | 'trips.myTrips.itinerary.step.poi.tourTicket.ticket.title' | 'trips.myTrips.itinerary.step.poi.tourTicket.tour.title' | 'trips.myTrips.itinerary.step.poi.tourTicket.tour.covering' | 'trips.myTrips.itinerary.direction' | 'trips.myTrips.itinerary.places' | 'trips.myTrips.itinerary.favorites.title' | 'trips.myTrips.itinerary.favorites.emptyMessage' | 'trips.myTrips.itinerary.experiences' | 'trips.myTrips.itinerary.deals.title' | 'trips.myTrips.itinerary.bookings.title' | 'trips.myTrips.itinerary.bookings.header' | 'trips.myTrips.itinerary.bookings.emptyMessage' | 'trips.myTrips.itinerary.offers.title' | 'trips.myTrips.itinerary.offers.myOffers.title' | 'trips.myTrips.itinerary.offers.campaignOffers.title' | 'trips.myTrips.itinerary.offers.myOffers.emptyOffersMessage' | 'trips.myTrips.itinerary.offers.myOffers.error.optInCouldntMade' | 'trips.myTrips.itinerary.offers.myOffers.success.succesfullyMade' | 'trips.myTrips.itinerary.offers.categories.experiences' | 'trips.myTrips.itinerary.offers.categories.dining' | 'trips.myTrips.itinerary.offers.categories.shopping' | 'trips.myTrips.itinerary.offers.emptyOffersMessage' | 'trips.myTrips.itinerary.offers.payment.error.notFound' | 'trips.myTrips.itinerary.offers.payment.error.somethingWentWrong' | 'trips.myTrips.itinerary.offers.payment.error.youDontHaveCoupon' | 'trips.myTrips.itinerary.offers.payment.error.paymentCouldNotBeCompleted' | 'trips.myTrips.itinerary.offers.payment.success.redeemed' | 'trips.myTrips.itinerary.offers.payment.goBack' | 'trips.myTrips.itinerary.offers.payment.myWallet' | 'trips.myTrips.itinerary.offers.payment.worldOfDifference' | 'trips.myTrips.itinerary.offers.payment.willBeBeducted' | 'trips.myTrips.itinerary.offers.payment.fromYourWallet' | 'trips.myTrips.itinerary.offers.payment.doYouConfirm' | 'trips.myTrips.itinerary.offers.payment.submit' | 'trips.myTrips.itinerary.offers.payment.cancel' | 'trips.myTrips.itinerary.offers.qrWriter.error.invalidOfferId' | 'trips.myTrips.itinerary.offers.qrWriter.error.offerNotFound' | 'trips.myTrips.itinerary.offers.qrWriter.error.offerAlreadyRedeemed' | 'trips.myTrips.itinerary.offers.qrWriter.error.qrCodeNotFound' | 'trips.myTrips.itinerary.offers.qrWriter.error.anErrorOccurred' | 'trips.myTrips.itinerary.offers.qrWriter.completed' | 'trips.myTrips.itinerary.offers.qrWriter.title' | 'trips.myTrips.itinerary.offers.qrWriter.back' | 'trips.myTrips.itinerary.offers.qrWriter.loading' | 'trips.myTrips.itinerary.searchThisArea.title' | 'trips.myTrips.itinerary.searchThisArea.cancel' | 'trips.myTrips.itinerary.searchThisArea.clear' | 'trips.myTrips.itinerary.error.emptyMesssage' | 'trips.myTrips.itinerary.error.generatedStatusNegative1' | 'trips.myTrips.itinerary.error.generatedStatus2' | 'trips.myTrips.itinerary.error.generatedStatus3' | 'trips.myTrips.itinerary.customPoiModal.button' | 'trips.myTrips.itinerary.customPoiModal.addAddressButton' | 'trips.myTrips.itinerary.customPoiModal.addAddressInfo' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.title' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.poi' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.event' | 'trips.myTrips.itinerary.customPoiModal.name.title' | 'trips.myTrips.itinerary.customPoiModal.name.placeholder' | 'trips.myTrips.itinerary.customPoiModal.description.title' | 'trips.myTrips.itinerary.customPoiModal.description.placeholder' | 'trips.myTrips.itinerary.customPoiModal.visitTime.title' | 'trips.myTrips.itinerary.customPoiModal.visitTime.from' | 'trips.myTrips.itinerary.customPoiModal.visitTime.to' | 'trips.myTrips.itinerary.customPoiModal.cancel' | 'trips.myTrips.itinerary.customPoiModal.submit' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.title' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.info' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.title' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.placeholder' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.submit' | 'trips.myTrips.itinerary.customPoiModal.addYourCustomizeStep' | 'trips.createNewTrip.title' | 'trips.createNewTrip.header' | 'trips.createNewTrip.warning.title' | 'trips.createNewTrip.warning.message' | 'trips.createNewTrip.form.destination.title' | 'trips.createNewTrip.form.destination.city.label' | 'trips.createNewTrip.form.destination.city.placeholder' | 'trips.createNewTrip.form.destination.dates' | 'trips.createNewTrip.form.destination.hours' | 'trips.createNewTrip.form.travelerInfo.title' | 'trips.createNewTrip.form.travelerInfo.adults' | 'trips.createNewTrip.form.travelerInfo.children' | 'trips.createNewTrip.form.travelerInfo.accommodation.label' | 'trips.createNewTrip.form.travelerInfo.accommodation.placeholder' | 'trips.createNewTrip.form.travelerInfo.companion.label' | 'trips.createNewTrip.form.travelerInfo.companion.placeholder' | 'trips.createNewTrip.form.travelerInfo.companion.title' | 'trips.createNewTrip.form.travelerInfo.companion.description' | 'trips.createNewTrip.form.travelerInfo.companion.submit' | 'trips.createNewTrip.form.itineraryProfile.title' | 'trips.createNewTrip.form.personalInterests.title' | 'trips.createNewTrip.form.previous' | 'trips.createNewTrip.form.continue' | 'trips.createNewTrip.form.submit' | 'trips.createNewTrip.form.cancel' | 'trips.agentCreateNewTrip.form.submit' | 'trips.agentCreateNewTrip.form.userId' | 'trips.agentCreateNewTrip.tripCreated' | 'trips.createNewTrip.stepHeaders.destination' | 'trips.createNewTrip.stepHeaders.travelerInfo' | 'trips.createNewTrip.stepHeaders.itineraryProfile' | 'trips.createNewTrip.stepHeaders.personalInterests' | 'trips.createNewTrip.destinationTips.destination.title' | 'trips.createNewTrip.destinationTips.destination.description' | 'trips.createNewTrip.destinationTips.arrivalDate.title' | 'trips.createNewTrip.destinationTips.arrivalDate.description' | 'trips.createNewTrip.destinationTips.departureDate.title' | 'trips.createNewTrip.destinationTips.departureDate.description' | 'trips.createNewTrip.destinationTips.arrivalHours.title' | 'trips.createNewTrip.destinationTips.arrivalHours.description' | 'trips.createNewTrip.destinationTips.departureHours.title' | 'trips.createNewTrip.destinationTips.departureHours.description' | 'trips.createNewTrip.travelerInfoTips.travelers.title' | 'trips.createNewTrip.travelerInfoTips.travelers.description' | 'trips.createNewTrip.travelerInfoTips.children.title' | 'trips.createNewTrip.travelerInfoTips.children.description' | 'trips.createNewTrip.travelerInfoTips.startingPoint.title' | 'trips.createNewTrip.travelerInfoTips.startingPoint.description' | 'trips.createNewTrip.travelerInfoTips.companions.title' | 'trips.createNewTrip.travelerInfoTips.companions.description' | 'trips.createNewTrip.questionDefaultTip.hover.title' | 'trips.createNewTrip.questionDefaultTip.hover.description' | 'trips.createNewTrip.restaurantQuestion.title' | 'trips.createNewTrip.restaurantQuestion.lunchBrunch' | 'trips.createNewTrip.restaurantQuestion.dinner' | 'trips.toursAndTickets.title' | 'trips.toursAndTickets.destination.label' | 'trips.toursAndTickets.destination.placeholder' | 'trips.toursAndTickets.dates' | 'trips.toursAndTickets.adults.title' | 'trips.toursAndTickets.adults.label' | 'trips.toursAndTickets.children.title' | 'trips.toursAndTickets.children.label' | 'trips.toursAndTickets.cancel' | 'trips.toursAndTickets.submit' | 'trips.toursAndTickets.error.notAvailable' | 'trips.toursAndTickets.error.stillFetching' | 'trips.toursAndTickets.error.anErrorOccured' | 'trips.toursAndTickets.error.unexpectedResponse' | 'trips.loading.exploring' | 'trips.loading.customizing' | 'trips.loading.handSelecting' | 'trips.loading.researching' | 'trips.loading.mapping' | 'user.title' | 'user.hi' | 'user.login' | 'user.register' | 'user.profile' | 'user.profile.email' | 'user.profile.changePassword.button' | 'user.profile.changePassword.success' | 'user.profile.changePassword.modal.forgotPassword' | 'user.profile.changePassword.modal.currentPassword.label' | 'user.profile.changePassword.modal.currentPassword.placeholder' | 'user.profile.changePassword.modal.currentPassword.error.currentPasswordIsEmpty' | 'user.profile.changePassword.modal.currentPassword.error.passwordFormat' | 'user.profile.changePassword.modal.currentPassword.error.passwordsNotEqual' | 'user.profile.changePassword.modal.newPassword.label' | 'user.profile.changePassword.modal.newPassword.placeholder' | 'user.profile.changePassword.modal.confirmPassword.label' | 'user.profile.changePassword.modal.confirmPassword.placeholder' | 'user.profile.changePassword.modal.submit' | 'user.profile.changePassword.modal.cancel' | 'user.profile.firstName.label' | 'user.profile.firstName.placeholder' | 'user.profile.lastName.label' | 'user.profile.lastName.placeholder' | 'user.profile.dateOfBirth' | 'user.profile.submit' | 'user.profile.cancel' | 'user.profile.success' | 'user.profile.notificationSettings' | 'user.profile.updateUserProfile' | 'user.deleteUser.warningHeader' | 'user.deleteUser.warningMessage' | 'user.deleteUser.cancel' | 'user.deleteUser.deleteMyAccount' | 'user.deleteUser.successHeader' | 'user.deleteUser.successMessage' | 'user.deleteUser.createNew' | 'user.deleteUser.deleteBtn' | 'user.myWallet.title' | 'user.myWallet.emptyMessage' | 'user.travelCompanions.title' | 'user.travelCompanions.companionTitle' | 'user.travelCompanions.companionName' | 'user.travelCompanions.companionAge' | 'user.travelCompanions.submit' | 'user.travelCompanions.companionList' | 'user.travelCompanions.editDelete' | 'user.travelCompanions.emptyMessage' | 'user.myFeedback.title' | 'user.myFeedback.warning' | 'user.myFeedback.feedbackSentOn' | 'user.myFeedback.replySentOn' | 'cityInfo.title' | 'cityInfo.additionalCityInformation' | 'cityInfo.wifiInformation.label' | 'cityInfo.wifiInformation.mobile' | 'cityInfo.wifiInformation.broadband' | 'cityInfo.emergencyNumbers.label' | 'cityInfo.emergencyNumbers.fire' | 'cityInfo.emergencyNumbers.police' | 'cityInfo.emergencyNumbers.ambulance' | 'cityInfo.emergencyNumbers.notes' | 'cityInfo.powerInformation.label' | 'cityInfo.powerInformation.plugs' | 'cityInfo.powerInformation.voltage' | 'cityInfo.powerInformation.frequency' | 'cityInfo.bestTimeToVisit.label' | 'cityInfo.bestTimeToVisit.notes' | 'cityInfo.bestTimeToVisit.offSeason' | 'cityInfo.bestTimeToVisit.peakSeason' | 'cityInfo.bestTimeToVisit.shoulderSeason' | 'cityInfo.bestTimeToVisit.months' | 'cityInfo.lifeQualityIndices.label' | 'cityInfo.lifeQualityIndices.safetyIndex' | 'cityInfo.lifeQualityIndices.healthCareIndex' | 'cityInfo.lifeQualityIndices.propertyPriceToIncomeRatio' | 'cityInfo.lifeQualityIndices.trafficCommuteTimeIndex' | 'cityInfo.lifeQualityIndices.purchasingPowerIndex' | 'cityInfo.lifeQualityIndices.qualityOfLifeIndex' | 'cityInfo.lifeQualityIndices.climateIndex' | 'cityInfo.lifeQualityIndices.pollutionIndex' | 'cityInfo.lifeQualityIndices.costOfLivingIndex' | 'user.logout' | 'support.title' | 'support.termsOfUse.title' | 'support.feedback.title' | 'support.myFeedback.title' | 'support.feedback.modal.title' | 'support.feedback.modal.messageTitle' | 'support.feedback.modal.close' | 'support.feedback.modal.send' | 'support.privacyPolicy.title' | 'support.aboutTripian.title' | 'pageNotFound.title' | 'pageNotFound.description' | 'theme.dark' | 'theme.light' | 'notification.couponValidDateWarning.name' | 'notification.couponValidDateWarning.title' | 'notification.couponValidDateWarning.message' | 'notification.bookbarbadosFetch.name' | 'notification.bookbarbadosFetch.title' | 'notification.bookbarbadosFetch.message' | 'notification.changeCompanionWarning.title' | 'notification.changeCompanionWarning.message' | 'notification.offerOptIn.name' | 'notification.offerOptIn.title' | 'notification.offerOptIn.message' | 'notification.gygReservationSuccess.name' | 'notification.gygReservationSuccess.title' | 'notification.gygReservationSuccess.message' | 'notification.gygReservationError.name' | 'notification.gygReservationError.title' | 'notification.gygReservationError.message' | 'notification.gygFetchTourDataError.name' | 'notification.feedbackSuccess.message' | 'notification.feedbackError.message' | 'notification.gygFetchTourDataError.title' | 'reservation.firstName' | 'reservation.lastName' | 'reservation.email' | 'reservation.mobileNumber' | 'reservation.note' | 'reservation.loadMore' | 'reservation.findATable' | 'reservation.reservationInfo' | 'reservation.restaurantName' | 'reservation.phone' | 'reservation.date' | 'reservation.covers' | 'reservation.name' | 'reservation.person' | 'reservation.people' | 'reservation.confirm' | 'welcome' | 'widgets' | 'auth.loginWithHash' | 'trips.updateTrip.header' | 'tripPlan.header' | 'tripCopy.header' | 'qrReader.header' | 'qrCode.header' | 'offerPayment.header' | 'placeInfo.header' | 'tourInfo.header' | 'useTripUrl.header' | 'auth.forgotPassword.header' | 'socialLoginCode.header' | 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'closed' | 'success' | 'error' | 'warning';
|
|
1
|
+
export type TranslationKey = 'landing.poweredBy' | 'landing.getStarted' | 'landing.login' | 'landing.title' | 'landing.description' | 'landing.feelLikeALocalWhereverYouGo.title' | 'landing.feelLikeALocalWhereverYouGo.personalizedRecommendations.title' | 'landing.feelLikeALocalWhereverYouGo.personalizedRecommendations.description' | 'landing.feelLikeALocalWhereverYouGo.mappedOutDailyItineraries.title' | 'landing.feelLikeALocalWhereverYouGo.mappedOutDailyItineraries.description' | 'landing.feelLikeALocalWhereverYouGo.bestPlacesFeatures.title' | 'landing.feelLikeALocalWhereverYouGo.bestPlacesFeatures.description' | 'landing.feelLikeALocalWhereverYouGo.accessAnywhereAnytime.title' | 'landing.feelLikeALocalWhereverYouGo.accessAnywhereAnytime.description' | 'landing.weHaveGotYouCoveredIn.title' | 'landing.weHaveGotYouCoveredIn.countries' | 'landing.weHaveGotYouCoveredIn.cities' | 'landing.weHaveGotYouCoveredIn.handPickedLocations' | 'landing.whatTravelersAreSaying.title' | 'landing.whatTravelersAreSaying.traveler1.message' | 'landing.whatTravelersAreSaying.traveler1.customer' | 'landing.whatTravelersAreSaying.traveler2.message' | 'landing.whatTravelersAreSaying.traveler2.customer' | 'landing.whatTravelersAreSaying.traveler3.message' | 'landing.whatTravelersAreSaying.traveler3.customer' | 'landing.howTripianWorks.title' | 'landing.howTripianWorks.createYourAccount.title' | 'landing.howTripianWorks.createYourAccount.description' | 'landing.howTripianWorks.setUpYourTrip.title' | 'landing.howTripianWorks.setUpYourTrip.description' | 'landing.howTripianWorks.readyToGo.title' | 'landing.howTripianWorks.readyToGo.description' | 'landing.readyToGetStarted' | 'landing.planYourTripNow' | 'landing.aboutTripian' | 'landing.termsOfUse' | 'landing.privacyPolicy' | 'landing.allRightsReserved' | 'auth.login.title' | 'auth.login.email.label' | 'auth.login.email.placeholder' | 'auth.login.password.label' | 'auth.login.password.placeholder' | 'auth.login.forgotPassword' | 'auth.login.submit' | 'auth.login.or' | 'auth.login.google' | 'auth.login.apple' | 'auth.login.account' | 'auth.login.registerNow' | 'auth.login.error.emailFormat' | 'auth.login.error.password' | 'auth.login.error.emailEmpty' | 'auth.login.error.verifyThatYouAreNotaRobot' | 'auth.loginWithHash.message' | 'auth.newPassword.header' | 'auth.forgotPassword.back' | 'auth.forgotPassword.title' | 'auth.forgotPassword.email.label' | 'auth.forgotPassword.email.placeholder' | 'auth.forgotPassword.submit' | 'auth.forgotPassword.error.emailEmpty' | 'auth.forgotPassword.error.emailFormat' | 'auth.forgotPassword.success.title' | 'auth.forgotPassword.success.description' | 'auth.forgotPassword.success.submit' | 'auth.resetPassword.title' | 'auth.resetPassword.password.label' | 'auth.resetPassword.password.placeholder' | 'auth.resetPassword.confirmPassword.label' | 'auth.resetPassword.confirmPassword.placeholder' | 'auth.resetPassword.submit' | 'auth.resetPassword.error.passwordFormat' | 'auth.resetPassword.error.passwordsNotEqual' | 'auth.resetPassword.success.title' | 'auth.resetPassword.success.description' | 'auth.resetPassword.success.button' | 'auth.register.back' | 'auth.register.title' | 'auth.register.name.label' | 'auth.register.name.placeholder' | 'auth.register.surname.label' | 'auth.register.surname.placeholder' | 'auth.register.email.label' | 'auth.register.email.placeholder' | 'auth.register.password.label' | 'auth.register.password.placeholder' | 'auth.register.termsOfUse.description' | 'auth.register.termsOfUse.button' | 'auth.register.submit' | 'auth.register.error.emailEmpty' | 'auth.register.error.emailFormat' | 'auth.register.error.password' | 'auth.register.error.acceptTheTermsOfUse' | 'auth.register.error.verifyThatYouAreNotaRobot' | 'trips.title' | 'trips.days' | 'trips.myTrips.upComingTrips.title' | 'trips.myTrips.upComingTrips.emptyMessage' | 'trips.myTrips.pastTrips.title' | 'trips.myTrips.pastTrips.emptyMessage' | 'trips.shareTrip.title' | 'trips.shareTrip.checkbox' | 'trips.shareTrip.description' | 'trips.shareTrip.copyLink' | 'trips.shareTrip.copiedLink' | 'trips.deleteTrip.title' | 'trips.deleteTrip.cancel' | 'trips.deleteTrip.submit' | 'trips.deleteTrip.question' | 'trips.editTrip.title' | 'trips.editTrip.submit' | 'trips.editTripName.title' | 'trips.editTripName.submit' | 'trips.cloneTrip.title' | 'trips.cloneTrip.loginWithHashTitle' | 'trips.cloneTrip.loggedIn.description' | 'trips.cloneTrip.loggedIn.submit' | 'trips.cloneTrip.notLoggedIn.description' | 'trips.cloneTrip.notLoggedIn.submit' | 'trips.cloneTrip.cancel' | 'trips.cloneTrip.back' | 'trips.myTrips.title' | 'trips.itineraryPlanner' | 'trips.myTrips.shareToFriends.title' | 'trips.myTrips.shareToFriends.description' | 'trips.myTrips.localExperiences.title' | 'trips.myTrips.localExperiences.toursEmpty' | 'trips.myTrips.localExperiences.categories.adventure' | 'trips.myTrips.localExperiences.categories.food' | 'trips.myTrips.localExperiences.categories.cultureHistory' | 'trips.myTrips.localExperiences.categories.sightSeeing' | 'trips.myTrips.localExperiences.categories.artMuseum' | 'trips.myTrips.localExperiences.categories.localNeighborhood' | 'trips.myTrips.localExperiences.tourDetails.reviews' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.title' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.duration' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.cancelation' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.ticketInfo' | 'trips.myTrips.localExperiences.tourDetails.aboutThisActivity.guide' | 'trips.myTrips.localExperiences.tourDetails.selectParticipantsAndDate' | 'trips.myTrips.localExperiences.tourDetails.startingTime' | 'trips.myTrips.localExperiences.tourDetails.bookNow' | 'trips.myTrips.localExperiences.tourDetails.experience.title' | 'trips.myTrips.localExperiences.tourDetails.experience.itinerary' | 'trips.myTrips.localExperiences.tourDetails.experience.highlights' | 'trips.myTrips.localExperiences.tourDetails.experience.fullDescription' | 'trips.myTrips.localExperiences.tourDetails.experience.includes' | 'trips.myTrips.localExperiences.tourDetails.experience.excludes' | 'trips.myTrips.localExperiences.tourDetails.experience.destinations' | 'trips.myTrips.localExperiences.tourDetails.experience.departures' | 'trips.myTrips.localExperiences.tourDetails.experience.availableOffers' | 'trips.myTrips.localExperiences.tourDetails.experience.importantInformation' | 'trips.myTrips.localExperiences.tourDetails.experience.additionalInformation' | 'trips.myTrips.localExperiences.tourDetails.experience.doesNotSupport' | 'trips.myTrips.localExperiences.tourDetails.experience.perPerson' | 'trips.myTrips.localExperiences.tourDetails.experience.tours' | 'trips.myTrips.localExperiences.tourDetails.saveUpTo' | 'trips.myTrips.localExperiences.tourDetails.taxesAndFees' | 'trips.myTrips.localExperiences.tourDetails.totalPrice' | 'trips.myTrips.localExperiences.tourDetails.priceBreakdown' | 'trips.myTrips.localExperiences.tourDetails.age' | 'trips.myTrips.localExperiences.tourDetails.noAvailableDays' | 'trips.myTrips.localExperiences.tourDetails.pleaseSelect' | 'trips.myTrips.localExperiences.tourDetails.maxTravelerYouCanBringAlong' | 'trips.myTrips.localExperiences.tourDetails.maxTravelerAmountReached' | 'trips.myTrips.localExperiences.tourDetails.pleaseLowerTheTravelerCount' | 'trips.myTrips.localExperiences.tourDetails.checkAvailability' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.rejected.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.confirmed.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.pending.title' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.rejected.description' | 'trips.myTrips.localExperiences.tourDetails.bookingStatus.pending.description' | 'trips.myTrips.localExperiences.tourDetails.person' | 'trips.myTrips.localExperiences.tourDetails.people' | 'trips.myTrips.localExperiences.tourDetails.contactDetails' | 'trips.myTrips.localExperiences.tourDetails.goToTicketDetails' | 'trips.myTrips.localExperiences.tourDetails.selectParticipantsAndDate' | 'trips.myTrips.localExperiences.tourDetails.travelerInformations' | 'trips.myTrips.localExperiences.tourDetails.firstName' | 'trips.myTrips.localExperiences.tourDetails.lastName' | 'trips.myTrips.localExperiences.tourDetails.countryCode' | 'trips.myTrips.localExperiences.tourDetails.phoneNumber' | 'trips.myTrips.localExperiences.tourDetails.email' | 'trips.myTrips.localExperiences.tourDetails.address' | 'trips.myTrips.localExperiences.tourDetails.city' | 'trips.myTrips.localExperiences.tourDetails.postalCode' | 'trips.myTrips.localExperiences.tourDetails.edit' | 'trips.myTrips.localExperiences.tourDetails.paymentDetails' | 'trips.myTrips.localExperiences.tourDetails.country' | 'trips.myTrips.localExperiences.tourDetails.zipCode' | 'trips.myTrips.localExperiences.tourDetails.submitPayment' | 'trips.myTrips.localExperiences.tourDetails.billingInformations' | 'trips.myTrips.localExperiences.tourDetails.paymentAreSecureAndEncrypted' | 'trips.myTrips.localExperiences.tourDetails.holderName' | 'trips.myTrips.localExperiences.tourDetails.cardNumber' | 'trips.myTrips.localExperiences.tourDetails.expiryMonth' | 'trips.myTrips.localExperiences.tourDetails.expiryYear' | 'trips.myTrips.localExperiences.tourDetails.confirmBooking' | 'trips.myTrips.localExperiences.tourDetails.otherDetails' | 'trips.myTrips.localExperiences.tourDetails.tourLanguage' | 'trips.myTrips.localExperiences.tourDetails.activityDetails' | 'trips.myTrips.localExperiences.tourDetails.languageGuides' | 'trips.myTrips.localExperiences.tourDetails.specialRequirements' | 'trips.myTrips.localExperiences.tourDetails.primaryTraveler' | 'trips.myTrips.localExperiences.tourDetails.traveler' | 'trips.myTrips.localExperiences.tourDetails.enterLocation' | 'trips.myTrips.localExperiences.tourDetails.mustBeAValidNumber' | 'trips.myTrips.localExperiences.tourDetails.mustBeAValidTime' | 'trips.myTrips.localExperiences.tourDetails.characterLimitExceeded' | 'trips.myTrips.localExperiences.tourDetails.max' | 'trips.myTrips.localExperiences.tourDetails.minimum' | 'trips.myTrips.localExperiences.tourDetails.adultRequired' | 'trips.myTrips.localExperiences.tourDetails.pleaseAddAtLeastOneAdult' | 'trips.myTrips.localExperiences.tourDetails.seeLessTimes' | 'trips.myTrips.localExperiences.tourDetails.seeMoreTimes' | 'trips.myTrips.localExperiences.tourDetails.cancellation.allSalesFinal' | 'trips.myTrips.localExperiences.tourDetails.cancellation.freeCancellation' | 'trips.myTrips.localExperiences.tourDetails.cancellation.freeCancellationBefore' | 'trips.myTrips.localExperiences.tourDetails.cancellation.noRefundAvailable' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundCouldNotDetermined' | 'trips.myTrips.localExperiences.tourDetails.cancellation.notRecognized' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundAmount' | 'trips.myTrips.localExperiences.tourDetails.cancellation.refundPercentage' | 'trips.myTrips.localExperiences.tourDetails.pickup.location' | 'trips.myTrips.localExperiences.tourDetails.pickup.freeText' | 'trips.myTrips.localExperiences.tourDetails.pickup.showDetails' | 'trips.myTrips.localExperiences.tourDetails.pickup.option' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirArrivalAirline' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirArrivalFlightNumber' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailArrivalLine' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailArrivalStation' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalDropOff' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortArrivalTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureMode' | 'trips.myTrips.localExperiences.tourDetails.questions.transferArrivalMode' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirDepartureAirline' | 'trips.myTrips.localExperiences.tourDetails.questions.transferAirDepartureFlightNumber' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureDate' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDepartureTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferDeparturePickup' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortCruiseShip' | 'trips.myTrips.localExperiences.tourDetails.questions.transferPortDepartureTime' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailDepartureLine' | 'trips.myTrips.localExperiences.tourDetails.questions.transferRailDepartureStation' | 'trips.myTrips.localExperiences.tourDetails.questions.specialRequirements' | 'trips.myTrips.localExperiences.tourDetails.questions.arrivalDetails' | 'trips.myTrips.localExperiences.tourDetails.questions.departureDetails' | 'trips.myTrips.localExperiences.tourDetails.questions.pickupPoint' | 'trips.myTrips.localExperiences.tourDetails.mins' | 'trips.myTrips.localExperiences.tourDetails.next' | 'trips.myTrips.localExperiences.tourDetails.freeCancellation' | 'trips.myTrips.localExperiences.tourDetails.freeText' | 'trips.myTrips.localExperiences.tourDetails.meetingPoint' | 'trips.myTrips.localExperiences.tourDetails.pickup' | 'trips.myTrips.localExperiences.tourDetails.group' | 'trips.myTrips.localExperiences.tourDetails.optionNotFound' | 'trips.myTrips.localExperiences.tourDetails.bookingChildSafetySeat' | 'trips.myTrips.localExperiences.tourDetails.bookingCruiseDetails' | 'trips.myTrips.localExperiences.tourDetails.bookingCustomerAccommodation' | 'trips.myTrips.localExperiences.tourDetails.bookingDropOffAddress' | 'trips.myTrips.localExperiences.tourDetails.flightNumber' | 'trips.myTrips.localExperiences.tourDetails.timeOfArrival' | 'trips.myTrips.localExperiences.tourDetails.bookingMedicalConditions' | 'trips.myTrips.localExperiences.tourDetails.bookingMobilityIssues' | 'trips.myTrips.localExperiences.tourDetails.bookingShippingAddress' | 'trips.myTrips.localExperiences.tourDetails.bookingWheelchair' | 'trips.myTrips.localExperiences.tourDetails.travelerDietaryRestrictions' | 'trips.myTrips.localExperiences.tourDetails.travelerDivingLevel' | 'trips.myTrips.localExperiences.tourDetails.travelerDriverLicense' | 'trips.myTrips.localExperiences.tourDetails.amountShoe' | 'trips.myTrips.localExperiences.tourDetails.unitShoe' | 'trips.myTrips.localExperiences.tourDetails.travelerSkillLevel' | 'trips.myTrips.localExperiences.tourDetails.travelerAge' | 'trips.myTrips.localExperiences.tourDetails.travelerChildrenAge' | 'trips.myTrips.localExperiences.tourDetails.travelerDateOfBirth' | 'trips.myTrips.localExperiences.tourDetails.amountHeight' | 'trips.myTrips.localExperiences.tourDetails.unitHeight' | 'trips.myTrips.localExperiences.tourDetails.travelerIdDetails' | 'trips.myTrips.localExperiences.tourDetails.travelerIdNumber' | 'trips.myTrips.localExperiences.tourDetails.travelerFirstName' | 'trips.myTrips.localExperiences.tourDetails.travelerLastName' | 'trips.myTrips.localExperiences.tourDetails.travelerPassportDetails' | 'trips.myTrips.localExperiences.tourDetails.travelerPassportNumber' | 'trips.myTrips.localExperiences.tourDetails.amountWeight' | 'trips.myTrips.localExperiences.tourDetails.unitWeight' | 'trips.myTrips.localExperiences.tourDetails.likelyToSellOut' | 'trips.myTrips.localExperiences.tourDetails.newOnViator' | 'trips.myTrips.localExperiences.tourDetails.viatorExclusive' | 'trips.myTrips.localExperiences.tourDetails.skipTheLine' | 'trips.myTrips.localExperiences.tourDetails.privateTour' | 'trips.myTrips.localExperiences.tourDetails.specialOffer' | 'trips.myTrips.localExperiences.tourDetails.tryAgain' | 'trips.myTrips.localExperiences.tourDetails.paymentFailed' | 'trips.myTrips.localExperiences.tourDetails.cancelReservation' | 'trips.myTrips.localExperiences.tourDetails.close' | 'trips.myTrips.localExperiences.tourDetails.isRequired' | 'trips.myTrips.localExperiences.tourDetails.zipCodeisRequired' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMin3Char' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMax9Char' | 'trips.myTrips.localExperiences.tourDetails.zipCodeMax9Char' | 'trips.myTrips.localExperiences.tourDetails.phoneNumberIsInvalid' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourPhoneNumber' | 'trips.myTrips.localExperiences.tourDetails.emailIsInvalid' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourEmail' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourEmail' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourFirstName' | 'trips.myTrips.localExperiences.tourDetails.pleaseEnterYourLastName' | 'trips.myTrips.localExperiences.tourDetails.pickupLocation' | 'trips.myTrips.localExperiences.tourDetails.successfullyBooked' | 'trips.myTrips.localExperiences.tourDetails.bookingIsStillAwatingConfirm' | 'trips.myTrips.localExperiences.tourDetails.bookingRejected' | 'trips.myTrips.localExperiences.tourDetails.min' | 'trips.myTrips.localExperiences.tourDetails.max' | 'trips.myTrips.localExperiences.tourDetails.participantsForThisActivity' | 'trips.myTrips.localExperiences.tourDetails.conductionLanguage' | 'trips.myTrips.localExperiences.tourDetails.yourSessionExpired.title' | 'trips.myTrips.localExperiences.tourDetails.yourSessionExpired.desc' | 'trips.myTrips.exploreMore.title' | 'trips.myTrips.exploreMore.categories.attractions' | 'trips.myTrips.exploreMore.categories.restaurants' | 'trips.myTrips.exploreMore.categories.cafes' | 'trips.myTrips.exploreMore.categories.nightlife' | 'trips.myTrips.exploreMore.categories.shopping' | 'trips.myTrips.exploreMore.categories.unknown' | 'trips.myTrips.exploreMore.placeholder' | 'trips.myTrips.exploreMore.onlyWithOffers' | 'trips.myTrips.exploreMore.loadMore' | 'trips.myTrips.exploreMore.pleaseSelectCategory' | 'trips.myTrips.exploreMore.selectCategory' | 'trips.myTrips.exploreMore.noResultsFound' | 'trips.myTrips.itinerary.title' | 'trips.myTrips.itinerary.day' | 'trips.myTrips.itinerary.accommodation.address' | 'trips.myTrips.itinerary.step.address' | 'trips.myTrips.itinerary.step.cuisine' | 'trips.myTrips.itinerary.step.features' | 'trips.myTrips.itinerary.step.status.permanentlyClosed' | 'trips.myTrips.itinerary.step.status.temporarilyClosed' | 'trips.myTrips.itinerary.step.thumbs.remove' | 'trips.myTrips.itinerary.step.thumbs.replace.title' | 'trips.myTrips.itinerary.step.thumbs.replace.alternativeLocations' | 'trips.myTrips.itinerary.step.poi.match' | 'trips.myTrips.itinerary.step.poi.photo' | 'trips.myTrips.itinerary.step.addToItinerary.title' | 'trips.myTrips.itinerary.step.addToItinerary.from' | 'trips.myTrips.itinerary.step.addToItinerary.to' | 'trips.myTrips.itinerary.step.addToItinerary.submit.apply' | 'trips.myTrips.itinerary.step.addToItinerary.submit.add' | 'trips.myTrips.itinerary.step.addToItinerary.estimatedDuration' | 'trips.myTrips.itinerary.step.poi.partOfDay' | 'trips.myTrips.itinerary.step.poi.price' | 'trips.myTrips.itinerary.step.poi.rating' | 'trips.myTrips.itinerary.step.poi.hours.explore' | 'trips.myTrips.itinerary.step.poi.hours.close' | 'trips.myTrips.itinerary.step.poi.address.title' | 'trips.myTrips.itinerary.step.poi.address.copy' | 'trips.myTrips.itinerary.step.poi.address.copied' | 'trips.myTrips.itinerary.step.poi.address.failed' | 'trips.myTrips.itinerary.step.poi.web' | 'trips.myTrips.itinerary.step.poi.phone.title' | 'trips.myTrips.itinerary.step.poi.phone.callNow' | 'trips.myTrips.itinerary.step.poi.description' | 'trips.myTrips.itinerary.step.poi.cuisine' | 'trips.myTrips.itinerary.step.poi.tags.title' | 'trips.myTrips.itinerary.step.poi.tags.more' | 'trips.myTrips.itinerary.step.poi.tags.less' | 'trips.myTrips.itinerary.step.poi.mustTry.title' | 'trips.myTrips.itinerary.step.poi.mustTry.message' | 'trips.myTrips.itinerary.step.poi.bookATable.viewCancel' | 'trips.myTrips.itinerary.step.poi.bookATable.reserve' | 'trips.myTrips.itinerary.step.poi.reportAProblem' | 'trips.myTrips.itinerary.step.poi.and' | 'trips.myTrips.itinerary.step.poi.readMore' | 'trips.myTrips.itinerary.step.poi.readLess' | 'trips.myTrips.itinerary.step.poi.warning.title' | 'trips.myTrips.itinerary.step.poi.warning.and' | 'trips.myTrips.itinerary.step.poi.warning.message1' | 'trips.myTrips.itinerary.step.poi.warning.message2' | 'trips.myTrips.itinerary.step.poi.warning.message3' | 'trips.myTrips.itinerary.step.poi.tourTicket.buttonText' | 'trips.myTrips.itinerary.step.poi.tourTicket.ticket.title' | 'trips.myTrips.itinerary.step.poi.tourTicket.tour.title' | 'trips.myTrips.itinerary.step.poi.tourTicket.tour.covering' | 'trips.myTrips.itinerary.direction' | 'trips.myTrips.itinerary.places' | 'trips.myTrips.itinerary.favorites.title' | 'trips.myTrips.itinerary.favorites.emptyMessage' | 'trips.myTrips.itinerary.experiences' | 'trips.myTrips.itinerary.deals.title' | 'trips.myTrips.itinerary.bookings.title' | 'trips.myTrips.itinerary.bookings.header' | 'trips.myTrips.itinerary.bookings.emptyMessage' | 'trips.myTrips.itinerary.offers.title' | 'trips.myTrips.itinerary.offers.myOffers.title' | 'trips.myTrips.itinerary.offers.campaignOffers.title' | 'trips.myTrips.itinerary.offers.myOffers.emptyOffersMessage' | 'trips.myTrips.itinerary.offers.myOffers.error.optInCouldntMade' | 'trips.myTrips.itinerary.offers.myOffers.success.succesfullyMade' | 'trips.myTrips.itinerary.offers.categories.experiences' | 'trips.myTrips.itinerary.offers.categories.dining' | 'trips.myTrips.itinerary.offers.categories.shopping' | 'trips.myTrips.itinerary.offers.emptyOffersMessage' | 'trips.myTrips.itinerary.offers.payment.error.notFound' | 'trips.myTrips.itinerary.offers.payment.error.somethingWentWrong' | 'trips.myTrips.itinerary.offers.payment.error.youDontHaveCoupon' | 'trips.myTrips.itinerary.offers.payment.error.paymentCouldNotBeCompleted' | 'trips.myTrips.itinerary.offers.payment.success.redeemed' | 'trips.myTrips.itinerary.offers.payment.goBack' | 'trips.myTrips.itinerary.offers.payment.myWallet' | 'trips.myTrips.itinerary.offers.payment.worldOfDifference' | 'trips.myTrips.itinerary.offers.payment.willBeBeducted' | 'trips.myTrips.itinerary.offers.payment.fromYourWallet' | 'trips.myTrips.itinerary.offers.payment.doYouConfirm' | 'trips.myTrips.itinerary.offers.payment.submit' | 'trips.myTrips.itinerary.offers.payment.cancel' | 'trips.myTrips.itinerary.offers.qrWriter.error.invalidOfferId' | 'trips.myTrips.itinerary.offers.qrWriter.error.offerNotFound' | 'trips.myTrips.itinerary.offers.qrWriter.error.offerAlreadyRedeemed' | 'trips.myTrips.itinerary.offers.qrWriter.error.qrCodeNotFound' | 'trips.myTrips.itinerary.offers.qrWriter.error.anErrorOccurred' | 'trips.myTrips.itinerary.offers.qrWriter.completed' | 'trips.myTrips.itinerary.offers.qrWriter.title' | 'trips.myTrips.itinerary.offers.qrWriter.back' | 'trips.myTrips.itinerary.offers.qrWriter.loading' | 'trips.myTrips.itinerary.searchThisArea.title' | 'trips.myTrips.itinerary.searchThisArea.cancel' | 'trips.myTrips.itinerary.searchThisArea.clear' | 'trips.myTrips.itinerary.error.emptyMesssage' | 'trips.myTrips.itinerary.error.generatedStatusNegative1' | 'trips.myTrips.itinerary.error.generatedStatus2' | 'trips.myTrips.itinerary.error.generatedStatus3' | 'trips.myTrips.itinerary.customPoiModal.button' | 'trips.myTrips.itinerary.customPoiModal.addAddressButton' | 'trips.myTrips.itinerary.customPoiModal.addAddressInfo' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.title' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.poi' | 'trips.myTrips.itinerary.customPoiModal.stepDetails.event' | 'trips.myTrips.itinerary.customPoiModal.name.title' | 'trips.myTrips.itinerary.customPoiModal.name.placeholder' | 'trips.myTrips.itinerary.customPoiModal.description.title' | 'trips.myTrips.itinerary.customPoiModal.description.placeholder' | 'trips.myTrips.itinerary.customPoiModal.visitTime.title' | 'trips.myTrips.itinerary.customPoiModal.visitTime.from' | 'trips.myTrips.itinerary.customPoiModal.visitTime.to' | 'trips.myTrips.itinerary.customPoiModal.cancel' | 'trips.myTrips.itinerary.customPoiModal.submit' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.title' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.info' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.title' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.placeholder' | 'trips.myTrips.itinerary.customPoiModal.locationModal.addLocation.address.submit' | 'trips.myTrips.itinerary.customPoiModal.addYourCustomizeStep' | 'trips.createNewTrip.title' | 'trips.createNewTrip.header' | 'trips.createNewTrip.warning.title' | 'trips.createNewTrip.warning.message' | 'trips.createNewTrip.form.destination.title' | 'trips.createNewTrip.form.destination.city.label' | 'trips.createNewTrip.form.destination.city.placeholder' | 'trips.createNewTrip.form.destination.dates' | 'trips.createNewTrip.form.destination.hours' | 'trips.createNewTrip.form.travelerInfo.title' | 'trips.createNewTrip.form.travelerInfo.adults' | 'trips.createNewTrip.form.travelerInfo.children' | 'trips.createNewTrip.form.travelerInfo.accommodation.label' | 'trips.createNewTrip.form.travelerInfo.accommodation.placeholder' | 'trips.createNewTrip.form.travelerInfo.companion.label' | 'trips.createNewTrip.form.travelerInfo.companion.placeholder' | 'trips.createNewTrip.form.travelerInfo.companion.title' | 'trips.createNewTrip.form.travelerInfo.companion.description' | 'trips.createNewTrip.form.travelerInfo.companion.submit' | 'trips.createNewTrip.form.itineraryProfile.title' | 'trips.createNewTrip.form.personalInterests.title' | 'trips.createNewTrip.form.previous' | 'trips.createNewTrip.form.continue' | 'trips.createNewTrip.form.submit' | 'trips.createNewTrip.form.cancel' | 'trips.agentCreateNewTrip.form.submit' | 'trips.agentCreateNewTrip.form.userId' | 'trips.agentCreateNewTrip.tripCreated' | 'trips.createNewTrip.stepHeaders.destination' | 'trips.createNewTrip.stepHeaders.travelerInfo' | 'trips.createNewTrip.stepHeaders.itineraryProfile' | 'trips.createNewTrip.stepHeaders.personalInterests' | 'trips.createNewTrip.destinationTips.destination.title' | 'trips.createNewTrip.destinationTips.destination.description' | 'trips.createNewTrip.destinationTips.arrivalDate.title' | 'trips.createNewTrip.destinationTips.arrivalDate.description' | 'trips.createNewTrip.destinationTips.departureDate.title' | 'trips.createNewTrip.destinationTips.departureDate.description' | 'trips.createNewTrip.destinationTips.arrivalHours.title' | 'trips.createNewTrip.destinationTips.arrivalHours.description' | 'trips.createNewTrip.destinationTips.departureHours.title' | 'trips.createNewTrip.destinationTips.departureHours.description' | 'trips.createNewTrip.travelerInfoTips.travelers.title' | 'trips.createNewTrip.travelerInfoTips.travelers.description' | 'trips.createNewTrip.travelerInfoTips.children.title' | 'trips.createNewTrip.travelerInfoTips.children.description' | 'trips.createNewTrip.travelerInfoTips.startingPoint.title' | 'trips.createNewTrip.travelerInfoTips.startingPoint.description' | 'trips.createNewTrip.travelerInfoTips.companions.title' | 'trips.createNewTrip.travelerInfoTips.companions.description' | 'trips.createNewTrip.questionDefaultTip.hover.title' | 'trips.createNewTrip.questionDefaultTip.hover.description' | 'trips.createNewTrip.restaurantQuestion.title' | 'trips.createNewTrip.restaurantQuestion.lunchBrunch' | 'trips.createNewTrip.restaurantQuestion.dinner' | 'trips.toursAndTickets.title' | 'trips.toursAndTickets.destination.label' | 'trips.toursAndTickets.destination.placeholder' | 'trips.toursAndTickets.dates' | 'trips.toursAndTickets.adults.title' | 'trips.toursAndTickets.adults.label' | 'trips.toursAndTickets.children.title' | 'trips.toursAndTickets.children.label' | 'trips.toursAndTickets.cancel' | 'trips.toursAndTickets.submit' | 'trips.toursAndTickets.error.notAvailable' | 'trips.toursAndTickets.error.stillFetching' | 'trips.toursAndTickets.error.anErrorOccured' | 'trips.toursAndTickets.error.unexpectedResponse' | 'trips.loading.exploring' | 'trips.loading.customizing' | 'trips.loading.handSelecting' | 'trips.loading.researching' | 'trips.loading.mapping' | 'user.title' | 'user.hi' | 'user.login' | 'user.register' | 'user.profile' | 'user.profile.email' | 'user.profile.changePassword.button' | 'user.profile.changePassword.success' | 'user.profile.changePassword.modal.forgotPassword' | 'user.profile.changePassword.modal.currentPassword.label' | 'user.profile.changePassword.modal.currentPassword.placeholder' | 'user.profile.changePassword.modal.currentPassword.error.currentPasswordIsEmpty' | 'user.profile.changePassword.modal.currentPassword.error.passwordFormat' | 'user.profile.changePassword.modal.currentPassword.error.passwordsNotEqual' | 'user.profile.changePassword.modal.newPassword.label' | 'user.profile.changePassword.modal.newPassword.placeholder' | 'user.profile.changePassword.modal.confirmPassword.label' | 'user.profile.changePassword.modal.confirmPassword.placeholder' | 'user.profile.changePassword.modal.submit' | 'user.profile.changePassword.modal.cancel' | 'user.profile.firstName.label' | 'user.profile.firstName.placeholder' | 'user.profile.lastName.label' | 'user.profile.lastName.placeholder' | 'user.profile.dateOfBirth' | 'user.profile.submit' | 'user.profile.cancel' | 'user.profile.success' | 'user.profile.notificationSettings' | 'user.profile.updateUserProfile' | 'user.deleteUser.warningHeader' | 'user.deleteUser.warningMessage' | 'user.deleteUser.cancel' | 'user.deleteUser.deleteMyAccount' | 'user.deleteUser.successHeader' | 'user.deleteUser.successMessage' | 'user.deleteUser.createNew' | 'user.deleteUser.deleteBtn' | 'user.myWallet.title' | 'user.myWallet.emptyMessage' | 'user.travelCompanions.title' | 'user.travelCompanions.companionTitle' | 'user.travelCompanions.companionName' | 'user.travelCompanions.companionAge' | 'user.travelCompanions.submit' | 'user.travelCompanions.companionList' | 'user.travelCompanions.editDelete' | 'user.travelCompanions.emptyMessage' | 'user.myFeedback.title' | 'user.myFeedback.warning' | 'user.myFeedback.feedbackSentOn' | 'user.myFeedback.replySentOn' | 'cityInfo.title' | 'cityInfo.additionalCityInformation' | 'cityInfo.wifiInformation.label' | 'cityInfo.wifiInformation.mobile' | 'cityInfo.wifiInformation.broadband' | 'cityInfo.emergencyNumbers.label' | 'cityInfo.emergencyNumbers.fire' | 'cityInfo.emergencyNumbers.police' | 'cityInfo.emergencyNumbers.ambulance' | 'cityInfo.emergencyNumbers.notes' | 'cityInfo.powerInformation.label' | 'cityInfo.powerInformation.plugs' | 'cityInfo.powerInformation.voltage' | 'cityInfo.powerInformation.frequency' | 'cityInfo.bestTimeToVisit.label' | 'cityInfo.bestTimeToVisit.notes' | 'cityInfo.bestTimeToVisit.offSeason' | 'cityInfo.bestTimeToVisit.peakSeason' | 'cityInfo.bestTimeToVisit.shoulderSeason' | 'cityInfo.bestTimeToVisit.months' | 'cityInfo.lifeQualityIndices.label' | 'cityInfo.lifeQualityIndices.safety' | 'cityInfo.lifeQualityIndices.healthCare' | 'cityInfo.lifeQualityIndices.propertyPriceToIncomeRatio' | 'cityInfo.lifeQualityIndices.trafficCommuteTime' | 'cityInfo.lifeQualityIndices.purchasingPower' | 'cityInfo.lifeQualityIndices.qualityOfLife' | 'cityInfo.lifeQualityIndices.climate' | 'cityInfo.lifeQualityIndices.pollution' | 'cityInfo.lifeQualityIndices.costOfLiving' | 'user.logout' | 'support.title' | 'support.termsOfUse.title' | 'support.feedback.title' | 'support.myFeedback.title' | 'support.feedback.modal.title' | 'support.feedback.modal.messageTitle' | 'support.feedback.modal.close' | 'support.feedback.modal.send' | 'support.privacyPolicy.title' | 'support.aboutTripian.title' | 'pageNotFound.title' | 'pageNotFound.description' | 'theme.dark' | 'theme.light' | 'notification.couponValidDateWarning.name' | 'notification.couponValidDateWarning.title' | 'notification.couponValidDateWarning.message' | 'notification.bookbarbadosFetch.name' | 'notification.bookbarbadosFetch.title' | 'notification.bookbarbadosFetch.message' | 'notification.changeCompanionWarning.title' | 'notification.changeCompanionWarning.message' | 'notification.offerOptIn.name' | 'notification.offerOptIn.title' | 'notification.offerOptIn.message' | 'notification.gygReservationSuccess.name' | 'notification.gygReservationSuccess.title' | 'notification.gygReservationSuccess.message' | 'notification.gygReservationError.name' | 'notification.gygReservationError.title' | 'notification.gygReservationError.message' | 'notification.gygFetchTourDataError.name' | 'notification.feedbackSuccess.message' | 'notification.feedbackError.message' | 'notification.gygFetchTourDataError.title' | 'reservation.firstName' | 'reservation.lastName' | 'reservation.email' | 'reservation.mobileNumber' | 'reservation.note' | 'reservation.loadMore' | 'reservation.findATable' | 'reservation.reservationInfo' | 'reservation.restaurantName' | 'reservation.phone' | 'reservation.date' | 'reservation.covers' | 'reservation.name' | 'reservation.person' | 'reservation.people' | 'reservation.confirm' | 'welcome' | 'widgets' | 'auth.loginWithHash' | 'trips.updateTrip.header' | 'tripPlan.header' | 'tripCopy.header' | 'qrReader.header' | 'qrCode.header' | 'offerPayment.header' | 'placeInfo.header' | 'tourInfo.header' | 'useTripUrl.header' | 'auth.forgotPassword.header' | 'socialLoginCode.header' | 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'closed' | 'success' | 'error' | 'warning';
|
|
2
2
|
export type LangCode = {
|
|
3
3
|
value: string;
|
|
4
4
|
label: string;
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
module.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),u=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.helper=t.Providers=void 0;var o=u(r(1));t.Providers=u(r(109)),t.helper=u(r(214)),t.default=o},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(2),t),i(r(3),t),i(r(4),t),i(r(5),t),i(r(6),t),i(r(7),t),i(r(8),t),i(r(9),t),i(r(10),t),i(r(11),t),i(r(12),t),i(r(13),t),i(r(14),t),i(r(15),t),i(r(16),t),i(r(17),t),i(r(18),t),i(r(19),t),i(r(20),t),i(r(21),t),i(r(22),t),i(r(23),t),i(r(24),t),i(r(25),t),i(r(26),t),i(r(27),t),i(r(28),t),i(r(29),t),i(r(30),t),i(r(31),t),i(r(32),t),i(r(33),t),i(r(34),t),i(r(35),t),i(r(36),t),i(r(37),t),i(r(38),t),i(r(39),t),i(r(40),t),i(r(41),t),i(r(42),t),i(r(43),t),i(r(44),t),i(r(45),t),i(r(46),t),i(r(47),t),i(r(48),t),i(r(49),t),i(r(50),t),i(r(51),t),i(r(52),t),i(r(53),t),i(r(54),t),i(r(55),t),i(r(56),t),i(r(57),t),i(r(58),t),i(r(59),t),i(r(60),t),i(r(61),t),i(r(62),t),i(r(63),t),i(r(64),t),i(r(65),t),i(r(66),t),i(r(67),t),i(r(68),t),i(r(69),t),i(r(70),t),i(r(71),t),i(r(72),t),i(r(73),t),i(r(74),t),i(r(75),t),i(r(76),t),i(r(77),t),i(r(78),t),i(r(79),t),i(r(80),t),i(r(81),t),i(r(82),t),i(r(83),t),i(r(84),t),i(r(85),t),i(r(86),t),i(r(87),t),i(r(88),t),i(r(89),t),i(r(90),t),i(r(91),t),i(r(92),t),i(r(93),t),i(r(94),t),i(r(95),t),i(r(96),t),i(r(97),t),i(r(98),t),i(r(99),t),i(r(100),t),i(r(101),t),i(r(102),t),i(r(103),t),i(r(104),t),i(r(105),t),i(r(106),t),i(r(107),t),i(r(108),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AMOUNT_TYPE=void 0,function(e){e.LIMITED="Limited",e.UNLIMITED="Unlimited"}(t.AMOUNT_TYPE||(t.AMOUNT_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CAMPAIGN_STATUS=void 0,function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(t.CAMPAIGN_STATUS||(t.CAMPAIGN_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BOOKING_PRODUCT_INFO=void 0,function(e){e.TICKET="ticket"}(t.BOOKING_PRODUCT_INFO||(t.BOOKING_PRODUCT_INFO={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BUSINESS_RESULT_ORIGIN=void 0,function(e){e.TRIPIAN="Tripian",e.GOOGLE="Google"}(t.BUSINESS_RESULT_ORIGIN||(t.BUSINESS_RESULT_ORIGIN={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LOCATION_TYPE=void 0,function(e){e.CAPITAL="capital",e.CITY="city",e.COUNTRY="country",e.DISTRICT="district",e.ISLAND="island",e.MUNICIPALITY="municipality",e.PARISH="parish",e.PROVINCE="province",e.REGION="region",e.STATE="state",e.TERRITORY="territory",e.TOWN="town",e.VILLAGE="village"}(t.LOCATION_TYPE||(t.LOCATION_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NOTIFICATION_TYPE=void 0,function(e){e.SUCCESS="success",e.ERROR="error",e.WARNING="warning"}(t.NOTIFICATION_TYPE||(t.NOTIFICATION_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_CURRENCY=void 0,function(e){e.USD="USD",e.CAD="CAD",e.BBD="BBD"}(t.OFFER_CURRENCY||(t.OFFER_CURRENCY={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_STATUS=void 0,function(e){e.ACTIVE="active",e.INACTIVE="inactive",e.ARCHIVE="archive",e.EXPIRED="expired"}(t.OFFER_STATUS||(t.OFFER_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_TYPE=void 0,function(e){e.PERCENTAGE="percentage",e.AMOUNT="amount",e.QUANTITY="quantity",e.SPEND_FOR_GIFT="spend_for_gift",e.VOUCHER="voucher"}(t.OFFER_TYPE||(t.OFFER_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.POI_CATEGORY_GROUP=void 0,function(e){e.ATTRACTION="Attractions",e.RESTAURANT="Restaurants",e.CAFE="Cafes",e.NIGHTLIFE="Nightlife",e.SHOPPING="Shopping",e.UNKNOWN="Unknown",e.NOTCATEGORIZED="NOTCATEGORIZED"}(t.POI_CATEGORY_GROUP||(t.POI_CATEGORY_GROUP={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PRODUCT_TYPE_NAME=void 0,function(e){e.EXPERIENCES="experiences",e.DINING="dining",e.SHOPPING="shopping"}(t.PRODUCT_TYPE_NAME||(t.PRODUCT_TYPE_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PROVIDER_ID=void 0,function(e){e[e.VIATOR=1]="VIATOR",e[e.YELP=2]="YELP",e[e.GUESTLOGIX=3]="GUESTLOGIX",e[e.GYG=4]="GYG",e[e.OPEN_TABLE=5]="OPEN_TABLE",e[e.BOOK_BARBADOS=6]="BOOK_BARBADOS",e[e.JUNIPER=7]="JUNIPER",e[e.REZDY=8]="REZDY",e[e.UBER=9]="UBER",e[e.TRAVELIFY=10]="TRAVELIFY",e[e.GOCITY=11]="GOCITY"}(t.PROVIDER_ID||(t.PROVIDER_ID={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PROVIDER_NAME=void 0,function(e){e.YELP="Yelp",e.GYG="Gyg",e.OPEN_TABLE="OpenTable",e.BOOK_BARBADOS="BookBarbados",e.VIATOR="Viator",e.GOCITY="GoCity"}(t.PROVIDER_NAME||(t.PROVIDER_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.REACTION=void 0,function(e){e.THUMBS_UP="Thumbs Up",e.THUMBS_DOWN="Thumbs Down",e.NEUTRAL="Neutral"}(t.REACTION||(t.REACTION={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.REACTION_COMMENT=void 0,function(e){e.I_HAVE_BEEN_THERE_BEFORE="I`ve been there before",e.I_DONT_LIKE_THIS_PLACE="I don`t like this place"}(t.REACTION_COMMENT||(t.REACTION_COMMENT={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RESPONSE_STATUS=void 0,function(e){e[e.SUCCESS=200]="SUCCESS",e[e.BAD_REQUEST=400]="BAD_REQUEST",e[e.UNAUTHORIZED=401]="UNAUTHORIZED",e[e.FORBIDDEN=403]="FORBIDDEN",e[e.NOTFLICT=409]="NOTFLICT",e[e.INTERNAL_SERVER_ERROR=500]="INTERNAL_SERVER_ERROR"}(t.RESPONSE_STATUS||(t.RESPONSE_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PLAN_STATUS=void 0,function(e){e[e.STEPS_EMPTY=-1]="STEPS_EMPTY",e[e.PENDING=0]="PENDING",e[e.FINISHED=1]="FINISHED",e[e.WALKING_EXCEEDS=2]="WALKING_EXCEEDS",e[e.NOT_FOUND_ATTRS=3]="NOT_FOUND_ATTRS"}(t.PLAN_STATUS||(t.PLAN_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QUESTIONS_CATEGORY=void 0,function(e){e.TRIP="trip",e.PROFILE="profile",e.COMPANION="companion"}(t.QUESTIONS_CATEGORY||(t.QUESTIONS_CATEGORY={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.USER_TYPE=void 0,function(e){e[e.GUEST=-1]="GUEST",e[e.NORMAL=0]="NORMAL",e[e.NORMAL_FROM_GUEST=1]="NORMAL_FROM_GUEST",e[e.COUPON_ADMIN=2]="COUPON_ADMIN",e[e.SUPER_ADMIN=3]="SUPER_ADMIN"}(t.USER_TYPE||(t.USER_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VERIFY_CHANNEL=void 0,function(e){e.SMS="sms",e.CALL="call"}(t.VERIFY_CHANNEL||(t.VERIFY_CHANNEL={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CONFIG_CONTENTS_PROVIDER_NAME=void 0,function(e){e.BOOKBARBADOS="bookbarbados",e.GYG="gyg",e.OPENTABLE="opentable",e.YELP="yelp",e.UBER="uber"}(t.CONFIG_CONTENTS_PROVIDER_NAME||(t.CONFIG_CONTENTS_PROVIDER_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),u=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Videreo=t.Rezdy=t.Viator=t.Bb=t.Gyg=t.Yelp=void 0;var o=u(r(110));t.Yelp=o;var c=u(r(121));t.Gyg=c;var s=u(r(162));t.Bb=s;var l=u(r(177));t.Viator=l;var a=u(r(200));t.Rezdy=a;var d=u(r(210));t.Videreo=d},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(111),t),i(r(112),t),i(r(113),t),i(r(114),t),i(r(115),t),i(r(116),t),i(r(117),t),i(r(118),t),i(r(119),t),i(r(120),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(122),t),i(r(123),t),i(r(124),t),i(r(125),t),i(r(126),t),i(r(127),t),i(r(128),t),i(r(129),t),i(r(130),t),i(r(131),t),i(r(132),t),i(r(133),t),i(r(134),t),i(r(135),t),i(r(136),t),i(r(137),t),i(r(138),t),i(r(139),t),i(r(140),t),i(r(141),t),i(r(142),t),i(r(143),t),i(r(144),t),i(r(145),t),i(r(146),t),i(r(147),t),i(r(148),t),i(r(149),t),i(r(150),t),i(r(151),t),i(r(152),t),i(r(153),t),i(r(154),t),i(r(155),t),i(r(156),t),i(r(157),t),i(r(158),t),i(r(159),t),i(r(160),t),i(r(161),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(163),t),i(r(164),t),i(r(165),t),i(r(166),t),i(r(167),t),i(r(168),t),i(r(169),t),i(r(170),t),i(r(171),t),i(r(172),t),i(r(173),t),i(r(174),t),i(r(175),t),i(r(176),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ACTIVITY_THEMES=void 0,function(e){e.ON_THE_LAND="On the Land",e.FAMILY_FUN="Family Fun",e.SOFT_ADVENTURE="Soft Adventure",e.ON_THE_WATER="On the Water",e.WELLNESS="Wellness",e.ART_AND_CULTURE="Arts & Culture",e.HISTORY="History",e.UNDER_WATER="Under Water",e.IN_THE_AIR="In the Air",e.ROMANCE="Romance",e.FOODIE_DELIGHTS="Foodie Delights",e.UNDER_GROUND="Under Ground",e.VOLUNTOURISM="Voluntourism",e.SHORE_EXCURSIONS="Shore Excursions"}(t.ACTIVITY_THEMES||(t.ACTIVITY_THEMES={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(178),t),i(r(179),t),i(r(180),t),i(r(181),t),i(r(182),t),i(r(183),t),i(r(184),t),i(r(185),t),i(r(186),t),i(r(187),t),i(r(188),t),i(r(189),t),i(r(190),t),i(r(191),t),i(r(192),t),i(r(193),t),i(r(194),t),i(r(195),t),i(r(196),t),i(r(197),t),i(r(198),t),i(r(199),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(201),t),i(r(202),t),i(r(203),t),i(r(204),t),i(r(205),t),i(r(206),t),i(r(207),t),i(r(208),t),i(r(209),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(211),t),i(r(212),t),i(r(213),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},u=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,u=t.length;i<u;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.formatDateWithTimezone=t.arraysEqual=t.setLogo=t.setTheme=t.hexToRgb=t.offerAvailable=t.restaurantReservationAvailable=t.ticketAvailable=t.tourAvailable=t.getAge=t.removeDuplicateValues=t.removeDuplicateValuesById=t.capitalizeFirstLetter=t.delay=t.companionTitleOptions=t.getYourGuideImageFormat=t.getYourGuideImageArrayFormat=t.deepCopy=t.endTimeRange=t.startTimeRange=t.timeRange=t.minuteRange=t.hourRange=t.unicodeToString=t.toEngChars=t.passwordFormatValid=t.emailFormatValid=t.compareStringForSort=t.hoursFormat=t.getSubCategoryIds=t.getCategoryGroup=t.getCategoryGroups=t.imgUrlThumbnails=t.cityImgUrl=t.imgUrl=void 0;var c=o(r(0));i(r(215),t);var s=[{id:1,name:"Attractions",description:null,parent:null},{id:3,name:"Restaurants",description:null,parent:null},{id:24,name:"Cafes",description:null,parent:null},{id:4,name:"Nightlife",description:null,parent:null},{id:34,name:"Shopping",description:null,parent:null},{id:40,name:"NOTCATEGORIZED",description:null,parent:null},{id:36,name:"Desserts",description:null,parent:{id:24,name:"Cafes",description:null}},{id:33,name:"Bakeries",description:null,parent:{id:24,name:"Cafes",description:null}},{id:48,name:"Wineries",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:31,name:"Bars",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:28,name:"Stadium",description:null,parent:{id:1,name:"Attraction",description:null}},{id:30,name:"Museums",description:null,parent:{id:1,name:"Attraction",description:null}},{id:35,name:"Breweries",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:44,name:"Breakfast",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:32,name:"Art Galleries",description:null,parent:{id:1,name:"Attraction",description:null}},{id:41,name:"Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:46,name:"Breakfast & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:26,name:"Theater",description:null,parent:{id:1,name:"Attraction",description:null}},{id:45,name:"Breakfast & Lunch",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:29,name:"Civic Center",description:null,parent:{id:1,name:"Attraction",description:null}},{id:25,name:"Religious Places",description:null,parent:{id:1,name:"Attraction",description:null}},{id:47,name:"Breakfast & Lunch & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:42,name:"Lunch",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:43,name:"Lunch & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:49,name:"Gminings",description:null,parent:{id:1,name:"Attraction",description:null}},{id:50,name:"Shopping_50",description:null,parent:{id:34,name:"Shopping",description:null}},{id:51,name:"Shopping_51",description:null,parent:{id:34,name:"Shopping",description:null}},{id:52,name:"Shopping_52",description:null,parent:{id:34,name:"Shopping",description:null}},{id:53,name:"Shopping_53",description:null,parent:{id:34,name:"Shopping",description:null}},{id:54,name:"Shopping_54",description:null,parent:{id:34,name:"Shopping",description:null}}];t.imgUrl=function(e,t,r,n){if(void 0===t&&(t=64),void 0===n&&(n="Place"),!e)return"data:image/jpeg;base64,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";var i="".concat(t,"x").concat(r||t);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(i,"/smart")+e.substring(e.indexOf("/".concat(n,"/")))};t.cityImgUrl=function(e,t,r){void 0===t&&(t=64);var n="".concat(t,"x").concat(r||t);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(n,"/smart")+e.substring(e.indexOf("/City/"))};t.imgUrlThumbnails=function(e){var t=e.indexOf("/smart/");if(-1!==t){var r=e.substring(38,t).split("x"),n=+r[0]/64,i=+r[1]/n,u="64x".concat(i);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(u,"/smart/").concat(e.substring(t+7))}};t.getCategoryGroups=function(e){var t=e||s,r=t.filter((function(e){return null===e.parent})),n=t.filter((function(e){return null!==e.parent}));return r.map((function(e){var t={ids:[],group:""};return t.ids.push(e.id),n.filter((function(t){return t.parent&&t.parent.id===e.id})).forEach((function(e){return t.ids.push(e.id)})),t.group=e.name,t}))};t.getCategoryGroup=function(e,t){var r,n=t||s,i=n.find((function(t){return t.id===e})),u=(null===(r=null==i?void 0:i.parent)||void 0===r?void 0:r.id)?n.find((function(e){return e.id===i.parent.id})):i;return u?u.name:"UNKNOWN"};t.getSubCategoryIds=function(e,t){return(t||s).filter((function(t){var r;return(null===(r=t.parent)||void 0===r?void 0:r.id)===e})).map((function(e){return e.id})).concat(e)};t.hoursFormat=function(e,t,r){if(e&&e.search(",")>-1){var n=e.split("|"),i=[];if(n.forEach((function(e){var t=e.split(": "),r=t[0].split(","),n=t[1].split(",").map((function(e){return e.trim()}));r.forEach((function(e){var t=e.replace(/ /g,""),r=i.findIndex((function(e){return e.day===t}));-1===r?i.push({day:t,clock:n}):i[r].clock=i[r].clock.concat(n)}))})),i.length<7)t.filter((function(e){return i.every((function(t){return!t.day.includes(e)}))})).forEach((function(e){var n=t.findIndex((function(t){return t===e}));i.splice(n,0,{day:e,clock:[r,""]})}));return i}return t.map((function(t){return{clock:[e||""],day:t}}))};t.compareStringForSort=function(e,t){var r=e.toLowerCase(),n=t.toLowerCase();return r<n?-1:r>n?1:0};t.emailFormatValid=function(e){return e.match(/^(([^<>()\\[\]\\.,;:\s@"]+(\.[^<>()\\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/)};t.passwordFormatValid=function(e){return e.match(/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])([a-zA-Z0-9!-@#$^_:,. ]{8,})$/)};t.toEngChars=function(e){return e.replace("Ğ","G").replace("Ü","U").replace("Ş","S").replace("İ","I").replace("Ö","O").replace("Ç","C").replace("ğ","g").replace("ü","u").replace("ş","s").replace("ı","i").replace("ö","o").replace("ç","c").replace("á","a").replace("é","e").replace("í","i").replace("ó","o").replace("ú","u").replace("ý","y").replace("Á","A").replace("É","E").replace("Í","I").replace("Ó","O").replace("Ú","U").replace("Ý","Y").replace("à","a").replace("è","e").replace("ì","i").replace("ò","o").replace("ù","u").replace("À","A").replace("È","E").replace("Ì","I").replace("Ò","O").replace("Ù","U").replace("â","a").replace("ê","e").replace("î","i").replace("ô","o").replace("û","u").replace("Â","A").replace("Ê","E").replace("Î","I").replace("Ô","O").replace("Û","U").replace("ã","a").replace("ñ","n").replace("õ","o").replace("Ã","A").replace("Ñ","N").replace("Õ","O").replace("ä","a").replace("ë","e").replace("ï","i").replace("ÿ","Y").replace("Ä","A").replace("Ë","E").replace("Ï","I").replace("Ÿ","Y")};t.unicodeToString=function(e){return e.replace(/u00c7/g,"Ç").replace(/u00e7/g,"ç").replace(/u011f/g,"ğ").replace(/u0130/g,"İ").replace(/u0131/g,"ı").replace(/u00d6/g,"Ö").replace(/u00f6/g,"ö").replace(/u015e/g,"Ş").replace(/u015f/g,"ş").replace(/u00dc/g,"Ü").replace(/u00fc/g,"ü")},t.hourRange=["00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"],t.minuteRange=["00","30"],t.timeRange=[],t.hourRange.forEach((function(e){return t.minuteRange.forEach((function(r){return t.timeRange.push("".concat(e,":").concat(r))}))}));t.startTimeRange=function(e){return void 0===e&&(e=!0),e?t.timeRange:t.timeRange.filter((function(e,r){return r!=t.timeRange.length-1}))};t.endTimeRange=function(e){if(void 0===e)return t.timeRange;for(var r=[],n=!1,i=0;i<t.timeRange.length;i++){var u=t.timeRange[i];n?r.push(u):u===e&&(n=!0)}return r};t.deepCopy=function(e){return JSON.parse(JSON.stringify(e))};t.getYourGuideImageArrayFormat=function(e,t){return e.map((function(e){return e.replace("[format_id]",t)}))};t.getYourGuideImageFormat=function(e,t){return e.replace("[format_id]",t)},t.companionTitleOptions=[{value:"Family member"},{value:"Friend"},{value:"Work colleague"}];t.delay=function(e){return new Promise((function(t){return setTimeout(t,e)}))};t.capitalizeFirstLetter=function(e){return e.charAt(0).toUpperCase()+e.slice(1)};t.removeDuplicateValuesById=function(e){return e.filter((function(e,t,r){return r.findIndex((function(t){return!!(e&&t&&e.id&&t.id)&&t.id===e.id}))===t}))};t.removeDuplicateValues=function(e,t){return e.filter((function(e,r,n){return n.findIndex((function(r){return t(r,e)}))===r}))};t.getAge=function(e){var t=new Date,r=new Date(e),n=t.getFullYear()-r.getFullYear(),i=t.getMonth()-r.getMonth();return(i<0||0===i&&t.getDate()<r.getDate())&&n--,n};t.tourAvailable=function(e,t,r,n,i){return e.some((function(e){return t.includes(e.providerId)&&e.products.some((function(t){var u=Number(t.id);return!t.info.includes(c.default.BOOKING_PRODUCT_INFO.TICKET)&&(r.includes(u)||n.includes(u)||i.includes(t.id.toString())||11===e.providerId)}))}))};t.ticketAvailable=function(e,t,r,n,i){return e.some((function(e){return t.includes(e.providerId)&&e.products.some((function(t){var u=Number(t.id);return t.info.includes(c.default.BOOKING_PRODUCT_INFO.TICKET)&&(r.includes(u)||n.includes(u)||i.includes(t.id.toString())||11===e.providerId)}))}))};t.restaurantReservationAvailable=function(e,t){return e.some((function(e){return t.includes(e.providerId)}))};t.offerAvailable=function(e){return e.some((function(e){return e}))};t.hexToRgb=function(e){var t;return"".concat(null===(t=e.match(/\w\w/g))||void 0===t?void 0:t.map((function(e){return+"0x".concat(e)})))};t.setTheme=function(e,r){var n="dark"===e?r.dark:r.light;document.documentElement.style.setProperty("--primary-color",n.primary),document.documentElement.style.setProperty("--primary-color-rgb",(0,t.hexToRgb)(n.primary)),document.documentElement.style.setProperty("--secondary-color",n.secondary),document.documentElement.style.setProperty("--secondary-color-rgb",(0,t.hexToRgb)(n.secondary)),document.documentElement.style.setProperty("--success-color",n.success),document.documentElement.style.setProperty("--success-color-rgb",(0,t.hexToRgb)(n.success)),document.documentElement.style.setProperty("--warning-color",n.warning),document.documentElement.style.setProperty("--warning-color-rgb",(0,t.hexToRgb)(n.warning)),document.documentElement.style.setProperty("--info-color",n.info),document.documentElement.style.setProperty("--info-color-rgb",(0,t.hexToRgb)(n.info)),document.documentElement.style.setProperty("--danger-color",n.danger),document.documentElement.style.setProperty("--danger-color-rgb",(0,t.hexToRgb)(n.danger)),document.documentElement.style.setProperty("--text-primary-color",n.textPrimary),document.documentElement.style.setProperty("--text-primary-color-rgb",(0,t.hexToRgb)(n.textPrimary)),document.documentElement.style.setProperty("--header-color",n.headerBg),document.documentElement.style.setProperty("--header-text-color",n.headerTextColor),document.documentElement.style.setProperty("--background-color",n.background),document.documentElement.style.setProperty("--background-color-rgb",(0,t.hexToRgb)(n.background))};t.setLogo=function(e,t){document.documentElement.style.setProperty("--app-logo-dark","url(".concat(e,")")),document.documentElement.style.setProperty("--app-logo-light","url(".concat(t,")"))};t.arraysEqual=function(e,t){if(e.length!==t.length)return!1;for(var r=u([],e,!0).sort((function(e,t){return e-t})),n=u([],t,!0).sort((function(e,t){return e-t})),i=0;i<r.length;i+=1)if(r[i]!==n[i])return!1;return!0};t.formatDateWithTimezone=function(e,t){void 0===t&&(t="UTC");var r=new Date(e);if(isNaN(r.getTime()))throw new Error("Invalid date format");var n=new Date(new Intl.DateTimeFormat("en-US",{timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).format(r));return"".concat(n.getFullYear(),"-").concat(String(n.getMonth()+1).padStart(2,"0"),"-").concat(String(n.getDate()).padStart(2,"0")," ").concat(String(n.getHours()).padStart(2,"0"),":").concat(String(n.getMinutes()).padStart(2,"0"),":").concat(String(n.getSeconds()).padStart(2,"0"))}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.plural=void 0;t.plural=function(e,t){void 0===t&&(t=!1);var r,n={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment"].indexOf(e.toLowerCase())>=0)return e;for(var i in n){var u=void 0,o=void 0;if(t?(u=new RegExp(n[i]+"$","i"),o=i):(u=new RegExp(i+"$","i"),o=n[i]),u.test(e))return e.replace(u,o)}for(var c in r=t?{"(quiz)zes$":"$1","(matr)ices$":"$1ix","(vert|ind)ices$":"$1ex","^(ox)en$":"$1","(alias)es$":"$1","(octop|vir)i$":"$1us","(cris|ax|test)es$":"$1is","(shoe)s$":"$1","(o)es$":"$1","(bus)es$":"$1","([m|l])ice$":"$1ouse","(x|ch|ss|sh)es$":"$1","(m)ovies$":"$1ovie","(s)eries$":"$1eries","([^aeiouy]|qu)ies$":"$1y","([lr])ves$":"$1f","(tive)s$":"$1","(hive)s$":"$1","(li|wi|kni)ves$":"$1fe","(shea|loa|lea|thie)ves$":"$1f","(^analy)ses$":"$1sis","((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$":"$1$2sis","([ti])a$":"$1um","(n)ews$":"$1ews","(h|bl)ouses$":"$1ouse","(corpse)s$":"$1","(us)es$":"$1",s$:""}:{"(quiz)$":"$1zes","^(ox)$":"$1en","([m|l])ouse$":"$1ice","(matr|vert|ind)ix|ex$":"$1ices","(x|ch|ss|sh)$":"$1es","([^aeiouy]|qu)y$":"$1ies","(hive)$":"$1s","(?:([^f])fe|([lr])f)$":"$1$2ves","(shea|lea|loa|thie)f$":"$1ves",sis$:"ses","([ti])um$":"$1a","(tomat|potat|ech|her|vet)o$":"$1oes","(bu)s$":"$1ses","(alias)$":"$1es","(octop)us$":"$1i","(ax|test)is$":"$1es","(us)$":"$1es","([^s]+)$":"$1s"}){var s=new RegExp(c,"i");if(s.test(e))return e.replace(s,r[c])}return e}}]);
|
|
1
|
+
module.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),u=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.helper=t.Providers=void 0;var o=u(r(1));t.Providers=u(r(110)),t.helper=u(r(215)),t.default=o},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(2),t),i(r(3),t),i(r(4),t),i(r(5),t),i(r(6),t),i(r(7),t),i(r(8),t),i(r(9),t),i(r(10),t),i(r(11),t),i(r(12),t),i(r(13),t),i(r(14),t),i(r(15),t),i(r(16),t),i(r(17),t),i(r(18),t),i(r(19),t),i(r(20),t),i(r(21),t),i(r(22),t),i(r(23),t),i(r(24),t),i(r(25),t),i(r(26),t),i(r(27),t),i(r(28),t),i(r(29),t),i(r(30),t),i(r(31),t),i(r(32),t),i(r(33),t),i(r(34),t),i(r(35),t),i(r(36),t),i(r(37),t),i(r(38),t),i(r(39),t),i(r(40),t),i(r(41),t),i(r(42),t),i(r(43),t),i(r(44),t),i(r(45),t),i(r(46),t),i(r(47),t),i(r(48),t),i(r(49),t),i(r(50),t),i(r(51),t),i(r(52),t),i(r(53),t),i(r(54),t),i(r(55),t),i(r(56),t),i(r(57),t),i(r(58),t),i(r(59),t),i(r(60),t),i(r(61),t),i(r(62),t),i(r(63),t),i(r(64),t),i(r(65),t),i(r(66),t),i(r(67),t),i(r(68),t),i(r(69),t),i(r(70),t),i(r(71),t),i(r(72),t),i(r(73),t),i(r(74),t),i(r(75),t),i(r(76),t),i(r(77),t),i(r(78),t),i(r(79),t),i(r(80),t),i(r(81),t),i(r(82),t),i(r(83),t),i(r(84),t),i(r(85),t),i(r(86),t),i(r(87),t),i(r(88),t),i(r(89),t),i(r(90),t),i(r(91),t),i(r(92),t),i(r(93),t),i(r(94),t),i(r(95),t),i(r(96),t),i(r(97),t),i(r(98),t),i(r(99),t),i(r(100),t),i(r(101),t),i(r(102),t),i(r(103),t),i(r(104),t),i(r(105),t),i(r(106),t),i(r(107),t),i(r(108),t),i(r(109),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AMOUNT_TYPE=void 0,function(e){e.LIMITED="Limited",e.UNLIMITED="Unlimited"}(t.AMOUNT_TYPE||(t.AMOUNT_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CAMPAIGN_STATUS=void 0,function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(t.CAMPAIGN_STATUS||(t.CAMPAIGN_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BOOKING_PRODUCT_INFO=void 0,function(e){e.TICKET="ticket"}(t.BOOKING_PRODUCT_INFO||(t.BOOKING_PRODUCT_INFO={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BUSINESS_RESULT_ORIGIN=void 0,function(e){e.TRIPIAN="Tripian",e.GOOGLE="Google"}(t.BUSINESS_RESULT_ORIGIN||(t.BUSINESS_RESULT_ORIGIN={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LOCATION_TYPE=void 0,function(e){e.CAPITAL="capital",e.CITY="city",e.COUNTRY="country",e.DISTRICT="district",e.ISLAND="island",e.MUNICIPALITY="municipality",e.PARISH="parish",e.PROVINCE="province",e.REGION="region",e.STATE="state",e.TERRITORY="territory",e.TOWN="town",e.VILLAGE="village"}(t.LOCATION_TYPE||(t.LOCATION_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NOTIFICATION_TYPE=void 0,function(e){e.SUCCESS="success",e.ERROR="error",e.WARNING="warning"}(t.NOTIFICATION_TYPE||(t.NOTIFICATION_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_CURRENCY=void 0,function(e){e.USD="USD",e.CAD="CAD",e.BBD="BBD"}(t.OFFER_CURRENCY||(t.OFFER_CURRENCY={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_STATUS=void 0,function(e){e.ACTIVE="active",e.INACTIVE="inactive",e.ARCHIVE="archive",e.EXPIRED="expired"}(t.OFFER_STATUS||(t.OFFER_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OFFER_TYPE=void 0,function(e){e.PERCENTAGE="percentage",e.AMOUNT="amount",e.QUANTITY="quantity",e.SPEND_FOR_GIFT="spend_for_gift",e.VOUCHER="voucher"}(t.OFFER_TYPE||(t.OFFER_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.POI_CATEGORY_GROUP=void 0,function(e){e.ATTRACTION="Attractions",e.RESTAURANT="Restaurants",e.CAFE="Cafes",e.NIGHTLIFE="Nightlife",e.SHOPPING="Shopping",e.UNKNOWN="Unknown",e.NOTCATEGORIZED="NOTCATEGORIZED"}(t.POI_CATEGORY_GROUP||(t.POI_CATEGORY_GROUP={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PRODUCT_TYPE_NAME=void 0,function(e){e.EXPERIENCES="experiences",e.DINING="dining",e.SHOPPING="shopping"}(t.PRODUCT_TYPE_NAME||(t.PRODUCT_TYPE_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PROVIDER_ID=void 0,function(e){e[e.VIATOR=1]="VIATOR",e[e.YELP=2]="YELP",e[e.GUESTLOGIX=3]="GUESTLOGIX",e[e.GYG=4]="GYG",e[e.OPEN_TABLE=5]="OPEN_TABLE",e[e.BOOK_BARBADOS=6]="BOOK_BARBADOS",e[e.JUNIPER=7]="JUNIPER",e[e.REZDY=8]="REZDY",e[e.UBER=9]="UBER",e[e.TRAVELIFY=10]="TRAVELIFY",e[e.GOCITY=11]="GOCITY"}(t.PROVIDER_ID||(t.PROVIDER_ID={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PROVIDER_NAME=void 0,function(e){e.YELP="Yelp",e.GYG="Gyg",e.OPEN_TABLE="OpenTable",e.BOOK_BARBADOS="BookBarbados",e.VIATOR="Viator",e.GOCITY="GoCity"}(t.PROVIDER_NAME||(t.PROVIDER_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.REACTION=void 0,function(e){e.THUMBS_UP="Thumbs Up",e.THUMBS_DOWN="Thumbs Down",e.NEUTRAL="Neutral"}(t.REACTION||(t.REACTION={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.REACTION_COMMENT=void 0,function(e){e.I_HAVE_BEEN_THERE_BEFORE="I`ve been there before",e.I_DONT_LIKE_THIS_PLACE="I don`t like this place"}(t.REACTION_COMMENT||(t.REACTION_COMMENT={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RESPONSE_STATUS=void 0,function(e){e[e.SUCCESS=200]="SUCCESS",e[e.BAD_REQUEST=400]="BAD_REQUEST",e[e.UNAUTHORIZED=401]="UNAUTHORIZED",e[e.FORBIDDEN=403]="FORBIDDEN",e[e.NOTFLICT=409]="NOTFLICT",e[e.INTERNAL_SERVER_ERROR=500]="INTERNAL_SERVER_ERROR"}(t.RESPONSE_STATUS||(t.RESPONSE_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PLAN_STATUS=void 0,function(e){e[e.STEPS_EMPTY=-1]="STEPS_EMPTY",e[e.PENDING=0]="PENDING",e[e.FINISHED=1]="FINISHED",e[e.WALKING_EXCEEDS=2]="WALKING_EXCEEDS",e[e.NOT_FOUND_ATTRS=3]="NOT_FOUND_ATTRS"}(t.PLAN_STATUS||(t.PLAN_STATUS={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QUESTIONS_CATEGORY=void 0,function(e){e.TRIP="trip",e.PROFILE="profile",e.COMPANION="companion"}(t.QUESTIONS_CATEGORY||(t.QUESTIONS_CATEGORY={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.USER_TYPE=void 0,function(e){e[e.GUEST=-1]="GUEST",e[e.NORMAL=0]="NORMAL",e[e.NORMAL_FROM_GUEST=1]="NORMAL_FROM_GUEST",e[e.COUPON_ADMIN=2]="COUPON_ADMIN",e[e.SUPER_ADMIN=3]="SUPER_ADMIN"}(t.USER_TYPE||(t.USER_TYPE={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VERIFY_CHANNEL=void 0,function(e){e.SMS="sms",e.CALL="call"}(t.VERIFY_CHANNEL||(t.VERIFY_CHANNEL={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CONFIG_CONTENTS_PROVIDER_NAME=void 0,function(e){e.BOOKBARBADOS="bookbarbados",e.GYG="gyg",e.OPENTABLE="opentable",e.YELP="yelp",e.UBER="uber"}(t.CONFIG_CONTENTS_PROVIDER_NAME||(t.CONFIG_CONTENTS_PROVIDER_NAME={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),u=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Videreo=t.Rezdy=t.Viator=t.Bb=t.Gyg=t.Yelp=void 0;var o=u(r(111));t.Yelp=o;var c=u(r(122));t.Gyg=c;var s=u(r(163));t.Bb=s;var l=u(r(178));t.Viator=l;var a=u(r(201));t.Rezdy=a;var d=u(r(211));t.Videreo=d},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(112),t),i(r(113),t),i(r(114),t),i(r(115),t),i(r(116),t),i(r(117),t),i(r(118),t),i(r(119),t),i(r(120),t),i(r(121),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(123),t),i(r(124),t),i(r(125),t),i(r(126),t),i(r(127),t),i(r(128),t),i(r(129),t),i(r(130),t),i(r(131),t),i(r(132),t),i(r(133),t),i(r(134),t),i(r(135),t),i(r(136),t),i(r(137),t),i(r(138),t),i(r(139),t),i(r(140),t),i(r(141),t),i(r(142),t),i(r(143),t),i(r(144),t),i(r(145),t),i(r(146),t),i(r(147),t),i(r(148),t),i(r(149),t),i(r(150),t),i(r(151),t),i(r(152),t),i(r(153),t),i(r(154),t),i(r(155),t),i(r(156),t),i(r(157),t),i(r(158),t),i(r(159),t),i(r(160),t),i(r(161),t),i(r(162),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(164),t),i(r(165),t),i(r(166),t),i(r(167),t),i(r(168),t),i(r(169),t),i(r(170),t),i(r(171),t),i(r(172),t),i(r(173),t),i(r(174),t),i(r(175),t),i(r(176),t),i(r(177),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ACTIVITY_THEMES=void 0,function(e){e.ON_THE_LAND="On the Land",e.FAMILY_FUN="Family Fun",e.SOFT_ADVENTURE="Soft Adventure",e.ON_THE_WATER="On the Water",e.WELLNESS="Wellness",e.ART_AND_CULTURE="Arts & Culture",e.HISTORY="History",e.UNDER_WATER="Under Water",e.IN_THE_AIR="In the Air",e.ROMANCE="Romance",e.FOODIE_DELIGHTS="Foodie Delights",e.UNDER_GROUND="Under Ground",e.VOLUNTOURISM="Voluntourism",e.SHORE_EXCURSIONS="Shore Excursions"}(t.ACTIVITY_THEMES||(t.ACTIVITY_THEMES={}))},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(179),t),i(r(180),t),i(r(181),t),i(r(182),t),i(r(183),t),i(r(184),t),i(r(185),t),i(r(186),t),i(r(187),t),i(r(188),t),i(r(189),t),i(r(190),t),i(r(191),t),i(r(192),t),i(r(193),t),i(r(194),t),i(r(195),t),i(r(196),t),i(r(197),t),i(r(198),t),i(r(199),t),i(r(200),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(202),t),i(r(203),t),i(r(204),t),i(r(205),t),i(r(206),t),i(r(207),t),i(r(208),t),i(r(209),t),i(r(210),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),i(r(212),t),i(r(213),t),i(r(214),t)},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},u=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,u=t.length;i<u;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.formatDateWithTimezone=t.arraysEqual=t.setLogo=t.setTheme=t.hexToRgb=t.offerAvailable=t.restaurantReservationAvailable=t.ticketAvailable=t.tourAvailable=t.getAge=t.removeDuplicateValues=t.removeDuplicateValuesById=t.capitalizeFirstLetter=t.delay=t.companionTitleOptions=t.getYourGuideImageFormat=t.getYourGuideImageArrayFormat=t.deepCopy=t.endTimeRange=t.startTimeRange=t.timeRange=t.minuteRange=t.hourRange=t.unicodeToString=t.toEngChars=t.passwordFormatValid=t.emailFormatValid=t.compareStringForSort=t.hoursFormat=t.getSubCategoryIds=t.getCategoryGroup=t.getCategoryGroups=t.imgUrlThumbnails=t.cityImgUrl=t.imgUrl=void 0;var c=o(r(0));i(r(216),t);var s=[{id:1,name:"Attractions",description:null,parent:null},{id:3,name:"Restaurants",description:null,parent:null},{id:24,name:"Cafes",description:null,parent:null},{id:4,name:"Nightlife",description:null,parent:null},{id:34,name:"Shopping",description:null,parent:null},{id:40,name:"NOTCATEGORIZED",description:null,parent:null},{id:36,name:"Desserts",description:null,parent:{id:24,name:"Cafes",description:null}},{id:33,name:"Bakeries",description:null,parent:{id:24,name:"Cafes",description:null}},{id:48,name:"Wineries",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:31,name:"Bars",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:28,name:"Stadium",description:null,parent:{id:1,name:"Attraction",description:null}},{id:30,name:"Museums",description:null,parent:{id:1,name:"Attraction",description:null}},{id:35,name:"Breweries",description:null,parent:{id:4,name:"Nightlife",description:null}},{id:44,name:"Breakfast",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:32,name:"Art Galleries",description:null,parent:{id:1,name:"Attraction",description:null}},{id:41,name:"Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:46,name:"Breakfast & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:26,name:"Theater",description:null,parent:{id:1,name:"Attraction",description:null}},{id:45,name:"Breakfast & Lunch",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:29,name:"Civic Center",description:null,parent:{id:1,name:"Attraction",description:null}},{id:25,name:"Religious Places",description:null,parent:{id:1,name:"Attraction",description:null}},{id:47,name:"Breakfast & Lunch & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:42,name:"Lunch",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:43,name:"Lunch & Dinner",description:null,parent:{id:3,name:"Restaurants",description:null}},{id:49,name:"Gminings",description:null,parent:{id:1,name:"Attraction",description:null}},{id:50,name:"Shopping_50",description:null,parent:{id:34,name:"Shopping",description:null}},{id:51,name:"Shopping_51",description:null,parent:{id:34,name:"Shopping",description:null}},{id:52,name:"Shopping_52",description:null,parent:{id:34,name:"Shopping",description:null}},{id:53,name:"Shopping_53",description:null,parent:{id:34,name:"Shopping",description:null}},{id:54,name:"Shopping_54",description:null,parent:{id:34,name:"Shopping",description:null}}];t.imgUrl=function(e,t,r,n){if(void 0===t&&(t=64),void 0===n&&(n="Place"),!e)return"data:image/jpeg;base64,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";var i="".concat(t,"x").concat(r||t);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(i,"/smart")+e.substring(e.indexOf("/".concat(n,"/")))};t.cityImgUrl=function(e,t,r){void 0===t&&(t=64);var n="".concat(t,"x").concat(r||t);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(n,"/smart")+e.substring(e.indexOf("/City/"))};t.imgUrlThumbnails=function(e){var t=e.indexOf("/smart/");if(-1!==t){var r=e.substring(38,t).split("x"),n=+r[0]/64,i=+r[1]/n,u="64x".concat(i);return"https://d1drj6u6cu0e3j.cloudfront.net/".concat(u,"/smart/").concat(e.substring(t+7))}};t.getCategoryGroups=function(e){var t=e||s,r=t.filter((function(e){return null===e.parent})),n=t.filter((function(e){return null!==e.parent}));return r.map((function(e){var t={ids:[],group:""};return t.ids.push(e.id),n.filter((function(t){return t.parent&&t.parent.id===e.id})).forEach((function(e){return t.ids.push(e.id)})),t.group=e.name,t}))};t.getCategoryGroup=function(e,t){var r,n=t||s,i=n.find((function(t){return t.id===e})),u=(null===(r=null==i?void 0:i.parent)||void 0===r?void 0:r.id)?n.find((function(e){return e.id===i.parent.id})):i;return u?u.name:"UNKNOWN"};t.getSubCategoryIds=function(e,t){return(t||s).filter((function(t){var r;return(null===(r=t.parent)||void 0===r?void 0:r.id)===e})).map((function(e){return e.id})).concat(e)};t.hoursFormat=function(e,t,r){if(e&&e.search(",")>-1){var n=e.split("|"),i=[];if(n.forEach((function(e){var t=e.split(": "),r=t[0].split(","),n=t[1].split(",").map((function(e){return e.trim()}));r.forEach((function(e){var t=e.replace(/ /g,""),r=i.findIndex((function(e){return e.day===t}));-1===r?i.push({day:t,clock:n}):i[r].clock=i[r].clock.concat(n)}))})),i.length<7)t.filter((function(e){return i.every((function(t){return!t.day.includes(e)}))})).forEach((function(e){var n=t.findIndex((function(t){return t===e}));i.splice(n,0,{day:e,clock:[r,""]})}));return i}return t.map((function(t){return{clock:[e||""],day:t}}))};t.compareStringForSort=function(e,t){var r=e.toLowerCase(),n=t.toLowerCase();return r<n?-1:r>n?1:0};t.emailFormatValid=function(e){return e.match(/^(([^<>()\\[\]\\.,;:\s@"]+(\.[^<>()\\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/)};t.passwordFormatValid=function(e){return e.match(/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])([a-zA-Z0-9!-@#$^_:,. ]{8,})$/)};t.toEngChars=function(e){return e.replace("Ğ","G").replace("Ü","U").replace("Ş","S").replace("İ","I").replace("Ö","O").replace("Ç","C").replace("ğ","g").replace("ü","u").replace("ş","s").replace("ı","i").replace("ö","o").replace("ç","c").replace("á","a").replace("é","e").replace("í","i").replace("ó","o").replace("ú","u").replace("ý","y").replace("Á","A").replace("É","E").replace("Í","I").replace("Ó","O").replace("Ú","U").replace("Ý","Y").replace("à","a").replace("è","e").replace("ì","i").replace("ò","o").replace("ù","u").replace("À","A").replace("È","E").replace("Ì","I").replace("Ò","O").replace("Ù","U").replace("â","a").replace("ê","e").replace("î","i").replace("ô","o").replace("û","u").replace("Â","A").replace("Ê","E").replace("Î","I").replace("Ô","O").replace("Û","U").replace("ã","a").replace("ñ","n").replace("õ","o").replace("Ã","A").replace("Ñ","N").replace("Õ","O").replace("ä","a").replace("ë","e").replace("ï","i").replace("ÿ","Y").replace("Ä","A").replace("Ë","E").replace("Ï","I").replace("Ÿ","Y")};t.unicodeToString=function(e){return e.replace(/u00c7/g,"Ç").replace(/u00e7/g,"ç").replace(/u011f/g,"ğ").replace(/u0130/g,"İ").replace(/u0131/g,"ı").replace(/u00d6/g,"Ö").replace(/u00f6/g,"ö").replace(/u015e/g,"Ş").replace(/u015f/g,"ş").replace(/u00dc/g,"Ü").replace(/u00fc/g,"ü")},t.hourRange=["00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"],t.minuteRange=["00","30"],t.timeRange=[],t.hourRange.forEach((function(e){return t.minuteRange.forEach((function(r){return t.timeRange.push("".concat(e,":").concat(r))}))}));t.startTimeRange=function(e){return void 0===e&&(e=!0),e?t.timeRange:t.timeRange.filter((function(e,r){return r!=t.timeRange.length-1}))};t.endTimeRange=function(e){if(void 0===e)return t.timeRange;for(var r=[],n=!1,i=0;i<t.timeRange.length;i++){var u=t.timeRange[i];n?r.push(u):u===e&&(n=!0)}return r};t.deepCopy=function(e){return JSON.parse(JSON.stringify(e))};t.getYourGuideImageArrayFormat=function(e,t){return e.map((function(e){return e.replace("[format_id]",t)}))};t.getYourGuideImageFormat=function(e,t){return e.replace("[format_id]",t)},t.companionTitleOptions=[{value:"Family member"},{value:"Friend"},{value:"Work colleague"}];t.delay=function(e){return new Promise((function(t){return setTimeout(t,e)}))};t.capitalizeFirstLetter=function(e){return e.charAt(0).toUpperCase()+e.slice(1)};t.removeDuplicateValuesById=function(e){return e.filter((function(e,t,r){return r.findIndex((function(t){return!!(e&&t&&e.id&&t.id)&&t.id===e.id}))===t}))};t.removeDuplicateValues=function(e,t){return e.filter((function(e,r,n){return n.findIndex((function(r){return t(r,e)}))===r}))};t.getAge=function(e){var t=new Date,r=new Date(e),n=t.getFullYear()-r.getFullYear(),i=t.getMonth()-r.getMonth();return(i<0||0===i&&t.getDate()<r.getDate())&&n--,n};t.tourAvailable=function(e,t,r,n,i){return e.some((function(e){return t.includes(e.providerId)&&e.products.some((function(t){var u=Number(t.id);return!t.info.includes(c.default.BOOKING_PRODUCT_INFO.TICKET)&&(r.includes(u)||n.includes(u)||i.includes(t.id.toString())||11===e.providerId)}))}))};t.ticketAvailable=function(e,t,r,n,i){return e.some((function(e){return t.includes(e.providerId)&&e.products.some((function(t){var u=Number(t.id);return t.info.includes(c.default.BOOKING_PRODUCT_INFO.TICKET)&&(r.includes(u)||n.includes(u)||i.includes(t.id.toString())||11===e.providerId)}))}))};t.restaurantReservationAvailable=function(e,t){return e.some((function(e){return t.includes(e.providerId)}))};t.offerAvailable=function(e){return e.some((function(e){return e}))};t.hexToRgb=function(e){var t;return"".concat(null===(t=e.match(/\w\w/g))||void 0===t?void 0:t.map((function(e){return+"0x".concat(e)})))};t.setTheme=function(e,r){var n="dark"===e?r.dark:r.light;document.documentElement.style.setProperty("--primary-color",n.primary),document.documentElement.style.setProperty("--primary-color-rgb",(0,t.hexToRgb)(n.primary)),document.documentElement.style.setProperty("--secondary-color",n.secondary),document.documentElement.style.setProperty("--secondary-color-rgb",(0,t.hexToRgb)(n.secondary)),document.documentElement.style.setProperty("--success-color",n.success),document.documentElement.style.setProperty("--success-color-rgb",(0,t.hexToRgb)(n.success)),document.documentElement.style.setProperty("--warning-color",n.warning),document.documentElement.style.setProperty("--warning-color-rgb",(0,t.hexToRgb)(n.warning)),document.documentElement.style.setProperty("--info-color",n.info),document.documentElement.style.setProperty("--info-color-rgb",(0,t.hexToRgb)(n.info)),document.documentElement.style.setProperty("--danger-color",n.danger),document.documentElement.style.setProperty("--danger-color-rgb",(0,t.hexToRgb)(n.danger)),document.documentElement.style.setProperty("--text-primary-color",n.textPrimary),document.documentElement.style.setProperty("--text-primary-color-rgb",(0,t.hexToRgb)(n.textPrimary)),document.documentElement.style.setProperty("--header-color",n.headerBg),document.documentElement.style.setProperty("--header-text-color",n.headerTextColor),document.documentElement.style.setProperty("--background-color",n.background),document.documentElement.style.setProperty("--background-color-rgb",(0,t.hexToRgb)(n.background))};t.setLogo=function(e,t){document.documentElement.style.setProperty("--app-logo-dark","url(".concat(e,")")),document.documentElement.style.setProperty("--app-logo-light","url(".concat(t,")"))};t.arraysEqual=function(e,t){if(e.length!==t.length)return!1;for(var r=u([],e,!0).sort((function(e,t){return e-t})),n=u([],t,!0).sort((function(e,t){return e-t})),i=0;i<r.length;i+=1)if(r[i]!==n[i])return!1;return!0};t.formatDateWithTimezone=function(e,t){void 0===t&&(t="UTC");var r=new Date(e);if(isNaN(r.getTime()))throw new Error("Invalid date format");var n=new Date(new Intl.DateTimeFormat("en-US",{timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).format(r));return"".concat(n.getFullYear(),"-").concat(String(n.getMonth()+1).padStart(2,"0"),"-").concat(String(n.getDate()).padStart(2,"0")," ").concat(String(n.getHours()).padStart(2,"0"),":").concat(String(n.getMinutes()).padStart(2,"0"),":").concat(String(n.getSeconds()).padStart(2,"0"))}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.plural=void 0;t.plural=function(e,t){void 0===t&&(t=!1);var r,n={move:"moves",foot:"feet",goose:"geese",sex:"sexes",child:"children",man:"men",tooth:"teeth",person:"people"};if(["sheep","fish","deer","moose","series","species","money","rice","information","equipment"].indexOf(e.toLowerCase())>=0)return e;for(var i in n){var u=void 0,o=void 0;if(t?(u=new RegExp(n[i]+"$","i"),o=i):(u=new RegExp(i+"$","i"),o=n[i]),u.test(e))return e.replace(u,o)}for(var c in r=t?{"(quiz)zes$":"$1","(matr)ices$":"$1ix","(vert|ind)ices$":"$1ex","^(ox)en$":"$1","(alias)es$":"$1","(octop|vir)i$":"$1us","(cris|ax|test)es$":"$1is","(shoe)s$":"$1","(o)es$":"$1","(bus)es$":"$1","([m|l])ice$":"$1ouse","(x|ch|ss|sh)es$":"$1","(m)ovies$":"$1ovie","(s)eries$":"$1eries","([^aeiouy]|qu)ies$":"$1y","([lr])ves$":"$1f","(tive)s$":"$1","(hive)s$":"$1","(li|wi|kni)ves$":"$1fe","(shea|loa|lea|thie)ves$":"$1f","(^analy)ses$":"$1sis","((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$":"$1$2sis","([ti])a$":"$1um","(n)ews$":"$1ews","(h|bl)ouses$":"$1ouse","(corpse)s$":"$1","(us)es$":"$1",s$:""}:{"(quiz)$":"$1zes","^(ox)$":"$1en","([m|l])ouse$":"$1ice","(matr|vert|ind)ix|ex$":"$1ices","(x|ch|ss|sh)$":"$1es","([^aeiouy]|qu)y$":"$1ies","(hive)$":"$1s","(?:([^f])fe|([lr])f)$":"$1$2ves","(shea|lea|loa|thie)f$":"$1ves",sis$:"ses","([ti])um$":"$1a","(tomat|potat|ech|her|vet)o$":"$1oes","(bu)s$":"$1ses","(alias)$":"$1es","(octop)us$":"$1i","(ax|test)is$":"$1es","(us)$":"$1es","([^s]+)$":"$1s"}){var s=new RegExp(c,"i");if(s.test(e))return e.replace(s,r[c])}return e}}]);
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://[name]/webpack/bootstrap","webpack://[name]/./src/index.ts","webpack://[name]/./src/api/v4/index.ts","webpack://[name]/./src/api/v4/enums/AMOUNT_TYPE.ts","webpack://[name]/./src/api/v4/enums/CAMPAIGN_STATUS.ts","webpack://[name]/./src/api/v4/enums/BOOKING_PRODUCT_INFO.ts","webpack://[name]/./src/api/v4/enums/BUSINESS_RESULT_ORIGIN.ts","webpack://[name]/./src/api/v4/enums/LOCATION_TYPE.ts","webpack://[name]/./src/api/v4/enums/NOTIFICATION_TYPE.ts","webpack://[name]/./src/api/v4/enums/OFFER_CURRENCY.ts","webpack://[name]/./src/api/v4/enums/OFFER_STATUS.ts","webpack://[name]/./src/api/v4/enums/OFFER_TYPE.ts","webpack://[name]/./src/api/v4/enums/POI_CATEGORY_GROUP.ts","webpack://[name]/./src/api/v4/enums/PRODUCT_TYPE_NAME.ts","webpack://[name]/./src/api/v4/enums/PROVIDER_ID.ts","webpack://[name]/./src/api/v4/enums/PROVIDER_NAME.ts","webpack://[name]/./src/api/v4/enums/REACTION.ts","webpack://[name]/./src/api/v4/enums/REACTION_COMMENT.ts","webpack://[name]/./src/api/v4/enums/RESPONSE_STATUS.ts","webpack://[name]/./src/api/v4/enums/PLAN_STATUS.ts","webpack://[name]/./src/api/v4/enums/QUESTIONS_CATEGORY.ts","webpack://[name]/./src/api/v4/enums/USER_TYPE.ts","webpack://[name]/./src/api/v4/enums/VERIFY_CHANNEL.ts","webpack://[name]/./src/api/v4/models/ConfigList.ts","webpack://[name]/./src/providers/index.ts","webpack://[name]/./src/providers/yelp/index.ts","webpack://[name]/./src/providers/gyg/index.ts","webpack://[name]/./src/providers/bb/index.ts","webpack://[name]/./src/providers/bb/ACTIVITY_THEMES.ts","webpack://[name]/./src/providers/viator/index.ts","webpack://[name]/./src/providers/rezdy/index.ts","webpack://[name]/./src/providers/videreo/index.ts","webpack://[name]/./src/helper/index.ts","webpack://[name]/./src/helper/plural.ts"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","Model","AMOUNT_TYPE","CAMPAIGN_STATUS","BOOKING_PRODUCT_INFO","BUSINESS_RESULT_ORIGIN","LOCATION_TYPE","NOTIFICATION_TYPE","OFFER_CURRENCY","OFFER_STATUS","OFFER_TYPE","POI_CATEGORY_GROUP","PRODUCT_TYPE_NAME","PROVIDER_ID","PROVIDER_NAME","REACTION","REACTION_COMMENT","RESPONSE_STATUS","PLAN_STATUS","QUESTIONS_CATEGORY","USER_TYPE","VERIFY_CHANNEL","CONFIG_CONTENTS_PROVIDER_NAME","Yelp","Gyg","Bb","Viator","Rezdy","Videreo","ACTIVITY_THEMES","allCategoriesStatic","id","description","parent","imgUrl","apiPlaceUrl","x","y","type","xy","substring","indexOf","cityImgUrl","imgUrlThumbnails","imageUrl","smartIndex","split","ratio","thumbsnailPx","getCategoryGroups","poiCategories","allCategories","mainCategories","filter","category","subCategories","map","mainCategory","result","ids","group","push","subCategory","forEach","getCategoryGroup","categoryId","find","parentCategory","cat","getSubCategoryIds","parentCategoryId","concat","hoursFormat","hour","daysArray","closed","search","raw","item","h","days","clock","a","trim","day","replace","findIndex","length","every","includes","currentIndex","splice","compareStringForSort","b","nameA","toLowerCase","nameB","emailFormatValid","email","match","passwordFormatValid","password","toEngChars","str","unicodeToString","hourRange","minuteRange","timeRange","startTimeRange","all","_","endTimeRange","startHour","undefined","filteredEndHouts","getAll","hr","deepCopy","oldObject","JSON","parse","stringify","getYourGuideImageArrayFormat","imgUrls","formatId","img","getYourGuideImageFormat","companionTitleOptions","delay","ms","Promise","resolve","setTimeout","capitalizeFirstLetter","string","charAt","toUpperCase","slice","removeDuplicateValuesById","duplicateItems","itemIndex","allItems","removeDuplicateValues","compareFn","getAge","dateOfBirth","today","Date","birthDate","age","getFullYear","getMonth","getDate","tourAvailable","bookings","TOUR_PROVIDER_IDS","gygTourIds","bbTourIds","viatorTourIds","some","booking","providerId","products","product","productIdAsNumber","Number","info","TICKET","toString","ticketAvailable","TICKET_PROVIDER_IDS","restaurantReservationAvailable","RESTAURANT_RESERVATION_PROVIDER_IDS","offerAvailable","offers","offer","hexToRgb","setTheme","theme","COLORS","themeParams","dark","light","document","documentElement","style","setProperty","primary","secondary","success","warning","danger","textPrimary","headerBg","headerTextColor","background","setLogo","darkLogo","lightLogo","arraysEqual","sortedA","sort","sortedB","formatDateWithTimezone","date","timezone","inputDate","isNaN","getTime","Error","dateInTimeZone","Intl","DateTimeFormat","timeZone","year","month","minute","second","hour12","format","String","padStart","getHours","getMinutes","getSeconds","plural","txt","revert","array","irregular","move","foot","goose","sex","child","man","tooth","person","word","pattern","RegExp","test","reg","s$","sis$","pattern2"],"mappings":"2BACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QA0Df,OArDAF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,ovBClFrD,cACA,sBACA,mBAEA,UAAeC,G,kgBCDf,UACA,UACA,UACA,UACA,UACA,UACA,UAEA,UACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WAKA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WAKA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,YACA,YACA,YACA,YAKA,YACA,YACA,YACA,YACA,a,mGC1HA,SAAYC,GACV,oBACA,wBAFF,CAAY,EAAAA,cAAA,EAAAA,YAAW,M,uGCAvB,SAAYC,GACV,kBACA,sBAFF,CAAY,EAAAA,kBAAA,EAAAA,gBAAe,M,4GCA3B,SAAYC,GACV,kBADF,CAAY,EAAAA,uBAAA,EAAAA,qBAAoB,M,8GCAhC,SAAYC,GACV,oBACA,kBAFF,CAAY,EAAAA,yBAAA,EAAAA,uBAAsB,M,qGCAlC,SAAYC,GACV,oBACA,cACA,oBACA,sBACA,kBACA,8BACA,kBACA,sBACA,kBACA,gBACA,wBACA,cACA,oBAbF,CAAY,EAAAA,gBAAA,EAAAA,cAAa,M,yGCAzB,SAAYC,GACV,oBACA,gBACA,oBAHF,CAAY,EAAAA,oBAAA,EAAAA,kBAAiB,M,sGCA7B,SAAYC,GACV,YACA,YACA,YAHF,CAAY,EAAAA,iBAAA,EAAAA,eAAc,M,oGCA1B,SAAYC,GACV,kBACA,sBACA,oBACA,oBAJF,CAAY,EAAAA,eAAA,EAAAA,aAAY,M,kGCAxB,SAAYC,GACV,0BACA,kBACA,sBACA,kCACA,oBALF,CAAY,EAAAA,a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","file":"index.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","import * as Model from './api/v4';\nexport * as Providers from './providers';\nexport * as helper from './helper';\n\nexport default Model;","/**\n * Enum\n */\nexport * from './enums/AMOUNT_TYPE';\nexport * from './enums/CAMPAIGN_STATUS';\nexport * from './enums/BOOKING_PRODUCT_INFO';\nexport * from './enums/BUSINESS_RESULT_ORIGIN';\nexport * from './enums/LOCATION_TYPE';\nexport * from './enums/NOTIFICATION_TYPE';\nexport * from './enums/OFFER_CURRENCY';\n// export * from './enums/OFFER_RECEIVE_METHOD';\nexport * from './enums/OFFER_STATUS';\nexport * from './enums/OFFER_TYPE';\nexport * from './enums/POI_CATEGORY_GROUP';\nexport * from './enums/PRODUCT_TYPE_NAME';\nexport * from './enums/PROVIDER_ID';\nexport * from './enums/PROVIDER_NAME';\nexport * from './enums/REACTION';\nexport * from './enums/REACTION_COMMENT';\nexport * from './enums/RESPONSE_STATUS';\nexport * from './enums/PLAN_STATUS';\nexport * from './enums/QUESTIONS_CATEGORY';\nexport * from './enums/USER_TYPE';\nexport * from './enums/VERIFY_CHANNEL';\n\n/**\n * Models\n */\nexport * from './models/Accommodation';\nexport * from './models/Booking';\nexport * from './models/BookingProduct';\nexport * from './models/Business';\nexport * from './models/BusinessInfoCategory';\nexport * from './models/BusinessOfferReport';\nexport * from './models/BusinessReport';\nexport * from './models/BusinessSearch';\nexport * from './models/BusinessVerify';\nexport * from './models/Campaign';\nexport * from './models/CampaignReport';\nexport * from './models/CampaignCustomerReport';\nexport * from './models/City';\nexport * from './models/CityInfo';\nexport * from './models/Companion';\nexport * from './models/ConfigList';\nexport * from './models/Continent';\nexport * from './models/Coordinate';\nexport * from './models/Country';\nexport * from './models/Coupon';\nexport * from './models/CouponApplication';\nexport * from './models/CustomPoi';\nexport * from './models/Device';\nexport * from './models/Favorite';\nexport * from './models/Feedbacks';\nexport * from './models/Image';\nexport * from './models/ImageOwner';\nexport * from './models/Notification';\nexport * from './models/NotificationMetaData';\nexport * from './models/NotificationSettings';\nexport * from './models/NotificationUnseen';\nexport * from './models/Offer';\nexport * from './models/OfferCustomer';\nexport * from './models/OfferProductType';\nexport * from './models/Plan';\nexport * from './models/Poi';\nexport * from './models/PoiCategory';\nexport * from './models/PoiCategoryGroup';\nexport * from './models/PoiCategoryParent';\nexport * from './models/PoiReference';\nexport * from './models/PreRegister';\nexport * from './models/Question';\nexport * from './models/Recommendation';\nexport * from './models/Step';\nexport * from './models/SubAnswer';\nexport * from './models/TasteItem';\nexport * from './models/TimeFrame';\nexport * from './models/Token';\nexport * from './models/TokenPayload';\nexport * from './models/TokenRefresh';\nexport * from './models/TopTen';\nexport * from './models/TourAndTickets';\nexport * from './models/TranslationList';\nexport * from './models/Trip';\nexport * from './models/TripProfile';\nexport * from './models/TripReference';\nexport * from './models/User';\nexport * from './models/UserReaction';\nexport * from './models/UserReservation';\nexport * from './models/UserResetPassword';\nexport * from './models/UserFeedback';\nexport * from './models/VoucherOffer';\n\n/**\n * Requests\n */\nexport * from './requests/BusinessPreRegisterReportRequest';\nexport * from './requests/BusinessReportRequest';\nexport * from './requests/CampaignCustomerReportRequest';\nexport * from './requests/CampaignReportRequest';\nexport * from './requests/CompanionRequest';\nexport * from './requests/FeedbackRequest';\nexport * from './requests/LoginRequest';\nexport * from './requests/OfferAddRequest';\nexport * from './requests/OfferRequest';\nexport * from './requests/PlanUpdateRequest';\nexport * from './requests/PoisRequest';\nexport * from './requests/PoisRequestCoordinate';\nexport * from './requests/PoisRequestMustTry';\nexport * from './requests/PoisRequestName';\nexport * from './requests/RegisterRequest';\nexport * from './requests/TokenRefreshRequest';\nexport * from './requests/UserReactionRequest';\nexport * from './requests/UserReservationRequest';\nexport * from './requests/UserUpdateRequest';\nexport * from './requests/VoucherOfferAddRequest';\n\n/**\n * Responses\n */\nexport * from './responses/DataPayload';\nexport * from './responses/DeleteUpdateResponse';\nexport * from './responses/ErrorResponse';\nexport * from './responses/Pagination';\nexport * from './responses/SuccessResponse';\n","export enum AMOUNT_TYPE {\n LIMITED = 'Limited',\n UNLIMITED = 'Unlimited',\n}\n","export enum CAMPAIGN_STATUS {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n}\n","export enum BOOKING_PRODUCT_INFO {\n TICKET = 'ticket',\n /* TOUR = \"tour\", */\n}\n","export enum BUSINESS_RESULT_ORIGIN {\n TRIPIAN = 'Tripian',\n GOOGLE = 'Google',\n}\n","export enum LOCATION_TYPE {\n CAPITAL = 'capital',\n CITY = 'city',\n COUNTRY = 'country',\n DISTRICT = 'district',\n ISLAND = 'island',\n MUNICIPALITY = 'municipality',\n PARISH = 'parish',\n PROVINCE = 'province',\n REGION = 'region',\n STATE = 'state',\n TERRITORY = 'territory',\n TOWN = 'town',\n VILLAGE = 'village',\n}\n","export enum NOTIFICATION_TYPE {\n SUCCESS = 'success',\n ERROR = 'error',\n WARNING = 'warning',\n}\n","export enum OFFER_CURRENCY {\n USD = 'USD',\n CAD = 'CAD',\n BBD = 'BBD',\n}\n","export enum OFFER_STATUS {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n ARCHIVE = 'archive',\n EXPIRED = 'expired',\n}\n","export enum OFFER_TYPE {\n PERCENTAGE = 'percentage',\n AMOUNT = 'amount',\n QUANTITY = 'quantity',\n SPEND_FOR_GIFT = 'spend_for_gift',\n VOUCHER = 'voucher',\n}\n","export enum POI_CATEGORY_GROUP {\n ATTRACTION = 'Attractions',\n RESTAURANT = 'Restaurants',\n CAFE = 'Cafes',\n NIGHTLIFE = 'Nightlife',\n SHOPPING = 'Shopping',\n UNKNOWN = 'Unknown',\n NOTCATEGORIZED = 'NOTCATEGORIZED',\n}\n","export enum PRODUCT_TYPE_NAME {\n EXPERIENCES = 'experiences',\n DINING = 'dining',\n SHOPPING = 'shopping',\n\n /* FOOD = 'food',\n DRINK = 'drink',\n RETAIL = 'retail', */\n}\n","export enum PROVIDER_ID {\n VIATOR = 1,\n YELP = 2,\n GUESTLOGIX = 3,\n GYG = 4,\n OPEN_TABLE = 5,\n BOOK_BARBADOS = 6,\n JUNIPER = 7,\n REZDY = 8,\n UBER = 9,\n TRAVELIFY = 10,\n GOCITY = 11,\n}\n\n/* \nClient Name Vacavia\nAPI Application ID 154\nAPI Private Key 82202011-0EC4-4DA4-9D7C-1A0457F85973\nAPI Endpoint Prefix https://api.travelify.io/\nSelection Redirect Url https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession= \n\n{\n id: 8,\n name: \"Travelify\",\n apiUrl: \"https://api.travelify.io/\",\n apiKey: \"100:4D1BEDF7-F67A-4299-B544-F35521277F59\",\n prod: false,\n clientId: \"https://traveldemo.agendas.group/results#/ticketAndAttraction/searchSession=\"\n},\n{\n id: 8,\n name: \"Travelify\",\n apiUrl: \"https://api.travelify.io/\",\n apiKey: \"154:82202011-0EC4-4DA4-9D7C-1A0457F85973\",\n prod: true,\n clientId: \"https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession=\"\n}\n*/\n","export enum PROVIDER_NAME {\n YELP = 'Yelp',\n // GLX = 'Glx',\n GYG = 'Gyg',\n OPEN_TABLE = 'OpenTable',\n BOOK_BARBADOS = 'BookBarbados',\n VIATOR = 'Viator',\n GOCITY = 'GoCity',\n}\n","export enum REACTION {\n THUMBS_UP = 'Thumbs Up',\n THUMBS_DOWN = 'Thumbs Down',\n NEUTRAL = 'Neutral',\n}\n","export enum REACTION_COMMENT {\n I_HAVE_BEEN_THERE_BEFORE = 'I`ve been there before',\n I_DONT_LIKE_THIS_PLACE = 'I don`t like this place',\n}\n","export enum RESPONSE_STATUS {\n SUCCESS = 200,\n BAD_REQUEST = 400,\n UNAUTHORIZED = 401,\n FORBIDDEN = 403,\n NOTFLICT = 409,\n INTERNAL_SERVER_ERROR = 500,\n}\n","export enum PLAN_STATUS {\n STEPS_EMPTY = -1,\n PENDING = 0,\n FINISHED = 1,\n WALKING_EXCEEDS = 2,\n NOT_FOUND_ATTRS = 3,\n}\n","export enum QUESTIONS_CATEGORY {\n TRIP = 'trip',\n PROFILE = 'profile',\n COMPANION = 'companion',\n}\n","export enum USER_TYPE {\n GUEST = -1,\n NORMAL = 0,\n NORMAL_FROM_GUEST = 1,\n COUPON_ADMIN = 2,\n SUPER_ADMIN = 3,\n}\n","export enum VERIFY_CHANNEL {\n SMS = 'sms',\n CALL = 'call',\n}\n","import { OFFER_TYPE } from '../enums/OFFER_TYPE';\nimport { PROVIDER_ID } from '../enums/PROVIDER_ID';\n\nexport enum CONFIG_CONTENTS_PROVIDER_NAME {\n BOOKBARBADOS = 'bookbarbados',\n // GLX = 'glx',\n GYG = 'gyg',\n OPENTABLE = 'opentable',\n YELP = 'yelp',\n UBER = 'uber',\n}\n\nexport type ProviderObject = {\n id: PROVIDER_ID;\n name: string;\n apiUrl: string;\n apiKey: string;\n prod: boolean;\n clientId: string;\n};\n\nexport type Theme = {\n dark: {\n primary: string;\n secondary: string;\n success: string;\n warning: string;\n info: string;\n danger: string;\n textPrimary: string;\n background: string;\n headerTextColor: string;\n headerBg: string;\n };\n light: {\n primary: string;\n secondary: string;\n success: string;\n warning: string;\n info: string;\n danger: string;\n textPrimary: string;\n background: string;\n headerTextColor: string;\n headerBg: string;\n };\n};\n\nexport type MenuLink = {\n name: string; // \"Flights\",\n url: string; // \"https://trial-dev.tripian.com/\",\n external_link: boolean; // true\n};\n\nexport type ConfigList = {\n apiKey: string;\n whiteLabels: {\n reverseProxyUrl: string;\n brandName: string;\n imagePaths: {\n logoPathDark: string;\n logoPathLight: string;\n formHeaderImgUrl?: string;\n formBgImgUrl?: string;\n appBackgroundImgUrl?: string;\n };\n googleAnalyticsUrl: {\n business: string;\n customer: string;\n };\n googleAnalyticsKey: {\n business: string;\n customer: string;\n };\n providers: {\n name: CONFIG_CONTENTS_PROVIDER_NAME;\n apikey: string;\n apiurl: string;\n prod: boolean;\n }[];\n cognito: {\n clientId: string;\n domain: string;\n region: string;\n identityProviders: string[];\n };\n theme?: Theme;\n // Sadece light => [“light”]\n // Sadece dark => [“dark”]\n // Default light => [“dark”, “light”]\n // Default dark => [“dark”,“light”]\n availableThemes: Array<'dark' | 'light'>;\n\n rootPath?: string;\n defaultDestinationId?: number;\n brandUrl?: string;\n tosUrl?: string;\n ppUrl?: string;\n landingPageUrl?: string;\n\n languages: string[];\n dealsPageUrl?: string;\n externalMenuLinks?: Record<string, MenuLink[]>;\n };\n baseFeatures: {\n showRegister: boolean;\n showLogin: boolean;\n showChangePassword: boolean;\n showTripModeQuestion: boolean;\n showOverview: boolean;\n showOffers: boolean;\n showStepCardThumbs: boolean;\n loginWithToken: boolean;\n loginWithHash: boolean;\n saveSession: boolean;\n showStepScoreDetail: boolean;\n showTravelGuide: boolean;\n showVoucher: boolean;\n showSaveTrip: boolean;\n showSideNav: boolean;\n showHome: boolean;\n showCreateTrip: boolean;\n showUpdateTrip: boolean;\n showUserProfile: boolean;\n sharedTrip: boolean;\n qrReader: 'business' | 'customer';\n widgetTheme1: boolean;\n };\n sbt: {\n campaignDefaultCurrency: string;\n offerTypes: OFFER_TYPE[];\n };\n providers: {\n // showToursAndTickets: boolean;\n // showRestaurantReservations: boolean;\n // showBookARide: boolean;\n // showAccommodationPois: boolean;\n // showCarRentPois: boolean;\n // tourProviderSource: PROVIDER_ID;\n // tourProviderSourceProd: boolean;\n // ticketProviderSource: PROVIDER_ID;\n // ticketProviderSourceProd: boolean;\n // restaurantReservationProviderSource: PROVIDER_ID[];\n // restaurantReservationSourceProd: boolean;\n // accommodationPoiProvider: PROVIDER_ID;\n // TODO\n tourAndTicket: ProviderObject[];\n accommodation: ProviderObject[];\n restaurant: ProviderObject[];\n transportation: ProviderObject[];\n };\n\n /* cognito: {\n clientId: string;\n domain: string;\n region: string;\n identityProviders: string[];\n };\n contents: {\n brandName: string;\n googleAnalyticsKey: string;\n googleAnalyticsUrl: string;\n logoPath: string;\n theme: string;\n reverseProxyUrl: string;\n providers: {\n name: CONFIG_CONTENTS_PROVIDER_NAME;\n apikey: string;\n apiurl: string;\n prod: boolean;\n }[];\n }; */\n};\n","import * as Yelp from './yelp';\nimport * as Gyg from './gyg';\nimport * as Bb from './bb';\nimport * as Viator from './viator';\nimport * as Rezdy from './rezdy';\nimport * as Videreo from './videreo';\n\nexport { Yelp, Gyg, Bb, Viator, Rezdy, Videreo };\n","export * from './Business';\nexport * from './Hold';\nexport * from './HoldRequest';\nexport * from './Openings';\nexport * from './OpeningsRequest';\nexport * from './OpeningTime';\nexport * from './Reservation';\nexport * from './ReservationInfo';\nexport * from './ReservationRequest';\nexport * from './ReservationStatusResponse';\n","export * from './CatalogGroup';\nexport * from './Category';\nexport * from './Categories';\nexport * from './MetaData';\nexport * from './PaymentConfiguration';\nexport * from './PaymentConfigurations';\nexport * from './Tour';\nexport * from './TourAvailability';\nexport * from './TourAvailabilities';\nexport * from './TourBookingInfo';\nexport * from './TourBookingInfos';\nexport * from './TourBooking';\nexport * from './TourBookingCart';\nexport * from './TourBookingCarts';\nexport * from './TourBookingCartRequest';\nexport * from './TourBookings';\nexport * from './TourBookingRequest';\nexport * from './TourCategories';\nexport * from './TourCoordinates';\nexport * from './TourData';\nexport * from './TourDataFormPersonsCategory';\nexport * from './TourDataOption';\nexport * from './TourDataOptionAvailability';\nexport * from './TourDateRange';\nexport * from './TourDurations';\nexport * from './TourErrorResponse';\nexport * from './TourLocations';\nexport * from './TourPictures';\nexport * from './TourPrice';\nexport * from './TourPriceBreakDown';\nexport * from './TourShoppingFormData';\nexport * from './TourOptionDetails';\nexport * from './TourOptionPricing';\nexport * from './TourOptionPricings';\nexport * from './TourOption';\nexport * from './TourOptions';\nexport * from './TourViewport';\nexport * from './TourReservationDetails';\nexport * from './Tours';\nexport * from './Error';\n","export * from './ACTIVITY_THEMES';\nexport * from './Activity';\nexport * from './ActivityInfo';\nexport * from './ActivityInfoImage';\nexport * from './ActivityInfoLocation';\nexport * from './ActivityPoint';\nexport * from './AuthorizationResponse';\nexport * from './CatalogGroup';\nexport * from './Offer';\nexport * from './OfferPoint';\nexport * from './Product';\nexport * from './SearchActivitiesResponse';\nexport * from './SearchAccommodationResponse';\nexport * from './SearchCarRentResponse';\n","export enum ACTIVITY_THEMES {\n ON_THE_LAND = 'On the Land',\n FAMILY_FUN = 'Family Fun',\n SOFT_ADVENTURE = 'Soft Adventure',\n ON_THE_WATER = 'On the Water',\n WELLNESS = 'Wellness',\n ART_AND_CULTURE = 'Arts & Culture',\n HISTORY = 'History',\n UNDER_WATER = 'Under Water',\n IN_THE_AIR = 'In the Air',\n ROMANCE = 'Romance',\n FOODIE_DELIGHTS = 'Foodie Delights',\n UNDER_GROUND = 'Under Ground',\n VOLUNTOURISM = 'Voluntourism',\n SHORE_EXCURSIONS = 'Shore Excursions',\n}\n","export * from './Duration';\nexport * from './Product';\nexport * from './ProductInfo';\nexport * from './CatalogGroup';\nexport * from './AvailabilitySchedule';\nexport * from './AvailabilityCheck';\nexport * from './TourData';\nexport * from './BookingQuestions';\nexport * from './Paymix';\nexport * from './LanguageGuide';\nexport * from './BookingCardHoldRequest';\nexport * from './BookingCardHold';\nexport * from './PaymentRequest';\nexport * from './Payment';\nexport * from './BookingConfirmRequest';\nexport * from './BookingConfirm';\nexport * from './BookingReservationDetails';\nexport * from './BookingCancel';\nexport * from './Error';\nexport * from './Location';\nexport * from './CancellationPolicy';\nexport * from './BookingRefund';\n","export * from './BookingField';\nexport * from './LocationAddress';\nexport * from './Product';\nexport * from './ProductImage';\nexport * from './ProductResponse';\nexport * from './RequestStatus';\nexport * from './CatalogGroup';\nexport * from './ProductInfoResponse';\nexport * from './ProductVideo';\n","export * from './Address';\nexport * from './ResponseResult';\nexport * from './ApiResponse';\n","import Model from '..';\nimport { POI_CATEGORY_GROUP, Theme } from '../api/v4';\nimport { HourFormat } from '../api/v4/models/HourFormat';\nimport { PoiCategory } from '../api/v4/models/PoiCategory';\nimport { PoiCategoryGroup } from '../api/v4/models/PoiCategoryGroup';\n\nexport * from './plural';\n\nconst allCategoriesStatic: PoiCategory[] = [\n // important order for getCategoryGroups() result indexes!\n { id: 1, name: 'Attractions', description: null, parent: null },\n { id: 3, name: 'Restaurants', description: null, parent: null },\n { id: 24, name: 'Cafes', description: null, parent: null },\n { id: 4, name: 'Nightlife', description: null, parent: null },\n { id: 34, name: 'Shopping', description: null, parent: null },\n { id: 40, name: 'NOTCATEGORIZED', description: null, parent: null },\n // important order for getCategoryGroups() result indexes!\n\n { id: 36, name: 'Desserts', description: null, parent: { id: 24, name: 'Cafes', description: null } },\n { id: 33, name: 'Bakeries', description: null, parent: { id: 24, name: 'Cafes', description: null } },\n { id: 48, name: 'Wineries', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 31, name: 'Bars', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 28, name: 'Stadium', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 30, name: 'Museums', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 35, name: 'Breweries', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 44, name: 'Breakfast', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 32, name: 'Art Galleries', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 41, name: 'Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 46, name: 'Breakfast & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 26, name: 'Theater', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 45, name: 'Breakfast & Lunch', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 29, name: 'Civic Center', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 25, name: 'Religious Places', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 47, name: 'Breakfast & Lunch & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 42, name: 'Lunch', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 43, name: 'Lunch & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 49, name: 'Gminings', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 50, name: 'Shopping_50', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 51, name: 'Shopping_51', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 52, name: 'Shopping_52', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 53, name: 'Shopping_53', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 54, name: 'Shopping_54', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n];\n\nexport const imgUrl = (apiPlaceUrl: string, x: number = 64, y?: number, type = 'Place'): string => {\n if (!apiPlaceUrl) {\n return 'data:image/jpeg;base64,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';\n }\n\n const xy = `${x}x${y || x}`;\n const cloudfrontUrl = `https://d1drj6u6cu0e3j.cloudfront.net/${xy}/smart`;\n const imageTypeAndUrl = apiPlaceUrl.substring(apiPlaceUrl.indexOf(`/${type}/`));\n return cloudfrontUrl + imageTypeAndUrl;\n};\n\nexport const cityImgUrl = (apiPlaceUrl: string, x: number = 64, y?: number): string => {\n const xy = `${x}x${y || x}`;\n const cloudfrontUrl = `https://d1drj6u6cu0e3j.cloudfront.net/${xy}/smart`;\n const placeUrl = apiPlaceUrl.substring(apiPlaceUrl.indexOf('/City/'));\n return cloudfrontUrl + placeUrl;\n};\n\nexport const imgUrlThumbnails = (imageUrl: string): string | undefined => {\n const smartIndex = imageUrl.indexOf('/smart/');\n\n if (smartIndex === -1) {\n return undefined;\n }\n\n const xy = imageUrl.substring(38, smartIndex).split('x');\n const ratio = +xy[0] / 64;\n const y = +xy[1] / ratio;\n const thumbsnailPx = `64x${y}`;\n\n // /smart/filters:blur(80)/\n return `https://d1drj6u6cu0e3j.cloudfront.net/${thumbsnailPx}/smart/${imageUrl.substring(smartIndex + 7)}`;\n};\n\n// export const getCategoryGroups = (poiCategories?: PoiCategory[]): PoiCategoryGroup[] => {\n// const allCategories = poiCategories || allCategoriesStatic;\n// const parentCategories = allCategories.filter((category) => category.parent === null);\n\n// const results: PoiCategoryGroup[] = parentCategories.map((parentCategory) => {\n// const result = { ids: [parentCategory.id], group: POI_CATEGORY_GROUP.UNKNOWN };\n// if (parentCategory.id === 1) result.group = POI_CATEGORY_GROUP.ATTRACTION;\n// else if (parentCategory.id === 3) result.group = POI_CATEGORY_GROUP.RESTAURANT;\n// else if (parentCategory.id === 24) result.group = POI_CATEGORY_GROUP.CAFE;\n// else if (parentCategory.id === 4) result.group = POI_CATEGORY_GROUP.NIGHTLIFE;\n// else if (parentCategory.id === 34) result.group = POI_CATEGORY_GROUP.SHOPPING;\n// else if (parentCategory.id === 40) result.group = POI_CATEGORY_GROUP.NOTCATEGORIZED;\n\n// allCategories.filter((category) => category.parent?.id === parentCategory.id).forEach((childCategory) => result.ids.push(childCategory.id));\n\n// return result;\n// });\n\n// return results;\n// };\n\n// export const getCategoryGroup = (categoryId: number, poiCategories?: PoiCategory[]): POI_CATEGORY_GROUP => {\n// const allCategories = poiCategories || allCategoriesStatic;\n// const parentCategoryId = allCategories.find((category) => category.id === categoryId)?.parent?.id || categoryId;\n\n// if (parentCategoryId === 1) return POI_CATEGORY_GROUP.ATTRACTION;\n// if (parentCategoryId === 3) return POI_CATEGORY_GROUP.RESTAURANT;\n// if (parentCategoryId === 24) return POI_CATEGORY_GROUP.CAFE;\n// if (parentCategoryId === 4) return POI_CATEGORY_GROUP.NIGHTLIFE;\n// if (parentCategoryId === 34) return POI_CATEGORY_GROUP.SHOPPING;\n// if (parentCategoryId === 40) return POI_CATEGORY_GROUP.NOTCATEGORIZED;\n\n// return POI_CATEGORY_GROUP.UNKNOWN;\n// };\n\nexport const getCategoryGroups = (poiCategories?: PoiCategory[]): PoiCategoryGroup[] => {\n const allCategories = poiCategories || allCategoriesStatic;\n\n const mainCategories = allCategories.filter((category) => category.parent === null);\n\n const subCategories = allCategories.filter((category) => category.parent !== null);\n\n const categoryGroups: PoiCategoryGroup[] = mainCategories.map((mainCategory) => {\n const result: PoiCategoryGroup = { ids: [], group: '' };\n\n result.ids.push(mainCategory.id);\n\n subCategories.filter((subCategory) => subCategory.parent && subCategory.parent.id === mainCategory.id).forEach((subCategory) => result.ids.push(subCategory.id));\n\n result.group = mainCategory.name;\n\n return result;\n });\n\n return categoryGroups;\n};\n\nexport const getCategoryGroup = (categoryId: number, poiCategories?: PoiCategory[]): string => {\n const allCategories = poiCategories || allCategoriesStatic;\n\n const category = allCategories.find((category) => category.id === categoryId);\n\n const parentCategory = category?.parent?.id ? allCategories.find((cat) => cat.id === category.parent!.id) : category;\n\n if (!parentCategory) {\n return 'UNKNOWN';\n }\n\n return parentCategory.name;\n};\n\nexport const getSubCategoryIds = (parentCategoryId: number, poiCategories?: PoiCategory[]): number[] => {\n const allCategories = poiCategories || allCategoriesStatic;\n const subCategories = allCategories.filter((category) => category.parent?.id === parentCategoryId);\n return subCategories.map((subCategory) => subCategory.id).concat(parentCategoryId);\n};\n\nexport const hoursFormat = (hour: string | null, daysArray: string[], closed: string) => {\n if (hour && hour.search(',') > -1) {\n const raw = hour.split('|');\n // To do model e ekle\n const hours: HourFormat[] = [];\n raw.forEach((item: string) => {\n const h = item.split(': ');\n const days = h[0].split(',');\n const clock = h[1].split(',').map((a) => a.trim());\n days.forEach((d) => {\n const day = d.replace(/ /g, '');\n const i = hours.findIndex((o) => o.day === day);\n if (i === -1) {\n hours.push({ day, clock });\n } else {\n hours[i].clock = hours[i].clock.concat(clock);\n }\n });\n });\n\n if (hours.length < 7) {\n const closeDays = daysArray.filter((day) => {\n return hours.every((h) => !h.day.includes(day));\n });\n\n closeDays.forEach((d) => {\n const currentIndex = daysArray.findIndex((day) => day === d);\n hours.splice(currentIndex, 0, { day: d, clock: [closed, ''] });\n });\n }\n return hours;\n }\n\n const formattedDays: HourFormat[] = daysArray.map((day) => {\n return {\n clock: [hour || ''],\n day,\n };\n });\n return formattedDays;\n};\n\nexport const compareStringForSort = (a: string, b: string): number => {\n const nameA = a.toLowerCase();\n const nameB = b.toLowerCase();\n if (nameA < nameB) return -1;\n if (nameA > nameB) return 1;\n return 0;\n};\n\nexport const emailFormatValid = (email: string): RegExpMatchArray | null => email.match(/^(([^<>()\\\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/);\n\nexport const passwordFormatValid = (password: string): RegExpMatchArray | null => password.match(/^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])([a-zA-Z0-9!-@#$^_:,. ]{8,})$/);\n\nexport const toEngChars = (str: string): string =>\n str\n .replace('Ğ', 'G')\n .replace('Ü', 'U')\n .replace('Ş', 'S')\n .replace('İ', 'I')\n .replace('Ö', 'O')\n .replace('Ç', 'C')\n .replace('ğ', 'g')\n .replace('ü', 'u')\n .replace('ş', 's')\n .replace('ı', 'i')\n .replace('ö', 'o')\n .replace('ç', 'c')\n .replace('á', 'a')\n .replace('é', 'e')\n .replace('í', 'i')\n .replace('ó', 'o')\n .replace('ú', 'u')\n .replace('ý', 'y')\n .replace('Á', 'A')\n .replace('É', 'E')\n .replace('Í', 'I')\n .replace('Ó', 'O')\n .replace('Ú', 'U')\n .replace('Ý', 'Y')\n .replace('à', 'a')\n .replace('è', 'e')\n .replace('ì', 'i')\n .replace('ò', 'o')\n .replace('ù', 'u')\n .replace('À', 'A')\n .replace('È', 'E')\n .replace('Ì', 'I')\n .replace('Ò', 'O')\n .replace('Ù', 'U')\n .replace('â', 'a')\n .replace('ê', 'e')\n .replace('î', 'i')\n .replace('ô', 'o')\n .replace('û', 'u')\n .replace('Â', 'A')\n .replace('Ê', 'E')\n .replace('Î', 'I')\n .replace('Ô', 'O')\n .replace('Û', 'U')\n .replace('ã', 'a')\n .replace('ñ', 'n')\n .replace('õ', 'o')\n .replace('Ã', 'A')\n .replace('Ñ', 'N')\n .replace('Õ', 'O')\n .replace('ä', 'a')\n .replace('ë', 'e')\n .replace('ï', 'i')\n .replace('ÿ', 'Y')\n .replace('Ä', 'A')\n .replace('Ë', 'E')\n .replace('Ï', 'I')\n .replace('Ÿ', 'Y');\n\nexport const unicodeToString = (str: string): string =>\n str\n .replace(/u00c7/g, 'Ç')\n .replace(/u00e7/g, 'ç')\n .replace(/u011f/g, 'ğ')\n .replace(/u0130/g, 'İ')\n .replace(/u0131/g, 'ı')\n .replace(/u00d6/g, 'Ö')\n .replace(/u00f6/g, 'ö')\n .replace(/u015e/g, 'Ş')\n .replace(/u015f/g, 'ş')\n .replace(/u00dc/g, 'Ü')\n .replace(/u00fc/g, 'ü');\n\nexport const hourRange = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23'];\nexport const minuteRange = ['00', '30'];\nexport const timeRange: Array<string> = [];\n\nhourRange.forEach((h) => {\n return minuteRange.forEach((m) => {\n return timeRange.push(`${h}:${m}`);\n });\n});\n\nexport const startTimeRange = (all: boolean = true) => {\n return all ? timeRange : timeRange.filter((_, i) => i != timeRange.length - 1);\n};\n\nexport const endTimeRange = (startHour?: string) => {\n if (startHour === undefined) return timeRange;\n\n const filteredEndHouts: string[] = [];\n let getAll: boolean = false;\n for (let i = 0; i < timeRange.length; i++) {\n const hr = timeRange[i];\n if (getAll) {\n filteredEndHouts.push(hr);\n } else {\n if (hr === startHour) getAll = true;\n }\n }\n\n return filteredEndHouts;\n};\n\nexport const deepCopy = <T>(oldObject: T): T => JSON.parse(JSON.stringify(oldObject)) as T;\n\nexport const getYourGuideImageArrayFormat = (imgUrls: Array<string>, formatId: string) => imgUrls.map((img) => img.replace('[format_id]', formatId));\n\nexport const getYourGuideImageFormat = (str: string, formatId: string): string => str.replace('[format_id]', formatId);\n\nexport const companionTitleOptions = [{ value: 'Family member' }, { value: 'Friend' }, { value: 'Work colleague' }];\n\nexport const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));\n\n/**\n * Capitalize first letter of string param\n * @param {string} any string\n * @returns {string} first letter is uppercase\n */\nexport const capitalizeFirstLetter = (string: string): string => string.charAt(0).toUpperCase() + string.slice(1);\n\nexport const removeDuplicateValuesById = <T extends { id: string }>(duplicateItems: T[]) => {\n const uniqueItems = duplicateItems.filter((item, itemIndex, allItems) => {\n const firstItemIndex = allItems.findIndex((i) => {\n if (item && i && item.id && i.id) return i.id === item.id;\n // eslint-disable-next-line no-console\n // console.log('vallahi null falan geldi!', item, i);\n return false;\n });\n const isUniqueItem = firstItemIndex === itemIndex;\n return isUniqueItem;\n });\n return uniqueItems;\n};\n\nexport const removeDuplicateValues = <T>(duplicateItems: T[], compareFn: (t1: T, t2: T) => boolean) => {\n const uniqueItems = duplicateItems.filter((item, itemIndex, allItems) => {\n const firstItemIndex = allItems.findIndex((i) => compareFn(i, item));\n const isUniqueItem = firstItemIndex === itemIndex;\n return isUniqueItem;\n });\n return uniqueItems;\n};\n\nexport const getAge = (dateOfBirth: string): number => {\n var today = new Date();\n var birthDate = new Date(dateOfBirth);\n var age = today.getFullYear() - birthDate.getFullYear();\n var m = today.getMonth() - birthDate.getMonth();\n if (m < 0 || (m === 0 && today.getDate() < birthDate.getDate())) {\n age--;\n }\n return age;\n};\n\n// export const tourAvailable = (bookings: Model.Booking[], TOUR_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[]): boolean => {\n// const tourProviderBooking = bookings.find((booking: Model.Booking) => TOUR_PROVIDER_IDS.includes(booking.providerId));\n// if (tourProviderBooking) {\n// return tourProviderBooking.products.some((product) => !product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET));\n// }\n// return false;\n// };\n\n// export const ticketAvailable = (bookings: Model.Booking[], TICKET_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[]): boolean => {\n// const ticketProviderBooking: Model.Booking | undefined = bookings.find((booking: Model.Booking) => TICKET_PROVIDER_IDS.includes(booking.providerId));\n// if (ticketProviderBooking) {\n// return ticketProviderBooking.products.some((product) => product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET));\n// }\n// return false;\n// };\n\nexport const tourAvailable = (bookings: Model.Booking[], TOUR_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[], viatorTourIds: string[]): boolean => {\n return bookings.some(\n (booking) =>\n TOUR_PROVIDER_IDS.includes(booking.providerId) &&\n booking.products.some((product) => {\n const productIdAsNumber = Number(product.id);\n return !product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET) && (gygTourIds.includes(productIdAsNumber) || bbTourIds.includes(productIdAsNumber) || viatorTourIds.includes(product.id.toString()) || booking.providerId === 11);\n }),\n );\n};\n\nexport const ticketAvailable = (bookings: Model.Booking[], TICKET_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[], viatorTourIds: string[]): boolean => {\n return bookings.some(\n (booking) =>\n TICKET_PROVIDER_IDS.includes(booking.providerId) &&\n booking.products.some((product) => {\n const productIdAsNumber = Number(product.id);\n return product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET) && (gygTourIds.includes(productIdAsNumber) || bbTourIds.includes(productIdAsNumber) || viatorTourIds.includes(product.id.toString()) || booking.providerId === 11);\n }),\n );\n};\n\nexport const restaurantReservationAvailable = (bookings: Model.Booking[], RESTAURANT_RESERVATION_PROVIDER_IDS: Model.PROVIDER_ID[]): boolean => {\n return bookings.some((booking: Model.Booking) => RESTAURANT_RESERVATION_PROVIDER_IDS.includes(booking.providerId));\n};\n\nexport const offerAvailable = (offers: Model.Offer[]): boolean => {\n return offers.some((offer) => offer);\n};\n\nexport const hexToRgb = (c: string): string => `${c.match(/\\w\\w/g)?.map((x) => +`0x${x}`)}`;\n\nexport const setTheme = (theme: string, COLORS: Theme) => {\n const themeParams = theme === 'dark' ? COLORS.dark : COLORS.light;\n\n document.documentElement.style.setProperty('--primary-color', themeParams.primary);\n document.documentElement.style.setProperty('--primary-color-rgb', hexToRgb(themeParams.primary));\n document.documentElement.style.setProperty('--secondary-color', themeParams.secondary);\n document.documentElement.style.setProperty('--secondary-color-rgb', hexToRgb(themeParams.secondary));\n document.documentElement.style.setProperty('--success-color', themeParams.success);\n document.documentElement.style.setProperty('--success-color-rgb', hexToRgb(themeParams.success));\n document.documentElement.style.setProperty('--warning-color', themeParams.warning);\n document.documentElement.style.setProperty('--warning-color-rgb', hexToRgb(themeParams.warning));\n document.documentElement.style.setProperty('--info-color', themeParams.info);\n document.documentElement.style.setProperty('--info-color-rgb', hexToRgb(themeParams.info));\n document.documentElement.style.setProperty('--danger-color', themeParams.danger);\n document.documentElement.style.setProperty('--danger-color-rgb', hexToRgb(themeParams.danger));\n document.documentElement.style.setProperty('--text-primary-color', themeParams.textPrimary);\n document.documentElement.style.setProperty('--text-primary-color-rgb', hexToRgb(themeParams.textPrimary));\n document.documentElement.style.setProperty('--header-color', themeParams.headerBg);\n document.documentElement.style.setProperty('--header-text-color', themeParams.headerTextColor);\n document.documentElement.style.setProperty('--background-color', themeParams.background);\n document.documentElement.style.setProperty('--background-color-rgb', hexToRgb(themeParams.background));\n};\n\nexport const setLogo = (darkLogo: string, lightLogo: string) => {\n document.documentElement.style.setProperty('--app-logo-dark', `url(${darkLogo})`);\n document.documentElement.style.setProperty('--app-logo-light', `url(${lightLogo})`);\n};\n\nexport const arraysEqual = (a: number[], b: number[]): boolean => {\n if (a.length !== b.length) return false;\n\n const sortedA = [...a].sort((x, y) => x - y);\n const sortedB = [...b].sort((x, y) => x - y);\n\n for (let i = 0; i < sortedA.length; i += 1) {\n if (sortedA[i] !== sortedB[i]) return false;\n }\n\n return true;\n};\n\nexport const formatDateWithTimezone = (date: string, timezone: string = 'UTC'): string => {\n // Parse the input date string to a Date object\n const inputDate = new Date(date);\n\n // Ensure the input date is valid\n if (isNaN(inputDate.getTime())) {\n throw new Error('Invalid date format');\n }\n\n // Format the date in the specified timezone\n const dateInTimeZone = new Date(\n new Intl.DateTimeFormat('en-US', {\n timeZone: timezone,\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n hour: '2-digit',\n minute: '2-digit',\n second: '2-digit',\n hour12: false,\n }).format(inputDate),\n );\n\n // Convert the date to the YYYY-MM-DD HH:mm:ss format\n const timezonedOptInDate = `${dateInTimeZone.getFullYear()}-${String(dateInTimeZone.getMonth() + 1).padStart(2, '0')}-${String(dateInTimeZone.getDate()).padStart(2, '0')} ${String(dateInTimeZone.getHours()).padStart(2, '0')}:${String(\n dateInTimeZone.getMinutes(),\n ).padStart(2, '0')}:${String(dateInTimeZone.getSeconds()).padStart(2, '0')}`;\n\n return timezonedOptInDate;\n};\n","/* eslint-disable */\nexport const plural = function(txt: string, revert = false) {\n var plural = {\n '(quiz)$': '$1zes',\n '^(ox)$': '$1en',\n '([m|l])ouse$': '$1ice',\n '(matr|vert|ind)ix|ex$': '$1ices',\n '(x|ch|ss|sh)$': '$1es',\n '([^aeiouy]|qu)y$': '$1ies',\n '(hive)$': '$1s',\n '(?:([^f])fe|([lr])f)$': '$1$2ves',\n '(shea|lea|loa|thie)f$': '$1ves',\n sis$: 'ses',\n '([ti])um$': '$1a',\n '(tomat|potat|ech|her|vet)o$': '$1oes',\n '(bu)s$': '$1ses',\n '(alias)$': '$1es',\n '(octop)us$': '$1i',\n '(ax|test)is$': '$1es',\n '(us)$': '$1es',\n '([^s]+)$': '$1s',\n };\n var singular = {\n '(quiz)zes$': '$1',\n '(matr)ices$': '$1ix',\n '(vert|ind)ices$': '$1ex',\n '^(ox)en$': '$1',\n '(alias)es$': '$1',\n '(octop|vir)i$': '$1us',\n '(cris|ax|test)es$': '$1is',\n '(shoe)s$': '$1',\n '(o)es$': '$1',\n '(bus)es$': '$1',\n '([m|l])ice$': '$1ouse',\n '(x|ch|ss|sh)es$': '$1',\n '(m)ovies$': '$1ovie',\n '(s)eries$': '$1eries',\n '([^aeiouy]|qu)ies$': '$1y',\n '([lr])ves$': '$1f',\n '(tive)s$': '$1',\n '(hive)s$': '$1',\n '(li|wi|kni)ves$': '$1fe',\n '(shea|loa|lea|thie)ves$': '$1f',\n '(^analy)ses$': '$1sis',\n '((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$': '$1$2sis',\n '([ti])a$': '$1um',\n '(n)ews$': '$1ews',\n '(h|bl)ouses$': '$1ouse',\n '(corpse)s$': '$1',\n '(us)es$': '$1',\n s$: '',\n };\n var irregular: Record<string, any> = {\n move: 'moves',\n foot: 'feet',\n goose: 'geese',\n sex: 'sexes',\n child: 'children',\n man: 'men',\n tooth: 'teeth',\n person: 'people',\n };\n var uncountable = ['sheep', 'fish', 'deer', 'moose', 'series', 'species', 'money', 'rice', 'information', 'equipment'];\n\n // save some time in the case that singular and plural are the same\n if (uncountable.indexOf(txt.toLowerCase()) >= 0) return txt;\n\n // check for irregular forms\n for (const word in irregular) {\n let pattern;\n let replace;\n\n if (revert) {\n pattern = new RegExp(irregular[word] + '$', 'i');\n replace = word;\n } else {\n pattern = new RegExp(word + '$', 'i');\n replace = irregular[word];\n }\n if (pattern.test(txt)) return txt.replace(pattern, replace);\n }\n\n let array: Record<string, any>;\n if (revert) array = singular;\n else array = plural;\n\n // check for matches using regular expressions\n for (const reg in array) {\n var pattern2 = new RegExp(reg, 'i');\n if (pattern2.test(txt)) return txt.replace(pattern2, array[reg]);\n }\n return txt;\n};\n"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"sources":["webpack://[name]/webpack/bootstrap","webpack://[name]/./src/index.ts","webpack://[name]/./src/api/v4/index.ts","webpack://[name]/./src/api/v4/enums/AMOUNT_TYPE.ts","webpack://[name]/./src/api/v4/enums/CAMPAIGN_STATUS.ts","webpack://[name]/./src/api/v4/enums/BOOKING_PRODUCT_INFO.ts","webpack://[name]/./src/api/v4/enums/BUSINESS_RESULT_ORIGIN.ts","webpack://[name]/./src/api/v4/enums/LOCATION_TYPE.ts","webpack://[name]/./src/api/v4/enums/NOTIFICATION_TYPE.ts","webpack://[name]/./src/api/v4/enums/OFFER_CURRENCY.ts","webpack://[name]/./src/api/v4/enums/OFFER_STATUS.ts","webpack://[name]/./src/api/v4/enums/OFFER_TYPE.ts","webpack://[name]/./src/api/v4/enums/POI_CATEGORY_GROUP.ts","webpack://[name]/./src/api/v4/enums/PRODUCT_TYPE_NAME.ts","webpack://[name]/./src/api/v4/enums/PROVIDER_ID.ts","webpack://[name]/./src/api/v4/enums/PROVIDER_NAME.ts","webpack://[name]/./src/api/v4/enums/REACTION.ts","webpack://[name]/./src/api/v4/enums/REACTION_COMMENT.ts","webpack://[name]/./src/api/v4/enums/RESPONSE_STATUS.ts","webpack://[name]/./src/api/v4/enums/PLAN_STATUS.ts","webpack://[name]/./src/api/v4/enums/QUESTIONS_CATEGORY.ts","webpack://[name]/./src/api/v4/enums/USER_TYPE.ts","webpack://[name]/./src/api/v4/enums/VERIFY_CHANNEL.ts","webpack://[name]/./src/api/v4/models/ConfigList.ts","webpack://[name]/./src/providers/index.ts","webpack://[name]/./src/providers/yelp/index.ts","webpack://[name]/./src/providers/gyg/index.ts","webpack://[name]/./src/providers/bb/index.ts","webpack://[name]/./src/providers/bb/ACTIVITY_THEMES.ts","webpack://[name]/./src/providers/viator/index.ts","webpack://[name]/./src/providers/rezdy/index.ts","webpack://[name]/./src/providers/videreo/index.ts","webpack://[name]/./src/helper/index.ts","webpack://[name]/./src/helper/plural.ts"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","Model","AMOUNT_TYPE","CAMPAIGN_STATUS","BOOKING_PRODUCT_INFO","BUSINESS_RESULT_ORIGIN","LOCATION_TYPE","NOTIFICATION_TYPE","OFFER_CURRENCY","OFFER_STATUS","OFFER_TYPE","POI_CATEGORY_GROUP","PRODUCT_TYPE_NAME","PROVIDER_ID","PROVIDER_NAME","REACTION","REACTION_COMMENT","RESPONSE_STATUS","PLAN_STATUS","QUESTIONS_CATEGORY","USER_TYPE","VERIFY_CHANNEL","CONFIG_CONTENTS_PROVIDER_NAME","Yelp","Gyg","Bb","Viator","Rezdy","Videreo","ACTIVITY_THEMES","allCategoriesStatic","id","description","parent","imgUrl","apiPlaceUrl","x","y","type","xy","substring","indexOf","cityImgUrl","imgUrlThumbnails","imageUrl","smartIndex","split","ratio","thumbsnailPx","getCategoryGroups","poiCategories","allCategories","mainCategories","filter","category","subCategories","map","mainCategory","result","ids","group","push","subCategory","forEach","getCategoryGroup","categoryId","find","parentCategory","cat","getSubCategoryIds","parentCategoryId","concat","hoursFormat","hour","daysArray","closed","search","raw","item","h","days","clock","a","trim","day","replace","findIndex","length","every","includes","currentIndex","splice","compareStringForSort","b","nameA","toLowerCase","nameB","emailFormatValid","email","match","passwordFormatValid","password","toEngChars","str","unicodeToString","hourRange","minuteRange","timeRange","startTimeRange","all","_","endTimeRange","startHour","undefined","filteredEndHouts","getAll","hr","deepCopy","oldObject","JSON","parse","stringify","getYourGuideImageArrayFormat","imgUrls","formatId","img","getYourGuideImageFormat","companionTitleOptions","delay","ms","Promise","resolve","setTimeout","capitalizeFirstLetter","string","charAt","toUpperCase","slice","removeDuplicateValuesById","duplicateItems","itemIndex","allItems","removeDuplicateValues","compareFn","getAge","dateOfBirth","today","Date","birthDate","age","getFullYear","getMonth","getDate","tourAvailable","bookings","TOUR_PROVIDER_IDS","gygTourIds","bbTourIds","viatorTourIds","some","booking","providerId","products","product","productIdAsNumber","Number","info","TICKET","toString","ticketAvailable","TICKET_PROVIDER_IDS","restaurantReservationAvailable","RESTAURANT_RESERVATION_PROVIDER_IDS","offerAvailable","offers","offer","hexToRgb","setTheme","theme","COLORS","themeParams","dark","light","document","documentElement","style","setProperty","primary","secondary","success","warning","danger","textPrimary","headerBg","headerTextColor","background","setLogo","darkLogo","lightLogo","arraysEqual","sortedA","sort","sortedB","formatDateWithTimezone","date","timezone","inputDate","isNaN","getTime","Error","dateInTimeZone","Intl","DateTimeFormat","timeZone","year","month","minute","second","hour12","format","String","padStart","getHours","getMinutes","getSeconds","plural","txt","revert","array","irregular","move","foot","goose","sex","child","man","tooth","person","word","pattern","RegExp","test","reg","s$","sis$","pattern2"],"mappings":"2BACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QA0Df,OArDAF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,ovBClFrD,cACA,sBACA,mBAEA,UAAeC,G,kgBCDf,UACA,UACA,UACA,UACA,UACA,UACA,UAEA,UACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WAKA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WAKA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,YACA,YACA,YACA,YACA,YAKA,YACA,YACA,YACA,YACA,a,mGC3HA,SAAYC,GACV,oBACA,wBAFF,CAAY,EAAAA,cAAA,EAAAA,YAAW,M,uGCAvB,SAAYC,GACV,kBACA,sBAFF,CAAY,EAAAA,kBAAA,EAAAA,gBAAe,M,4GCA3B,SAAYC,GACV,kBADF,CAAY,EAAAA,uBAAA,EAAAA,qBAAoB,M,8GCAhC,SAAYC,GACV,oBACA,kBAFF,CAAY,EAAAA,yBAAA,EAAAA,uBAAsB,M,qGCAlC,SAAYC,GACV,oBACA,cACA,oBACA,sBACA,kBACA,8BACA,kBACA,sBACA,kBACA,gBACA,wBACA,cACA,oBAbF,CAAY,EAAAA,gBAAA,EAAAA,cAAa,M,yGCAzB,SAAYC,GACV,oBACA,gBACA,oBAHF,CAAY,EAAAA,oBAAA,EAAAA,kBAAiB,M,sGCA7B,SAAYC,GACV,YACA,YACA,YAHF,CAAY,EAAAA,iBAAA,EAAAA,eAAc,M,oGCA1B,SAAYC,GACV,kBACA,sBACA,oBACA,oBAJF,CAAY,EAAAA,eAAA,EAAAA,aAAY,M,kGCAxB,SAAYC,GACV,0BACA,kBACA,sBACA,kCACA,oBALF,CAAY,EA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","file":"index.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","import * as Model from './api/v4';\nexport * as Providers from './providers';\nexport * as helper from './helper';\n\nexport default Model;","/**\n * Enum\n */\nexport * from './enums/AMOUNT_TYPE';\nexport * from './enums/CAMPAIGN_STATUS';\nexport * from './enums/BOOKING_PRODUCT_INFO';\nexport * from './enums/BUSINESS_RESULT_ORIGIN';\nexport * from './enums/LOCATION_TYPE';\nexport * from './enums/NOTIFICATION_TYPE';\nexport * from './enums/OFFER_CURRENCY';\n// export * from './enums/OFFER_RECEIVE_METHOD';\nexport * from './enums/OFFER_STATUS';\nexport * from './enums/OFFER_TYPE';\nexport * from './enums/POI_CATEGORY_GROUP';\nexport * from './enums/PRODUCT_TYPE_NAME';\nexport * from './enums/PROVIDER_ID';\nexport * from './enums/PROVIDER_NAME';\nexport * from './enums/REACTION';\nexport * from './enums/REACTION_COMMENT';\nexport * from './enums/RESPONSE_STATUS';\nexport * from './enums/PLAN_STATUS';\nexport * from './enums/QUESTIONS_CATEGORY';\nexport * from './enums/USER_TYPE';\nexport * from './enums/VERIFY_CHANNEL';\n\n/**\n * Models\n */\nexport * from './models/Accommodation';\nexport * from './models/Booking';\nexport * from './models/BookingProduct';\nexport * from './models/Business';\nexport * from './models/BusinessInfoCategory';\nexport * from './models/BusinessOfferReport';\nexport * from './models/BusinessReport';\nexport * from './models/BusinessSearch';\nexport * from './models/BusinessVerify';\nexport * from './models/Campaign';\nexport * from './models/CampaignReport';\nexport * from './models/CampaignCustomerReport';\nexport * from './models/City';\nexport * from './models/CityEvent';\nexport * from './models/CityInfo';\nexport * from './models/Companion';\nexport * from './models/ConfigList';\nexport * from './models/Continent';\nexport * from './models/Coordinate';\nexport * from './models/Country';\nexport * from './models/Coupon';\nexport * from './models/CouponApplication';\nexport * from './models/CustomPoi';\nexport * from './models/Device';\nexport * from './models/Favorite';\nexport * from './models/Feedbacks';\nexport * from './models/Image';\nexport * from './models/ImageOwner';\nexport * from './models/Notification';\nexport * from './models/NotificationMetaData';\nexport * from './models/NotificationSettings';\nexport * from './models/NotificationUnseen';\nexport * from './models/Offer';\nexport * from './models/OfferCustomer';\nexport * from './models/OfferProductType';\nexport * from './models/Plan';\nexport * from './models/Poi';\nexport * from './models/PoiCategory';\nexport * from './models/PoiCategoryGroup';\nexport * from './models/PoiCategoryParent';\nexport * from './models/PoiReference';\nexport * from './models/PreRegister';\nexport * from './models/Question';\nexport * from './models/Recommendation';\nexport * from './models/Step';\nexport * from './models/SubAnswer';\nexport * from './models/TasteItem';\nexport * from './models/TimeFrame';\nexport * from './models/Token';\nexport * from './models/TokenPayload';\nexport * from './models/TokenRefresh';\nexport * from './models/TopTen';\nexport * from './models/TourAndTickets';\nexport * from './models/TranslationList';\nexport * from './models/Trip';\nexport * from './models/TripProfile';\nexport * from './models/TripReference';\nexport * from './models/User';\nexport * from './models/UserReaction';\nexport * from './models/UserReservation';\nexport * from './models/UserResetPassword';\nexport * from './models/UserFeedback';\nexport * from './models/VoucherOffer';\n\n/**\n * Requests\n */\nexport * from './requests/BusinessPreRegisterReportRequest';\nexport * from './requests/BusinessReportRequest';\nexport * from './requests/CampaignCustomerReportRequest';\nexport * from './requests/CampaignReportRequest';\nexport * from './requests/CompanionRequest';\nexport * from './requests/FeedbackRequest';\nexport * from './requests/LoginRequest';\nexport * from './requests/OfferAddRequest';\nexport * from './requests/OfferRequest';\nexport * from './requests/PlanUpdateRequest';\nexport * from './requests/PoisRequest';\nexport * from './requests/PoisRequestCoordinate';\nexport * from './requests/PoisRequestMustTry';\nexport * from './requests/PoisRequestName';\nexport * from './requests/RegisterRequest';\nexport * from './requests/TokenRefreshRequest';\nexport * from './requests/UserReactionRequest';\nexport * from './requests/UserReservationRequest';\nexport * from './requests/UserUpdateRequest';\nexport * from './requests/VoucherOfferAddRequest';\n\n/**\n * Responses\n */\nexport * from './responses/DataPayload';\nexport * from './responses/DeleteUpdateResponse';\nexport * from './responses/ErrorResponse';\nexport * from './responses/Pagination';\nexport * from './responses/SuccessResponse';\n","export enum AMOUNT_TYPE {\n LIMITED = 'Limited',\n UNLIMITED = 'Unlimited',\n}\n","export enum CAMPAIGN_STATUS {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n}\n","export enum BOOKING_PRODUCT_INFO {\n TICKET = 'ticket',\n /* TOUR = \"tour\", */\n}\n","export enum BUSINESS_RESULT_ORIGIN {\n TRIPIAN = 'Tripian',\n GOOGLE = 'Google',\n}\n","export enum LOCATION_TYPE {\n CAPITAL = 'capital',\n CITY = 'city',\n COUNTRY = 'country',\n DISTRICT = 'district',\n ISLAND = 'island',\n MUNICIPALITY = 'municipality',\n PARISH = 'parish',\n PROVINCE = 'province',\n REGION = 'region',\n STATE = 'state',\n TERRITORY = 'territory',\n TOWN = 'town',\n VILLAGE = 'village',\n}\n","export enum NOTIFICATION_TYPE {\n SUCCESS = 'success',\n ERROR = 'error',\n WARNING = 'warning',\n}\n","export enum OFFER_CURRENCY {\n USD = 'USD',\n CAD = 'CAD',\n BBD = 'BBD',\n}\n","export enum OFFER_STATUS {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n ARCHIVE = 'archive',\n EXPIRED = 'expired',\n}\n","export enum OFFER_TYPE {\n PERCENTAGE = 'percentage',\n AMOUNT = 'amount',\n QUANTITY = 'quantity',\n SPEND_FOR_GIFT = 'spend_for_gift',\n VOUCHER = 'voucher',\n}\n","export enum POI_CATEGORY_GROUP {\n ATTRACTION = 'Attractions',\n RESTAURANT = 'Restaurants',\n CAFE = 'Cafes',\n NIGHTLIFE = 'Nightlife',\n SHOPPING = 'Shopping',\n UNKNOWN = 'Unknown',\n NOTCATEGORIZED = 'NOTCATEGORIZED',\n}\n","export enum PRODUCT_TYPE_NAME {\n EXPERIENCES = 'experiences',\n DINING = 'dining',\n SHOPPING = 'shopping',\n\n /* FOOD = 'food',\n DRINK = 'drink',\n RETAIL = 'retail', */\n}\n","export enum PROVIDER_ID {\n VIATOR = 1,\n YELP = 2,\n GUESTLOGIX = 3,\n GYG = 4,\n OPEN_TABLE = 5,\n BOOK_BARBADOS = 6,\n JUNIPER = 7,\n REZDY = 8,\n UBER = 9,\n TRAVELIFY = 10,\n GOCITY = 11,\n}\n\n/* \nClient Name Vacavia\nAPI Application ID 154\nAPI Private Key 82202011-0EC4-4DA4-9D7C-1A0457F85973\nAPI Endpoint Prefix https://api.travelify.io/\nSelection Redirect Url https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession= \n\n{\n id: 8,\n name: \"Travelify\",\n apiUrl: \"https://api.travelify.io/\",\n apiKey: \"100:4D1BEDF7-F67A-4299-B544-F35521277F59\",\n prod: false,\n clientId: \"https://traveldemo.agendas.group/results#/ticketAndAttraction/searchSession=\"\n},\n{\n id: 8,\n name: \"Travelify\",\n apiUrl: \"https://api.travelify.io/\",\n apiKey: \"154:82202011-0EC4-4DA4-9D7C-1A0457F85973\",\n prod: true,\n clientId: \"https://www.vacavia.co.uk/results#/ticketAndAttraction/searchSession=\"\n}\n*/\n","export enum PROVIDER_NAME {\n YELP = 'Yelp',\n // GLX = 'Glx',\n GYG = 'Gyg',\n OPEN_TABLE = 'OpenTable',\n BOOK_BARBADOS = 'BookBarbados',\n VIATOR = 'Viator',\n GOCITY = 'GoCity',\n}\n","export enum REACTION {\n THUMBS_UP = 'Thumbs Up',\n THUMBS_DOWN = 'Thumbs Down',\n NEUTRAL = 'Neutral',\n}\n","export enum REACTION_COMMENT {\n I_HAVE_BEEN_THERE_BEFORE = 'I`ve been there before',\n I_DONT_LIKE_THIS_PLACE = 'I don`t like this place',\n}\n","export enum RESPONSE_STATUS {\n SUCCESS = 200,\n BAD_REQUEST = 400,\n UNAUTHORIZED = 401,\n FORBIDDEN = 403,\n NOTFLICT = 409,\n INTERNAL_SERVER_ERROR = 500,\n}\n","export enum PLAN_STATUS {\n STEPS_EMPTY = -1,\n PENDING = 0,\n FINISHED = 1,\n WALKING_EXCEEDS = 2,\n NOT_FOUND_ATTRS = 3,\n}\n","export enum QUESTIONS_CATEGORY {\n TRIP = 'trip',\n PROFILE = 'profile',\n COMPANION = 'companion',\n}\n","export enum USER_TYPE {\n GUEST = -1,\n NORMAL = 0,\n NORMAL_FROM_GUEST = 1,\n COUPON_ADMIN = 2,\n SUPER_ADMIN = 3,\n}\n","export enum VERIFY_CHANNEL {\n SMS = 'sms',\n CALL = 'call',\n}\n","import { OFFER_TYPE } from '../enums/OFFER_TYPE';\nimport { PROVIDER_ID } from '../enums/PROVIDER_ID';\n\nexport enum CONFIG_CONTENTS_PROVIDER_NAME {\n BOOKBARBADOS = 'bookbarbados',\n // GLX = 'glx',\n GYG = 'gyg',\n OPENTABLE = 'opentable',\n YELP = 'yelp',\n UBER = 'uber',\n}\n\nexport type ProviderObject = {\n id: PROVIDER_ID;\n name: string;\n apiUrl: string;\n apiKey: string;\n prod: boolean;\n clientId: string;\n};\n\nexport type Theme = {\n dark: {\n primary: string;\n secondary: string;\n success: string;\n warning: string;\n info: string;\n danger: string;\n textPrimary: string;\n background: string;\n headerTextColor: string;\n headerBg: string;\n };\n light: {\n primary: string;\n secondary: string;\n success: string;\n warning: string;\n info: string;\n danger: string;\n textPrimary: string;\n background: string;\n headerTextColor: string;\n headerBg: string;\n };\n};\n\nexport type MenuLink = {\n name: string; // \"Flights\",\n url: string; // \"https://trial-dev.tripian.com/\",\n external_link: boolean; // true\n};\n\nexport type ConfigList = {\n apiKey: string;\n whiteLabels: {\n reverseProxyUrl: string;\n brandName: string;\n imagePaths: {\n logoPathDark: string;\n logoPathLight: string;\n formHeaderImgUrl?: string;\n formBgImgUrl?: string;\n appBackgroundImgUrl?: string;\n };\n googleAnalyticsUrl: {\n business: string;\n customer: string;\n };\n googleAnalyticsKey: {\n business: string;\n customer: string;\n };\n providers: {\n name: CONFIG_CONTENTS_PROVIDER_NAME;\n apikey: string;\n apiurl: string;\n prod: boolean;\n }[];\n cognito: {\n clientId: string;\n domain: string;\n region: string;\n identityProviders: string[];\n };\n theme?: Theme;\n // Sadece light => [“light”]\n // Sadece dark => [“dark”]\n // Default light => [“dark”, “light”]\n // Default dark => [“dark”,“light”]\n availableThemes: Array<'dark' | 'light'>;\n\n rootPath?: string;\n defaultDestinationId?: number;\n brandUrl?: string;\n tosUrl?: string;\n ppUrl?: string;\n landingPageUrl?: string;\n\n languages: string[];\n dealsPageUrl?: string;\n externalMenuLinks?: Record<string, MenuLink[]>;\n };\n baseFeatures: {\n showRegister: boolean;\n showLogin: boolean;\n showChangePassword: boolean;\n showTripModeQuestion: boolean;\n showOverview: boolean;\n showOffers: boolean;\n showStepCardThumbs: boolean;\n loginWithToken: boolean;\n loginWithHash: boolean;\n saveSession: boolean;\n showStepScoreDetail: boolean;\n showTravelGuide: boolean;\n showVoucher: boolean;\n showSaveTrip: boolean;\n showSideNav: boolean;\n showHome: boolean;\n showCreateTrip: boolean;\n showUpdateTrip: boolean;\n showUserProfile: boolean;\n sharedTrip: boolean;\n qrReader: 'business' | 'customer';\n widgetTheme1: boolean;\n };\n sbt: {\n campaignDefaultCurrency: string;\n offerTypes: OFFER_TYPE[];\n };\n providers: {\n // showToursAndTickets: boolean;\n // showRestaurantReservations: boolean;\n // showBookARide: boolean;\n // showAccommodationPois: boolean;\n // showCarRentPois: boolean;\n // tourProviderSource: PROVIDER_ID;\n // tourProviderSourceProd: boolean;\n // ticketProviderSource: PROVIDER_ID;\n // ticketProviderSourceProd: boolean;\n // restaurantReservationProviderSource: PROVIDER_ID[];\n // restaurantReservationSourceProd: boolean;\n // accommodationPoiProvider: PROVIDER_ID;\n // TODO\n tourAndTicket: ProviderObject[];\n accommodation: ProviderObject[];\n restaurant: ProviderObject[];\n transportation: ProviderObject[];\n };\n\n /* cognito: {\n clientId: string;\n domain: string;\n region: string;\n identityProviders: string[];\n };\n contents: {\n brandName: string;\n googleAnalyticsKey: string;\n googleAnalyticsUrl: string;\n logoPath: string;\n theme: string;\n reverseProxyUrl: string;\n providers: {\n name: CONFIG_CONTENTS_PROVIDER_NAME;\n apikey: string;\n apiurl: string;\n prod: boolean;\n }[];\n }; */\n};\n","import * as Yelp from './yelp';\nimport * as Gyg from './gyg';\nimport * as Bb from './bb';\nimport * as Viator from './viator';\nimport * as Rezdy from './rezdy';\nimport * as Videreo from './videreo';\n\nexport { Yelp, Gyg, Bb, Viator, Rezdy, Videreo };\n","export * from './Business';\nexport * from './Hold';\nexport * from './HoldRequest';\nexport * from './Openings';\nexport * from './OpeningsRequest';\nexport * from './OpeningTime';\nexport * from './Reservation';\nexport * from './ReservationInfo';\nexport * from './ReservationRequest';\nexport * from './ReservationStatusResponse';\n","export * from './CatalogGroup';\nexport * from './Category';\nexport * from './Categories';\nexport * from './MetaData';\nexport * from './PaymentConfiguration';\nexport * from './PaymentConfigurations';\nexport * from './Tour';\nexport * from './TourAvailability';\nexport * from './TourAvailabilities';\nexport * from './TourBookingInfo';\nexport * from './TourBookingInfos';\nexport * from './TourBooking';\nexport * from './TourBookingCart';\nexport * from './TourBookingCarts';\nexport * from './TourBookingCartRequest';\nexport * from './TourBookings';\nexport * from './TourBookingRequest';\nexport * from './TourCategories';\nexport * from './TourCoordinates';\nexport * from './TourData';\nexport * from './TourDataFormPersonsCategory';\nexport * from './TourDataOption';\nexport * from './TourDataOptionAvailability';\nexport * from './TourDateRange';\nexport * from './TourDurations';\nexport * from './TourErrorResponse';\nexport * from './TourLocations';\nexport * from './TourPictures';\nexport * from './TourPrice';\nexport * from './TourPriceBreakDown';\nexport * from './TourShoppingFormData';\nexport * from './TourOptionDetails';\nexport * from './TourOptionPricing';\nexport * from './TourOptionPricings';\nexport * from './TourOption';\nexport * from './TourOptions';\nexport * from './TourViewport';\nexport * from './TourReservationDetails';\nexport * from './Tours';\nexport * from './Error';\n","export * from './ACTIVITY_THEMES';\nexport * from './Activity';\nexport * from './ActivityInfo';\nexport * from './ActivityInfoImage';\nexport * from './ActivityInfoLocation';\nexport * from './ActivityPoint';\nexport * from './AuthorizationResponse';\nexport * from './CatalogGroup';\nexport * from './Offer';\nexport * from './OfferPoint';\nexport * from './Product';\nexport * from './SearchActivitiesResponse';\nexport * from './SearchAccommodationResponse';\nexport * from './SearchCarRentResponse';\n","export enum ACTIVITY_THEMES {\n ON_THE_LAND = 'On the Land',\n FAMILY_FUN = 'Family Fun',\n SOFT_ADVENTURE = 'Soft Adventure',\n ON_THE_WATER = 'On the Water',\n WELLNESS = 'Wellness',\n ART_AND_CULTURE = 'Arts & Culture',\n HISTORY = 'History',\n UNDER_WATER = 'Under Water',\n IN_THE_AIR = 'In the Air',\n ROMANCE = 'Romance',\n FOODIE_DELIGHTS = 'Foodie Delights',\n UNDER_GROUND = 'Under Ground',\n VOLUNTOURISM = 'Voluntourism',\n SHORE_EXCURSIONS = 'Shore Excursions',\n}\n","export * from './Duration';\nexport * from './Product';\nexport * from './ProductInfo';\nexport * from './CatalogGroup';\nexport * from './AvailabilitySchedule';\nexport * from './AvailabilityCheck';\nexport * from './TourData';\nexport * from './BookingQuestions';\nexport * from './Paymix';\nexport * from './LanguageGuide';\nexport * from './BookingCardHoldRequest';\nexport * from './BookingCardHold';\nexport * from './PaymentRequest';\nexport * from './Payment';\nexport * from './BookingConfirmRequest';\nexport * from './BookingConfirm';\nexport * from './BookingReservationDetails';\nexport * from './BookingCancel';\nexport * from './Error';\nexport * from './Location';\nexport * from './CancellationPolicy';\nexport * from './BookingRefund';\n","export * from './BookingField';\nexport * from './LocationAddress';\nexport * from './Product';\nexport * from './ProductImage';\nexport * from './ProductResponse';\nexport * from './RequestStatus';\nexport * from './CatalogGroup';\nexport * from './ProductInfoResponse';\nexport * from './ProductVideo';\n","export * from './Address';\nexport * from './ResponseResult';\nexport * from './ApiResponse';\n","import Model from '..';\nimport { POI_CATEGORY_GROUP, Theme } from '../api/v4';\nimport { HourFormat } from '../api/v4/models/HourFormat';\nimport { PoiCategory } from '../api/v4/models/PoiCategory';\nimport { PoiCategoryGroup } from '../api/v4/models/PoiCategoryGroup';\n\nexport * from './plural';\n\nconst allCategoriesStatic: PoiCategory[] = [\n // important order for getCategoryGroups() result indexes!\n { id: 1, name: 'Attractions', description: null, parent: null },\n { id: 3, name: 'Restaurants', description: null, parent: null },\n { id: 24, name: 'Cafes', description: null, parent: null },\n { id: 4, name: 'Nightlife', description: null, parent: null },\n { id: 34, name: 'Shopping', description: null, parent: null },\n { id: 40, name: 'NOTCATEGORIZED', description: null, parent: null },\n // important order for getCategoryGroups() result indexes!\n\n { id: 36, name: 'Desserts', description: null, parent: { id: 24, name: 'Cafes', description: null } },\n { id: 33, name: 'Bakeries', description: null, parent: { id: 24, name: 'Cafes', description: null } },\n { id: 48, name: 'Wineries', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 31, name: 'Bars', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 28, name: 'Stadium', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 30, name: 'Museums', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 35, name: 'Breweries', description: null, parent: { id: 4, name: 'Nightlife', description: null } },\n { id: 44, name: 'Breakfast', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 32, name: 'Art Galleries', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 41, name: 'Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 46, name: 'Breakfast & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 26, name: 'Theater', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 45, name: 'Breakfast & Lunch', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 29, name: 'Civic Center', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 25, name: 'Religious Places', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 47, name: 'Breakfast & Lunch & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 42, name: 'Lunch', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 43, name: 'Lunch & Dinner', description: null, parent: { id: 3, name: 'Restaurants', description: null } },\n { id: 49, name: 'Gminings', description: null, parent: { id: 1, name: 'Attraction', description: null } },\n { id: 50, name: 'Shopping_50', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 51, name: 'Shopping_51', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 52, name: 'Shopping_52', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 53, name: 'Shopping_53', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n { id: 54, name: 'Shopping_54', description: null, parent: { id: 34, name: 'Shopping', description: null } },\n];\n\nexport const imgUrl = (apiPlaceUrl: string, x: number = 64, y?: number, type = 'Place'): string => {\n if (!apiPlaceUrl) {\n return 'data:image/jpeg;base64,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';\n }\n\n const xy = `${x}x${y || x}`;\n const cloudfrontUrl = `https://d1drj6u6cu0e3j.cloudfront.net/${xy}/smart`;\n const imageTypeAndUrl = apiPlaceUrl.substring(apiPlaceUrl.indexOf(`/${type}/`));\n return cloudfrontUrl + imageTypeAndUrl;\n};\n\nexport const cityImgUrl = (apiPlaceUrl: string, x: number = 64, y?: number): string => {\n const xy = `${x}x${y || x}`;\n const cloudfrontUrl = `https://d1drj6u6cu0e3j.cloudfront.net/${xy}/smart`;\n const placeUrl = apiPlaceUrl.substring(apiPlaceUrl.indexOf('/City/'));\n return cloudfrontUrl + placeUrl;\n};\n\nexport const imgUrlThumbnails = (imageUrl: string): string | undefined => {\n const smartIndex = imageUrl.indexOf('/smart/');\n\n if (smartIndex === -1) {\n return undefined;\n }\n\n const xy = imageUrl.substring(38, smartIndex).split('x');\n const ratio = +xy[0] / 64;\n const y = +xy[1] / ratio;\n const thumbsnailPx = `64x${y}`;\n\n // /smart/filters:blur(80)/\n return `https://d1drj6u6cu0e3j.cloudfront.net/${thumbsnailPx}/smart/${imageUrl.substring(smartIndex + 7)}`;\n};\n\n// export const getCategoryGroups = (poiCategories?: PoiCategory[]): PoiCategoryGroup[] => {\n// const allCategories = poiCategories || allCategoriesStatic;\n// const parentCategories = allCategories.filter((category) => category.parent === null);\n\n// const results: PoiCategoryGroup[] = parentCategories.map((parentCategory) => {\n// const result = { ids: [parentCategory.id], group: POI_CATEGORY_GROUP.UNKNOWN };\n// if (parentCategory.id === 1) result.group = POI_CATEGORY_GROUP.ATTRACTION;\n// else if (parentCategory.id === 3) result.group = POI_CATEGORY_GROUP.RESTAURANT;\n// else if (parentCategory.id === 24) result.group = POI_CATEGORY_GROUP.CAFE;\n// else if (parentCategory.id === 4) result.group = POI_CATEGORY_GROUP.NIGHTLIFE;\n// else if (parentCategory.id === 34) result.group = POI_CATEGORY_GROUP.SHOPPING;\n// else if (parentCategory.id === 40) result.group = POI_CATEGORY_GROUP.NOTCATEGORIZED;\n\n// allCategories.filter((category) => category.parent?.id === parentCategory.id).forEach((childCategory) => result.ids.push(childCategory.id));\n\n// return result;\n// });\n\n// return results;\n// };\n\n// export const getCategoryGroup = (categoryId: number, poiCategories?: PoiCategory[]): POI_CATEGORY_GROUP => {\n// const allCategories = poiCategories || allCategoriesStatic;\n// const parentCategoryId = allCategories.find((category) => category.id === categoryId)?.parent?.id || categoryId;\n\n// if (parentCategoryId === 1) return POI_CATEGORY_GROUP.ATTRACTION;\n// if (parentCategoryId === 3) return POI_CATEGORY_GROUP.RESTAURANT;\n// if (parentCategoryId === 24) return POI_CATEGORY_GROUP.CAFE;\n// if (parentCategoryId === 4) return POI_CATEGORY_GROUP.NIGHTLIFE;\n// if (parentCategoryId === 34) return POI_CATEGORY_GROUP.SHOPPING;\n// if (parentCategoryId === 40) return POI_CATEGORY_GROUP.NOTCATEGORIZED;\n\n// return POI_CATEGORY_GROUP.UNKNOWN;\n// };\n\nexport const getCategoryGroups = (poiCategories?: PoiCategory[]): PoiCategoryGroup[] => {\n const allCategories = poiCategories || allCategoriesStatic;\n\n const mainCategories = allCategories.filter((category) => category.parent === null);\n\n const subCategories = allCategories.filter((category) => category.parent !== null);\n\n const categoryGroups: PoiCategoryGroup[] = mainCategories.map((mainCategory) => {\n const result: PoiCategoryGroup = { ids: [], group: '' };\n\n result.ids.push(mainCategory.id);\n\n subCategories.filter((subCategory) => subCategory.parent && subCategory.parent.id === mainCategory.id).forEach((subCategory) => result.ids.push(subCategory.id));\n\n result.group = mainCategory.name;\n\n return result;\n });\n\n return categoryGroups;\n};\n\nexport const getCategoryGroup = (categoryId: number, poiCategories?: PoiCategory[]): string => {\n const allCategories = poiCategories || allCategoriesStatic;\n\n const category = allCategories.find((category) => category.id === categoryId);\n\n const parentCategory = category?.parent?.id ? allCategories.find((cat) => cat.id === category.parent!.id) : category;\n\n if (!parentCategory) {\n return 'UNKNOWN';\n }\n\n return parentCategory.name;\n};\n\nexport const getSubCategoryIds = (parentCategoryId: number, poiCategories?: PoiCategory[]): number[] => {\n const allCategories = poiCategories || allCategoriesStatic;\n const subCategories = allCategories.filter((category) => category.parent?.id === parentCategoryId);\n return subCategories.map((subCategory) => subCategory.id).concat(parentCategoryId);\n};\n\nexport const hoursFormat = (hour: string | null, daysArray: string[], closed: string) => {\n if (hour && hour.search(',') > -1) {\n const raw = hour.split('|');\n // To do model e ekle\n const hours: HourFormat[] = [];\n raw.forEach((item: string) => {\n const h = item.split(': ');\n const days = h[0].split(',');\n const clock = h[1].split(',').map((a) => a.trim());\n days.forEach((d) => {\n const day = d.replace(/ /g, '');\n const i = hours.findIndex((o) => o.day === day);\n if (i === -1) {\n hours.push({ day, clock });\n } else {\n hours[i].clock = hours[i].clock.concat(clock);\n }\n });\n });\n\n if (hours.length < 7) {\n const closeDays = daysArray.filter((day) => {\n return hours.every((h) => !h.day.includes(day));\n });\n\n closeDays.forEach((d) => {\n const currentIndex = daysArray.findIndex((day) => day === d);\n hours.splice(currentIndex, 0, { day: d, clock: [closed, ''] });\n });\n }\n return hours;\n }\n\n const formattedDays: HourFormat[] = daysArray.map((day) => {\n return {\n clock: [hour || ''],\n day,\n };\n });\n return formattedDays;\n};\n\nexport const compareStringForSort = (a: string, b: string): number => {\n const nameA = a.toLowerCase();\n const nameB = b.toLowerCase();\n if (nameA < nameB) return -1;\n if (nameA > nameB) return 1;\n return 0;\n};\n\nexport const emailFormatValid = (email: string): RegExpMatchArray | null => email.match(/^(([^<>()\\\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/);\n\nexport const passwordFormatValid = (password: string): RegExpMatchArray | null => password.match(/^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])([a-zA-Z0-9!-@#$^_:,. ]{8,})$/);\n\nexport const toEngChars = (str: string): string =>\n str\n .replace('Ğ', 'G')\n .replace('Ü', 'U')\n .replace('Ş', 'S')\n .replace('İ', 'I')\n .replace('Ö', 'O')\n .replace('Ç', 'C')\n .replace('ğ', 'g')\n .replace('ü', 'u')\n .replace('ş', 's')\n .replace('ı', 'i')\n .replace('ö', 'o')\n .replace('ç', 'c')\n .replace('á', 'a')\n .replace('é', 'e')\n .replace('í', 'i')\n .replace('ó', 'o')\n .replace('ú', 'u')\n .replace('ý', 'y')\n .replace('Á', 'A')\n .replace('É', 'E')\n .replace('Í', 'I')\n .replace('Ó', 'O')\n .replace('Ú', 'U')\n .replace('Ý', 'Y')\n .replace('à', 'a')\n .replace('è', 'e')\n .replace('ì', 'i')\n .replace('ò', 'o')\n .replace('ù', 'u')\n .replace('À', 'A')\n .replace('È', 'E')\n .replace('Ì', 'I')\n .replace('Ò', 'O')\n .replace('Ù', 'U')\n .replace('â', 'a')\n .replace('ê', 'e')\n .replace('î', 'i')\n .replace('ô', 'o')\n .replace('û', 'u')\n .replace('Â', 'A')\n .replace('Ê', 'E')\n .replace('Î', 'I')\n .replace('Ô', 'O')\n .replace('Û', 'U')\n .replace('ã', 'a')\n .replace('ñ', 'n')\n .replace('õ', 'o')\n .replace('Ã', 'A')\n .replace('Ñ', 'N')\n .replace('Õ', 'O')\n .replace('ä', 'a')\n .replace('ë', 'e')\n .replace('ï', 'i')\n .replace('ÿ', 'Y')\n .replace('Ä', 'A')\n .replace('Ë', 'E')\n .replace('Ï', 'I')\n .replace('Ÿ', 'Y');\n\nexport const unicodeToString = (str: string): string =>\n str\n .replace(/u00c7/g, 'Ç')\n .replace(/u00e7/g, 'ç')\n .replace(/u011f/g, 'ğ')\n .replace(/u0130/g, 'İ')\n .replace(/u0131/g, 'ı')\n .replace(/u00d6/g, 'Ö')\n .replace(/u00f6/g, 'ö')\n .replace(/u015e/g, 'Ş')\n .replace(/u015f/g, 'ş')\n .replace(/u00dc/g, 'Ü')\n .replace(/u00fc/g, 'ü');\n\nexport const hourRange = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23'];\nexport const minuteRange = ['00', '30'];\nexport const timeRange: Array<string> = [];\n\nhourRange.forEach((h) => {\n return minuteRange.forEach((m) => {\n return timeRange.push(`${h}:${m}`);\n });\n});\n\nexport const startTimeRange = (all: boolean = true) => {\n return all ? timeRange : timeRange.filter((_, i) => i != timeRange.length - 1);\n};\n\nexport const endTimeRange = (startHour?: string) => {\n if (startHour === undefined) return timeRange;\n\n const filteredEndHouts: string[] = [];\n let getAll: boolean = false;\n for (let i = 0; i < timeRange.length; i++) {\n const hr = timeRange[i];\n if (getAll) {\n filteredEndHouts.push(hr);\n } else {\n if (hr === startHour) getAll = true;\n }\n }\n\n return filteredEndHouts;\n};\n\nexport const deepCopy = <T>(oldObject: T): T => JSON.parse(JSON.stringify(oldObject)) as T;\n\nexport const getYourGuideImageArrayFormat = (imgUrls: Array<string>, formatId: string) => imgUrls.map((img) => img.replace('[format_id]', formatId));\n\nexport const getYourGuideImageFormat = (str: string, formatId: string): string => str.replace('[format_id]', formatId);\n\nexport const companionTitleOptions = [{ value: 'Family member' }, { value: 'Friend' }, { value: 'Work colleague' }];\n\nexport const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));\n\n/**\n * Capitalize first letter of string param\n * @param {string} any string\n * @returns {string} first letter is uppercase\n */\nexport const capitalizeFirstLetter = (string: string): string => string.charAt(0).toUpperCase() + string.slice(1);\n\nexport const removeDuplicateValuesById = <T extends { id: string }>(duplicateItems: T[]) => {\n const uniqueItems = duplicateItems.filter((item, itemIndex, allItems) => {\n const firstItemIndex = allItems.findIndex((i) => {\n if (item && i && item.id && i.id) return i.id === item.id;\n // eslint-disable-next-line no-console\n // console.log('vallahi null falan geldi!', item, i);\n return false;\n });\n const isUniqueItem = firstItemIndex === itemIndex;\n return isUniqueItem;\n });\n return uniqueItems;\n};\n\nexport const removeDuplicateValues = <T>(duplicateItems: T[], compareFn: (t1: T, t2: T) => boolean) => {\n const uniqueItems = duplicateItems.filter((item, itemIndex, allItems) => {\n const firstItemIndex = allItems.findIndex((i) => compareFn(i, item));\n const isUniqueItem = firstItemIndex === itemIndex;\n return isUniqueItem;\n });\n return uniqueItems;\n};\n\nexport const getAge = (dateOfBirth: string): number => {\n var today = new Date();\n var birthDate = new Date(dateOfBirth);\n var age = today.getFullYear() - birthDate.getFullYear();\n var m = today.getMonth() - birthDate.getMonth();\n if (m < 0 || (m === 0 && today.getDate() < birthDate.getDate())) {\n age--;\n }\n return age;\n};\n\n// export const tourAvailable = (bookings: Model.Booking[], TOUR_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[]): boolean => {\n// const tourProviderBooking = bookings.find((booking: Model.Booking) => TOUR_PROVIDER_IDS.includes(booking.providerId));\n// if (tourProviderBooking) {\n// return tourProviderBooking.products.some((product) => !product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET));\n// }\n// return false;\n// };\n\n// export const ticketAvailable = (bookings: Model.Booking[], TICKET_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[]): boolean => {\n// const ticketProviderBooking: Model.Booking | undefined = bookings.find((booking: Model.Booking) => TICKET_PROVIDER_IDS.includes(booking.providerId));\n// if (ticketProviderBooking) {\n// return ticketProviderBooking.products.some((product) => product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET));\n// }\n// return false;\n// };\n\nexport const tourAvailable = (bookings: Model.Booking[], TOUR_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[], viatorTourIds: string[]): boolean => {\n return bookings.some(\n (booking) =>\n TOUR_PROVIDER_IDS.includes(booking.providerId) &&\n booking.products.some((product) => {\n const productIdAsNumber = Number(product.id);\n return !product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET) && (gygTourIds.includes(productIdAsNumber) || bbTourIds.includes(productIdAsNumber) || viatorTourIds.includes(product.id.toString()) || booking.providerId === 11);\n }),\n );\n};\n\nexport const ticketAvailable = (bookings: Model.Booking[], TICKET_PROVIDER_IDS: Model.PROVIDER_ID[], gygTourIds: number[], bbTourIds: number[], viatorTourIds: string[]): boolean => {\n return bookings.some(\n (booking) =>\n TICKET_PROVIDER_IDS.includes(booking.providerId) &&\n booking.products.some((product) => {\n const productIdAsNumber = Number(product.id);\n return product.info.includes(Model.BOOKING_PRODUCT_INFO.TICKET) && (gygTourIds.includes(productIdAsNumber) || bbTourIds.includes(productIdAsNumber) || viatorTourIds.includes(product.id.toString()) || booking.providerId === 11);\n }),\n );\n};\n\nexport const restaurantReservationAvailable = (bookings: Model.Booking[], RESTAURANT_RESERVATION_PROVIDER_IDS: Model.PROVIDER_ID[]): boolean => {\n return bookings.some((booking: Model.Booking) => RESTAURANT_RESERVATION_PROVIDER_IDS.includes(booking.providerId));\n};\n\nexport const offerAvailable = (offers: Model.Offer[]): boolean => {\n return offers.some((offer) => offer);\n};\n\nexport const hexToRgb = (c: string): string => `${c.match(/\\w\\w/g)?.map((x) => +`0x${x}`)}`;\n\nexport const setTheme = (theme: string, COLORS: Theme) => {\n const themeParams = theme === 'dark' ? COLORS.dark : COLORS.light;\n\n document.documentElement.style.setProperty('--primary-color', themeParams.primary);\n document.documentElement.style.setProperty('--primary-color-rgb', hexToRgb(themeParams.primary));\n document.documentElement.style.setProperty('--secondary-color', themeParams.secondary);\n document.documentElement.style.setProperty('--secondary-color-rgb', hexToRgb(themeParams.secondary));\n document.documentElement.style.setProperty('--success-color', themeParams.success);\n document.documentElement.style.setProperty('--success-color-rgb', hexToRgb(themeParams.success));\n document.documentElement.style.setProperty('--warning-color', themeParams.warning);\n document.documentElement.style.setProperty('--warning-color-rgb', hexToRgb(themeParams.warning));\n document.documentElement.style.setProperty('--info-color', themeParams.info);\n document.documentElement.style.setProperty('--info-color-rgb', hexToRgb(themeParams.info));\n document.documentElement.style.setProperty('--danger-color', themeParams.danger);\n document.documentElement.style.setProperty('--danger-color-rgb', hexToRgb(themeParams.danger));\n document.documentElement.style.setProperty('--text-primary-color', themeParams.textPrimary);\n document.documentElement.style.setProperty('--text-primary-color-rgb', hexToRgb(themeParams.textPrimary));\n document.documentElement.style.setProperty('--header-color', themeParams.headerBg);\n document.documentElement.style.setProperty('--header-text-color', themeParams.headerTextColor);\n document.documentElement.style.setProperty('--background-color', themeParams.background);\n document.documentElement.style.setProperty('--background-color-rgb', hexToRgb(themeParams.background));\n};\n\nexport const setLogo = (darkLogo: string, lightLogo: string) => {\n document.documentElement.style.setProperty('--app-logo-dark', `url(${darkLogo})`);\n document.documentElement.style.setProperty('--app-logo-light', `url(${lightLogo})`);\n};\n\nexport const arraysEqual = (a: number[], b: number[]): boolean => {\n if (a.length !== b.length) return false;\n\n const sortedA = [...a].sort((x, y) => x - y);\n const sortedB = [...b].sort((x, y) => x - y);\n\n for (let i = 0; i < sortedA.length; i += 1) {\n if (sortedA[i] !== sortedB[i]) return false;\n }\n\n return true;\n};\n\nexport const formatDateWithTimezone = (date: string, timezone: string = 'UTC'): string => {\n // Parse the input date string to a Date object\n const inputDate = new Date(date);\n\n // Ensure the input date is valid\n if (isNaN(inputDate.getTime())) {\n throw new Error('Invalid date format');\n }\n\n // Format the date in the specified timezone\n const dateInTimeZone = new Date(\n new Intl.DateTimeFormat('en-US', {\n timeZone: timezone,\n year: 'numeric',\n month: '2-digit',\n day: '2-digit',\n hour: '2-digit',\n minute: '2-digit',\n second: '2-digit',\n hour12: false,\n }).format(inputDate),\n );\n\n // Convert the date to the YYYY-MM-DD HH:mm:ss format\n const timezonedOptInDate = `${dateInTimeZone.getFullYear()}-${String(dateInTimeZone.getMonth() + 1).padStart(2, '0')}-${String(dateInTimeZone.getDate()).padStart(2, '0')} ${String(dateInTimeZone.getHours()).padStart(2, '0')}:${String(\n dateInTimeZone.getMinutes(),\n ).padStart(2, '0')}:${String(dateInTimeZone.getSeconds()).padStart(2, '0')}`;\n\n return timezonedOptInDate;\n};\n","/* eslint-disable */\nexport const plural = function(txt: string, revert = false) {\n var plural = {\n '(quiz)$': '$1zes',\n '^(ox)$': '$1en',\n '([m|l])ouse$': '$1ice',\n '(matr|vert|ind)ix|ex$': '$1ices',\n '(x|ch|ss|sh)$': '$1es',\n '([^aeiouy]|qu)y$': '$1ies',\n '(hive)$': '$1s',\n '(?:([^f])fe|([lr])f)$': '$1$2ves',\n '(shea|lea|loa|thie)f$': '$1ves',\n sis$: 'ses',\n '([ti])um$': '$1a',\n '(tomat|potat|ech|her|vet)o$': '$1oes',\n '(bu)s$': '$1ses',\n '(alias)$': '$1es',\n '(octop)us$': '$1i',\n '(ax|test)is$': '$1es',\n '(us)$': '$1es',\n '([^s]+)$': '$1s',\n };\n var singular = {\n '(quiz)zes$': '$1',\n '(matr)ices$': '$1ix',\n '(vert|ind)ices$': '$1ex',\n '^(ox)en$': '$1',\n '(alias)es$': '$1',\n '(octop|vir)i$': '$1us',\n '(cris|ax|test)es$': '$1is',\n '(shoe)s$': '$1',\n '(o)es$': '$1',\n '(bus)es$': '$1',\n '([m|l])ice$': '$1ouse',\n '(x|ch|ss|sh)es$': '$1',\n '(m)ovies$': '$1ovie',\n '(s)eries$': '$1eries',\n '([^aeiouy]|qu)ies$': '$1y',\n '([lr])ves$': '$1f',\n '(tive)s$': '$1',\n '(hive)s$': '$1',\n '(li|wi|kni)ves$': '$1fe',\n '(shea|loa|lea|thie)ves$': '$1f',\n '(^analy)ses$': '$1sis',\n '((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$': '$1$2sis',\n '([ti])a$': '$1um',\n '(n)ews$': '$1ews',\n '(h|bl)ouses$': '$1ouse',\n '(corpse)s$': '$1',\n '(us)es$': '$1',\n s$: '',\n };\n var irregular: Record<string, any> = {\n move: 'moves',\n foot: 'feet',\n goose: 'geese',\n sex: 'sexes',\n child: 'children',\n man: 'men',\n tooth: 'teeth',\n person: 'people',\n };\n var uncountable = ['sheep', 'fish', 'deer', 'moose', 'series', 'species', 'money', 'rice', 'information', 'equipment'];\n\n // save some time in the case that singular and plural are the same\n if (uncountable.indexOf(txt.toLowerCase()) >= 0) return txt;\n\n // check for irregular forms\n for (const word in irregular) {\n let pattern;\n let replace;\n\n if (revert) {\n pattern = new RegExp(irregular[word] + '$', 'i');\n replace = word;\n } else {\n pattern = new RegExp(word + '$', 'i');\n replace = irregular[word];\n }\n if (pattern.test(txt)) return txt.replace(pattern, replace);\n }\n\n let array: Record<string, any>;\n if (revert) array = singular;\n else array = plural;\n\n // check for matches using regular expressions\n for (const reg in array) {\n var pattern2 = new RegExp(reg, 'i');\n if (pattern2.test(txt)) return txt.replace(pattern2, array[reg]);\n }\n return txt;\n};\n"],"sourceRoot":""}
|