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,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.criteriaOutput = void 0;
|
|
4
|
+
const criteriaChoice_1 = require("./criteriaChoice");
|
|
5
|
+
const option_1 = require("./option");
|
|
6
|
+
exports.criteriaOutput = `
|
|
7
|
+
code,
|
|
8
|
+
label,
|
|
9
|
+
isChoice,
|
|
10
|
+
isFree,
|
|
11
|
+
isFile,
|
|
12
|
+
choices {
|
|
13
|
+
${option_1.optionOutput}
|
|
14
|
+
},
|
|
15
|
+
choiceList {
|
|
16
|
+
${criteriaChoice_1.criteriaChoiceOutput}
|
|
17
|
+
}
|
|
18
|
+
mandatory
|
|
19
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const criteriaChoiceOutput = "\n code,\n label\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const criteriaValueOutput: string;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.criteriaValueOutput = void 0;
|
|
4
|
+
const address_1 = require("./address");
|
|
5
|
+
const civility_1 = require("./civility");
|
|
6
|
+
const clientType_1 = require("./clientType");
|
|
7
|
+
const customerType_1 = require("./customerType");
|
|
8
|
+
const option_1 = require("./option");
|
|
9
|
+
exports.criteriaValueOutput = `
|
|
10
|
+
code,
|
|
11
|
+
fileName,
|
|
12
|
+
label,
|
|
13
|
+
value,
|
|
14
|
+
startDate,
|
|
15
|
+
servicesList {
|
|
16
|
+
id,
|
|
17
|
+
login,
|
|
18
|
+
customerCode,
|
|
19
|
+
firstName,
|
|
20
|
+
lastName,
|
|
21
|
+
civility {
|
|
22
|
+
${civility_1.civilityOutput}
|
|
23
|
+
},
|
|
24
|
+
birthDate,
|
|
25
|
+
language {
|
|
26
|
+
${option_1.optionOutput}
|
|
27
|
+
},
|
|
28
|
+
address {
|
|
29
|
+
${address_1.addressOutput}
|
|
30
|
+
},
|
|
31
|
+
customerType {
|
|
32
|
+
${customerType_1.customerTypeOutput}
|
|
33
|
+
},
|
|
34
|
+
clientType {
|
|
35
|
+
${clientType_1.clientTypeOutput}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
type
|
|
39
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const criteriasOutput: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const crossingOutput: string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.crossingOutput = void 0;
|
|
4
|
+
const port_1 = require("./port");
|
|
5
|
+
exports.crossingOutput = `
|
|
6
|
+
arrivalPort {
|
|
7
|
+
${port_1.portOutput}
|
|
8
|
+
},
|
|
9
|
+
departurePort {
|
|
10
|
+
${port_1.portOutput}
|
|
11
|
+
}
|
|
12
|
+
`;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerBookingOutputWithoutCriterias = exports.customerBookingOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
const campaign_1 = require("./campaign");
|
|
6
|
+
const contractFolder_1 = require("./contractFolder");
|
|
7
|
+
const criteriaValue_1 = require("./criteriaValue");
|
|
8
|
+
const primaryOccupant_1 = require("./primaryOccupant");
|
|
9
|
+
const property_1 = require("./property");
|
|
10
|
+
const service_1 = require("./service");
|
|
11
|
+
const stay_1 = require("./stay");
|
|
12
|
+
const user_1 = require("./user");
|
|
13
|
+
exports.customerBookingOutput = `
|
|
14
|
+
campaign {
|
|
15
|
+
${campaign_1.campaignOutput}
|
|
16
|
+
},
|
|
17
|
+
cartID,
|
|
18
|
+
cartItemID,
|
|
19
|
+
externalCode,
|
|
20
|
+
contractFolder {
|
|
21
|
+
${contractFolder_1.contractFolderOutput}
|
|
22
|
+
},
|
|
23
|
+
creationDate,
|
|
24
|
+
criterias {
|
|
25
|
+
${criteriaValue_1.criteriaValueOutput}
|
|
26
|
+
},
|
|
27
|
+
discountCode,
|
|
28
|
+
endDate,
|
|
29
|
+
id,
|
|
30
|
+
isFCIdone,
|
|
31
|
+
isCanceled,
|
|
32
|
+
isEnableEditPrimaryOccupant,
|
|
33
|
+
isEnableEditReservation,
|
|
34
|
+
isEnableFastCheckin,
|
|
35
|
+
isEnableFastCheckout,
|
|
36
|
+
isEnableFerryBooking,
|
|
37
|
+
isEstimate,
|
|
38
|
+
isOption,
|
|
39
|
+
isPSPPayment,
|
|
40
|
+
nbDays,
|
|
41
|
+
observation,
|
|
42
|
+
optionDate,
|
|
43
|
+
partner {
|
|
44
|
+
${service_1.serviceOutput}
|
|
45
|
+
},
|
|
46
|
+
primaryOccupant {
|
|
47
|
+
${primaryOccupant_1.primaryOccupantOutput}
|
|
48
|
+
},
|
|
49
|
+
property {
|
|
50
|
+
${property_1.propertyOutput}
|
|
51
|
+
},
|
|
52
|
+
salesperson {
|
|
53
|
+
${user_1.userOutput}
|
|
54
|
+
},
|
|
55
|
+
selectedPaymentCCType,
|
|
56
|
+
selectedPaymentDue,
|
|
57
|
+
selectedPaymentMethod,
|
|
58
|
+
startDate,
|
|
59
|
+
status {
|
|
60
|
+
code,
|
|
61
|
+
label,
|
|
62
|
+
default
|
|
63
|
+
},
|
|
64
|
+
stays {
|
|
65
|
+
${stay_1.stayOutput}
|
|
66
|
+
}
|
|
67
|
+
subStatus {
|
|
68
|
+
id,
|
|
69
|
+
label,
|
|
70
|
+
default
|
|
71
|
+
},
|
|
72
|
+
totalAmount {
|
|
73
|
+
${amount_1.amountOutput}
|
|
74
|
+
}
|
|
75
|
+
`;
|
|
76
|
+
exports.customerBookingOutputWithoutCriterias = `
|
|
77
|
+
campaign {
|
|
78
|
+
${campaign_1.campaignOutput}
|
|
79
|
+
},
|
|
80
|
+
cartItemID,
|
|
81
|
+
externalCode,
|
|
82
|
+
contractFolder {
|
|
83
|
+
${contractFolder_1.contractFolderOutput}
|
|
84
|
+
},
|
|
85
|
+
creationDate,
|
|
86
|
+
discountCode,
|
|
87
|
+
endDate,
|
|
88
|
+
id,
|
|
89
|
+
isFCIdone,
|
|
90
|
+
isCanceled,
|
|
91
|
+
isEnableEditPrimaryOccupant,
|
|
92
|
+
isEnableEditReservation,
|
|
93
|
+
isEnableFastCheckin,
|
|
94
|
+
isEnableFastCheckout,
|
|
95
|
+
isEstimate,
|
|
96
|
+
isOption,
|
|
97
|
+
isPSPPayment,
|
|
98
|
+
nbDays,
|
|
99
|
+
observation,
|
|
100
|
+
optionDate,
|
|
101
|
+
partner {
|
|
102
|
+
${service_1.serviceOutput}
|
|
103
|
+
},
|
|
104
|
+
primaryOccupant {
|
|
105
|
+
${primaryOccupant_1.primaryOccupantOutput}
|
|
106
|
+
},
|
|
107
|
+
property {
|
|
108
|
+
${property_1.propertyOutput}
|
|
109
|
+
},
|
|
110
|
+
salesperson {
|
|
111
|
+
${user_1.userOutput}
|
|
112
|
+
},
|
|
113
|
+
selectedPaymentCCType,
|
|
114
|
+
selectedPaymentDue,
|
|
115
|
+
selectedPaymentMethod,
|
|
116
|
+
startDate,
|
|
117
|
+
status {
|
|
118
|
+
code,
|
|
119
|
+
label,
|
|
120
|
+
default
|
|
121
|
+
},
|
|
122
|
+
stays {
|
|
123
|
+
${stay_1.stayOutput}
|
|
124
|
+
}
|
|
125
|
+
subStatus {
|
|
126
|
+
id,
|
|
127
|
+
label,
|
|
128
|
+
default
|
|
129
|
+
},
|
|
130
|
+
totalAmount {
|
|
131
|
+
${amount_1.amountOutput}
|
|
132
|
+
}
|
|
133
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const customerDepositAccountOutput: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerDepositAccountOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
exports.customerDepositAccountOutput = `
|
|
6
|
+
id,
|
|
7
|
+
name,
|
|
8
|
+
propertyId,
|
|
9
|
+
type,
|
|
10
|
+
balance {
|
|
11
|
+
${amount_1.amountOutput}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const customerDepositAccountsOutput: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerDepositAccountsOutput = void 0;
|
|
4
|
+
const customerDepositAccount_1 = require("./customerDepositAccount");
|
|
5
|
+
exports.customerDepositAccountsOutput = `
|
|
6
|
+
customerDepositAccounts {
|
|
7
|
+
${customerDepositAccount_1.customerDepositAccountOutput}
|
|
8
|
+
}
|
|
9
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const customerLoyaltyPointsOutput = "\n points\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const customerTypeOutput = "\n code,\n label\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const datePeriodOutput = "\n startDate,\n endDate\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const discountOutput: string;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.discountOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
exports.discountOutput = `
|
|
6
|
+
discountCode,
|
|
7
|
+
documentLabel,
|
|
8
|
+
fidelityPoints,
|
|
9
|
+
label,
|
|
10
|
+
price {
|
|
11
|
+
${amount_1.amountOutput}
|
|
12
|
+
},
|
|
13
|
+
quantity,
|
|
14
|
+
specificLabel,
|
|
15
|
+
voucherCode
|
|
16
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const distributionOutput: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.distributionOutput = void 0;
|
|
4
|
+
const roomTypes_1 = require("./roomTypes");
|
|
5
|
+
exports.distributionOutput = `
|
|
6
|
+
roomTypes {
|
|
7
|
+
${roomTypes_1.roomTypesOutput}
|
|
8
|
+
},
|
|
9
|
+
roomNumbers
|
|
10
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const distributionTypeOutput = "\n \n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ferryBookingOutput: string;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ferryBookingOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
const contact_1 = require("./contact");
|
|
6
|
+
const passenger_1 = require("./passenger");
|
|
7
|
+
const supplier_1 = require("./supplier");
|
|
8
|
+
const trip_1 = require("./trip");
|
|
9
|
+
const vehicle_1 = require("./vehicle");
|
|
10
|
+
exports.ferryBookingOutput = `
|
|
11
|
+
bookingRef,
|
|
12
|
+
contact {
|
|
13
|
+
${contact_1.contactOutput}
|
|
14
|
+
},
|
|
15
|
+
outwardTrip {
|
|
16
|
+
${trip_1.tripOutput}
|
|
17
|
+
},
|
|
18
|
+
passengers {
|
|
19
|
+
${passenger_1.passengerOutput}
|
|
20
|
+
},
|
|
21
|
+
passportMandatory,
|
|
22
|
+
resFerryId,
|
|
23
|
+
returnTrip {
|
|
24
|
+
${trip_1.tripOutput}
|
|
25
|
+
},
|
|
26
|
+
sendStatus,
|
|
27
|
+
status,
|
|
28
|
+
supplier {
|
|
29
|
+
${supplier_1.supplierOutput}
|
|
30
|
+
},
|
|
31
|
+
totalAmount {
|
|
32
|
+
${amount_1.amountOutput}
|
|
33
|
+
},
|
|
34
|
+
vehicle {
|
|
35
|
+
${vehicle_1.vehicleOutput}
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ferryProductOutput = "\n code,\n label\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ferryProposalOutput: string;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ferryProposalOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
const ferryProposalTariff_1 = require("./ferryProposalTariff");
|
|
6
|
+
const supplier_1 = require("./supplier");
|
|
7
|
+
const trip_1 = require("./trip");
|
|
8
|
+
exports.ferryProposalOutput = `
|
|
9
|
+
id,
|
|
10
|
+
outwardTrip {
|
|
11
|
+
${trip_1.tripOutput}
|
|
12
|
+
},
|
|
13
|
+
returnTrip {
|
|
14
|
+
${trip_1.tripOutput}
|
|
15
|
+
},
|
|
16
|
+
supplier {
|
|
17
|
+
${supplier_1.supplierOutput}
|
|
18
|
+
},
|
|
19
|
+
totalAmount {
|
|
20
|
+
${amount_1.amountOutput}
|
|
21
|
+
},
|
|
22
|
+
isFlexibleFare,
|
|
23
|
+
tariff {
|
|
24
|
+
${ferryProposalTariff_1.ferryProposalTariffOutput}
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ferryProposalTariffOutput = "\n tariffBand,\n tariffType\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ferryVehicleFuelOutput = "\n code,\n label\n";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fidelityRulesOutput = exports.fidelityLogsOutput = exports.fidelityRuleOutput = exports.fidelityLogOutput = void 0;
|
|
4
|
+
exports.fidelityLogOutput = `
|
|
5
|
+
date,
|
|
6
|
+
fidelityPoints,
|
|
7
|
+
label,
|
|
8
|
+
numResa
|
|
9
|
+
`;
|
|
10
|
+
exports.fidelityRuleOutput = `
|
|
11
|
+
fidelityPoints,
|
|
12
|
+
label
|
|
13
|
+
`;
|
|
14
|
+
exports.fidelityLogsOutput = `
|
|
15
|
+
fidelityLogs {
|
|
16
|
+
${exports.fidelityLogOutput}
|
|
17
|
+
}
|
|
18
|
+
`;
|
|
19
|
+
exports.fidelityRulesOutput = `
|
|
20
|
+
fidelityRules {
|
|
21
|
+
${exports.fidelityRuleOutput}
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const fileOutput = "\n type,\n date,\n sentByEmail,\n sentByPrint,\n url\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getMyLoginOutput = "\n login\n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const giftCodeOutput: string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.giftCodeOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
exports.giftCodeOutput = `
|
|
6
|
+
valid,
|
|
7
|
+
used,
|
|
8
|
+
type,
|
|
9
|
+
code,
|
|
10
|
+
amount {
|
|
11
|
+
${amount_1.amountOutput}
|
|
12
|
+
},
|
|
13
|
+
validityDate,
|
|
14
|
+
useDate,
|
|
15
|
+
bookingId,
|
|
16
|
+
label
|
|
17
|
+
`;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { accommodationProductsOutput } from "./accommodationProducts";
|
|
2
|
+
import { addressOutput } from "./address";
|
|
3
|
+
import { amountOutput } from "./amount";
|
|
4
|
+
import { availableRoomFeaturesOutput } from "./availableRoomFeature";
|
|
5
|
+
import { bookingDocumentsOutput } from "./bookingDocuments";
|
|
6
|
+
import { bookingProductsOutput } from "./bookingProducts";
|
|
7
|
+
import { brochuresOutput } from "./brochures";
|
|
8
|
+
import { userOutput } from "./user";
|
|
9
|
+
export { accommodationProductsOutput, addressOutput, amountOutput, availableRoomFeaturesOutput, bookingDocumentsOutput, bookingProductsOutput, brochuresOutput, userOutput };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.userOutput = exports.brochuresOutput = exports.bookingProductsOutput = exports.bookingDocumentsOutput = exports.availableRoomFeaturesOutput = exports.amountOutput = exports.addressOutput = exports.accommodationProductsOutput = void 0;
|
|
4
|
+
const accommodationProducts_1 = require("./accommodationProducts");
|
|
5
|
+
Object.defineProperty(exports, "accommodationProductsOutput", { enumerable: true, get: function () { return accommodationProducts_1.accommodationProductsOutput; } });
|
|
6
|
+
const address_1 = require("./address");
|
|
7
|
+
Object.defineProperty(exports, "addressOutput", { enumerable: true, get: function () { return address_1.addressOutput; } });
|
|
8
|
+
const amount_1 = require("./amount");
|
|
9
|
+
Object.defineProperty(exports, "amountOutput", { enumerable: true, get: function () { return amount_1.amountOutput; } });
|
|
10
|
+
const availableRoomFeature_1 = require("./availableRoomFeature");
|
|
11
|
+
Object.defineProperty(exports, "availableRoomFeaturesOutput", { enumerable: true, get: function () { return availableRoomFeature_1.availableRoomFeaturesOutput; } });
|
|
12
|
+
const bookingDocuments_1 = require("./bookingDocuments");
|
|
13
|
+
Object.defineProperty(exports, "bookingDocumentsOutput", { enumerable: true, get: function () { return bookingDocuments_1.bookingDocumentsOutput; } });
|
|
14
|
+
const bookingProducts_1 = require("./bookingProducts");
|
|
15
|
+
Object.defineProperty(exports, "bookingProductsOutput", { enumerable: true, get: function () { return bookingProducts_1.bookingProductsOutput; } });
|
|
16
|
+
const brochures_1 = require("./brochures");
|
|
17
|
+
Object.defineProperty(exports, "brochuresOutput", { enumerable: true, get: function () { return brochures_1.brochuresOutput; } });
|
|
18
|
+
const user_1 = require("./user");
|
|
19
|
+
Object.defineProperty(exports, "userOutput", { enumerable: true, get: function () { return user_1.userOutput; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const languageOutput: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.languageOutput = void 0;
|
|
4
|
+
const translation_1 = require("./translation");
|
|
5
|
+
exports.languageOutput = `
|
|
6
|
+
code,
|
|
7
|
+
label,
|
|
8
|
+
codeLanguage,
|
|
9
|
+
labelLanguage,
|
|
10
|
+
languageVars {
|
|
11
|
+
${translation_1.translationOutput}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const languagesOutput: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const latLngOutput = "\n lat,\n lng\n";
|