rsl-api-106 106.34.0
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/README.md +116 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +36 -0
- package/lib/mutations/addBaby.d.ts +2 -0
- package/lib/mutations/addBaby.js +20 -0
- package/lib/mutations/addCustomerDepositAccountPayments.d.ts +2 -0
- package/lib/mutations/addCustomerDepositAccountPayments.js +20 -0
- package/lib/mutations/addDiscountCode.d.ts +2 -0
- package/lib/mutations/addDiscountCode.js +20 -0
- package/lib/mutations/addFidelityPointToProduct.d.ts +2 -0
- package/lib/mutations/addFidelityPointToProduct.js +20 -0
- package/lib/mutations/addGiftCode.d.ts +2 -0
- package/lib/mutations/addGiftCode.js +20 -0
- package/lib/mutations/addObservation.d.ts +2 -0
- package/lib/mutations/addObservation.js +20 -0
- package/lib/mutations/addOccupant.d.ts +2 -0
- package/lib/mutations/addOccupant.js +20 -0
- package/lib/mutations/addPartnerCustomerAccount.d.ts +2 -0
- package/lib/mutations/addPartnerCustomerAccount.js +20 -0
- package/lib/mutations/addPartnerToCart.d.ts +2 -0
- package/lib/mutations/addPartnerToCart.js +20 -0
- package/lib/mutations/addProductToBooking.d.ts +2 -0
- package/lib/mutations/addProductToBooking.js +20 -0
- package/lib/mutations/addProductToOccupant.d.ts +2 -0
- package/lib/mutations/addProductToOccupant.js +20 -0
- package/lib/mutations/cancelFerryBooking.d.ts +2 -0
- package/lib/mutations/cancelFerryBooking.js +20 -0
- package/lib/mutations/changePassword.d.ts +2 -0
- package/lib/mutations/changePassword.js +17 -0
- package/lib/mutations/chooseFerryProposal.d.ts +2 -0
- package/lib/mutations/chooseFerryProposal.js +20 -0
- package/lib/mutations/chooseProposalFromKeys.d.ts +2 -0
- package/lib/mutations/chooseProposalFromKeys.js +20 -0
- package/lib/mutations/chooseRoundTripProposals.d.ts +2 -0
- package/lib/mutations/chooseRoundTripProposals.js +20 -0
- package/lib/mutations/confirmFastCheckout.d.ts +2 -0
- package/lib/mutations/confirmFastCheckout.js +20 -0
- package/lib/mutations/createCustomerAccount.d.ts +2 -0
- package/lib/mutations/createCustomerAccount.js +20 -0
- package/lib/mutations/createServiceCustomerAccount.d.ts +2 -0
- package/lib/mutations/createServiceCustomerAccount.js +20 -0
- package/lib/mutations/disableEnablePartnerCustomerAccount.d.ts +2 -0
- package/lib/mutations/disableEnablePartnerCustomerAccount.js +20 -0
- package/lib/mutations/disableServiceCustomerAccount.d.ts +2 -0
- package/lib/mutations/disableServiceCustomerAccount.js +20 -0
- package/lib/mutations/doFastCheckin.d.ts +2 -0
- package/lib/mutations/doFastCheckin.js +20 -0
- package/lib/mutations/doFastCheckout.d.ts +2 -0
- package/lib/mutations/doFastCheckout.js +20 -0
- package/lib/mutations/expireSession.d.ts +2 -0
- package/lib/mutations/expireSession.js +14 -0
- package/lib/mutations/facebookLogin.d.ts +2 -0
- package/lib/mutations/facebookLogin.js +20 -0
- package/lib/mutations/index.d.ts +69 -0
- package/lib/mutations/index.js +140 -0
- package/lib/mutations/login.d.ts +2 -0
- package/lib/mutations/login.js +20 -0
- package/lib/mutations/loginAnyCustomerType.d.ts +2 -0
- package/lib/mutations/loginAnyCustomerType.js +20 -0
- package/lib/mutations/loginETOMode.d.ts +2 -0
- package/lib/mutations/loginETOMode.js +20 -0
- package/lib/mutations/loginHash256.d.ts +2 -0
- package/lib/mutations/loginHash256.js +20 -0
- package/lib/mutations/loginPartner.d.ts +2 -0
- package/lib/mutations/loginPartner.js +20 -0
- package/lib/mutations/logout.d.ts +2 -0
- package/lib/mutations/logout.js +14 -0
- package/lib/mutations/payOnStoredCreditCard.d.ts +2 -0
- package/lib/mutations/payOnStoredCreditCard.js +20 -0
- package/lib/mutations/redirectPaymentGatewayForAmount.d.ts +2 -0
- package/lib/mutations/redirectPaymentGatewayForAmount.js +17 -0
- package/lib/mutations/redirectPaymentGatewayForCart.d.ts +2 -0
- package/lib/mutations/redirectPaymentGatewayForCart.js +17 -0
- package/lib/mutations/redirectPaymentGatewayForInstalment.d.ts +2 -0
- package/lib/mutations/redirectPaymentGatewayForInstalment.js +17 -0
- package/lib/mutations/removeBookingFromCart.d.ts +2 -0
- package/lib/mutations/removeBookingFromCart.js +20 -0
- package/lib/mutations/removeCartPayments.d.ts +2 -0
- package/lib/mutations/removeCartPayments.js +14 -0
- package/lib/mutations/removeCustomerAccount.d.ts +2 -0
- package/lib/mutations/removeCustomerAccount.js +14 -0
- package/lib/mutations/removeDiscountCode.d.ts +2 -0
- package/lib/mutations/removeDiscountCode.js +19 -0
- package/lib/mutations/removeGiftCode.d.ts +2 -0
- package/lib/mutations/removeGiftCode.js +20 -0
- package/lib/mutations/removeOccupant.d.ts +2 -0
- package/lib/mutations/removeOccupant.js +20 -0
- package/lib/mutations/removeStay.d.ts +2 -0
- package/lib/mutations/removeStay.js +20 -0
- package/lib/mutations/resetCart.d.ts +2 -0
- package/lib/mutations/resetCart.js +19 -0
- package/lib/mutations/resetPendingFerryBooking.d.ts +2 -0
- package/lib/mutations/resetPendingFerryBooking.js +19 -0
- package/lib/mutations/saveCart.d.ts +2 -0
- package/lib/mutations/saveCart.js +20 -0
- package/lib/mutations/saveFerryBooking.d.ts +2 -0
- package/lib/mutations/saveFerryBooking.js +20 -0
- package/lib/mutations/setSessionLanguage.d.ts +2 -0
- package/lib/mutations/setSessionLanguage.js +17 -0
- package/lib/mutations/switchToPartnerConvention.d.ts +2 -0
- package/lib/mutations/switchToPartnerConvention.js +20 -0
- package/lib/mutations/unlockBooking.d.ts +2 -0
- package/lib/mutations/unlockBooking.js +14 -0
- package/lib/mutations/updateBookingCriterias.d.ts +2 -0
- package/lib/mutations/updateBookingCriterias.js +17 -0
- package/lib/mutations/updateCartPaymentMethod.d.ts +2 -0
- package/lib/mutations/updateCartPaymentMethod.js +20 -0
- package/lib/mutations/updateCartPaymentPlans.d.ts +2 -0
- package/lib/mutations/updateCartPaymentPlans.js +20 -0
- package/lib/mutations/updateCustomerAccount.d.ts +2 -0
- package/lib/mutations/updateCustomerAccount.js +20 -0
- package/lib/mutations/updateCustomerBooking.d.ts +2 -0
- package/lib/mutations/updateCustomerBooking.js +20 -0
- package/lib/mutations/updateFerryAccommodations.d.ts +2 -0
- package/lib/mutations/updateFerryAccommodations.js +20 -0
- package/lib/mutations/updateFerryBooking.d.ts +2 -0
- package/lib/mutations/updateFerryBooking.js +20 -0
- package/lib/mutations/updateFerryTravelersInformation.d.ts +2 -0
- package/lib/mutations/updateFerryTravelersInformation.js +20 -0
- package/lib/mutations/updateOccupant.d.ts +2 -0
- package/lib/mutations/updateOccupant.js +20 -0
- package/lib/mutations/updateOccupantSkisetMeasurements.d.ts +2 -0
- package/lib/mutations/updateOccupantSkisetMeasurements.js +20 -0
- package/lib/mutations/updatePartnerAccount.d.ts +2 -0
- package/lib/mutations/updatePartnerAccount.js +24 -0
- package/lib/mutations/updatePartnerCustomerAccount.d.ts +2 -0
- package/lib/mutations/updatePartnerCustomerAccount.js +20 -0
- package/lib/mutations/updatePartnerPaymentPlans.d.ts +2 -0
- package/lib/mutations/updatePartnerPaymentPlans.js +20 -0
- package/lib/mutations/updatePayerPaymentPlans.d.ts +2 -0
- package/lib/mutations/updatePayerPaymentPlans.js +20 -0
- package/lib/mutations/updatePrimaryOccupant.d.ts +2 -0
- package/lib/mutations/updatePrimaryOccupant.js +20 -0
- package/lib/mutations/updateProductCriterias.d.ts +2 -0
- package/lib/mutations/updateProductCriterias.js +20 -0
- package/lib/mutations/updateRoomFromMap.d.ts +2 -0
- package/lib/mutations/updateRoomFromMap.js +20 -0
- package/lib/mutations/updateServiceCustomerAccount.d.ts +2 -0
- package/lib/mutations/updateServiceCustomerAccount.js +20 -0
- package/lib/mutations/updateStayTime.d.ts +2 -0
- package/lib/mutations/updateStayTime.js +20 -0
- package/lib/mutations/updateTotalOccupants.d.ts +2 -0
- package/lib/mutations/updateTotalOccupants.js +20 -0
- package/lib/mutations/validateLyraPayment.d.ts +1 -0
- package/lib/mutations/validateLyraPayment.js +21 -0
- package/lib/outputs/accommodation.d.ts +1 -0
- package/lib/outputs/accommodation.js +16 -0
- package/lib/outputs/accommodationProducts.d.ts +1 -0
- package/lib/outputs/accommodationProducts.js +9 -0
- package/lib/outputs/addonCategory.d.ts +1 -0
- package/lib/outputs/addonCategory.js +9 -0
- package/lib/outputs/address.d.ts +1 -0
- package/lib/outputs/address.js +25 -0
- package/lib/outputs/alternativeProposalRules.d.ts +2 -0
- package/lib/outputs/alternativeProposalRules.js +24 -0
- package/lib/outputs/amount.d.ts +1 -0
- package/lib/outputs/amount.js +7 -0
- package/lib/outputs/availableRoomFeature.d.ts +1 -0
- package/lib/outputs/availableRoomFeature.js +9 -0
- package/lib/outputs/bookingDocuments.d.ts +1 -0
- package/lib/outputs/bookingDocuments.js +9 -0
- package/lib/outputs/bookingProducts.d.ts +1 -0
- package/lib/outputs/bookingProducts.js +9 -0
- package/lib/outputs/brochure.d.ts +1 -0
- package/lib/outputs/brochure.js +7 -0
- package/lib/outputs/brochures.d.ts +1 -0
- package/lib/outputs/brochures.js +13 -0
- package/lib/outputs/calendarPeriod.d.ts +1 -0
- package/lib/outputs/calendarPeriod.js +13 -0
- package/lib/outputs/campaign.d.ts +1 -0
- package/lib/outputs/campaign.js +9 -0
- package/lib/outputs/campaigns.d.ts +1 -0
- package/lib/outputs/campaigns.js +13 -0
- package/lib/outputs/car.d.ts +1 -0
- package/lib/outputs/car.js +8 -0
- package/lib/outputs/cart.d.ts +2 -0
- package/lib/outputs/cart.js +18 -0
- package/lib/outputs/civilities.d.ts +1 -0
- package/lib/outputs/civilities.js +13 -0
- package/lib/outputs/civility.d.ts +1 -0
- package/lib/outputs/civility.js +7 -0
- package/lib/outputs/clientType.d.ts +1 -0
- package/lib/outputs/clientType.js +7 -0
- package/lib/outputs/contact.d.ts +1 -0
- package/lib/outputs/contact.js +7 -0
- package/lib/outputs/contractFolder.d.ts +1 -0
- package/lib/outputs/contractFolder.js +11 -0
- package/lib/outputs/coreTrip.d.ts +1 -0
- package/lib/outputs/coreTrip.js +9 -0
- package/lib/outputs/countries.d.ts +1 -0
- package/lib/outputs/countries.js +13 -0
- package/lib/outputs/country.d.ts +1 -0
- package/lib/outputs/country.js +7 -0
- package/lib/outputs/creditCard.d.ts +1 -0
- package/lib/outputs/creditCard.js +8 -0
- package/lib/outputs/criteria.d.ts +1 -0
- package/lib/outputs/criteria.js +19 -0
- package/lib/outputs/criteriaChoice.d.ts +1 -0
- package/lib/outputs/criteriaChoice.js +7 -0
- package/lib/outputs/criteriaValue.d.ts +1 -0
- package/lib/outputs/criteriaValue.js +39 -0
- package/lib/outputs/criterias.d.ts +1 -0
- package/lib/outputs/criterias.js +9 -0
- package/lib/outputs/crossing.d.ts +1 -0
- package/lib/outputs/crossing.js +12 -0
- package/lib/outputs/customerBooking.d.ts +2 -0
- package/lib/outputs/customerBooking.js +133 -0
- package/lib/outputs/customerDepositAccount.d.ts +1 -0
- package/lib/outputs/customerDepositAccount.js +13 -0
- package/lib/outputs/customerDepositAccounts.d.ts +1 -0
- package/lib/outputs/customerDepositAccounts.js +9 -0
- package/lib/outputs/customerLoyaltyPoints.d.ts +1 -0
- package/lib/outputs/customerLoyaltyPoints.js +6 -0
- package/lib/outputs/customerType.d.ts +1 -0
- package/lib/outputs/customerType.js +7 -0
- package/lib/outputs/datePeriod.d.ts +1 -0
- package/lib/outputs/datePeriod.js +7 -0
- package/lib/outputs/discount.d.ts +1 -0
- package/lib/outputs/discount.js +16 -0
- package/lib/outputs/distribution.d.ts +1 -0
- package/lib/outputs/distribution.js +10 -0
- package/lib/outputs/distributionType.d.ts +1 -0
- package/lib/outputs/distributionType.js +6 -0
- package/lib/outputs/ferryBooking.d.ts +1 -0
- package/lib/outputs/ferryBooking.js +37 -0
- package/lib/outputs/ferryProduct.d.ts +1 -0
- package/lib/outputs/ferryProduct.js +7 -0
- package/lib/outputs/ferryProposal.d.ts +1 -0
- package/lib/outputs/ferryProposal.js +26 -0
- package/lib/outputs/ferryProposalTariff.d.ts +1 -0
- package/lib/outputs/ferryProposalTariff.js +7 -0
- package/lib/outputs/ferryVehicleFuel.d.ts +1 -0
- package/lib/outputs/ferryVehicleFuel.js +7 -0
- package/lib/outputs/fidelity.d.ts +4 -0
- package/lib/outputs/fidelity.js +23 -0
- package/lib/outputs/file.d.ts +1 -0
- package/lib/outputs/file.js +10 -0
- package/lib/outputs/getMyLogin.d.ts +1 -0
- package/lib/outputs/getMyLogin.js +6 -0
- package/lib/outputs/giftCode.d.ts +1 -0
- package/lib/outputs/giftCode.js +17 -0
- package/lib/outputs/index.d.ts +9 -0
- package/lib/outputs/index.js +19 -0
- package/lib/outputs/language.d.ts +1 -0
- package/lib/outputs/language.js +13 -0
- package/lib/outputs/languages.d.ts +1 -0
- package/lib/outputs/languages.js +9 -0
- package/lib/outputs/latLng.d.ts +1 -0
- package/lib/outputs/latLng.js +7 -0
- package/lib/outputs/lineItem.d.ts +2 -0
- package/lib/outputs/lineItem.js +52 -0
- package/lib/outputs/mapSelectorData.d.ts +2 -0
- package/lib/outputs/mapSelectorData.js +29 -0
- package/lib/outputs/mapUh.d.ts +1 -0
- package/lib/outputs/mapUh.js +18 -0
- package/lib/outputs/measurements.d.ts +1 -0
- package/lib/outputs/measurements.js +30 -0
- package/lib/outputs/moduleFacebookActivated.d.ts +1 -0
- package/lib/outputs/moduleFacebookActivated.js +6 -0
- package/lib/outputs/nationality.d.ts +1 -0
- package/lib/outputs/nationality.js +7 -0
- package/lib/outputs/neobookingTranslations.d.ts +1 -0
- package/lib/outputs/neobookingTranslations.js +9 -0
- package/lib/outputs/occupant.d.ts +2 -0
- package/lib/outputs/occupant.js +56 -0
- package/lib/outputs/occupantMeasurement.d.ts +1 -0
- package/lib/outputs/occupantMeasurement.js +7 -0
- package/lib/outputs/occupantProducts.d.ts +1 -0
- package/lib/outputs/occupantProducts.js +9 -0
- package/lib/outputs/option.d.ts +1 -0
- package/lib/outputs/option.js +8 -0
- package/lib/outputs/ownerLease.d.ts +2 -0
- package/lib/outputs/ownerLease.js +17 -0
- package/lib/outputs/ownerLeasePeriod.d.ts +1 -0
- package/lib/outputs/ownerLeasePeriod.js +10 -0
- package/lib/outputs/ownerLot.d.ts +1 -0
- package/lib/outputs/ownerLot.js +8 -0
- package/lib/outputs/partner.d.ts +1 -0
- package/lib/outputs/partner.js +13 -0
- package/lib/outputs/partnerContact.d.ts +1 -0
- package/lib/outputs/partnerContact.js +9 -0
- package/lib/outputs/partnerCustomerInfo.d.ts +1 -0
- package/lib/outputs/partnerCustomerInfo.js +12 -0
- package/lib/outputs/passenger.d.ts +1 -0
- package/lib/outputs/passenger.js +21 -0
- package/lib/outputs/passengerType.d.ts +1 -0
- package/lib/outputs/passengerType.js +7 -0
- package/lib/outputs/payment.d.ts +1 -0
- package/lib/outputs/payment.js +14 -0
- package/lib/outputs/paymentDue.d.ts +1 -0
- package/lib/outputs/paymentDue.js +29 -0
- package/lib/outputs/paymentMethod.d.ts +2 -0
- package/lib/outputs/paymentMethod.js +26 -0
- package/lib/outputs/paymentMethodOption.d.ts +1 -0
- package/lib/outputs/paymentMethodOption.js +7 -0
- package/lib/outputs/paymentPlans.d.ts +1 -0
- package/lib/outputs/paymentPlans.js +29 -0
- package/lib/outputs/pendingFerryBooking.d.ts +1 -0
- package/lib/outputs/pendingFerryBooking.js +9 -0
- package/lib/outputs/port.d.ts +1 -0
- package/lib/outputs/port.js +7 -0
- package/lib/outputs/postCodeApiDetail.d.ts +1 -0
- package/lib/outputs/postCodeApiDetail.js +6 -0
- package/lib/outputs/postCodeApiSimple.d.ts +1 -0
- package/lib/outputs/postCodeApiSimple.js +6 -0
- package/lib/outputs/primaryOccupant.d.ts +1 -0
- package/lib/outputs/primaryOccupant.js +26 -0
- package/lib/outputs/privilegeCard.d.ts +1 -0
- package/lib/outputs/privilegeCard.js +16 -0
- package/lib/outputs/privilegeCardType.d.ts +1 -0
- package/lib/outputs/privilegeCardType.js +7 -0
- package/lib/outputs/privilegeCardTypes.d.ts +1 -0
- package/lib/outputs/privilegeCardTypes.js +13 -0
- package/lib/outputs/product.d.ts +1 -0
- package/lib/outputs/product.js +79 -0
- package/lib/outputs/productByCategory.d.ts +1 -0
- package/lib/outputs/productByCategory.js +11 -0
- package/lib/outputs/productCategories.d.ts +1 -0
- package/lib/outputs/productCategories.js +10 -0
- package/lib/outputs/productOption.d.ts +1 -0
- package/lib/outputs/productOption.js +7 -0
- package/lib/outputs/property.d.ts +3 -0
- package/lib/outputs/property.js +36 -0
- package/lib/outputs/proposal.d.ts +2 -0
- package/lib/outputs/proposal.js +50 -0
- package/lib/outputs/proposalByProperty.d.ts +1 -0
- package/lib/outputs/proposalByProperty.js +13 -0
- package/lib/outputs/relationship.d.ts +1 -0
- package/lib/outputs/relationship.js +7 -0
- package/lib/outputs/renewPasswordDemand.d.ts +1 -0
- package/lib/outputs/renewPasswordDemand.js +6 -0
- package/lib/outputs/requestBrochure.d.ts +1 -0
- package/lib/outputs/requestBrochure.js +6 -0
- package/lib/outputs/resalysVersion.d.ts +1 -0
- package/lib/outputs/resalysVersion.js +6 -0
- package/lib/outputs/roomFeature.d.ts +2 -0
- package/lib/outputs/roomFeature.js +17 -0
- package/lib/outputs/roomInfo.d.ts +1 -0
- package/lib/outputs/roomInfo.js +8 -0
- package/lib/outputs/roomTypeCategories.d.ts +1 -0
- package/lib/outputs/roomTypeCategories.js +13 -0
- package/lib/outputs/roomTypes.d.ts +1 -0
- package/lib/outputs/roomTypes.js +22 -0
- package/lib/outputs/salesChannelMode.d.ts +1 -0
- package/lib/outputs/salesChannelMode.js +6 -0
- package/lib/outputs/service.d.ts +1 -0
- package/lib/outputs/service.js +58 -0
- package/lib/outputs/session.d.ts +1 -0
- package/lib/outputs/session.js +6 -0
- package/lib/outputs/sessionActivated.d.ts +1 -0
- package/lib/outputs/sessionActivated.js +6 -0
- package/lib/outputs/stay.d.ts +1 -0
- package/lib/outputs/stay.js +25 -0
- package/lib/outputs/stayMapInfos.d.ts +1 -0
- package/lib/outputs/stayMapInfos.js +8 -0
- package/lib/outputs/supplier.d.ts +1 -0
- package/lib/outputs/supplier.js +7 -0
- package/lib/outputs/trailer.d.ts +1 -0
- package/lib/outputs/trailer.js +15 -0
- package/lib/outputs/trailerCategory.d.ts +1 -0
- package/lib/outputs/trailerCategory.js +7 -0
- package/lib/outputs/translation.d.ts +1 -0
- package/lib/outputs/translation.js +7 -0
- package/lib/outputs/translations.d.ts +1 -0
- package/lib/outputs/translations.js +9 -0
- package/lib/outputs/trip.d.ts +1 -0
- package/lib/outputs/trip.js +41 -0
- package/lib/outputs/user.d.ts +1 -0
- package/lib/outputs/user.js +18 -0
- package/lib/outputs/vehicle.d.ts +1 -0
- package/lib/outputs/vehicle.js +13 -0
- package/lib/outputs/vehicleCategory.d.ts +1 -0
- package/lib/outputs/vehicleCategory.js +8 -0
- package/lib/queries/checkApiAlive.d.ts +2 -0
- package/lib/queries/checkApiAlive.js +14 -0
- package/lib/queries/checkModuleFacebookActivated.d.ts +2 -0
- package/lib/queries/checkModuleFacebookActivated.js +14 -0
- package/lib/queries/checkSessionActivated.d.ts +2 -0
- package/lib/queries/checkSessionActivated.js +14 -0
- package/lib/queries/checkValidLogin.d.ts +2 -0
- package/lib/queries/checkValidLogin.js +17 -0
- package/lib/queries/getAccommodationProducts.d.ts +2 -0
- package/lib/queries/getAccommodationProducts.js +18 -0
- package/lib/queries/getAllOccupantProductsAllAgeRanges.d.ts +2 -0
- package/lib/queries/getAllOccupantProductsAllAgeRanges.js +18 -0
- package/lib/queries/getAlternativeProposalRulesForContractFolder.d.ts +2 -0
- package/lib/queries/getAlternativeProposalRulesForContractFolder.js +18 -0
- package/lib/queries/getAvailForRoomTypes.d.ts +2 -0
- package/lib/queries/getAvailForRoomTypes.js +33 -0
- package/lib/queries/getAvailableRoomFeatures.d.ts +2 -0
- package/lib/queries/getAvailableRoomFeatures.js +18 -0
- package/lib/queries/getBookingDocuments.d.ts +2 -0
- package/lib/queries/getBookingDocuments.js +20 -0
- package/lib/queries/getBookingPaymentPlans.d.ts +2 -0
- package/lib/queries/getBookingPaymentPlans.js +18 -0
- package/lib/queries/getBookingProducts.d.ts +2 -0
- package/lib/queries/getBookingProducts.js +18 -0
- package/lib/queries/getBookingRecordCriterias.d.ts +2 -0
- package/lib/queries/getBookingRecordCriterias.js +17 -0
- package/lib/queries/getBrochures.d.ts +2 -0
- package/lib/queries/getBrochures.js +17 -0
- package/lib/queries/getCampaigns.d.ts +2 -0
- package/lib/queries/getCampaigns.js +17 -0
- package/lib/queries/getCart.d.ts +2 -0
- package/lib/queries/getCart.js +19 -0
- package/lib/queries/getCivilities.d.ts +2 -0
- package/lib/queries/getCivilities.js +17 -0
- package/lib/queries/getCountries.d.ts +2 -0
- package/lib/queries/getCountries.js +17 -0
- package/lib/queries/getCriteriaInformation.d.ts +2 -0
- package/lib/queries/getCriteriaInformation.js +20 -0
- package/lib/queries/getCurrentCustomerAccount.d.ts +2 -0
- package/lib/queries/getCurrentCustomerAccount.js +19 -0
- package/lib/queries/getCustomerBookings.d.ts +2 -0
- package/lib/queries/getCustomerBookings.js +20 -0
- package/lib/queries/getCustomerCriterias.d.ts +2 -0
- package/lib/queries/getCustomerCriterias.js +18 -0
- package/lib/queries/getCustomerDepositAccounts.d.ts +2 -0
- package/lib/queries/getCustomerDepositAccounts.js +17 -0
- package/lib/queries/getCustomerGiftCodes.d.ts +2 -0
- package/lib/queries/getCustomerGiftCodes.js +19 -0
- package/lib/queries/getCustomerLoyaltyPoints.d.ts +2 -0
- package/lib/queries/getCustomerLoyaltyPoints.js +17 -0
- package/lib/queries/getCustomerPrivilegeCards.d.ts +2 -0
- package/lib/queries/getCustomerPrivilegeCards.js +19 -0
- package/lib/queries/getFerryAddonCategories.d.ts +2 -0
- package/lib/queries/getFerryAddonCategories.js +19 -0
- package/lib/queries/getFerryAvailableAccommodations.d.ts +2 -0
- package/lib/queries/getFerryAvailableAccommodations.js +22 -0
- package/lib/queries/getFerryCars.d.ts +2 -0
- package/lib/queries/getFerryCars.js +19 -0
- package/lib/queries/getFerryCivilities.d.ts +2 -0
- package/lib/queries/getFerryCivilities.js +19 -0
- package/lib/queries/getFerryCrossings.d.ts +2 -0
- package/lib/queries/getFerryCrossings.js +20 -0
- package/lib/queries/getFerryNationalities.d.ts +2 -0
- package/lib/queries/getFerryNationalities.js +19 -0
- package/lib/queries/getFerryPorts.d.ts +2 -0
- package/lib/queries/getFerryPorts.js +19 -0
- package/lib/queries/getFerryProducts.d.ts +2 -0
- package/lib/queries/getFerryProducts.js +19 -0
- package/lib/queries/getFerryProposals.d.ts +2 -0
- package/lib/queries/getFerryProposals.js +21 -0
- package/lib/queries/getFerryTrailerCategories.d.ts +2 -0
- package/lib/queries/getFerryTrailerCategories.js +19 -0
- package/lib/queries/getFerryVehicleCategories.d.ts +2 -0
- package/lib/queries/getFerryVehicleCategories.js +19 -0
- package/lib/queries/getFerryVehicleFuels.d.ts +2 -0
- package/lib/queries/getFerryVehicleFuels.js +19 -0
- package/lib/queries/getFidelityLogs.d.ts +2 -0
- package/lib/queries/getFidelityLogs.js +17 -0
- package/lib/queries/getFidelityRules.d.ts +2 -0
- package/lib/queries/getFidelityRules.js +17 -0
- package/lib/queries/getLanguages.d.ts +2 -0
- package/lib/queries/getLanguages.js +17 -0
- package/lib/queries/getLyraFormToken.d.ts +2 -0
- package/lib/queries/getLyraFormToken.js +26 -0
- package/lib/queries/getMapSelectorData.d.ts +2 -0
- package/lib/queries/getMapSelectorData.js +18 -0
- package/lib/queries/getMyLogin.d.ts +2 -0
- package/lib/queries/getMyLogin.js +17 -0
- package/lib/queries/getNeobookingTranslations.d.ts +2 -0
- package/lib/queries/getNeobookingTranslations.js +24 -0
- package/lib/queries/getOccupantProducts.d.ts +2 -0
- package/lib/queries/getOccupantProducts.js +18 -0
- package/lib/queries/getOccupantsFromCurrentCustomer.d.ts +2 -0
- package/lib/queries/getOccupantsFromCurrentCustomer.js +20 -0
- package/lib/queries/getOwnerLeases.d.ts +1 -0
- package/lib/queries/getOwnerLeases.js +17 -0
- package/lib/queries/getOwnerRoomPlanningData.d.ts +2 -0
- package/lib/queries/getOwnerRoomPlanningData.js +20 -0
- package/lib/queries/getPartner.d.ts +2 -0
- package/lib/queries/getPartner.js +17 -0
- package/lib/queries/getPartnerCustomers.d.ts +2 -0
- package/lib/queries/getPartnerCustomers.js +19 -0
- package/lib/queries/getPaymentMethods.d.ts +2 -0
- package/lib/queries/getPaymentMethods.js +17 -0
- package/lib/queries/getPaymentPlans.d.ts +2 -0
- package/lib/queries/getPaymentPlans.js +18 -0
- package/lib/queries/getPendingFerryBooking.d.ts +2 -0
- package/lib/queries/getPendingFerryBooking.js +19 -0
- package/lib/queries/getPostCodeApiDetail.d.ts +2 -0
- package/lib/queries/getPostCodeApiDetail.js +18 -0
- package/lib/queries/getPostCodeApiSimple.d.ts +2 -0
- package/lib/queries/getPostCodeApiSimple.js +18 -0
- package/lib/queries/getPrivilegeCardTypes.d.ts +2 -0
- package/lib/queries/getPrivilegeCardTypes.js +17 -0
- package/lib/queries/getProductCategories.d.ts +2 -0
- package/lib/queries/getProductCategories.js +17 -0
- package/lib/queries/getProperties.d.ts +4 -0
- package/lib/queries/getProperties.js +47 -0
- package/lib/queries/getProposalByRoomTypes.d.ts +2 -0
- package/lib/queries/getProposalByRoomTypes.js +18 -0
- package/lib/queries/getProposals.d.ts +2 -0
- package/lib/queries/getProposals.js +18 -0
- package/lib/queries/getProposalsByKeys.d.ts +2 -0
- package/lib/queries/getProposalsByKeys.js +18 -0
- package/lib/queries/getProposalsByProperties.d.ts +2 -0
- package/lib/queries/getProposalsByProperties.js +20 -0
- package/lib/queries/getRelationships.d.ts +2 -0
- package/lib/queries/getRelationships.js +19 -0
- package/lib/queries/getResalysErrorList.d.ts +2 -0
- package/lib/queries/getResalysErrorList.js +19 -0
- package/lib/queries/getResalysVersion.d.ts +2 -0
- package/lib/queries/getResalysVersion.js +14 -0
- package/lib/queries/getRoomTypeCategories.d.ts +2 -0
- package/lib/queries/getRoomTypeCategories.js +18 -0
- package/lib/queries/getRoomTypes.d.ts +2 -0
- package/lib/queries/getRoomTypes.js +24 -0
- package/lib/queries/getSalesChannelMode.d.ts +2 -0
- package/lib/queries/getSalesChannelMode.js +14 -0
- package/lib/queries/getSession.d.ts +2 -0
- package/lib/queries/getSession.js +14 -0
- package/lib/queries/getSkisetMeasurements.d.ts +2 -0
- package/lib/queries/getSkisetMeasurements.js +17 -0
- package/lib/queries/getTranslations.d.ts +2 -0
- package/lib/queries/getTranslations.js +18 -0
- package/lib/queries/getUserLanguage.d.ts +2 -0
- package/lib/queries/getUserLanguage.js +16 -0
- package/lib/queries/hasProductsForOccupant.d.ts +2 -0
- package/lib/queries/hasProductsForOccupant.js +17 -0
- package/lib/queries/index.d.ts +74 -0
- package/lib/queries/index.js +152 -0
- package/lib/queries/renewPassword.d.ts +2 -0
- package/lib/queries/renewPassword.js +18 -0
- package/lib/queries/requestBrochure.d.ts +2 -0
- package/lib/queries/requestBrochure.js +18 -0
- package/lib/types/index.d.ts +2882 -0
- package/lib/types/index.js +46 -0
- package/package.json +54 -0
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { checkApiAliveQuery } from './checkApiAlive';
|
|
2
|
+
import { checkModuleFacebookActivatedQuery } from './checkModuleFacebookActivated';
|
|
3
|
+
import { checkSessionActivatedQuery } from './checkSessionActivated';
|
|
4
|
+
import { checkValidLoginQuery } from './checkValidLogin';
|
|
5
|
+
import { getAccommodationProductsQuery } from './getAccommodationProducts';
|
|
6
|
+
import { getAllOccupantProductsAllAgeRangesQuery } from './getAllOccupantProductsAllAgeRanges';
|
|
7
|
+
import { getAlternativeProposalRulesForContractFolderQuery } from './getAlternativeProposalRulesForContractFolder';
|
|
8
|
+
import { getAvailableRoomFeaturesQuery } from './getAvailableRoomFeatures';
|
|
9
|
+
import { getAvailForRoomTypesQuery } from './getAvailForRoomTypes';
|
|
10
|
+
import { getBookingDocumentsQuery } from './getBookingDocuments';
|
|
11
|
+
import { getBookingProductsQuery } from './getBookingProducts';
|
|
12
|
+
import { getBookingRecordCriteriasQuery } from './getBookingRecordCriterias';
|
|
13
|
+
import { getBrochuresQuery } from './getBrochures';
|
|
14
|
+
import { getCampaignsQuery } from './getCampaigns';
|
|
15
|
+
import { getCartQuery } from './getCart';
|
|
16
|
+
import { getCivilitiesQuery } from './getCivilities';
|
|
17
|
+
import { getCountriesQuery } from './getCountries';
|
|
18
|
+
import { getCriteriaInformationQuery } from './getCriteriaInformation';
|
|
19
|
+
import { getCurrentCustomerAccountQuery } from './getCurrentCustomerAccount';
|
|
20
|
+
import { getCustomerBookingsQuery } from './getCustomerBookings';
|
|
21
|
+
import { getCustomerCriteriasQuery } from './getCustomerCriterias';
|
|
22
|
+
import { getCustomerDepositAccountsQuery } from './getCustomerDepositAccounts';
|
|
23
|
+
import { getCustomerGiftCodesQuery } from './getCustomerGiftCodes';
|
|
24
|
+
import { getCustomerLoyaltyPointsQuery } from './getCustomerLoyaltyPoints';
|
|
25
|
+
import { getCustomerPrivilegeCardsQuery } from './getCustomerPrivilegeCards';
|
|
26
|
+
import { getFerryAddonCategoriesQuery } from './getFerryAddonCategories';
|
|
27
|
+
import { getFerryAvailableAccommodationsQuery } from './getFerryAvailableAccommodations';
|
|
28
|
+
import { getFerryCarsQuery } from './getFerryCars';
|
|
29
|
+
import { getFerryCivilitiesQuery } from './getFerryCivilities';
|
|
30
|
+
import { getFerryCrossingsQuery } from './getFerryCrossings';
|
|
31
|
+
import { getFerryNationalitiesQuery } from './getFerryNationalities';
|
|
32
|
+
import { getFerryPortsQuery } from './getFerryPorts';
|
|
33
|
+
import { getFerryProductsQuery } from './getFerryProducts';
|
|
34
|
+
import { getFerryProposalsQuery } from './getFerryProposals';
|
|
35
|
+
import { getFerryTrailerCategoriesQuery } from './getFerryTrailerCategories';
|
|
36
|
+
import { getFerryVehicleCategoriesQuery } from './getFerryVehicleCategories';
|
|
37
|
+
import { getFerryVehicleFuelsQuery } from './getFerryVehicleFuels';
|
|
38
|
+
import { getFidelityLogsQuery } from './getFidelityLogs';
|
|
39
|
+
import { getFidelityRulesQuery } from './getFidelityRules';
|
|
40
|
+
import { getLanguagesQuery } from './getLanguages';
|
|
41
|
+
import { getLyraFormTokenQuery } from './getLyraFormToken';
|
|
42
|
+
import { getMapSelectorDataQuery } from './getMapSelectorData';
|
|
43
|
+
import { getMyLoginQuery } from './getMyLogin';
|
|
44
|
+
import { getNeobookingTranslationsQuery } from './getNeobookingTranslations';
|
|
45
|
+
import { getOccupantProductsQuery } from './getOccupantProducts';
|
|
46
|
+
import { getOccupantsFromCurrentCustomerQuery } from './getOccupantsFromCurrentCustomer';
|
|
47
|
+
import { getPartnerQuery } from './getPartner';
|
|
48
|
+
import { getPartnerCustomersQuery } from './getPartnerCustomers';
|
|
49
|
+
import { getPaymentMethodsQuery } from './getPaymentMethods';
|
|
50
|
+
import { getPaymentPlansQuery } from './getPaymentPlans';
|
|
51
|
+
import { getPendingFerryBookingQuery } from './getPendingFerryBooking';
|
|
52
|
+
import { getPostCodeApiDetailQuery } from './getPostCodeApiDetail';
|
|
53
|
+
import { getPostCodeApiSimpleQuery } from './getPostCodeApiSimple';
|
|
54
|
+
import { getPrivilegeCardTypesQuery } from './getPrivilegeCardTypes';
|
|
55
|
+
import { getProductCategoriesQuery } from './getProductCategories';
|
|
56
|
+
import { getFavoritesPropertiesQuery, getPropertiesQuery, getPropertiesSelectQuery } from './getProperties';
|
|
57
|
+
import { getProposalByRoomTypesQuery } from './getProposalByRoomTypes';
|
|
58
|
+
import { getProposalsQuery } from './getProposals';
|
|
59
|
+
import { getProposalsByKeysQuery } from './getProposalsByKeys';
|
|
60
|
+
import { getProposalsByPropertiesQuery } from './getProposalsByProperties';
|
|
61
|
+
import { getRelationshipsQuery } from './getRelationships';
|
|
62
|
+
import { getResalysErrorListQuery } from './getResalysErrorList';
|
|
63
|
+
import { getResalysVersionQuery } from './getResalysVersion';
|
|
64
|
+
import { getRoomTypeCategoriesQuery } from './getRoomTypeCategories';
|
|
65
|
+
import { getRoomTypesQuery } from './getRoomTypes';
|
|
66
|
+
import { getSalesChannelModeQuery } from './getSalesChannelMode';
|
|
67
|
+
import { getSessionQuery } from './getSession';
|
|
68
|
+
import { getSkisetMeasurementsQuery } from './getSkisetMeasurements';
|
|
69
|
+
import { getTranslationsQuery } from './getTranslations';
|
|
70
|
+
import { getUserLanguageQuery } from './getUserLanguage';
|
|
71
|
+
import { hasProductsForOccupantQuery } from './hasProductsForOccupant';
|
|
72
|
+
import { renewPasswordQuery } from './renewPassword';
|
|
73
|
+
import { requestBrochureQuery } from './requestBrochure';
|
|
74
|
+
export { checkModuleFacebookActivatedQuery, checkSessionActivatedQuery, getAccommodationProductsQuery, getAvailableRoomFeaturesQuery, getBookingDocumentsQuery, getBookingProductsQuery, getBookingRecordCriteriasQuery, getBrochuresQuery, getCampaignsQuery, getCartQuery, getCivilitiesQuery, getCountriesQuery, getCriteriaInformationQuery, getCustomerBookingsQuery, getCustomerCriteriasQuery, getCustomerDepositAccountsQuery, getCustomerGiftCodesQuery, getCustomerLoyaltyPointsQuery, getCustomerPrivilegeCardsQuery, getLanguagesQuery, getMapSelectorDataQuery, getMyLoginQuery, getNeobookingTranslationsQuery, getOccupantProductsQuery, getPartnerQuery, getPaymentMethodsQuery, getPaymentPlansQuery, getPostCodeApiSimpleQuery, getPostCodeApiDetailQuery, getPrivilegeCardTypesQuery, getProductCategoriesQuery, getPropertiesQuery, getFavoritesPropertiesQuery, getPropertiesSelectQuery, getProposalsQuery, getProposalsByKeysQuery, getProposalsByPropertiesQuery, getResalysVersionQuery, getRoomTypeCategoriesQuery, getRoomTypesQuery, getSalesChannelModeQuery, getSessionQuery, getTranslationsQuery, renewPasswordQuery, requestBrochureQuery, hasProductsForOccupantQuery, getProposalByRoomTypesQuery, getAvailForRoomTypesQuery, getCurrentCustomerAccountQuery, getAllOccupantProductsAllAgeRangesQuery, getAlternativeProposalRulesForContractFolderQuery, getResalysErrorListQuery, getSkisetMeasurementsQuery, checkApiAliveQuery, getUserLanguageQuery, checkValidLoginQuery, getFidelityRulesQuery, getFidelityLogsQuery, getPendingFerryBookingQuery, getFerryCivilitiesQuery, getFerryNationalitiesQuery, getFerryVehicleCategoriesQuery, getFerryAddonCategoriesQuery, getFerryTrailerCategoriesQuery, getFerryCarsQuery, getFerryPortsQuery, getFerryCrossingsQuery, getFerryProposalsQuery, getFerryAvailableAccommodationsQuery, getFerryProductsQuery, getFerryVehicleFuelsQuery, getOccupantsFromCurrentCustomerQuery, getRelationshipsQuery, getPartnerCustomersQuery, getLyraFormTokenQuery, };
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getAllOccupantProductsAllAgeRangesQuery = exports.getCurrentCustomerAccountQuery = exports.getAvailForRoomTypesQuery = exports.getProposalByRoomTypesQuery = exports.hasProductsForOccupantQuery = exports.requestBrochureQuery = exports.renewPasswordQuery = exports.getTranslationsQuery = exports.getSessionQuery = exports.getSalesChannelModeQuery = exports.getRoomTypesQuery = exports.getRoomTypeCategoriesQuery = exports.getResalysVersionQuery = exports.getProposalsByPropertiesQuery = exports.getProposalsByKeysQuery = exports.getProposalsQuery = exports.getPropertiesSelectQuery = exports.getFavoritesPropertiesQuery = exports.getPropertiesQuery = exports.getProductCategoriesQuery = exports.getPrivilegeCardTypesQuery = exports.getPostCodeApiDetailQuery = exports.getPostCodeApiSimpleQuery = exports.getPaymentPlansQuery = exports.getPaymentMethodsQuery = exports.getPartnerQuery = exports.getOccupantProductsQuery = exports.getNeobookingTranslationsQuery = exports.getMyLoginQuery = exports.getMapSelectorDataQuery = exports.getLanguagesQuery = exports.getCustomerPrivilegeCardsQuery = exports.getCustomerLoyaltyPointsQuery = exports.getCustomerGiftCodesQuery = exports.getCustomerDepositAccountsQuery = exports.getCustomerCriteriasQuery = exports.getCustomerBookingsQuery = exports.getCriteriaInformationQuery = exports.getCountriesQuery = exports.getCivilitiesQuery = exports.getCartQuery = exports.getCampaignsQuery = exports.getBrochuresQuery = exports.getBookingRecordCriteriasQuery = exports.getBookingProductsQuery = exports.getBookingDocumentsQuery = exports.getAvailableRoomFeaturesQuery = exports.getAccommodationProductsQuery = exports.checkSessionActivatedQuery = exports.checkModuleFacebookActivatedQuery = void 0;
|
|
4
|
+
exports.getLyraFormTokenQuery = exports.getPartnerCustomersQuery = exports.getRelationshipsQuery = exports.getOccupantsFromCurrentCustomerQuery = exports.getFerryVehicleFuelsQuery = exports.getFerryProductsQuery = exports.getFerryAvailableAccommodationsQuery = exports.getFerryProposalsQuery = exports.getFerryCrossingsQuery = exports.getFerryPortsQuery = exports.getFerryCarsQuery = exports.getFerryTrailerCategoriesQuery = exports.getFerryAddonCategoriesQuery = exports.getFerryVehicleCategoriesQuery = exports.getFerryNationalitiesQuery = exports.getFerryCivilitiesQuery = exports.getPendingFerryBookingQuery = exports.getFidelityLogsQuery = exports.getFidelityRulesQuery = exports.checkValidLoginQuery = exports.getUserLanguageQuery = exports.checkApiAliveQuery = exports.getSkisetMeasurementsQuery = exports.getResalysErrorListQuery = exports.getAlternativeProposalRulesForContractFolderQuery = void 0;
|
|
5
|
+
const checkApiAlive_1 = require("./checkApiAlive");
|
|
6
|
+
Object.defineProperty(exports, "checkApiAliveQuery", { enumerable: true, get: function () { return checkApiAlive_1.checkApiAliveQuery; } });
|
|
7
|
+
const checkModuleFacebookActivated_1 = require("./checkModuleFacebookActivated");
|
|
8
|
+
Object.defineProperty(exports, "checkModuleFacebookActivatedQuery", { enumerable: true, get: function () { return checkModuleFacebookActivated_1.checkModuleFacebookActivatedQuery; } });
|
|
9
|
+
const checkSessionActivated_1 = require("./checkSessionActivated");
|
|
10
|
+
Object.defineProperty(exports, "checkSessionActivatedQuery", { enumerable: true, get: function () { return checkSessionActivated_1.checkSessionActivatedQuery; } });
|
|
11
|
+
const checkValidLogin_1 = require("./checkValidLogin");
|
|
12
|
+
Object.defineProperty(exports, "checkValidLoginQuery", { enumerable: true, get: function () { return checkValidLogin_1.checkValidLoginQuery; } });
|
|
13
|
+
const getAccommodationProducts_1 = require("./getAccommodationProducts");
|
|
14
|
+
Object.defineProperty(exports, "getAccommodationProductsQuery", { enumerable: true, get: function () { return getAccommodationProducts_1.getAccommodationProductsQuery; } });
|
|
15
|
+
const getAllOccupantProductsAllAgeRanges_1 = require("./getAllOccupantProductsAllAgeRanges");
|
|
16
|
+
Object.defineProperty(exports, "getAllOccupantProductsAllAgeRangesQuery", { enumerable: true, get: function () { return getAllOccupantProductsAllAgeRanges_1.getAllOccupantProductsAllAgeRangesQuery; } });
|
|
17
|
+
const getAlternativeProposalRulesForContractFolder_1 = require("./getAlternativeProposalRulesForContractFolder");
|
|
18
|
+
Object.defineProperty(exports, "getAlternativeProposalRulesForContractFolderQuery", { enumerable: true, get: function () { return getAlternativeProposalRulesForContractFolder_1.getAlternativeProposalRulesForContractFolderQuery; } });
|
|
19
|
+
const getAvailableRoomFeatures_1 = require("./getAvailableRoomFeatures");
|
|
20
|
+
Object.defineProperty(exports, "getAvailableRoomFeaturesQuery", { enumerable: true, get: function () { return getAvailableRoomFeatures_1.getAvailableRoomFeaturesQuery; } });
|
|
21
|
+
const getAvailForRoomTypes_1 = require("./getAvailForRoomTypes");
|
|
22
|
+
Object.defineProperty(exports, "getAvailForRoomTypesQuery", { enumerable: true, get: function () { return getAvailForRoomTypes_1.getAvailForRoomTypesQuery; } });
|
|
23
|
+
const getBookingDocuments_1 = require("./getBookingDocuments");
|
|
24
|
+
Object.defineProperty(exports, "getBookingDocumentsQuery", { enumerable: true, get: function () { return getBookingDocuments_1.getBookingDocumentsQuery; } });
|
|
25
|
+
const getBookingProducts_1 = require("./getBookingProducts");
|
|
26
|
+
Object.defineProperty(exports, "getBookingProductsQuery", { enumerable: true, get: function () { return getBookingProducts_1.getBookingProductsQuery; } });
|
|
27
|
+
const getBookingRecordCriterias_1 = require("./getBookingRecordCriterias");
|
|
28
|
+
Object.defineProperty(exports, "getBookingRecordCriteriasQuery", { enumerable: true, get: function () { return getBookingRecordCriterias_1.getBookingRecordCriteriasQuery; } });
|
|
29
|
+
const getBrochures_1 = require("./getBrochures");
|
|
30
|
+
Object.defineProperty(exports, "getBrochuresQuery", { enumerable: true, get: function () { return getBrochures_1.getBrochuresQuery; } });
|
|
31
|
+
const getCampaigns_1 = require("./getCampaigns");
|
|
32
|
+
Object.defineProperty(exports, "getCampaignsQuery", { enumerable: true, get: function () { return getCampaigns_1.getCampaignsQuery; } });
|
|
33
|
+
const getCart_1 = require("./getCart");
|
|
34
|
+
Object.defineProperty(exports, "getCartQuery", { enumerable: true, get: function () { return getCart_1.getCartQuery; } });
|
|
35
|
+
const getCivilities_1 = require("./getCivilities");
|
|
36
|
+
Object.defineProperty(exports, "getCivilitiesQuery", { enumerable: true, get: function () { return getCivilities_1.getCivilitiesQuery; } });
|
|
37
|
+
const getCountries_1 = require("./getCountries");
|
|
38
|
+
Object.defineProperty(exports, "getCountriesQuery", { enumerable: true, get: function () { return getCountries_1.getCountriesQuery; } });
|
|
39
|
+
const getCriteriaInformation_1 = require("./getCriteriaInformation");
|
|
40
|
+
Object.defineProperty(exports, "getCriteriaInformationQuery", { enumerable: true, get: function () { return getCriteriaInformation_1.getCriteriaInformationQuery; } });
|
|
41
|
+
const getCurrentCustomerAccount_1 = require("./getCurrentCustomerAccount");
|
|
42
|
+
Object.defineProperty(exports, "getCurrentCustomerAccountQuery", { enumerable: true, get: function () { return getCurrentCustomerAccount_1.getCurrentCustomerAccountQuery; } });
|
|
43
|
+
const getCustomerBookings_1 = require("./getCustomerBookings");
|
|
44
|
+
Object.defineProperty(exports, "getCustomerBookingsQuery", { enumerable: true, get: function () { return getCustomerBookings_1.getCustomerBookingsQuery; } });
|
|
45
|
+
const getCustomerCriterias_1 = require("./getCustomerCriterias");
|
|
46
|
+
Object.defineProperty(exports, "getCustomerCriteriasQuery", { enumerable: true, get: function () { return getCustomerCriterias_1.getCustomerCriteriasQuery; } });
|
|
47
|
+
const getCustomerDepositAccounts_1 = require("./getCustomerDepositAccounts");
|
|
48
|
+
Object.defineProperty(exports, "getCustomerDepositAccountsQuery", { enumerable: true, get: function () { return getCustomerDepositAccounts_1.getCustomerDepositAccountsQuery; } });
|
|
49
|
+
const getCustomerGiftCodes_1 = require("./getCustomerGiftCodes");
|
|
50
|
+
Object.defineProperty(exports, "getCustomerGiftCodesQuery", { enumerable: true, get: function () { return getCustomerGiftCodes_1.getCustomerGiftCodesQuery; } });
|
|
51
|
+
const getCustomerLoyaltyPoints_1 = require("./getCustomerLoyaltyPoints");
|
|
52
|
+
Object.defineProperty(exports, "getCustomerLoyaltyPointsQuery", { enumerable: true, get: function () { return getCustomerLoyaltyPoints_1.getCustomerLoyaltyPointsQuery; } });
|
|
53
|
+
const getCustomerPrivilegeCards_1 = require("./getCustomerPrivilegeCards");
|
|
54
|
+
Object.defineProperty(exports, "getCustomerPrivilegeCardsQuery", { enumerable: true, get: function () { return getCustomerPrivilegeCards_1.getCustomerPrivilegeCardsQuery; } });
|
|
55
|
+
const getFerryAddonCategories_1 = require("./getFerryAddonCategories");
|
|
56
|
+
Object.defineProperty(exports, "getFerryAddonCategoriesQuery", { enumerable: true, get: function () { return getFerryAddonCategories_1.getFerryAddonCategoriesQuery; } });
|
|
57
|
+
const getFerryAvailableAccommodations_1 = require("./getFerryAvailableAccommodations");
|
|
58
|
+
Object.defineProperty(exports, "getFerryAvailableAccommodationsQuery", { enumerable: true, get: function () { return getFerryAvailableAccommodations_1.getFerryAvailableAccommodationsQuery; } });
|
|
59
|
+
const getFerryCars_1 = require("./getFerryCars");
|
|
60
|
+
Object.defineProperty(exports, "getFerryCarsQuery", { enumerable: true, get: function () { return getFerryCars_1.getFerryCarsQuery; } });
|
|
61
|
+
const getFerryCivilities_1 = require("./getFerryCivilities");
|
|
62
|
+
Object.defineProperty(exports, "getFerryCivilitiesQuery", { enumerable: true, get: function () { return getFerryCivilities_1.getFerryCivilitiesQuery; } });
|
|
63
|
+
const getFerryCrossings_1 = require("./getFerryCrossings");
|
|
64
|
+
Object.defineProperty(exports, "getFerryCrossingsQuery", { enumerable: true, get: function () { return getFerryCrossings_1.getFerryCrossingsQuery; } });
|
|
65
|
+
const getFerryNationalities_1 = require("./getFerryNationalities");
|
|
66
|
+
Object.defineProperty(exports, "getFerryNationalitiesQuery", { enumerable: true, get: function () { return getFerryNationalities_1.getFerryNationalitiesQuery; } });
|
|
67
|
+
const getFerryPorts_1 = require("./getFerryPorts");
|
|
68
|
+
Object.defineProperty(exports, "getFerryPortsQuery", { enumerable: true, get: function () { return getFerryPorts_1.getFerryPortsQuery; } });
|
|
69
|
+
const getFerryProducts_1 = require("./getFerryProducts");
|
|
70
|
+
Object.defineProperty(exports, "getFerryProductsQuery", { enumerable: true, get: function () { return getFerryProducts_1.getFerryProductsQuery; } });
|
|
71
|
+
const getFerryProposals_1 = require("./getFerryProposals");
|
|
72
|
+
Object.defineProperty(exports, "getFerryProposalsQuery", { enumerable: true, get: function () { return getFerryProposals_1.getFerryProposalsQuery; } });
|
|
73
|
+
const getFerryTrailerCategories_1 = require("./getFerryTrailerCategories");
|
|
74
|
+
Object.defineProperty(exports, "getFerryTrailerCategoriesQuery", { enumerable: true, get: function () { return getFerryTrailerCategories_1.getFerryTrailerCategoriesQuery; } });
|
|
75
|
+
const getFerryVehicleCategories_1 = require("./getFerryVehicleCategories");
|
|
76
|
+
Object.defineProperty(exports, "getFerryVehicleCategoriesQuery", { enumerable: true, get: function () { return getFerryVehicleCategories_1.getFerryVehicleCategoriesQuery; } });
|
|
77
|
+
const getFerryVehicleFuels_1 = require("./getFerryVehicleFuels");
|
|
78
|
+
Object.defineProperty(exports, "getFerryVehicleFuelsQuery", { enumerable: true, get: function () { return getFerryVehicleFuels_1.getFerryVehicleFuelsQuery; } });
|
|
79
|
+
const getFidelityLogs_1 = require("./getFidelityLogs");
|
|
80
|
+
Object.defineProperty(exports, "getFidelityLogsQuery", { enumerable: true, get: function () { return getFidelityLogs_1.getFidelityLogsQuery; } });
|
|
81
|
+
const getFidelityRules_1 = require("./getFidelityRules");
|
|
82
|
+
Object.defineProperty(exports, "getFidelityRulesQuery", { enumerable: true, get: function () { return getFidelityRules_1.getFidelityRulesQuery; } });
|
|
83
|
+
const getLanguages_1 = require("./getLanguages");
|
|
84
|
+
Object.defineProperty(exports, "getLanguagesQuery", { enumerable: true, get: function () { return getLanguages_1.getLanguagesQuery; } });
|
|
85
|
+
const getLyraFormToken_1 = require("./getLyraFormToken");
|
|
86
|
+
Object.defineProperty(exports, "getLyraFormTokenQuery", { enumerable: true, get: function () { return getLyraFormToken_1.getLyraFormTokenQuery; } });
|
|
87
|
+
const getMapSelectorData_1 = require("./getMapSelectorData");
|
|
88
|
+
Object.defineProperty(exports, "getMapSelectorDataQuery", { enumerable: true, get: function () { return getMapSelectorData_1.getMapSelectorDataQuery; } });
|
|
89
|
+
const getMyLogin_1 = require("./getMyLogin");
|
|
90
|
+
Object.defineProperty(exports, "getMyLoginQuery", { enumerable: true, get: function () { return getMyLogin_1.getMyLoginQuery; } });
|
|
91
|
+
const getNeobookingTranslations_1 = require("./getNeobookingTranslations");
|
|
92
|
+
Object.defineProperty(exports, "getNeobookingTranslationsQuery", { enumerable: true, get: function () { return getNeobookingTranslations_1.getNeobookingTranslationsQuery; } });
|
|
93
|
+
const getOccupantProducts_1 = require("./getOccupantProducts");
|
|
94
|
+
Object.defineProperty(exports, "getOccupantProductsQuery", { enumerable: true, get: function () { return getOccupantProducts_1.getOccupantProductsQuery; } });
|
|
95
|
+
const getOccupantsFromCurrentCustomer_1 = require("./getOccupantsFromCurrentCustomer");
|
|
96
|
+
Object.defineProperty(exports, "getOccupantsFromCurrentCustomerQuery", { enumerable: true, get: function () { return getOccupantsFromCurrentCustomer_1.getOccupantsFromCurrentCustomerQuery; } });
|
|
97
|
+
const getPartner_1 = require("./getPartner");
|
|
98
|
+
Object.defineProperty(exports, "getPartnerQuery", { enumerable: true, get: function () { return getPartner_1.getPartnerQuery; } });
|
|
99
|
+
const getPartnerCustomers_1 = require("./getPartnerCustomers");
|
|
100
|
+
Object.defineProperty(exports, "getPartnerCustomersQuery", { enumerable: true, get: function () { return getPartnerCustomers_1.getPartnerCustomersQuery; } });
|
|
101
|
+
const getPaymentMethods_1 = require("./getPaymentMethods");
|
|
102
|
+
Object.defineProperty(exports, "getPaymentMethodsQuery", { enumerable: true, get: function () { return getPaymentMethods_1.getPaymentMethodsQuery; } });
|
|
103
|
+
const getPaymentPlans_1 = require("./getPaymentPlans");
|
|
104
|
+
Object.defineProperty(exports, "getPaymentPlansQuery", { enumerable: true, get: function () { return getPaymentPlans_1.getPaymentPlansQuery; } });
|
|
105
|
+
const getPendingFerryBooking_1 = require("./getPendingFerryBooking");
|
|
106
|
+
Object.defineProperty(exports, "getPendingFerryBookingQuery", { enumerable: true, get: function () { return getPendingFerryBooking_1.getPendingFerryBookingQuery; } });
|
|
107
|
+
const getPostCodeApiDetail_1 = require("./getPostCodeApiDetail");
|
|
108
|
+
Object.defineProperty(exports, "getPostCodeApiDetailQuery", { enumerable: true, get: function () { return getPostCodeApiDetail_1.getPostCodeApiDetailQuery; } });
|
|
109
|
+
const getPostCodeApiSimple_1 = require("./getPostCodeApiSimple");
|
|
110
|
+
Object.defineProperty(exports, "getPostCodeApiSimpleQuery", { enumerable: true, get: function () { return getPostCodeApiSimple_1.getPostCodeApiSimpleQuery; } });
|
|
111
|
+
const getPrivilegeCardTypes_1 = require("./getPrivilegeCardTypes");
|
|
112
|
+
Object.defineProperty(exports, "getPrivilegeCardTypesQuery", { enumerable: true, get: function () { return getPrivilegeCardTypes_1.getPrivilegeCardTypesQuery; } });
|
|
113
|
+
const getProductCategories_1 = require("./getProductCategories");
|
|
114
|
+
Object.defineProperty(exports, "getProductCategoriesQuery", { enumerable: true, get: function () { return getProductCategories_1.getProductCategoriesQuery; } });
|
|
115
|
+
const getProperties_1 = require("./getProperties");
|
|
116
|
+
Object.defineProperty(exports, "getFavoritesPropertiesQuery", { enumerable: true, get: function () { return getProperties_1.getFavoritesPropertiesQuery; } });
|
|
117
|
+
Object.defineProperty(exports, "getPropertiesQuery", { enumerable: true, get: function () { return getProperties_1.getPropertiesQuery; } });
|
|
118
|
+
Object.defineProperty(exports, "getPropertiesSelectQuery", { enumerable: true, get: function () { return getProperties_1.getPropertiesSelectQuery; } });
|
|
119
|
+
const getProposalByRoomTypes_1 = require("./getProposalByRoomTypes");
|
|
120
|
+
Object.defineProperty(exports, "getProposalByRoomTypesQuery", { enumerable: true, get: function () { return getProposalByRoomTypes_1.getProposalByRoomTypesQuery; } });
|
|
121
|
+
const getProposals_1 = require("./getProposals");
|
|
122
|
+
Object.defineProperty(exports, "getProposalsQuery", { enumerable: true, get: function () { return getProposals_1.getProposalsQuery; } });
|
|
123
|
+
const getProposalsByKeys_1 = require("./getProposalsByKeys");
|
|
124
|
+
Object.defineProperty(exports, "getProposalsByKeysQuery", { enumerable: true, get: function () { return getProposalsByKeys_1.getProposalsByKeysQuery; } });
|
|
125
|
+
const getProposalsByProperties_1 = require("./getProposalsByProperties");
|
|
126
|
+
Object.defineProperty(exports, "getProposalsByPropertiesQuery", { enumerable: true, get: function () { return getProposalsByProperties_1.getProposalsByPropertiesQuery; } });
|
|
127
|
+
const getRelationships_1 = require("./getRelationships");
|
|
128
|
+
Object.defineProperty(exports, "getRelationshipsQuery", { enumerable: true, get: function () { return getRelationships_1.getRelationshipsQuery; } });
|
|
129
|
+
const getResalysErrorList_1 = require("./getResalysErrorList");
|
|
130
|
+
Object.defineProperty(exports, "getResalysErrorListQuery", { enumerable: true, get: function () { return getResalysErrorList_1.getResalysErrorListQuery; } });
|
|
131
|
+
const getResalysVersion_1 = require("./getResalysVersion");
|
|
132
|
+
Object.defineProperty(exports, "getResalysVersionQuery", { enumerable: true, get: function () { return getResalysVersion_1.getResalysVersionQuery; } });
|
|
133
|
+
const getRoomTypeCategories_1 = require("./getRoomTypeCategories");
|
|
134
|
+
Object.defineProperty(exports, "getRoomTypeCategoriesQuery", { enumerable: true, get: function () { return getRoomTypeCategories_1.getRoomTypeCategoriesQuery; } });
|
|
135
|
+
const getRoomTypes_1 = require("./getRoomTypes");
|
|
136
|
+
Object.defineProperty(exports, "getRoomTypesQuery", { enumerable: true, get: function () { return getRoomTypes_1.getRoomTypesQuery; } });
|
|
137
|
+
const getSalesChannelMode_1 = require("./getSalesChannelMode");
|
|
138
|
+
Object.defineProperty(exports, "getSalesChannelModeQuery", { enumerable: true, get: function () { return getSalesChannelMode_1.getSalesChannelModeQuery; } });
|
|
139
|
+
const getSession_1 = require("./getSession");
|
|
140
|
+
Object.defineProperty(exports, "getSessionQuery", { enumerable: true, get: function () { return getSession_1.getSessionQuery; } });
|
|
141
|
+
const getSkisetMeasurements_1 = require("./getSkisetMeasurements");
|
|
142
|
+
Object.defineProperty(exports, "getSkisetMeasurementsQuery", { enumerable: true, get: function () { return getSkisetMeasurements_1.getSkisetMeasurementsQuery; } });
|
|
143
|
+
const getTranslations_1 = require("./getTranslations");
|
|
144
|
+
Object.defineProperty(exports, "getTranslationsQuery", { enumerable: true, get: function () { return getTranslations_1.getTranslationsQuery; } });
|
|
145
|
+
const getUserLanguage_1 = require("./getUserLanguage");
|
|
146
|
+
Object.defineProperty(exports, "getUserLanguageQuery", { enumerable: true, get: function () { return getUserLanguage_1.getUserLanguageQuery; } });
|
|
147
|
+
const hasProductsForOccupant_1 = require("./hasProductsForOccupant");
|
|
148
|
+
Object.defineProperty(exports, "hasProductsForOccupantQuery", { enumerable: true, get: function () { return hasProductsForOccupant_1.hasProductsForOccupantQuery; } });
|
|
149
|
+
const renewPassword_1 = require("./renewPassword");
|
|
150
|
+
Object.defineProperty(exports, "renewPasswordQuery", { enumerable: true, get: function () { return renewPassword_1.renewPasswordQuery; } });
|
|
151
|
+
const requestBrochure_1 = require("./requestBrochure");
|
|
152
|
+
Object.defineProperty(exports, "requestBrochureQuery", { enumerable: true, get: function () { return requestBrochure_1.requestBrochureQuery; } });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.renewPasswordQuery = void 0;
|
|
4
|
+
const client_1 = require("@apollo/client");
|
|
5
|
+
const renewPasswordDemand_1 = require("../outputs/renewPasswordDemand");
|
|
6
|
+
const renewPasswordQuery = () => {
|
|
7
|
+
return (0, client_1.gql) `
|
|
8
|
+
query renewPassword($session: Session!, $input: RenewPasswordInput) {
|
|
9
|
+
renewPassword (
|
|
10
|
+
session: $session,
|
|
11
|
+
input: $input
|
|
12
|
+
) {
|
|
13
|
+
${renewPasswordDemand_1.renewPasswordDemandOutput}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
`;
|
|
17
|
+
};
|
|
18
|
+
exports.renewPasswordQuery = renewPasswordQuery;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.requestBrochureQuery = void 0;
|
|
4
|
+
const client_1 = require("@apollo/client");
|
|
5
|
+
const requestBrochure_1 = require("../outputs/requestBrochure");
|
|
6
|
+
const requestBrochureQuery = () => {
|
|
7
|
+
return (0, client_1.gql) `
|
|
8
|
+
query requestBrochure($session: Session!, $input: BrochureInput) {
|
|
9
|
+
requestBrochure (
|
|
10
|
+
session: $session,
|
|
11
|
+
input: $input
|
|
12
|
+
) {
|
|
13
|
+
${requestBrochure_1.requestBrochureOutput}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
`;
|
|
17
|
+
};
|
|
18
|
+
exports.requestBrochureQuery = requestBrochureQuery;
|