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.
Files changed (530) hide show
  1. package/README.md +116 -0
  2. package/lib/index.d.ts +3 -0
  3. package/lib/index.js +36 -0
  4. package/lib/mutations/addBaby.d.ts +2 -0
  5. package/lib/mutations/addBaby.js +20 -0
  6. package/lib/mutations/addCustomerDepositAccountPayments.d.ts +2 -0
  7. package/lib/mutations/addCustomerDepositAccountPayments.js +20 -0
  8. package/lib/mutations/addDiscountCode.d.ts +2 -0
  9. package/lib/mutations/addDiscountCode.js +20 -0
  10. package/lib/mutations/addFidelityPointToProduct.d.ts +2 -0
  11. package/lib/mutations/addFidelityPointToProduct.js +20 -0
  12. package/lib/mutations/addGiftCode.d.ts +2 -0
  13. package/lib/mutations/addGiftCode.js +20 -0
  14. package/lib/mutations/addObservation.d.ts +2 -0
  15. package/lib/mutations/addObservation.js +20 -0
  16. package/lib/mutations/addOccupant.d.ts +2 -0
  17. package/lib/mutations/addOccupant.js +20 -0
  18. package/lib/mutations/addPartnerCustomerAccount.d.ts +2 -0
  19. package/lib/mutations/addPartnerCustomerAccount.js +20 -0
  20. package/lib/mutations/addPartnerToCart.d.ts +2 -0
  21. package/lib/mutations/addPartnerToCart.js +20 -0
  22. package/lib/mutations/addProductToBooking.d.ts +2 -0
  23. package/lib/mutations/addProductToBooking.js +20 -0
  24. package/lib/mutations/addProductToOccupant.d.ts +2 -0
  25. package/lib/mutations/addProductToOccupant.js +20 -0
  26. package/lib/mutations/cancelFerryBooking.d.ts +2 -0
  27. package/lib/mutations/cancelFerryBooking.js +20 -0
  28. package/lib/mutations/changePassword.d.ts +2 -0
  29. package/lib/mutations/changePassword.js +17 -0
  30. package/lib/mutations/chooseFerryProposal.d.ts +2 -0
  31. package/lib/mutations/chooseFerryProposal.js +20 -0
  32. package/lib/mutations/chooseProposalFromKeys.d.ts +2 -0
  33. package/lib/mutations/chooseProposalFromKeys.js +20 -0
  34. package/lib/mutations/chooseRoundTripProposals.d.ts +2 -0
  35. package/lib/mutations/chooseRoundTripProposals.js +20 -0
  36. package/lib/mutations/confirmFastCheckout.d.ts +2 -0
  37. package/lib/mutations/confirmFastCheckout.js +20 -0
  38. package/lib/mutations/createCustomerAccount.d.ts +2 -0
  39. package/lib/mutations/createCustomerAccount.js +20 -0
  40. package/lib/mutations/createServiceCustomerAccount.d.ts +2 -0
  41. package/lib/mutations/createServiceCustomerAccount.js +20 -0
  42. package/lib/mutations/disableEnablePartnerCustomerAccount.d.ts +2 -0
  43. package/lib/mutations/disableEnablePartnerCustomerAccount.js +20 -0
  44. package/lib/mutations/disableServiceCustomerAccount.d.ts +2 -0
  45. package/lib/mutations/disableServiceCustomerAccount.js +20 -0
  46. package/lib/mutations/doFastCheckin.d.ts +2 -0
  47. package/lib/mutations/doFastCheckin.js +20 -0
  48. package/lib/mutations/doFastCheckout.d.ts +2 -0
  49. package/lib/mutations/doFastCheckout.js +20 -0
  50. package/lib/mutations/expireSession.d.ts +2 -0
  51. package/lib/mutations/expireSession.js +14 -0
  52. package/lib/mutations/facebookLogin.d.ts +2 -0
  53. package/lib/mutations/facebookLogin.js +20 -0
  54. package/lib/mutations/index.d.ts +69 -0
  55. package/lib/mutations/index.js +140 -0
  56. package/lib/mutations/login.d.ts +2 -0
  57. package/lib/mutations/login.js +20 -0
  58. package/lib/mutations/loginAnyCustomerType.d.ts +2 -0
  59. package/lib/mutations/loginAnyCustomerType.js +20 -0
  60. package/lib/mutations/loginETOMode.d.ts +2 -0
  61. package/lib/mutations/loginETOMode.js +20 -0
  62. package/lib/mutations/loginHash256.d.ts +2 -0
  63. package/lib/mutations/loginHash256.js +20 -0
  64. package/lib/mutations/loginPartner.d.ts +2 -0
  65. package/lib/mutations/loginPartner.js +20 -0
  66. package/lib/mutations/logout.d.ts +2 -0
  67. package/lib/mutations/logout.js +14 -0
  68. package/lib/mutations/payOnStoredCreditCard.d.ts +2 -0
  69. package/lib/mutations/payOnStoredCreditCard.js +20 -0
  70. package/lib/mutations/redirectPaymentGatewayForAmount.d.ts +2 -0
  71. package/lib/mutations/redirectPaymentGatewayForAmount.js +17 -0
  72. package/lib/mutations/redirectPaymentGatewayForCart.d.ts +2 -0
  73. package/lib/mutations/redirectPaymentGatewayForCart.js +17 -0
  74. package/lib/mutations/redirectPaymentGatewayForInstalment.d.ts +2 -0
  75. package/lib/mutations/redirectPaymentGatewayForInstalment.js +17 -0
  76. package/lib/mutations/removeBookingFromCart.d.ts +2 -0
  77. package/lib/mutations/removeBookingFromCart.js +20 -0
  78. package/lib/mutations/removeCartPayments.d.ts +2 -0
  79. package/lib/mutations/removeCartPayments.js +14 -0
  80. package/lib/mutations/removeCustomerAccount.d.ts +2 -0
  81. package/lib/mutations/removeCustomerAccount.js +14 -0
  82. package/lib/mutations/removeDiscountCode.d.ts +2 -0
  83. package/lib/mutations/removeDiscountCode.js +19 -0
  84. package/lib/mutations/removeGiftCode.d.ts +2 -0
  85. package/lib/mutations/removeGiftCode.js +20 -0
  86. package/lib/mutations/removeOccupant.d.ts +2 -0
  87. package/lib/mutations/removeOccupant.js +20 -0
  88. package/lib/mutations/removeStay.d.ts +2 -0
  89. package/lib/mutations/removeStay.js +20 -0
  90. package/lib/mutations/resetCart.d.ts +2 -0
  91. package/lib/mutations/resetCart.js +19 -0
  92. package/lib/mutations/resetPendingFerryBooking.d.ts +2 -0
  93. package/lib/mutations/resetPendingFerryBooking.js +19 -0
  94. package/lib/mutations/saveCart.d.ts +2 -0
  95. package/lib/mutations/saveCart.js +20 -0
  96. package/lib/mutations/saveFerryBooking.d.ts +2 -0
  97. package/lib/mutations/saveFerryBooking.js +20 -0
  98. package/lib/mutations/setSessionLanguage.d.ts +2 -0
  99. package/lib/mutations/setSessionLanguage.js +17 -0
  100. package/lib/mutations/switchToPartnerConvention.d.ts +2 -0
  101. package/lib/mutations/switchToPartnerConvention.js +20 -0
  102. package/lib/mutations/unlockBooking.d.ts +2 -0
  103. package/lib/mutations/unlockBooking.js +14 -0
  104. package/lib/mutations/updateBookingCriterias.d.ts +2 -0
  105. package/lib/mutations/updateBookingCriterias.js +17 -0
  106. package/lib/mutations/updateCartPaymentMethod.d.ts +2 -0
  107. package/lib/mutations/updateCartPaymentMethod.js +20 -0
  108. package/lib/mutations/updateCartPaymentPlans.d.ts +2 -0
  109. package/lib/mutations/updateCartPaymentPlans.js +20 -0
  110. package/lib/mutations/updateCustomerAccount.d.ts +2 -0
  111. package/lib/mutations/updateCustomerAccount.js +20 -0
  112. package/lib/mutations/updateCustomerBooking.d.ts +2 -0
  113. package/lib/mutations/updateCustomerBooking.js +20 -0
  114. package/lib/mutations/updateFerryAccommodations.d.ts +2 -0
  115. package/lib/mutations/updateFerryAccommodations.js +20 -0
  116. package/lib/mutations/updateFerryBooking.d.ts +2 -0
  117. package/lib/mutations/updateFerryBooking.js +20 -0
  118. package/lib/mutations/updateFerryTravelersInformation.d.ts +2 -0
  119. package/lib/mutations/updateFerryTravelersInformation.js +20 -0
  120. package/lib/mutations/updateOccupant.d.ts +2 -0
  121. package/lib/mutations/updateOccupant.js +20 -0
  122. package/lib/mutations/updateOccupantSkisetMeasurements.d.ts +2 -0
  123. package/lib/mutations/updateOccupantSkisetMeasurements.js +20 -0
  124. package/lib/mutations/updatePartnerAccount.d.ts +2 -0
  125. package/lib/mutations/updatePartnerAccount.js +24 -0
  126. package/lib/mutations/updatePartnerCustomerAccount.d.ts +2 -0
  127. package/lib/mutations/updatePartnerCustomerAccount.js +20 -0
  128. package/lib/mutations/updatePartnerPaymentPlans.d.ts +2 -0
  129. package/lib/mutations/updatePartnerPaymentPlans.js +20 -0
  130. package/lib/mutations/updatePayerPaymentPlans.d.ts +2 -0
  131. package/lib/mutations/updatePayerPaymentPlans.js +20 -0
  132. package/lib/mutations/updatePrimaryOccupant.d.ts +2 -0
  133. package/lib/mutations/updatePrimaryOccupant.js +20 -0
  134. package/lib/mutations/updateProductCriterias.d.ts +2 -0
  135. package/lib/mutations/updateProductCriterias.js +20 -0
  136. package/lib/mutations/updateRoomFromMap.d.ts +2 -0
  137. package/lib/mutations/updateRoomFromMap.js +20 -0
  138. package/lib/mutations/updateServiceCustomerAccount.d.ts +2 -0
  139. package/lib/mutations/updateServiceCustomerAccount.js +20 -0
  140. package/lib/mutations/updateStayTime.d.ts +2 -0
  141. package/lib/mutations/updateStayTime.js +20 -0
  142. package/lib/mutations/updateTotalOccupants.d.ts +2 -0
  143. package/lib/mutations/updateTotalOccupants.js +20 -0
  144. package/lib/mutations/validateLyraPayment.d.ts +1 -0
  145. package/lib/mutations/validateLyraPayment.js +21 -0
  146. package/lib/outputs/accommodation.d.ts +1 -0
  147. package/lib/outputs/accommodation.js +16 -0
  148. package/lib/outputs/accommodationProducts.d.ts +1 -0
  149. package/lib/outputs/accommodationProducts.js +9 -0
  150. package/lib/outputs/addonCategory.d.ts +1 -0
  151. package/lib/outputs/addonCategory.js +9 -0
  152. package/lib/outputs/address.d.ts +1 -0
  153. package/lib/outputs/address.js +25 -0
  154. package/lib/outputs/alternativeProposalRules.d.ts +2 -0
  155. package/lib/outputs/alternativeProposalRules.js +24 -0
  156. package/lib/outputs/amount.d.ts +1 -0
  157. package/lib/outputs/amount.js +7 -0
  158. package/lib/outputs/availableRoomFeature.d.ts +1 -0
  159. package/lib/outputs/availableRoomFeature.js +9 -0
  160. package/lib/outputs/bookingDocuments.d.ts +1 -0
  161. package/lib/outputs/bookingDocuments.js +9 -0
  162. package/lib/outputs/bookingProducts.d.ts +1 -0
  163. package/lib/outputs/bookingProducts.js +9 -0
  164. package/lib/outputs/brochure.d.ts +1 -0
  165. package/lib/outputs/brochure.js +7 -0
  166. package/lib/outputs/brochures.d.ts +1 -0
  167. package/lib/outputs/brochures.js +13 -0
  168. package/lib/outputs/calendarPeriod.d.ts +1 -0
  169. package/lib/outputs/calendarPeriod.js +13 -0
  170. package/lib/outputs/campaign.d.ts +1 -0
  171. package/lib/outputs/campaign.js +9 -0
  172. package/lib/outputs/campaigns.d.ts +1 -0
  173. package/lib/outputs/campaigns.js +13 -0
  174. package/lib/outputs/car.d.ts +1 -0
  175. package/lib/outputs/car.js +8 -0
  176. package/lib/outputs/cart.d.ts +2 -0
  177. package/lib/outputs/cart.js +18 -0
  178. package/lib/outputs/civilities.d.ts +1 -0
  179. package/lib/outputs/civilities.js +13 -0
  180. package/lib/outputs/civility.d.ts +1 -0
  181. package/lib/outputs/civility.js +7 -0
  182. package/lib/outputs/clientType.d.ts +1 -0
  183. package/lib/outputs/clientType.js +7 -0
  184. package/lib/outputs/contact.d.ts +1 -0
  185. package/lib/outputs/contact.js +7 -0
  186. package/lib/outputs/contractFolder.d.ts +1 -0
  187. package/lib/outputs/contractFolder.js +11 -0
  188. package/lib/outputs/coreTrip.d.ts +1 -0
  189. package/lib/outputs/coreTrip.js +9 -0
  190. package/lib/outputs/countries.d.ts +1 -0
  191. package/lib/outputs/countries.js +13 -0
  192. package/lib/outputs/country.d.ts +1 -0
  193. package/lib/outputs/country.js +7 -0
  194. package/lib/outputs/creditCard.d.ts +1 -0
  195. package/lib/outputs/creditCard.js +8 -0
  196. package/lib/outputs/criteria.d.ts +1 -0
  197. package/lib/outputs/criteria.js +19 -0
  198. package/lib/outputs/criteriaChoice.d.ts +1 -0
  199. package/lib/outputs/criteriaChoice.js +7 -0
  200. package/lib/outputs/criteriaValue.d.ts +1 -0
  201. package/lib/outputs/criteriaValue.js +39 -0
  202. package/lib/outputs/criterias.d.ts +1 -0
  203. package/lib/outputs/criterias.js +9 -0
  204. package/lib/outputs/crossing.d.ts +1 -0
  205. package/lib/outputs/crossing.js +12 -0
  206. package/lib/outputs/customerBooking.d.ts +2 -0
  207. package/lib/outputs/customerBooking.js +133 -0
  208. package/lib/outputs/customerDepositAccount.d.ts +1 -0
  209. package/lib/outputs/customerDepositAccount.js +13 -0
  210. package/lib/outputs/customerDepositAccounts.d.ts +1 -0
  211. package/lib/outputs/customerDepositAccounts.js +9 -0
  212. package/lib/outputs/customerLoyaltyPoints.d.ts +1 -0
  213. package/lib/outputs/customerLoyaltyPoints.js +6 -0
  214. package/lib/outputs/customerType.d.ts +1 -0
  215. package/lib/outputs/customerType.js +7 -0
  216. package/lib/outputs/datePeriod.d.ts +1 -0
  217. package/lib/outputs/datePeriod.js +7 -0
  218. package/lib/outputs/discount.d.ts +1 -0
  219. package/lib/outputs/discount.js +16 -0
  220. package/lib/outputs/distribution.d.ts +1 -0
  221. package/lib/outputs/distribution.js +10 -0
  222. package/lib/outputs/distributionType.d.ts +1 -0
  223. package/lib/outputs/distributionType.js +6 -0
  224. package/lib/outputs/ferryBooking.d.ts +1 -0
  225. package/lib/outputs/ferryBooking.js +37 -0
  226. package/lib/outputs/ferryProduct.d.ts +1 -0
  227. package/lib/outputs/ferryProduct.js +7 -0
  228. package/lib/outputs/ferryProposal.d.ts +1 -0
  229. package/lib/outputs/ferryProposal.js +26 -0
  230. package/lib/outputs/ferryProposalTariff.d.ts +1 -0
  231. package/lib/outputs/ferryProposalTariff.js +7 -0
  232. package/lib/outputs/ferryVehicleFuel.d.ts +1 -0
  233. package/lib/outputs/ferryVehicleFuel.js +7 -0
  234. package/lib/outputs/fidelity.d.ts +4 -0
  235. package/lib/outputs/fidelity.js +23 -0
  236. package/lib/outputs/file.d.ts +1 -0
  237. package/lib/outputs/file.js +10 -0
  238. package/lib/outputs/getMyLogin.d.ts +1 -0
  239. package/lib/outputs/getMyLogin.js +6 -0
  240. package/lib/outputs/giftCode.d.ts +1 -0
  241. package/lib/outputs/giftCode.js +17 -0
  242. package/lib/outputs/index.d.ts +9 -0
  243. package/lib/outputs/index.js +19 -0
  244. package/lib/outputs/language.d.ts +1 -0
  245. package/lib/outputs/language.js +13 -0
  246. package/lib/outputs/languages.d.ts +1 -0
  247. package/lib/outputs/languages.js +9 -0
  248. package/lib/outputs/latLng.d.ts +1 -0
  249. package/lib/outputs/latLng.js +7 -0
  250. package/lib/outputs/lineItem.d.ts +2 -0
  251. package/lib/outputs/lineItem.js +52 -0
  252. package/lib/outputs/mapSelectorData.d.ts +2 -0
  253. package/lib/outputs/mapSelectorData.js +29 -0
  254. package/lib/outputs/mapUh.d.ts +1 -0
  255. package/lib/outputs/mapUh.js +18 -0
  256. package/lib/outputs/measurements.d.ts +1 -0
  257. package/lib/outputs/measurements.js +30 -0
  258. package/lib/outputs/moduleFacebookActivated.d.ts +1 -0
  259. package/lib/outputs/moduleFacebookActivated.js +6 -0
  260. package/lib/outputs/nationality.d.ts +1 -0
  261. package/lib/outputs/nationality.js +7 -0
  262. package/lib/outputs/neobookingTranslations.d.ts +1 -0
  263. package/lib/outputs/neobookingTranslations.js +9 -0
  264. package/lib/outputs/occupant.d.ts +2 -0
  265. package/lib/outputs/occupant.js +56 -0
  266. package/lib/outputs/occupantMeasurement.d.ts +1 -0
  267. package/lib/outputs/occupantMeasurement.js +7 -0
  268. package/lib/outputs/occupantProducts.d.ts +1 -0
  269. package/lib/outputs/occupantProducts.js +9 -0
  270. package/lib/outputs/option.d.ts +1 -0
  271. package/lib/outputs/option.js +8 -0
  272. package/lib/outputs/ownerLease.d.ts +2 -0
  273. package/lib/outputs/ownerLease.js +17 -0
  274. package/lib/outputs/ownerLeasePeriod.d.ts +1 -0
  275. package/lib/outputs/ownerLeasePeriod.js +10 -0
  276. package/lib/outputs/ownerLot.d.ts +1 -0
  277. package/lib/outputs/ownerLot.js +8 -0
  278. package/lib/outputs/partner.d.ts +1 -0
  279. package/lib/outputs/partner.js +13 -0
  280. package/lib/outputs/partnerContact.d.ts +1 -0
  281. package/lib/outputs/partnerContact.js +9 -0
  282. package/lib/outputs/partnerCustomerInfo.d.ts +1 -0
  283. package/lib/outputs/partnerCustomerInfo.js +12 -0
  284. package/lib/outputs/passenger.d.ts +1 -0
  285. package/lib/outputs/passenger.js +21 -0
  286. package/lib/outputs/passengerType.d.ts +1 -0
  287. package/lib/outputs/passengerType.js +7 -0
  288. package/lib/outputs/payment.d.ts +1 -0
  289. package/lib/outputs/payment.js +14 -0
  290. package/lib/outputs/paymentDue.d.ts +1 -0
  291. package/lib/outputs/paymentDue.js +29 -0
  292. package/lib/outputs/paymentMethod.d.ts +2 -0
  293. package/lib/outputs/paymentMethod.js +26 -0
  294. package/lib/outputs/paymentMethodOption.d.ts +1 -0
  295. package/lib/outputs/paymentMethodOption.js +7 -0
  296. package/lib/outputs/paymentPlans.d.ts +1 -0
  297. package/lib/outputs/paymentPlans.js +29 -0
  298. package/lib/outputs/pendingFerryBooking.d.ts +1 -0
  299. package/lib/outputs/pendingFerryBooking.js +9 -0
  300. package/lib/outputs/port.d.ts +1 -0
  301. package/lib/outputs/port.js +7 -0
  302. package/lib/outputs/postCodeApiDetail.d.ts +1 -0
  303. package/lib/outputs/postCodeApiDetail.js +6 -0
  304. package/lib/outputs/postCodeApiSimple.d.ts +1 -0
  305. package/lib/outputs/postCodeApiSimple.js +6 -0
  306. package/lib/outputs/primaryOccupant.d.ts +1 -0
  307. package/lib/outputs/primaryOccupant.js +26 -0
  308. package/lib/outputs/privilegeCard.d.ts +1 -0
  309. package/lib/outputs/privilegeCard.js +16 -0
  310. package/lib/outputs/privilegeCardType.d.ts +1 -0
  311. package/lib/outputs/privilegeCardType.js +7 -0
  312. package/lib/outputs/privilegeCardTypes.d.ts +1 -0
  313. package/lib/outputs/privilegeCardTypes.js +13 -0
  314. package/lib/outputs/product.d.ts +1 -0
  315. package/lib/outputs/product.js +79 -0
  316. package/lib/outputs/productByCategory.d.ts +1 -0
  317. package/lib/outputs/productByCategory.js +11 -0
  318. package/lib/outputs/productCategories.d.ts +1 -0
  319. package/lib/outputs/productCategories.js +10 -0
  320. package/lib/outputs/productOption.d.ts +1 -0
  321. package/lib/outputs/productOption.js +7 -0
  322. package/lib/outputs/property.d.ts +3 -0
  323. package/lib/outputs/property.js +36 -0
  324. package/lib/outputs/proposal.d.ts +2 -0
  325. package/lib/outputs/proposal.js +50 -0
  326. package/lib/outputs/proposalByProperty.d.ts +1 -0
  327. package/lib/outputs/proposalByProperty.js +13 -0
  328. package/lib/outputs/relationship.d.ts +1 -0
  329. package/lib/outputs/relationship.js +7 -0
  330. package/lib/outputs/renewPasswordDemand.d.ts +1 -0
  331. package/lib/outputs/renewPasswordDemand.js +6 -0
  332. package/lib/outputs/requestBrochure.d.ts +1 -0
  333. package/lib/outputs/requestBrochure.js +6 -0
  334. package/lib/outputs/resalysVersion.d.ts +1 -0
  335. package/lib/outputs/resalysVersion.js +6 -0
  336. package/lib/outputs/roomFeature.d.ts +2 -0
  337. package/lib/outputs/roomFeature.js +17 -0
  338. package/lib/outputs/roomInfo.d.ts +1 -0
  339. package/lib/outputs/roomInfo.js +8 -0
  340. package/lib/outputs/roomTypeCategories.d.ts +1 -0
  341. package/lib/outputs/roomTypeCategories.js +13 -0
  342. package/lib/outputs/roomTypes.d.ts +1 -0
  343. package/lib/outputs/roomTypes.js +22 -0
  344. package/lib/outputs/salesChannelMode.d.ts +1 -0
  345. package/lib/outputs/salesChannelMode.js +6 -0
  346. package/lib/outputs/service.d.ts +1 -0
  347. package/lib/outputs/service.js +58 -0
  348. package/lib/outputs/session.d.ts +1 -0
  349. package/lib/outputs/session.js +6 -0
  350. package/lib/outputs/sessionActivated.d.ts +1 -0
  351. package/lib/outputs/sessionActivated.js +6 -0
  352. package/lib/outputs/stay.d.ts +1 -0
  353. package/lib/outputs/stay.js +25 -0
  354. package/lib/outputs/stayMapInfos.d.ts +1 -0
  355. package/lib/outputs/stayMapInfos.js +8 -0
  356. package/lib/outputs/supplier.d.ts +1 -0
  357. package/lib/outputs/supplier.js +7 -0
  358. package/lib/outputs/trailer.d.ts +1 -0
  359. package/lib/outputs/trailer.js +15 -0
  360. package/lib/outputs/trailerCategory.d.ts +1 -0
  361. package/lib/outputs/trailerCategory.js +7 -0
  362. package/lib/outputs/translation.d.ts +1 -0
  363. package/lib/outputs/translation.js +7 -0
  364. package/lib/outputs/translations.d.ts +1 -0
  365. package/lib/outputs/translations.js +9 -0
  366. package/lib/outputs/trip.d.ts +1 -0
  367. package/lib/outputs/trip.js +41 -0
  368. package/lib/outputs/user.d.ts +1 -0
  369. package/lib/outputs/user.js +18 -0
  370. package/lib/outputs/vehicle.d.ts +1 -0
  371. package/lib/outputs/vehicle.js +13 -0
  372. package/lib/outputs/vehicleCategory.d.ts +1 -0
  373. package/lib/outputs/vehicleCategory.js +8 -0
  374. package/lib/queries/checkApiAlive.d.ts +2 -0
  375. package/lib/queries/checkApiAlive.js +14 -0
  376. package/lib/queries/checkModuleFacebookActivated.d.ts +2 -0
  377. package/lib/queries/checkModuleFacebookActivated.js +14 -0
  378. package/lib/queries/checkSessionActivated.d.ts +2 -0
  379. package/lib/queries/checkSessionActivated.js +14 -0
  380. package/lib/queries/checkValidLogin.d.ts +2 -0
  381. package/lib/queries/checkValidLogin.js +17 -0
  382. package/lib/queries/getAccommodationProducts.d.ts +2 -0
  383. package/lib/queries/getAccommodationProducts.js +18 -0
  384. package/lib/queries/getAllOccupantProductsAllAgeRanges.d.ts +2 -0
  385. package/lib/queries/getAllOccupantProductsAllAgeRanges.js +18 -0
  386. package/lib/queries/getAlternativeProposalRulesForContractFolder.d.ts +2 -0
  387. package/lib/queries/getAlternativeProposalRulesForContractFolder.js +18 -0
  388. package/lib/queries/getAvailForRoomTypes.d.ts +2 -0
  389. package/lib/queries/getAvailForRoomTypes.js +33 -0
  390. package/lib/queries/getAvailableRoomFeatures.d.ts +2 -0
  391. package/lib/queries/getAvailableRoomFeatures.js +18 -0
  392. package/lib/queries/getBookingDocuments.d.ts +2 -0
  393. package/lib/queries/getBookingDocuments.js +20 -0
  394. package/lib/queries/getBookingPaymentPlans.d.ts +2 -0
  395. package/lib/queries/getBookingPaymentPlans.js +18 -0
  396. package/lib/queries/getBookingProducts.d.ts +2 -0
  397. package/lib/queries/getBookingProducts.js +18 -0
  398. package/lib/queries/getBookingRecordCriterias.d.ts +2 -0
  399. package/lib/queries/getBookingRecordCriterias.js +17 -0
  400. package/lib/queries/getBrochures.d.ts +2 -0
  401. package/lib/queries/getBrochures.js +17 -0
  402. package/lib/queries/getCampaigns.d.ts +2 -0
  403. package/lib/queries/getCampaigns.js +17 -0
  404. package/lib/queries/getCart.d.ts +2 -0
  405. package/lib/queries/getCart.js +19 -0
  406. package/lib/queries/getCivilities.d.ts +2 -0
  407. package/lib/queries/getCivilities.js +17 -0
  408. package/lib/queries/getCountries.d.ts +2 -0
  409. package/lib/queries/getCountries.js +17 -0
  410. package/lib/queries/getCriteriaInformation.d.ts +2 -0
  411. package/lib/queries/getCriteriaInformation.js +20 -0
  412. package/lib/queries/getCurrentCustomerAccount.d.ts +2 -0
  413. package/lib/queries/getCurrentCustomerAccount.js +19 -0
  414. package/lib/queries/getCustomerBookings.d.ts +2 -0
  415. package/lib/queries/getCustomerBookings.js +20 -0
  416. package/lib/queries/getCustomerCriterias.d.ts +2 -0
  417. package/lib/queries/getCustomerCriterias.js +18 -0
  418. package/lib/queries/getCustomerDepositAccounts.d.ts +2 -0
  419. package/lib/queries/getCustomerDepositAccounts.js +17 -0
  420. package/lib/queries/getCustomerGiftCodes.d.ts +2 -0
  421. package/lib/queries/getCustomerGiftCodes.js +19 -0
  422. package/lib/queries/getCustomerLoyaltyPoints.d.ts +2 -0
  423. package/lib/queries/getCustomerLoyaltyPoints.js +17 -0
  424. package/lib/queries/getCustomerPrivilegeCards.d.ts +2 -0
  425. package/lib/queries/getCustomerPrivilegeCards.js +19 -0
  426. package/lib/queries/getFerryAddonCategories.d.ts +2 -0
  427. package/lib/queries/getFerryAddonCategories.js +19 -0
  428. package/lib/queries/getFerryAvailableAccommodations.d.ts +2 -0
  429. package/lib/queries/getFerryAvailableAccommodations.js +22 -0
  430. package/lib/queries/getFerryCars.d.ts +2 -0
  431. package/lib/queries/getFerryCars.js +19 -0
  432. package/lib/queries/getFerryCivilities.d.ts +2 -0
  433. package/lib/queries/getFerryCivilities.js +19 -0
  434. package/lib/queries/getFerryCrossings.d.ts +2 -0
  435. package/lib/queries/getFerryCrossings.js +20 -0
  436. package/lib/queries/getFerryNationalities.d.ts +2 -0
  437. package/lib/queries/getFerryNationalities.js +19 -0
  438. package/lib/queries/getFerryPorts.d.ts +2 -0
  439. package/lib/queries/getFerryPorts.js +19 -0
  440. package/lib/queries/getFerryProducts.d.ts +2 -0
  441. package/lib/queries/getFerryProducts.js +19 -0
  442. package/lib/queries/getFerryProposals.d.ts +2 -0
  443. package/lib/queries/getFerryProposals.js +21 -0
  444. package/lib/queries/getFerryTrailerCategories.d.ts +2 -0
  445. package/lib/queries/getFerryTrailerCategories.js +19 -0
  446. package/lib/queries/getFerryVehicleCategories.d.ts +2 -0
  447. package/lib/queries/getFerryVehicleCategories.js +19 -0
  448. package/lib/queries/getFerryVehicleFuels.d.ts +2 -0
  449. package/lib/queries/getFerryVehicleFuels.js +19 -0
  450. package/lib/queries/getFidelityLogs.d.ts +2 -0
  451. package/lib/queries/getFidelityLogs.js +17 -0
  452. package/lib/queries/getFidelityRules.d.ts +2 -0
  453. package/lib/queries/getFidelityRules.js +17 -0
  454. package/lib/queries/getLanguages.d.ts +2 -0
  455. package/lib/queries/getLanguages.js +17 -0
  456. package/lib/queries/getLyraFormToken.d.ts +2 -0
  457. package/lib/queries/getLyraFormToken.js +26 -0
  458. package/lib/queries/getMapSelectorData.d.ts +2 -0
  459. package/lib/queries/getMapSelectorData.js +18 -0
  460. package/lib/queries/getMyLogin.d.ts +2 -0
  461. package/lib/queries/getMyLogin.js +17 -0
  462. package/lib/queries/getNeobookingTranslations.d.ts +2 -0
  463. package/lib/queries/getNeobookingTranslations.js +24 -0
  464. package/lib/queries/getOccupantProducts.d.ts +2 -0
  465. package/lib/queries/getOccupantProducts.js +18 -0
  466. package/lib/queries/getOccupantsFromCurrentCustomer.d.ts +2 -0
  467. package/lib/queries/getOccupantsFromCurrentCustomer.js +20 -0
  468. package/lib/queries/getOwnerLeases.d.ts +1 -0
  469. package/lib/queries/getOwnerLeases.js +17 -0
  470. package/lib/queries/getOwnerRoomPlanningData.d.ts +2 -0
  471. package/lib/queries/getOwnerRoomPlanningData.js +20 -0
  472. package/lib/queries/getPartner.d.ts +2 -0
  473. package/lib/queries/getPartner.js +17 -0
  474. package/lib/queries/getPartnerCustomers.d.ts +2 -0
  475. package/lib/queries/getPartnerCustomers.js +19 -0
  476. package/lib/queries/getPaymentMethods.d.ts +2 -0
  477. package/lib/queries/getPaymentMethods.js +17 -0
  478. package/lib/queries/getPaymentPlans.d.ts +2 -0
  479. package/lib/queries/getPaymentPlans.js +18 -0
  480. package/lib/queries/getPendingFerryBooking.d.ts +2 -0
  481. package/lib/queries/getPendingFerryBooking.js +19 -0
  482. package/lib/queries/getPostCodeApiDetail.d.ts +2 -0
  483. package/lib/queries/getPostCodeApiDetail.js +18 -0
  484. package/lib/queries/getPostCodeApiSimple.d.ts +2 -0
  485. package/lib/queries/getPostCodeApiSimple.js +18 -0
  486. package/lib/queries/getPrivilegeCardTypes.d.ts +2 -0
  487. package/lib/queries/getPrivilegeCardTypes.js +17 -0
  488. package/lib/queries/getProductCategories.d.ts +2 -0
  489. package/lib/queries/getProductCategories.js +17 -0
  490. package/lib/queries/getProperties.d.ts +4 -0
  491. package/lib/queries/getProperties.js +47 -0
  492. package/lib/queries/getProposalByRoomTypes.d.ts +2 -0
  493. package/lib/queries/getProposalByRoomTypes.js +18 -0
  494. package/lib/queries/getProposals.d.ts +2 -0
  495. package/lib/queries/getProposals.js +18 -0
  496. package/lib/queries/getProposalsByKeys.d.ts +2 -0
  497. package/lib/queries/getProposalsByKeys.js +18 -0
  498. package/lib/queries/getProposalsByProperties.d.ts +2 -0
  499. package/lib/queries/getProposalsByProperties.js +20 -0
  500. package/lib/queries/getRelationships.d.ts +2 -0
  501. package/lib/queries/getRelationships.js +19 -0
  502. package/lib/queries/getResalysErrorList.d.ts +2 -0
  503. package/lib/queries/getResalysErrorList.js +19 -0
  504. package/lib/queries/getResalysVersion.d.ts +2 -0
  505. package/lib/queries/getResalysVersion.js +14 -0
  506. package/lib/queries/getRoomTypeCategories.d.ts +2 -0
  507. package/lib/queries/getRoomTypeCategories.js +18 -0
  508. package/lib/queries/getRoomTypes.d.ts +2 -0
  509. package/lib/queries/getRoomTypes.js +24 -0
  510. package/lib/queries/getSalesChannelMode.d.ts +2 -0
  511. package/lib/queries/getSalesChannelMode.js +14 -0
  512. package/lib/queries/getSession.d.ts +2 -0
  513. package/lib/queries/getSession.js +14 -0
  514. package/lib/queries/getSkisetMeasurements.d.ts +2 -0
  515. package/lib/queries/getSkisetMeasurements.js +17 -0
  516. package/lib/queries/getTranslations.d.ts +2 -0
  517. package/lib/queries/getTranslations.js +18 -0
  518. package/lib/queries/getUserLanguage.d.ts +2 -0
  519. package/lib/queries/getUserLanguage.js +16 -0
  520. package/lib/queries/hasProductsForOccupant.d.ts +2 -0
  521. package/lib/queries/hasProductsForOccupant.js +17 -0
  522. package/lib/queries/index.d.ts +74 -0
  523. package/lib/queries/index.js +152 -0
  524. package/lib/queries/renewPassword.d.ts +2 -0
  525. package/lib/queries/renewPassword.js +18 -0
  526. package/lib/queries/requestBrochure.d.ts +2 -0
  527. package/lib/queries/requestBrochure.js +18 -0
  528. package/lib/types/index.d.ts +2882 -0
  529. package/lib/types/index.js +46 -0
  530. package/package.json +54 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.disableEnablePartnerCustomerAccountMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const disableEnablePartnerCustomerAccountMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation disableEnablePartnerCustomerAccount($session: Session!, $input: DisableEnablePartnerCustomerAccountInput) {
9
+ disableEnablePartnerCustomerAccount(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.disableEnablePartnerCustomerAccountMutation = disableEnablePartnerCustomerAccountMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const disableServiceCustomerAccountMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.disableServiceCustomerAccountMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const disableServiceCustomerAccountMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation disableServiceCustomerAccount($session: Session!, $input: DisableServiceCustomerAccountInput) {
9
+ disableServiceCustomerAccount(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.disableServiceCustomerAccountMutation = disableServiceCustomerAccountMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const doFastCheckinMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.doFastCheckinMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const customerBooking_1 = require("../outputs/customerBooking");
6
+ const doFastCheckinMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation doFastCheckin($session: Session!, $input: DoFastCheckinInput) {
9
+ doFastCheckin(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ reservation {
14
+ ${customerBooking_1.customerBookingOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.doFastCheckinMutation = doFastCheckinMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const doFastCheckoutMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.doFastCheckoutMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const customerBooking_1 = require("../outputs/customerBooking");
6
+ const doFastCheckoutMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation doFastCheckout($session: Session!, $input: DoFastCheckoutInput) {
9
+ doFastCheckout(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ reservation {
14
+ ${customerBooking_1.customerBookingOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.doFastCheckoutMutation = doFastCheckoutMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "graphql";
2
+ export declare const expireSessionMutation: () => DocumentNode;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.expireSessionMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const expireSessionMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation expireSession($session: Session!) {
8
+ expireSession(session: $session) {
9
+ isExpired
10
+ }
11
+ }
12
+ `;
13
+ };
14
+ exports.expireSessionMutation = expireSessionMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const facebookLoginMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.facebookLoginMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const facebookLoginMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation facebookLogin($session: Session!, $input: FacebookLoginInput!) {
9
+ facebookLogin(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.facebookLoginMutation = facebookLoginMutation;
@@ -0,0 +1,69 @@
1
+ import { addBabyMutation } from './addBaby';
2
+ import { addCustomerDepositAccountPaymentsMutation } from './addCustomerDepositAccountPayments';
3
+ import { addDiscountCodeMutation } from './addDiscountCode';
4
+ import { addFidelityPointToProductMutation } from './addFidelityPointToProduct';
5
+ import { addGiftCodeMutation } from './addGiftCode';
6
+ import { addObservationMutation } from './addObservation';
7
+ import { addOccupantMutation } from './addOccupant';
8
+ import { addPartnerCustomerAccountMutation } from './addPartnerCustomerAccount';
9
+ import { addPartnerToCartMutation } from './addPartnerToCart';
10
+ import { addProductToBookingMutation } from './addProductToBooking';
11
+ import { addProductToOccupantMutation } from './addProductToOccupant';
12
+ import { cancelFerryBookingMutation } from './cancelFerryBooking';
13
+ import { changePasswordMutation } from './changePassword';
14
+ import { chooseFerryProposalMutation } from './chooseFerryProposal';
15
+ import { chooseProposalFromKeysMutation } from './chooseProposalFromKeys';
16
+ import { chooseRoundTripProposalsMutation } from './chooseRoundTripProposals';
17
+ import { confirmFastCheckoutMutation } from './confirmFastCheckout';
18
+ import { createCustomerAccountMutation } from './createCustomerAccount';
19
+ import { createServiceCustomerAccountMutation } from './createServiceCustomerAccount';
20
+ import { disableEnablePartnerCustomerAccountMutation } from './disableEnablePartnerCustomerAccount';
21
+ import { disableServiceCustomerAccountMutation } from './disableServiceCustomerAccount';
22
+ import { doFastCheckinMutation } from './doFastCheckin';
23
+ import { doFastCheckoutMutation } from './doFastCheckout';
24
+ import { expireSessionMutation } from './expireSession';
25
+ import { facebookLoginMutation } from './facebookLogin';
26
+ import { loginMutation } from './login';
27
+ import { loginAnyCustomerTypeMutation } from './loginAnyCustomerType';
28
+ import { loginETOModeMutation } from './loginETOMode';
29
+ import { loginHash256Mutation } from './loginHash256';
30
+ import { loginPartnerMutation } from './loginPartner';
31
+ import { logoutMutation } from './logout';
32
+ import { payOnStoredCreditCardMutation } from './payOnStoredCreditCard';
33
+ import { redirectPaymentGatewayForAmountMutation } from './redirectPaymentGatewayForAmount';
34
+ import { redirectPaymentGatewayForCartMutation } from './redirectPaymentGatewayForCart';
35
+ import { redirectPaymentGatewayForInstalmentMutation } from './redirectPaymentGatewayForInstalment';
36
+ import { removeBookingFromCartMutation } from './removeBookingFromCart';
37
+ import { removeCartPaymentsMutation } from './removeCartPayments';
38
+ import { removeCustomerAccountMutation } from './removeCustomerAccount';
39
+ import { removeDiscountCodeMutation } from './removeDiscountCode';
40
+ import { removeGiftCodeMutation } from './removeGiftCode';
41
+ import { removeOccupantMutation } from './removeOccupant';
42
+ import { removeStayMutation } from './removeStay';
43
+ import { resetCartMutation } from './resetCart';
44
+ import { resetPendingFerryBookingMutation } from './resetPendingFerryBooking';
45
+ import { saveCartMutation } from './saveCart';
46
+ import { saveFerryBookingMutation } from './saveFerryBooking';
47
+ import { setSessionLanguageMutation } from './setSessionLanguage';
48
+ import { switchToPartnerConventionMutation } from './switchToPartnerConvention';
49
+ import { unlockBookingMutation } from './unlockBooking';
50
+ import { updateBookingCriteriasMutation } from './updateBookingCriterias';
51
+ import { updateCartPaymentMethodMutation } from './updateCartPaymentMethod';
52
+ import { updateCartPaymentPlansMutation } from './updateCartPaymentPlans';
53
+ import { updateCustomerAccountMutation } from './updateCustomerAccount';
54
+ import { updateCustomerBookingMutation } from './updateCustomerBooking';
55
+ import { updateFerryAccommodationsMutation } from './updateFerryAccommodations';
56
+ import { updateFerryBookingMutation } from './updateFerryBooking';
57
+ import { updateFerryTravelersInformationMutation } from './updateFerryTravelersInformation';
58
+ import { updateOccupantMutation } from './updateOccupant';
59
+ import { updateOccupantSkisetMeasurementsMutation } from './updateOccupantSkisetMeasurements';
60
+ import { updatePartnerAccountMutation } from './updatePartnerAccount';
61
+ import { updatePartnerPaymentPlansMutation } from './updatePartnerPaymentPlans';
62
+ import { updatePayerPaymentPlansMutation } from './updatePayerPaymentPlans';
63
+ import { updatePrimaryOccupantMutation } from './updatePrimaryOccupant';
64
+ import { updateRoomFromMapMutation } from './updateRoomFromMap';
65
+ import { updateServiceCustomerAccountMutation } from './updateServiceCustomerAccount';
66
+ import { updateStayTimeMutation } from './updateStayTime';
67
+ import { updateTotalOccupantsMutation } from './updateTotalOccupants';
68
+ import { validateLyraPaymentMutation } from './validateLyraPayment';
69
+ export { addBabyMutation, addCustomerDepositAccountPaymentsMutation, addDiscountCodeMutation, addGiftCodeMutation, addObservationMutation, addOccupantMutation, addPartnerToCartMutation, addProductToBookingMutation, addProductToOccupantMutation, chooseProposalFromKeysMutation, confirmFastCheckoutMutation, createCustomerAccountMutation, doFastCheckinMutation, doFastCheckoutMutation, facebookLoginMutation, loginMutation, loginAnyCustomerTypeMutation, loginETOModeMutation, loginPartnerMutation, logoutMutation, redirectPaymentGatewayForAmountMutation, redirectPaymentGatewayForCartMutation, redirectPaymentGatewayForInstalmentMutation, removeBookingFromCartMutation, removeCartPaymentsMutation, removeCustomerAccountMutation, removeDiscountCodeMutation, removeGiftCodeMutation, removeOccupantMutation, removeStayMutation, resetCartMutation, saveCartMutation, switchToPartnerConventionMutation, updateCartPaymentMethodMutation, updateCartPaymentPlansMutation, updateCustomerAccountMutation, updateCustomerBookingMutation, updateOccupantMutation, updatePartnerPaymentPlansMutation, updatePayerPaymentPlansMutation, updateTotalOccupantsMutation, updateRoomFromMapMutation, updatePrimaryOccupantMutation, updateStayTimeMutation, loginHash256Mutation, expireSessionMutation, unlockBookingMutation, updateBookingCriteriasMutation, changePasswordMutation, updateOccupantSkisetMeasurementsMutation, payOnStoredCreditCardMutation, setSessionLanguageMutation, addFidelityPointToProductMutation, chooseFerryProposalMutation, updateFerryAccommodationsMutation, updateFerryTravelersInformationMutation, saveFerryBookingMutation, cancelFerryBookingMutation, updateFerryBookingMutation, resetPendingFerryBookingMutation, updatePartnerAccountMutation, chooseRoundTripProposalsMutation, createServiceCustomerAccountMutation, updateServiceCustomerAccountMutation, disableServiceCustomerAccountMutation, addPartnerCustomerAccountMutation, disableEnablePartnerCustomerAccountMutation, validateLyraPaymentMutation, };
@@ -0,0 +1,140 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.updateOccupantSkisetMeasurementsMutation = exports.changePasswordMutation = exports.updateBookingCriteriasMutation = exports.unlockBookingMutation = exports.expireSessionMutation = exports.loginHash256Mutation = exports.updateStayTimeMutation = exports.updatePrimaryOccupantMutation = exports.updateRoomFromMapMutation = exports.updateTotalOccupantsMutation = exports.updatePayerPaymentPlansMutation = exports.updatePartnerPaymentPlansMutation = exports.updateOccupantMutation = exports.updateCustomerBookingMutation = exports.updateCustomerAccountMutation = exports.updateCartPaymentPlansMutation = exports.updateCartPaymentMethodMutation = exports.switchToPartnerConventionMutation = exports.saveCartMutation = exports.resetCartMutation = exports.removeStayMutation = exports.removeOccupantMutation = exports.removeGiftCodeMutation = exports.removeDiscountCodeMutation = exports.removeCustomerAccountMutation = exports.removeCartPaymentsMutation = exports.removeBookingFromCartMutation = exports.redirectPaymentGatewayForInstalmentMutation = exports.redirectPaymentGatewayForCartMutation = exports.redirectPaymentGatewayForAmountMutation = exports.logoutMutation = exports.loginPartnerMutation = exports.loginETOModeMutation = exports.loginAnyCustomerTypeMutation = exports.loginMutation = exports.facebookLoginMutation = exports.doFastCheckoutMutation = exports.doFastCheckinMutation = exports.createCustomerAccountMutation = exports.confirmFastCheckoutMutation = exports.chooseProposalFromKeysMutation = exports.addProductToOccupantMutation = exports.addProductToBookingMutation = exports.addPartnerToCartMutation = exports.addOccupantMutation = exports.addObservationMutation = exports.addGiftCodeMutation = exports.addDiscountCodeMutation = exports.addCustomerDepositAccountPaymentsMutation = exports.addBabyMutation = void 0;
4
+ exports.validateLyraPaymentMutation = exports.disableEnablePartnerCustomerAccountMutation = exports.addPartnerCustomerAccountMutation = exports.disableServiceCustomerAccountMutation = exports.updateServiceCustomerAccountMutation = exports.createServiceCustomerAccountMutation = exports.chooseRoundTripProposalsMutation = exports.updatePartnerAccountMutation = exports.resetPendingFerryBookingMutation = exports.updateFerryBookingMutation = exports.cancelFerryBookingMutation = exports.saveFerryBookingMutation = exports.updateFerryTravelersInformationMutation = exports.updateFerryAccommodationsMutation = exports.chooseFerryProposalMutation = exports.addFidelityPointToProductMutation = exports.setSessionLanguageMutation = exports.payOnStoredCreditCardMutation = void 0;
5
+ const addBaby_1 = require("./addBaby");
6
+ Object.defineProperty(exports, "addBabyMutation", { enumerable: true, get: function () { return addBaby_1.addBabyMutation; } });
7
+ const addCustomerDepositAccountPayments_1 = require("./addCustomerDepositAccountPayments");
8
+ Object.defineProperty(exports, "addCustomerDepositAccountPaymentsMutation", { enumerable: true, get: function () { return addCustomerDepositAccountPayments_1.addCustomerDepositAccountPaymentsMutation; } });
9
+ const addDiscountCode_1 = require("./addDiscountCode");
10
+ Object.defineProperty(exports, "addDiscountCodeMutation", { enumerable: true, get: function () { return addDiscountCode_1.addDiscountCodeMutation; } });
11
+ const addFidelityPointToProduct_1 = require("./addFidelityPointToProduct");
12
+ Object.defineProperty(exports, "addFidelityPointToProductMutation", { enumerable: true, get: function () { return addFidelityPointToProduct_1.addFidelityPointToProductMutation; } });
13
+ const addGiftCode_1 = require("./addGiftCode");
14
+ Object.defineProperty(exports, "addGiftCodeMutation", { enumerable: true, get: function () { return addGiftCode_1.addGiftCodeMutation; } });
15
+ const addObservation_1 = require("./addObservation");
16
+ Object.defineProperty(exports, "addObservationMutation", { enumerable: true, get: function () { return addObservation_1.addObservationMutation; } });
17
+ const addOccupant_1 = require("./addOccupant");
18
+ Object.defineProperty(exports, "addOccupantMutation", { enumerable: true, get: function () { return addOccupant_1.addOccupantMutation; } });
19
+ const addPartnerCustomerAccount_1 = require("./addPartnerCustomerAccount");
20
+ Object.defineProperty(exports, "addPartnerCustomerAccountMutation", { enumerable: true, get: function () { return addPartnerCustomerAccount_1.addPartnerCustomerAccountMutation; } });
21
+ const addPartnerToCart_1 = require("./addPartnerToCart");
22
+ Object.defineProperty(exports, "addPartnerToCartMutation", { enumerable: true, get: function () { return addPartnerToCart_1.addPartnerToCartMutation; } });
23
+ const addProductToBooking_1 = require("./addProductToBooking");
24
+ Object.defineProperty(exports, "addProductToBookingMutation", { enumerable: true, get: function () { return addProductToBooking_1.addProductToBookingMutation; } });
25
+ const addProductToOccupant_1 = require("./addProductToOccupant");
26
+ Object.defineProperty(exports, "addProductToOccupantMutation", { enumerable: true, get: function () { return addProductToOccupant_1.addProductToOccupantMutation; } });
27
+ const cancelFerryBooking_1 = require("./cancelFerryBooking");
28
+ Object.defineProperty(exports, "cancelFerryBookingMutation", { enumerable: true, get: function () { return cancelFerryBooking_1.cancelFerryBookingMutation; } });
29
+ const changePassword_1 = require("./changePassword");
30
+ Object.defineProperty(exports, "changePasswordMutation", { enumerable: true, get: function () { return changePassword_1.changePasswordMutation; } });
31
+ const chooseFerryProposal_1 = require("./chooseFerryProposal");
32
+ Object.defineProperty(exports, "chooseFerryProposalMutation", { enumerable: true, get: function () { return chooseFerryProposal_1.chooseFerryProposalMutation; } });
33
+ const chooseProposalFromKeys_1 = require("./chooseProposalFromKeys");
34
+ Object.defineProperty(exports, "chooseProposalFromKeysMutation", { enumerable: true, get: function () { return chooseProposalFromKeys_1.chooseProposalFromKeysMutation; } });
35
+ const chooseRoundTripProposals_1 = require("./chooseRoundTripProposals");
36
+ Object.defineProperty(exports, "chooseRoundTripProposalsMutation", { enumerable: true, get: function () { return chooseRoundTripProposals_1.chooseRoundTripProposalsMutation; } });
37
+ const confirmFastCheckout_1 = require("./confirmFastCheckout");
38
+ Object.defineProperty(exports, "confirmFastCheckoutMutation", { enumerable: true, get: function () { return confirmFastCheckout_1.confirmFastCheckoutMutation; } });
39
+ const createCustomerAccount_1 = require("./createCustomerAccount");
40
+ Object.defineProperty(exports, "createCustomerAccountMutation", { enumerable: true, get: function () { return createCustomerAccount_1.createCustomerAccountMutation; } });
41
+ const createServiceCustomerAccount_1 = require("./createServiceCustomerAccount");
42
+ Object.defineProperty(exports, "createServiceCustomerAccountMutation", { enumerable: true, get: function () { return createServiceCustomerAccount_1.createServiceCustomerAccountMutation; } });
43
+ const disableEnablePartnerCustomerAccount_1 = require("./disableEnablePartnerCustomerAccount");
44
+ Object.defineProperty(exports, "disableEnablePartnerCustomerAccountMutation", { enumerable: true, get: function () { return disableEnablePartnerCustomerAccount_1.disableEnablePartnerCustomerAccountMutation; } });
45
+ const disableServiceCustomerAccount_1 = require("./disableServiceCustomerAccount");
46
+ Object.defineProperty(exports, "disableServiceCustomerAccountMutation", { enumerable: true, get: function () { return disableServiceCustomerAccount_1.disableServiceCustomerAccountMutation; } });
47
+ const doFastCheckin_1 = require("./doFastCheckin");
48
+ Object.defineProperty(exports, "doFastCheckinMutation", { enumerable: true, get: function () { return doFastCheckin_1.doFastCheckinMutation; } });
49
+ const doFastCheckout_1 = require("./doFastCheckout");
50
+ Object.defineProperty(exports, "doFastCheckoutMutation", { enumerable: true, get: function () { return doFastCheckout_1.doFastCheckoutMutation; } });
51
+ const expireSession_1 = require("./expireSession");
52
+ Object.defineProperty(exports, "expireSessionMutation", { enumerable: true, get: function () { return expireSession_1.expireSessionMutation; } });
53
+ const facebookLogin_1 = require("./facebookLogin");
54
+ Object.defineProperty(exports, "facebookLoginMutation", { enumerable: true, get: function () { return facebookLogin_1.facebookLoginMutation; } });
55
+ const login_1 = require("./login");
56
+ Object.defineProperty(exports, "loginMutation", { enumerable: true, get: function () { return login_1.loginMutation; } });
57
+ const loginAnyCustomerType_1 = require("./loginAnyCustomerType");
58
+ Object.defineProperty(exports, "loginAnyCustomerTypeMutation", { enumerable: true, get: function () { return loginAnyCustomerType_1.loginAnyCustomerTypeMutation; } });
59
+ const loginETOMode_1 = require("./loginETOMode");
60
+ Object.defineProperty(exports, "loginETOModeMutation", { enumerable: true, get: function () { return loginETOMode_1.loginETOModeMutation; } });
61
+ const loginHash256_1 = require("./loginHash256");
62
+ Object.defineProperty(exports, "loginHash256Mutation", { enumerable: true, get: function () { return loginHash256_1.loginHash256Mutation; } });
63
+ const loginPartner_1 = require("./loginPartner");
64
+ Object.defineProperty(exports, "loginPartnerMutation", { enumerable: true, get: function () { return loginPartner_1.loginPartnerMutation; } });
65
+ const logout_1 = require("./logout");
66
+ Object.defineProperty(exports, "logoutMutation", { enumerable: true, get: function () { return logout_1.logoutMutation; } });
67
+ const payOnStoredCreditCard_1 = require("./payOnStoredCreditCard");
68
+ Object.defineProperty(exports, "payOnStoredCreditCardMutation", { enumerable: true, get: function () { return payOnStoredCreditCard_1.payOnStoredCreditCardMutation; } });
69
+ const redirectPaymentGatewayForAmount_1 = require("./redirectPaymentGatewayForAmount");
70
+ Object.defineProperty(exports, "redirectPaymentGatewayForAmountMutation", { enumerable: true, get: function () { return redirectPaymentGatewayForAmount_1.redirectPaymentGatewayForAmountMutation; } });
71
+ const redirectPaymentGatewayForCart_1 = require("./redirectPaymentGatewayForCart");
72
+ Object.defineProperty(exports, "redirectPaymentGatewayForCartMutation", { enumerable: true, get: function () { return redirectPaymentGatewayForCart_1.redirectPaymentGatewayForCartMutation; } });
73
+ const redirectPaymentGatewayForInstalment_1 = require("./redirectPaymentGatewayForInstalment");
74
+ Object.defineProperty(exports, "redirectPaymentGatewayForInstalmentMutation", { enumerable: true, get: function () { return redirectPaymentGatewayForInstalment_1.redirectPaymentGatewayForInstalmentMutation; } });
75
+ const removeBookingFromCart_1 = require("./removeBookingFromCart");
76
+ Object.defineProperty(exports, "removeBookingFromCartMutation", { enumerable: true, get: function () { return removeBookingFromCart_1.removeBookingFromCartMutation; } });
77
+ const removeCartPayments_1 = require("./removeCartPayments");
78
+ Object.defineProperty(exports, "removeCartPaymentsMutation", { enumerable: true, get: function () { return removeCartPayments_1.removeCartPaymentsMutation; } });
79
+ const removeCustomerAccount_1 = require("./removeCustomerAccount");
80
+ Object.defineProperty(exports, "removeCustomerAccountMutation", { enumerable: true, get: function () { return removeCustomerAccount_1.removeCustomerAccountMutation; } });
81
+ const removeDiscountCode_1 = require("./removeDiscountCode");
82
+ Object.defineProperty(exports, "removeDiscountCodeMutation", { enumerable: true, get: function () { return removeDiscountCode_1.removeDiscountCodeMutation; } });
83
+ const removeGiftCode_1 = require("./removeGiftCode");
84
+ Object.defineProperty(exports, "removeGiftCodeMutation", { enumerable: true, get: function () { return removeGiftCode_1.removeGiftCodeMutation; } });
85
+ const removeOccupant_1 = require("./removeOccupant");
86
+ Object.defineProperty(exports, "removeOccupantMutation", { enumerable: true, get: function () { return removeOccupant_1.removeOccupantMutation; } });
87
+ const removeStay_1 = require("./removeStay");
88
+ Object.defineProperty(exports, "removeStayMutation", { enumerable: true, get: function () { return removeStay_1.removeStayMutation; } });
89
+ const resetCart_1 = require("./resetCart");
90
+ Object.defineProperty(exports, "resetCartMutation", { enumerable: true, get: function () { return resetCart_1.resetCartMutation; } });
91
+ const resetPendingFerryBooking_1 = require("./resetPendingFerryBooking");
92
+ Object.defineProperty(exports, "resetPendingFerryBookingMutation", { enumerable: true, get: function () { return resetPendingFerryBooking_1.resetPendingFerryBookingMutation; } });
93
+ const saveCart_1 = require("./saveCart");
94
+ Object.defineProperty(exports, "saveCartMutation", { enumerable: true, get: function () { return saveCart_1.saveCartMutation; } });
95
+ const saveFerryBooking_1 = require("./saveFerryBooking");
96
+ Object.defineProperty(exports, "saveFerryBookingMutation", { enumerable: true, get: function () { return saveFerryBooking_1.saveFerryBookingMutation; } });
97
+ const setSessionLanguage_1 = require("./setSessionLanguage");
98
+ Object.defineProperty(exports, "setSessionLanguageMutation", { enumerable: true, get: function () { return setSessionLanguage_1.setSessionLanguageMutation; } });
99
+ const switchToPartnerConvention_1 = require("./switchToPartnerConvention");
100
+ Object.defineProperty(exports, "switchToPartnerConventionMutation", { enumerable: true, get: function () { return switchToPartnerConvention_1.switchToPartnerConventionMutation; } });
101
+ const unlockBooking_1 = require("./unlockBooking");
102
+ Object.defineProperty(exports, "unlockBookingMutation", { enumerable: true, get: function () { return unlockBooking_1.unlockBookingMutation; } });
103
+ const updateBookingCriterias_1 = require("./updateBookingCriterias");
104
+ Object.defineProperty(exports, "updateBookingCriteriasMutation", { enumerable: true, get: function () { return updateBookingCriterias_1.updateBookingCriteriasMutation; } });
105
+ const updateCartPaymentMethod_1 = require("./updateCartPaymentMethod");
106
+ Object.defineProperty(exports, "updateCartPaymentMethodMutation", { enumerable: true, get: function () { return updateCartPaymentMethod_1.updateCartPaymentMethodMutation; } });
107
+ const updateCartPaymentPlans_1 = require("./updateCartPaymentPlans");
108
+ Object.defineProperty(exports, "updateCartPaymentPlansMutation", { enumerable: true, get: function () { return updateCartPaymentPlans_1.updateCartPaymentPlansMutation; } });
109
+ const updateCustomerAccount_1 = require("./updateCustomerAccount");
110
+ Object.defineProperty(exports, "updateCustomerAccountMutation", { enumerable: true, get: function () { return updateCustomerAccount_1.updateCustomerAccountMutation; } });
111
+ const updateCustomerBooking_1 = require("./updateCustomerBooking");
112
+ Object.defineProperty(exports, "updateCustomerBookingMutation", { enumerable: true, get: function () { return updateCustomerBooking_1.updateCustomerBookingMutation; } });
113
+ const updateFerryAccommodations_1 = require("./updateFerryAccommodations");
114
+ Object.defineProperty(exports, "updateFerryAccommodationsMutation", { enumerable: true, get: function () { return updateFerryAccommodations_1.updateFerryAccommodationsMutation; } });
115
+ const updateFerryBooking_1 = require("./updateFerryBooking");
116
+ Object.defineProperty(exports, "updateFerryBookingMutation", { enumerable: true, get: function () { return updateFerryBooking_1.updateFerryBookingMutation; } });
117
+ const updateFerryTravelersInformation_1 = require("./updateFerryTravelersInformation");
118
+ Object.defineProperty(exports, "updateFerryTravelersInformationMutation", { enumerable: true, get: function () { return updateFerryTravelersInformation_1.updateFerryTravelersInformationMutation; } });
119
+ const updateOccupant_1 = require("./updateOccupant");
120
+ Object.defineProperty(exports, "updateOccupantMutation", { enumerable: true, get: function () { return updateOccupant_1.updateOccupantMutation; } });
121
+ const updateOccupantSkisetMeasurements_1 = require("./updateOccupantSkisetMeasurements");
122
+ Object.defineProperty(exports, "updateOccupantSkisetMeasurementsMutation", { enumerable: true, get: function () { return updateOccupantSkisetMeasurements_1.updateOccupantSkisetMeasurementsMutation; } });
123
+ const updatePartnerAccount_1 = require("./updatePartnerAccount");
124
+ Object.defineProperty(exports, "updatePartnerAccountMutation", { enumerable: true, get: function () { return updatePartnerAccount_1.updatePartnerAccountMutation; } });
125
+ const updatePartnerPaymentPlans_1 = require("./updatePartnerPaymentPlans");
126
+ Object.defineProperty(exports, "updatePartnerPaymentPlansMutation", { enumerable: true, get: function () { return updatePartnerPaymentPlans_1.updatePartnerPaymentPlansMutation; } });
127
+ const updatePayerPaymentPlans_1 = require("./updatePayerPaymentPlans");
128
+ Object.defineProperty(exports, "updatePayerPaymentPlansMutation", { enumerable: true, get: function () { return updatePayerPaymentPlans_1.updatePayerPaymentPlansMutation; } });
129
+ const updatePrimaryOccupant_1 = require("./updatePrimaryOccupant");
130
+ Object.defineProperty(exports, "updatePrimaryOccupantMutation", { enumerable: true, get: function () { return updatePrimaryOccupant_1.updatePrimaryOccupantMutation; } });
131
+ const updateRoomFromMap_1 = require("./updateRoomFromMap");
132
+ Object.defineProperty(exports, "updateRoomFromMapMutation", { enumerable: true, get: function () { return updateRoomFromMap_1.updateRoomFromMapMutation; } });
133
+ const updateServiceCustomerAccount_1 = require("./updateServiceCustomerAccount");
134
+ Object.defineProperty(exports, "updateServiceCustomerAccountMutation", { enumerable: true, get: function () { return updateServiceCustomerAccount_1.updateServiceCustomerAccountMutation; } });
135
+ const updateStayTime_1 = require("./updateStayTime");
136
+ Object.defineProperty(exports, "updateStayTimeMutation", { enumerable: true, get: function () { return updateStayTime_1.updateStayTimeMutation; } });
137
+ const updateTotalOccupants_1 = require("./updateTotalOccupants");
138
+ Object.defineProperty(exports, "updateTotalOccupantsMutation", { enumerable: true, get: function () { return updateTotalOccupants_1.updateTotalOccupantsMutation; } });
139
+ const validateLyraPayment_1 = require("./validateLyraPayment");
140
+ Object.defineProperty(exports, "validateLyraPaymentMutation", { enumerable: true, get: function () { return validateLyraPayment_1.validateLyraPaymentMutation; } });
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const loginMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.loginMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const loginMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation login($session: Session!, $input: LoginInput!) {
9
+ login(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.loginMutation = loginMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const loginAnyCustomerTypeMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.loginAnyCustomerTypeMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const loginAnyCustomerTypeMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation loginAnyCustomerType($session: Session!, $input: LoginAnyCustomerTypeInput) {
9
+ loginAnyCustomerType(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.loginAnyCustomerTypeMutation = loginAnyCustomerTypeMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const loginETOModeMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.loginETOModeMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const loginETOModeMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation loginETOMode($session: Session!, $input: LoginETOModeInput!) {
9
+ loginETOMode(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.loginETOModeMutation = loginETOModeMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "graphql";
2
+ export declare const loginHash256Mutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.loginHash256Mutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const loginHash256Mutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation loginHash256($session: Session!, $input: LoginHash256Input!) {
9
+ loginHash256(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.loginHash256Mutation = loginHash256Mutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const loginPartnerMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.loginPartnerMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const service_1 = require("../outputs/service");
6
+ const loginPartnerMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation loginPartner($session: Session!, $input: LoginPartnerInput) {
9
+ loginPartner(
10
+ session: $session,
11
+ input: $input
12
+ ) {
13
+ service {
14
+ ${service_1.serviceOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.loginPartnerMutation = loginPartnerMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const logoutMutation: () => DocumentNode;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.logoutMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const logoutMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation logout($session: Session!) {
8
+ logout(session: $session) {
9
+ logout
10
+ }
11
+ }
12
+ `;
13
+ };
14
+ exports.logoutMutation = logoutMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const payOnStoredCreditCardMutation: () => DocumentNode;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.payOnStoredCreditCardMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const cart_1 = require("../outputs/cart");
6
+ const payOnStoredCreditCardMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation payOnStoredCreditCard(
9
+ $session: Session!
10
+ $input: payOnStoredCreditCardInput
11
+ ) {
12
+ payOnStoredCreditCard(session: $session, input: $input) {
13
+ cart {
14
+ ${cart_1.cartOutput}
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ };
20
+ exports.payOnStoredCreditCardMutation = payOnStoredCreditCardMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const redirectPaymentGatewayForAmountMutation: () => DocumentNode;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.redirectPaymentGatewayForAmountMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const redirectPaymentGatewayForAmountMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation redirectPaymentGatewayForAmount(
8
+ $session: Session!
9
+ $input: PaymentGatewayForAmountInput!
10
+ ) {
11
+ redirectPaymentGatewayForAmount(session: $session, input: $input) {
12
+ gateway
13
+ }
14
+ }
15
+ `;
16
+ };
17
+ exports.redirectPaymentGatewayForAmountMutation = redirectPaymentGatewayForAmountMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const redirectPaymentGatewayForCartMutation: () => DocumentNode;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.redirectPaymentGatewayForCartMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const redirectPaymentGatewayForCartMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation redirectPaymentGatewayForCart(
8
+ $session: Session!
9
+ $input: PaymentGatewayForCartInput!
10
+ ) {
11
+ redirectPaymentGatewayForCart(session: $session, input: $input) {
12
+ gateway
13
+ }
14
+ }
15
+ `;
16
+ };
17
+ exports.redirectPaymentGatewayForCartMutation = redirectPaymentGatewayForCartMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const redirectPaymentGatewayForInstalmentMutation: () => DocumentNode;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.redirectPaymentGatewayForInstalmentMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const redirectPaymentGatewayForInstalmentMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation redirectPaymentGatewayForInstalment(
8
+ $session: Session!
9
+ $input: PaymentGatewayForInstalmentInput!
10
+ ) {
11
+ redirectPaymentGatewayForInstalment(session: $session, input: $input) {
12
+ gateway
13
+ }
14
+ }
15
+ `;
16
+ };
17
+ exports.redirectPaymentGatewayForInstalmentMutation = redirectPaymentGatewayForInstalmentMutation;
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const removeBookingFromCartMutation: () => DocumentNode;