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,2882 @@
1
+ export type Maybe<T> = T | null;
2
+ export type InputMaybe<T> = Maybe<T>;
3
+ export type Exact<T extends {
4
+ [key: string]: unknown;
5
+ }> = {
6
+ [K in keyof T]: T[K];
7
+ };
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
9
+ [SubKey in K]?: Maybe<T[SubKey]>;
10
+ };
11
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
12
+ [SubKey in K]: Maybe<T[SubKey]>;
13
+ };
14
+ /** All built-in and custom scalars, mapped to their actual values */
15
+ export type Scalars = {
16
+ ID: string;
17
+ String: string;
18
+ Boolean: boolean;
19
+ Int: number;
20
+ Float: number;
21
+ BigDecimal: any;
22
+ Date: any;
23
+ FerryDate: any;
24
+ FerryTime: any;
25
+ LocalTime: any;
26
+ RslDate: any;
27
+ RslDateTime: any;
28
+ };
29
+ export type Accommodation = {
30
+ __typename?: "Accommodation";
31
+ code: Scalars["String"];
32
+ label?: Maybe<Scalars["String"]>;
33
+ occupancy?: Maybe<Scalars["Int"]>;
34
+ quantity?: Maybe<Scalars["Int"]>;
35
+ totalAmount?: Maybe<Amount>;
36
+ unitPrice?: Maybe<Amount>;
37
+ };
38
+ export type AccommodationInput = {
39
+ code?: InputMaybe<Scalars["String"]>;
40
+ quantity?: InputMaybe<Scalars["Int"]>;
41
+ };
42
+ export type AccommodationProductsInput = {
43
+ cartItemID?: InputMaybe<Scalars["Int"]>;
44
+ categoryCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
45
+ excludeMandatoryProduct?: InputMaybe<Scalars["Boolean"]>;
46
+ stayGuiid: Scalars["Int"];
47
+ };
48
+ export type AccommodationProductsOutput = {
49
+ __typename?: "AccommodationProductsOutput";
50
+ accommodationProducts?: Maybe<Array<Maybe<ProductByCategory>>>;
51
+ };
52
+ export type AccountInput = {
53
+ facebookID?: InputMaybe<Scalars["String"]>;
54
+ password?: InputMaybe<Scalars["String"]>;
55
+ password2?: InputMaybe<Scalars["String"]>;
56
+ userName?: InputMaybe<Scalars["String"]>;
57
+ };
58
+ export type AddBabyInput = {
59
+ cartItemID?: InputMaybe<Scalars["Int"]>;
60
+ stayGuiid: Scalars["Int"];
61
+ };
62
+ export type AddBabyOutput = {
63
+ __typename?: "AddBabyOutput";
64
+ cart?: Maybe<Cart>;
65
+ };
66
+ export type AddOccupantInput = {
67
+ cartItemID?: InputMaybe<Scalars["Int"]>;
68
+ occupantType?: InputMaybe<OccupantTypeEnum>;
69
+ stayGuiid: Scalars["Int"];
70
+ };
71
+ export type AddOccupantOutput = {
72
+ __typename?: "AddOccupantOutput";
73
+ cart?: Maybe<Cart>;
74
+ };
75
+ export type AddPartnerCustomerAccountInput = {
76
+ address: CustomerAddressInput;
77
+ birthDate: Scalars["Date"];
78
+ civility?: InputMaybe<Scalars["String"]>;
79
+ firstName: Scalars["String"];
80
+ lastName: Scalars["String"];
81
+ relationshipId?: InputMaybe<Scalars["Int"]>;
82
+ };
83
+ export type AddonCategory = {
84
+ __typename?: "AddonCategory";
85
+ code: Scalars["String"];
86
+ label?: Maybe<Scalars["String"]>;
87
+ size?: Maybe<Scalars["String"]>;
88
+ type?: Maybe<Scalars["String"]>;
89
+ };
90
+ export type Address = {
91
+ __typename?: "Address";
92
+ addressComplementary1?: Maybe<Scalars["String"]>;
93
+ addressComplementary2?: Maybe<Scalars["String"]>;
94
+ addressCountry?: Maybe<Country>;
95
+ city?: Maybe<Scalars["String"]>;
96
+ /** @deprecated Use 'addressCountry'. */
97
+ country?: Maybe<Option>;
98
+ fax?: Maybe<Scalars["String"]>;
99
+ latitude?: Maybe<Scalars["String"]>;
100
+ longitude?: Maybe<Scalars["String"]>;
101
+ mail?: Maybe<Scalars["String"]>;
102
+ phone1?: Maybe<Scalars["String"]>;
103
+ phone2?: Maybe<Scalars["String"]>;
104
+ postalLocality?: Maybe<Scalars["String"]>;
105
+ streetName?: Maybe<Scalars["String"]>;
106
+ zipCode?: Maybe<Scalars["String"]>;
107
+ };
108
+ export type AllOccupantProductsAllAgeRangesInput = {
109
+ cartItemID?: InputMaybe<Scalars["Int"]>;
110
+ categoryCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
111
+ stayGuiid: Scalars["Int"];
112
+ };
113
+ export type AllOccupantProductsAllAgeRangesOutput = {
114
+ __typename?: "AllOccupantProductsAllAgeRangesOutput";
115
+ occupantProducts?: Maybe<Array<Maybe<ProductByCategory>>>;
116
+ };
117
+ export type AlternativeProposalRule = {
118
+ __typename?: "AlternativeProposalRule";
119
+ dstProperties?: Maybe<Array<Maybe<Property>>>;
120
+ id: Scalars["Int"];
121
+ label?: Maybe<Scalars["String"]>;
122
+ priority?: Maybe<Scalars["Int"]>;
123
+ roomFeatures?: Maybe<Array<Maybe<CriteriaValue>>>;
124
+ srcProperty?: Maybe<Property>;
125
+ };
126
+ export type AlternativeProposalRulesForContractFolderInput = {
127
+ contractFolderId: Scalars["Int"];
128
+ };
129
+ export type AlternativeProposalRulesForContractFolderOutput = {
130
+ __typename?: "AlternativeProposalRulesForContractFolderOutput";
131
+ alternativeProposalRules?: Maybe<Array<Maybe<AlternativeProposalRule>>>;
132
+ };
133
+ export type Amount = {
134
+ __typename?: "Amount";
135
+ amount?: Maybe<Scalars["BigDecimal"]>;
136
+ currencyCode?: Maybe<Scalars["String"]>;
137
+ };
138
+ export type AmountInput = {
139
+ amount?: InputMaybe<Scalars["BigDecimal"]>;
140
+ currencyCode?: InputMaybe<Scalars["String"]>;
141
+ };
142
+ export type ApiAliveOutput = {
143
+ __typename?: "ApiAliveOutput";
144
+ alive?: Maybe<Scalars["Boolean"]>;
145
+ };
146
+ export type AuthenticationInput = {
147
+ password: Scalars["String"];
148
+ username: Scalars["String"];
149
+ };
150
+ export type AvailForRoomTypesInput = {
151
+ baseProductCode?: InputMaybe<Scalars["String"]>;
152
+ campaignCode: Scalars["String"];
153
+ childrenBirthdate?: InputMaybe<Array<InputMaybe<Scalars["Date"]>>>;
154
+ endDate?: InputMaybe<Scalars["Date"]>;
155
+ nbAdults: Scalars["Int"];
156
+ nbBabies?: InputMaybe<Scalars["Int"]>;
157
+ nbChildren1?: InputMaybe<Scalars["Int"]>;
158
+ nbChildren2?: InputMaybe<Scalars["Int"]>;
159
+ nbDays?: InputMaybe<Scalars["Int"]>;
160
+ propertyId: Scalars["Int"];
161
+ roomTypeCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
162
+ startDate: Scalars["Date"];
163
+ };
164
+ export type AvailForRoomTypesOutput = {
165
+ __typename?: "AvailForRoomTypesOutput";
166
+ availabilityRoomTypes?: Maybe<Array<Maybe<AvailabilityRoomType>>>;
167
+ };
168
+ export type AvailabilityRoomType = {
169
+ __typename?: "AvailabilityRoomType";
170
+ availability?: Maybe<Scalars["Int"]>;
171
+ bookable?: Maybe<Scalars["Boolean"]>;
172
+ minAdults?: Maybe<Scalars["Int"]>;
173
+ property?: Maybe<Property>;
174
+ proposal?: Maybe<Proposal>;
175
+ roomType?: Maybe<RoomType>;
176
+ };
177
+ export type AvailableRoomFeaturesInput = {
178
+ propertyIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
179
+ roomFeatureCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
180
+ };
181
+ export type AvailableRoomFeaturesOutput = {
182
+ __typename?: "AvailableRoomFeaturesOutput";
183
+ roomFeatures?: Maybe<Array<Maybe<RoomFeature>>>;
184
+ };
185
+ export type BookingDocumentsInput = {
186
+ bookingId: Scalars["Int"];
187
+ };
188
+ export type BookingDocumentsOutput = {
189
+ __typename?: "BookingDocumentsOutput";
190
+ documents?: Maybe<Array<Maybe<File>>>;
191
+ };
192
+ export type BookingProductsInput = {
193
+ cartItemID?: InputMaybe<Scalars["Int"]>;
194
+ categoryCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
195
+ excludeMandatoryInput?: InputMaybe<Scalars["Boolean"]>;
196
+ };
197
+ export type BookingProductsOutput = {
198
+ __typename?: "BookingProductsOutput";
199
+ bookingProducts?: Maybe<Array<Maybe<ProductByCategory>>>;
200
+ };
201
+ export type BookingRecordCriteriasOutput = {
202
+ __typename?: "BookingRecordCriteriasOutput";
203
+ criterias?: Maybe<Array<Maybe<Criteria>>>;
204
+ };
205
+ export declare enum BookingStatus {
206
+ Estimate = "ESTIMATE",
207
+ Guaranteed = "GUARANTEED",
208
+ Option = "OPTION"
209
+ }
210
+ export type Brochure = {
211
+ __typename?: "Brochure";
212
+ code?: Maybe<Scalars["String"]>;
213
+ label?: Maybe<Scalars["String"]>;
214
+ };
215
+ export type BrochureInput = {
216
+ brochureIds?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
217
+ };
218
+ export type BrochureOutput = {
219
+ __typename?: "BrochureOutput";
220
+ requested?: Maybe<Scalars["Boolean"]>;
221
+ };
222
+ export type BrochuresOutput = {
223
+ __typename?: "BrochuresOutput";
224
+ brochureList?: Maybe<Array<Maybe<Brochure>>>;
225
+ /** @deprecated Use 'brochureList'. */
226
+ brochures?: Maybe<Array<Maybe<Option>>>;
227
+ };
228
+ export type Calfwidth = {
229
+ __typename?: "Calfwidth";
230
+ id?: Maybe<Scalars["Int"]>;
231
+ value?: Maybe<Scalars["String"]>;
232
+ };
233
+ export type Campaign = {
234
+ __typename?: "Campaign";
235
+ code?: Maybe<Scalars["String"]>;
236
+ endDate?: Maybe<Scalars["RslDate"]>;
237
+ label?: Maybe<Scalars["String"]>;
238
+ startDate?: Maybe<Scalars["RslDate"]>;
239
+ };
240
+ export type CampaignsOutput = {
241
+ __typename?: "CampaignsOutput";
242
+ campaignList?: Maybe<Array<Maybe<Campaign>>>;
243
+ /** @deprecated Use 'campaignList'. */
244
+ campaigns?: Maybe<Array<Maybe<Option>>>;
245
+ };
246
+ export type CancelFerryBookingInput = {
247
+ cartItemID?: InputMaybe<Scalars["Int"]>;
248
+ lineItemGuiid: Scalars["Int"];
249
+ };
250
+ export type CancelFerryBookingOutput = {
251
+ __typename?: "CancelFerryBookingOutput";
252
+ cart?: Maybe<Cart>;
253
+ };
254
+ export type Car = {
255
+ __typename?: "Car";
256
+ make?: Maybe<Scalars["String"]>;
257
+ model?: Maybe<Scalars["String"]>;
258
+ vehicleCategoryCode?: Maybe<Scalars["String"]>;
259
+ };
260
+ export type Cart = {
261
+ __typename?: "Cart";
262
+ fromFastCheckinCheckout?: Maybe<Scalars["Boolean"]>;
263
+ id?: Maybe<Scalars["Int"]>;
264
+ reservations?: Maybe<Array<Maybe<CustomerBooking>>>;
265
+ };
266
+ export type CartOutput = {
267
+ __typename?: "CartOutput";
268
+ cart?: Maybe<Cart>;
269
+ };
270
+ export type CartPaymentMethodInput = {
271
+ automaticPayment?: InputMaybe<Scalars["Boolean"]>;
272
+ bookingStatus: BookingStatus;
273
+ ccardType?: InputMaybe<Scalars["Int"]>;
274
+ chequeNumber?: InputMaybe<Scalars["String"]>;
275
+ forceSaveGuaranteedStatus?: InputMaybe<Scalars["Boolean"]>;
276
+ manualPaymentOptions?: InputMaybe<Scalars["String"]>;
277
+ paymentAmount?: InputMaybe<Scalars["String"]>;
278
+ paymentMode?: InputMaybe<Scalars["String"]>;
279
+ paymentModeSetOnlyFirst?: InputMaybe<Scalars["Boolean"]>;
280
+ paymentOptions?: InputMaybe<Scalars["String"]>;
281
+ url?: InputMaybe<PspUrl>;
282
+ };
283
+ export type CartPaymentMethodOutput = {
284
+ __typename?: "CartPaymentMethodOutput";
285
+ cart?: Maybe<Cart>;
286
+ };
287
+ export type CartPaymentPlansInput = {
288
+ partnerPaymentPlan?: InputMaybe<Scalars["String"]>;
289
+ paymentPlan?: InputMaybe<Scalars["String"]>;
290
+ };
291
+ export type CartPaymentPlansOutput = {
292
+ __typename?: "CartPaymentPlansOutput";
293
+ cart?: Maybe<Cart>;
294
+ };
295
+ export type ChangePasswordInput = {
296
+ confirmPassword: Scalars["String"];
297
+ password: Scalars["String"];
298
+ token: Scalars["String"];
299
+ };
300
+ export type ChangePasswordOutput = {
301
+ __typename?: "ChangePasswordOutput";
302
+ message: Scalars["String"];
303
+ };
304
+ export type ChooseFerryProposalInput = {
305
+ proposalId?: InputMaybe<Scalars["Int"]>;
306
+ };
307
+ export type ChooseFerryProposalOutput = {
308
+ __typename?: "ChooseFerryProposalOutput";
309
+ ferryBooking?: Maybe<FerryBooking>;
310
+ };
311
+ export type ChooseProposalFromKeysInput = {
312
+ cartItemID?: InputMaybe<Scalars["Int"]>;
313
+ notGroupStays?: InputMaybe<Scalars["Boolean"]>;
314
+ notPopulateOccupantFromService?: InputMaybe<Scalars["Boolean"]>;
315
+ occupantList?: InputMaybe<Array<InputMaybe<ChooseProposalFromKeysOccupantInput>>>;
316
+ proposalKeys: Array<Scalars["String"]>;
317
+ };
318
+ export type ChooseProposalFromKeysOccupantInput = {
319
+ birthDate?: InputMaybe<Scalars["Date"]>;
320
+ civilityCode?: InputMaybe<Scalars["String"]>;
321
+ firstName?: InputMaybe<Scalars["String"]>;
322
+ lastName?: InputMaybe<Scalars["String"]>;
323
+ };
324
+ export type ChooseProposalFromKeysOutput = {
325
+ __typename?: "ChooseProposalFromKeysOutput";
326
+ cart?: Maybe<Cart>;
327
+ };
328
+ export type ChooseRoundTripProposalsInput = {
329
+ outwardProposalId?: InputMaybe<Scalars["Int"]>;
330
+ returnProposalId?: InputMaybe<Scalars["Int"]>;
331
+ };
332
+ export type ChooseRoundTripProposalsOutput = {
333
+ __typename?: "ChooseRoundTripProposalsOutput";
334
+ ferryBooking?: Maybe<FerryBooking>;
335
+ };
336
+ export type CivilitiesOutput = {
337
+ __typename?: "CivilitiesOutput";
338
+ /** @deprecated Use 'civilitiyList'. */
339
+ civilities?: Maybe<Array<Maybe<Option>>>;
340
+ civilitiyList?: Maybe<Array<Maybe<Civility>>>;
341
+ };
342
+ export type Civility = {
343
+ __typename?: "Civility";
344
+ code?: Maybe<Scalars["String"]>;
345
+ label?: Maybe<Scalars["String"]>;
346
+ };
347
+ export type ClientType = {
348
+ __typename?: "ClientType";
349
+ id: Scalars["Int"];
350
+ label?: Maybe<Scalars["String"]>;
351
+ };
352
+ export type ConfirmFastCheckoutInput = {
353
+ cartItemID?: InputMaybe<Scalars["Int"]>;
354
+ confirmFastCheckout?: InputMaybe<Scalars["Boolean"]>;
355
+ };
356
+ export type ConfirmFastCheckoutOutput = {
357
+ __typename?: "ConfirmFastCheckoutOutput";
358
+ cart?: Maybe<Cart>;
359
+ };
360
+ export type Contact = {
361
+ __typename?: "Contact";
362
+ email?: Maybe<Scalars["String"]>;
363
+ phone?: Maybe<Scalars["String"]>;
364
+ };
365
+ export type ContactInfo = {
366
+ email?: InputMaybe<Scalars["String"]>;
367
+ phone?: InputMaybe<Scalars["String"]>;
368
+ };
369
+ export type ContractFolder = {
370
+ __typename?: "ContractFolder";
371
+ cmsCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
372
+ id: Scalars["Int"];
373
+ label?: Maybe<Scalars["String"]>;
374
+ };
375
+ export type CoreTrip = {
376
+ __typename?: "CoreTrip";
377
+ amount?: Maybe<Amount>;
378
+ };
379
+ export type CountriesOutput = {
380
+ __typename?: "CountriesOutput";
381
+ /** @deprecated Use 'countryList'. */
382
+ countries?: Maybe<Array<Maybe<Option>>>;
383
+ countryList?: Maybe<Array<Maybe<Country>>>;
384
+ };
385
+ export type Country = {
386
+ __typename?: "Country";
387
+ code?: Maybe<Scalars["String"]>;
388
+ label?: Maybe<Scalars["String"]>;
389
+ };
390
+ export type CreateCustomerAccountInput = {
391
+ account?: InputMaybe<AccountInput>;
392
+ address: CustomerAddressInput;
393
+ birthDate: Scalars["Date"];
394
+ cartItemID?: InputMaybe<Scalars["Int"]>;
395
+ civility?: InputMaybe<Scalars["String"]>;
396
+ criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
397
+ firstName: Scalars["String"];
398
+ languageCode?: InputMaybe<Scalars["String"]>;
399
+ lastName: Scalars["String"];
400
+ };
401
+ export type CreateCustomerAccountOutput = {
402
+ __typename?: "CreateCustomerAccountOutput";
403
+ service?: Maybe<Service>;
404
+ };
405
+ export type CreateServiceCustomerAccountInput = {
406
+ birthDate: Scalars["Date"];
407
+ civility?: InputMaybe<Scalars["String"]>;
408
+ firstName?: InputMaybe<Scalars["String"]>;
409
+ lastName: Scalars["String"];
410
+ relaltionshipId?: InputMaybe<Scalars["Int"]>;
411
+ };
412
+ export type CreditCard = {
413
+ __typename?: "CreditCard";
414
+ cardholderName?: Maybe<Scalars["String"]>;
415
+ guiid?: Maybe<Scalars["Int"]>;
416
+ maskedPan?: Maybe<Scalars["String"]>;
417
+ };
418
+ export type Criteria = {
419
+ __typename?: "Criteria";
420
+ choiceList?: Maybe<Array<Maybe<CriteriaChoice>>>;
421
+ /** @deprecated Use 'choiceList'. */
422
+ choices?: Maybe<Array<Maybe<Option>>>;
423
+ code: Scalars["String"];
424
+ isChoice?: Maybe<Scalars["Boolean"]>;
425
+ isFile?: Maybe<Scalars["Boolean"]>;
426
+ isFree?: Maybe<Scalars["Boolean"]>;
427
+ label?: Maybe<Scalars["String"]>;
428
+ mandatory?: Maybe<Scalars["Boolean"]>;
429
+ };
430
+ export type CriteriaChoice = {
431
+ __typename?: "CriteriaChoice";
432
+ code?: Maybe<Scalars["String"]>;
433
+ label?: Maybe<Scalars["String"]>;
434
+ };
435
+ export type CriteriaInformationInput = {
436
+ code?: InputMaybe<Scalars["String"]>;
437
+ customerCriteria?: InputMaybe<Scalars["Boolean"]>;
438
+ };
439
+ export type CriteriaInformationOutput = {
440
+ __typename?: "CriteriaInformationOutput";
441
+ criteria?: Maybe<Criteria>;
442
+ };
443
+ export type CriteriaValue = {
444
+ __typename?: "CriteriaValue";
445
+ code: Scalars["String"];
446
+ fileName?: Maybe<Scalars["String"]>;
447
+ label?: Maybe<Scalars["String"]>;
448
+ servicesList?: Maybe<Array<Maybe<Service>>>;
449
+ startDate?: Maybe<Scalars["Date"]>;
450
+ type?: Maybe<Scalars["Int"]>;
451
+ value?: Maybe<Scalars["String"]>;
452
+ };
453
+ export type CriteriaValueInput = {
454
+ code: Scalars["String"];
455
+ fileName?: InputMaybe<Scalars["String"]>;
456
+ value: Scalars["String"];
457
+ };
458
+ export type Criterias = {
459
+ baseProductCode?: InputMaybe<Scalars["String"]>;
460
+ campaignCode?: InputMaybe<Scalars["String"]>;
461
+ childrenBirthdate?: InputMaybe<Array<InputMaybe<Scalars["Date"]>>>;
462
+ discountCode?: InputMaybe<Scalars["String"]>;
463
+ endDate?: InputMaybe<Scalars["Date"]>;
464
+ maxNbRooms?: InputMaybe<Scalars["Int"]>;
465
+ maxResults?: InputMaybe<Scalars["Int"]>;
466
+ nbAdults: Scalars["Int"];
467
+ nbBabies?: InputMaybe<Scalars["Int"]>;
468
+ nbChildren1?: InputMaybe<Scalars["Int"]>;
469
+ nbChildren2?: InputMaybe<Scalars["Int"]>;
470
+ nbDays?: InputMaybe<Scalars["Int"]>;
471
+ noCounterProposal?: InputMaybe<Scalars["Boolean"]>;
472
+ partnerPrivilegeCardID?: InputMaybe<Scalars["Int"]>;
473
+ privilegeCardID?: InputMaybe<Scalars["Int"]>;
474
+ propertyIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
475
+ roomCategories?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
476
+ roomFeatureValues?: InputMaybe<Array<InputMaybe<RoomFeatureValue>>>;
477
+ roomType?: InputMaybe<Scalars["String"]>;
478
+ sortString?: InputMaybe<Scalars["String"]>;
479
+ startDate?: InputMaybe<Scalars["Date"]>;
480
+ };
481
+ export type CriteriasPort = {
482
+ arrivalPortName: Scalars["String"];
483
+ departurePortName: Scalars["String"];
484
+ };
485
+ export type CriteriasTrailer = {
486
+ height?: InputMaybe<Scalars["Float"]>;
487
+ length?: InputMaybe<Scalars["Float"]>;
488
+ mark?: InputMaybe<Scalars["String"]>;
489
+ model?: InputMaybe<Scalars["String"]>;
490
+ trailerCategory: Scalars["String"];
491
+ };
492
+ export type CriteriasTrip = {
493
+ departureDate?: InputMaybe<Scalars["FerryDate"]>;
494
+ departureTime?: InputMaybe<Scalars["FerryTime"]>;
495
+ };
496
+ export type CriteriasVehicle = {
497
+ additionalHeight?: InputMaybe<Scalars["Float"]>;
498
+ additionalLength?: InputMaybe<Scalars["Float"]>;
499
+ height?: InputMaybe<Scalars["Float"]>;
500
+ length?: InputMaybe<Scalars["Float"]>;
501
+ mark?: InputMaybe<Scalars["String"]>;
502
+ model?: InputMaybe<Scalars["String"]>;
503
+ vehicleCategory: Scalars["String"];
504
+ };
505
+ export type Crossing = {
506
+ __typename?: "Crossing";
507
+ arrivalPort: Port;
508
+ departurePort: Port;
509
+ };
510
+ export type CurrentCustomerAccountOutput = {
511
+ __typename?: "CurrentCustomerAccountOutput";
512
+ service?: Maybe<Service>;
513
+ };
514
+ export type CustomerAccountInput = {
515
+ account?: InputMaybe<AccountInput>;
516
+ address?: InputMaybe<CustomerAddressInput>;
517
+ birthDate: Scalars["Date"];
518
+ civility?: InputMaybe<Scalars["String"]>;
519
+ criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
520
+ firstName: Scalars["String"];
521
+ languageCode?: InputMaybe<Scalars["String"]>;
522
+ lastName?: InputMaybe<Scalars["String"]>;
523
+ };
524
+ export type CustomerAccountOutput = {
525
+ __typename?: "CustomerAccountOutput";
526
+ service?: Maybe<Service>;
527
+ };
528
+ export type CustomerAddressInput = {
529
+ addressComplementary1?: InputMaybe<Scalars["String"]>;
530
+ addressComplementary2?: InputMaybe<Scalars["String"]>;
531
+ city?: InputMaybe<Scalars["String"]>;
532
+ country?: InputMaybe<Scalars["String"]>;
533
+ fax?: InputMaybe<Scalars["String"]>;
534
+ mail: Scalars["String"];
535
+ phone1?: InputMaybe<Scalars["String"]>;
536
+ phone2?: InputMaybe<Scalars["String"]>;
537
+ postalLocality?: InputMaybe<Scalars["String"]>;
538
+ streetName?: InputMaybe<Scalars["String"]>;
539
+ zipCode?: InputMaybe<Scalars["String"]>;
540
+ };
541
+ export type CustomerBooking = {
542
+ __typename?: "CustomerBooking";
543
+ campaign?: Maybe<Campaign>;
544
+ cartID?: Maybe<Scalars["Int"]>;
545
+ cartItemID?: Maybe<Scalars["Int"]>;
546
+ contractFolder?: Maybe<ContractFolder>;
547
+ creationDate?: Maybe<Scalars["Date"]>;
548
+ criterias?: Maybe<Array<Maybe<CriteriaValue>>>;
549
+ discountCode?: Maybe<Scalars["String"]>;
550
+ endDate?: Maybe<Scalars["Date"]>;
551
+ externalCode?: Maybe<Scalars["String"]>;
552
+ id?: Maybe<Scalars["Int"]>;
553
+ isCanceled?: Maybe<Scalars["Boolean"]>;
554
+ isEnableEditPrimaryOccupant?: Maybe<Scalars["Boolean"]>;
555
+ isEnableEditReservation?: Maybe<Scalars["Boolean"]>;
556
+ isEnableFastCheckin?: Maybe<Scalars["Boolean"]>;
557
+ isEnableFastCheckout?: Maybe<Scalars["Boolean"]>;
558
+ isEnableFerryBooking?: Maybe<Scalars["Boolean"]>;
559
+ isEstimate?: Maybe<Scalars["Boolean"]>;
560
+ isFCIdone?: Maybe<Scalars["Boolean"]>;
561
+ isOption?: Maybe<Scalars["Boolean"]>;
562
+ isPSPPayment?: Maybe<Scalars["Boolean"]>;
563
+ nbDays?: Maybe<Scalars["Int"]>;
564
+ observation?: Maybe<Scalars["String"]>;
565
+ optionDate?: Maybe<Scalars["Date"]>;
566
+ partner?: Maybe<Service>;
567
+ primaryOccupant?: Maybe<PrimaryOccupant>;
568
+ property?: Maybe<Property>;
569
+ salesperson?: Maybe<User>;
570
+ selectedPaymentCCType?: Maybe<Scalars["Int"]>;
571
+ selectedPaymentDue?: Maybe<Scalars["String"]>;
572
+ selectedPaymentMethod?: Maybe<Scalars["String"]>;
573
+ startDate?: Maybe<Scalars["Date"]>;
574
+ status?: Maybe<CustomerBookingStatus>;
575
+ stays?: Maybe<Array<Maybe<Stay>>>;
576
+ subStatus?: Maybe<CustomerBookingSubStatus>;
577
+ totalAmount?: Maybe<Amount>;
578
+ };
579
+ export type CustomerBookingInput = {
580
+ bookingId: Scalars["Int"];
581
+ fastCheckinCheckout?: InputMaybe<Scalars["Boolean"]>;
582
+ };
583
+ export type CustomerBookingOutput = {
584
+ __typename?: "CustomerBookingOutput";
585
+ cart?: Maybe<Cart>;
586
+ };
587
+ export type CustomerBookingStatus = {
588
+ __typename?: "CustomerBookingStatus";
589
+ code?: Maybe<Scalars["String"]>;
590
+ default?: Maybe<Scalars["Boolean"]>;
591
+ label?: Maybe<Scalars["String"]>;
592
+ };
593
+ export type CustomerBookingSubStatus = {
594
+ __typename?: "CustomerBookingSubStatus";
595
+ default?: Maybe<Scalars["Boolean"]>;
596
+ id?: Maybe<Scalars["Int"]>;
597
+ label?: Maybe<Scalars["String"]>;
598
+ };
599
+ export type CustomerBookingsInput = {
600
+ bookingIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
601
+ canceled?: InputMaybe<Scalars["Boolean"]>;
602
+ estimate?: InputMaybe<Scalars["Boolean"]>;
603
+ option?: InputMaybe<Scalars["Boolean"]>;
604
+ };
605
+ export type CustomerBookingsOutput = {
606
+ __typename?: "CustomerBookingsOutput";
607
+ customerBookings?: Maybe<Array<Maybe<CustomerBooking>>>;
608
+ };
609
+ export type CustomerCriteriasInput = {
610
+ criteriaCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
611
+ };
612
+ export type CustomerCriteriasOutput = {
613
+ __typename?: "CustomerCriteriasOutput";
614
+ criterias?: Maybe<Array<Maybe<Criteria>>>;
615
+ };
616
+ export type CustomerDepositAccount = {
617
+ __typename?: "CustomerDepositAccount";
618
+ balance?: Maybe<Amount>;
619
+ id?: Maybe<Scalars["Int"]>;
620
+ name?: Maybe<Scalars["String"]>;
621
+ propertyId: Scalars["Int"];
622
+ type?: Maybe<Scalars["Int"]>;
623
+ };
624
+ export type CustomerDepositAccountPaymentsInput = {
625
+ bookingId: Scalars["Int"];
626
+ currencyCode: Scalars["String"];
627
+ depositAccountPayments?: InputMaybe<Array<InputMaybe<DepositAccountPaymentInput>>>;
628
+ };
629
+ export type CustomerDepositAccountPaymentsOutput = {
630
+ __typename?: "CustomerDepositAccountPaymentsOutput";
631
+ reservation?: Maybe<CustomerBooking>;
632
+ };
633
+ export type CustomerDepositAccountsOutput = {
634
+ __typename?: "CustomerDepositAccountsOutput";
635
+ customerDepositAccounts?: Maybe<Array<Maybe<CustomerDepositAccount>>>;
636
+ };
637
+ export type CustomerGiftCodesOutput = {
638
+ __typename?: "CustomerGiftCodesOutput";
639
+ giftCodes?: Maybe<Array<Maybe<GiftCode>>>;
640
+ };
641
+ export type CustomerLoyaltyPointsOutput = {
642
+ __typename?: "CustomerLoyaltyPointsOutput";
643
+ points?: Maybe<Scalars["Int"]>;
644
+ };
645
+ export type CustomerPrivilegeCardsOutput = {
646
+ __typename?: "CustomerPrivilegeCardsOutput";
647
+ privilegeCards?: Maybe<Array<Maybe<PrivilegeCard>>>;
648
+ };
649
+ export type CustomerType = {
650
+ __typename?: "CustomerType";
651
+ code: Scalars["String"];
652
+ label?: Maybe<Scalars["String"]>;
653
+ };
654
+ export type DepositAccountPaymentInput = {
655
+ accountID: Scalars["Int"];
656
+ amount: AmountInput;
657
+ };
658
+ export type DisableEnablePartnerCustomerAccountInput = {
659
+ customerCode: Scalars["String"];
660
+ disabled: Scalars["Boolean"];
661
+ };
662
+ export type DisableServiceCustomerAccountInput = {
663
+ serviceId?: InputMaybe<Scalars["Int"]>;
664
+ };
665
+ export type Discount = {
666
+ __typename?: "Discount";
667
+ discountCode?: Maybe<Scalars["String"]>;
668
+ documentLabel?: Maybe<Scalars["String"]>;
669
+ fidelityPoints?: Maybe<Scalars["Int"]>;
670
+ label?: Maybe<Scalars["String"]>;
671
+ price?: Maybe<Amount>;
672
+ quantity?: Maybe<Scalars["Int"]>;
673
+ specificLabel?: Maybe<Scalars["String"]>;
674
+ voucherCode?: Maybe<Scalars["String"]>;
675
+ };
676
+ export type DiscountCodeInput = {
677
+ cartItemID?: InputMaybe<Scalars["Int"]>;
678
+ discountCode: Scalars["String"];
679
+ };
680
+ export type DiscountCodeOutput = {
681
+ __typename?: "DiscountCodeOutput";
682
+ cart?: Maybe<Cart>;
683
+ };
684
+ export type Distribution = {
685
+ __typename?: "Distribution";
686
+ roomNumbers?: Maybe<Array<Maybe<Scalars["String"]>>>;
687
+ roomTypes?: Maybe<Array<Maybe<RoomType>>>;
688
+ };
689
+ export type DoFastCheckinInput = {
690
+ bookingId?: InputMaybe<Scalars["Int"]>;
691
+ isDepositCashless?: InputMaybe<Scalars["Boolean"]>;
692
+ };
693
+ export type DoFastCheckinOutput = {
694
+ __typename?: "DoFastCheckinOutput";
695
+ reservation?: Maybe<CustomerBooking>;
696
+ };
697
+ export type DoFastCheckoutInput = {
698
+ bookingId?: InputMaybe<Scalars["Int"]>;
699
+ };
700
+ export type DoFastCheckoutOutput = {
701
+ __typename?: "DoFastCheckoutOutput";
702
+ reservation?: Maybe<CustomerBooking>;
703
+ };
704
+ export type ExpireSessionOutput = {
705
+ __typename?: "ExpireSessionOutput";
706
+ isExpired?: Maybe<Scalars["Boolean"]>;
707
+ };
708
+ export type FacebookLoginInput = {
709
+ facebookID: Scalars["String"];
710
+ };
711
+ export type FacebookLoginOutput = {
712
+ __typename?: "FacebookLoginOutput";
713
+ service?: Maybe<Service>;
714
+ };
715
+ export type FerryAddonCategoriesOutput = {
716
+ __typename?: "FerryAddonCategoriesOutput";
717
+ addonCategories?: Maybe<Array<Maybe<AddonCategory>>>;
718
+ };
719
+ export type FerryAvailableAccommodationsOutput = {
720
+ __typename?: "FerryAvailableAccommodationsOutput";
721
+ outwardAccommodations?: Maybe<Array<Maybe<Accommodation>>>;
722
+ returnAccommodations?: Maybe<Array<Maybe<Accommodation>>>;
723
+ };
724
+ export type FerryBooking = {
725
+ __typename?: "FerryBooking";
726
+ bookingRef?: Maybe<Scalars["String"]>;
727
+ contact?: Maybe<Contact>;
728
+ outwardTrip: Trip;
729
+ passengers: Array<Maybe<Passenger>>;
730
+ passportMandatory?: Maybe<Scalars["Boolean"]>;
731
+ resFerryId?: Maybe<Scalars["Int"]>;
732
+ returnTrip?: Maybe<Trip>;
733
+ sendStatus?: Maybe<Scalars["String"]>;
734
+ status?: Maybe<Scalars["String"]>;
735
+ supplier: Supplier;
736
+ totalAmount: Amount;
737
+ /** @deprecated Vehicle moved in Trip */
738
+ vehicle?: Maybe<Vehicle>;
739
+ };
740
+ export type FerryBookingCriterias = {
741
+ flexibleDates?: InputMaybe<Scalars["Boolean"]>;
742
+ nbAdults?: InputMaybe<Scalars["Int"]>;
743
+ nbChildren?: InputMaybe<Scalars["Int"]>;
744
+ outwardTrip?: InputMaybe<CriteriasTrip>;
745
+ port?: InputMaybe<CriteriasPort>;
746
+ returnTrip?: InputMaybe<CriteriasTrip>;
747
+ strictPorts?: InputMaybe<Scalars["Boolean"]>;
748
+ trailer?: InputMaybe<CriteriasTrailer>;
749
+ vehicle?: InputMaybe<CriteriasVehicle>;
750
+ };
751
+ export type FerryCarsOutput = {
752
+ __typename?: "FerryCarsOutput";
753
+ cars?: Maybe<Array<Maybe<Car>>>;
754
+ };
755
+ export type FerryCivilitiesOutput = {
756
+ __typename?: "FerryCivilitiesOutput";
757
+ civilities?: Maybe<Array<Maybe<Civility>>>;
758
+ };
759
+ export type FerryCrossingsInput = {
760
+ arrivalPortName?: InputMaybe<Scalars["String"]>;
761
+ departurePortName?: InputMaybe<Scalars["String"]>;
762
+ };
763
+ export type FerryCrossingsOutput = {
764
+ __typename?: "FerryCrossingsOutput";
765
+ crossings?: Maybe<Array<Maybe<Crossing>>>;
766
+ };
767
+ export type FerryNationalitiesOutput = {
768
+ __typename?: "FerryNationalitiesOutput";
769
+ nationalities?: Maybe<Array<Maybe<Nationality>>>;
770
+ };
771
+ export type FerryPortsOutput = {
772
+ __typename?: "FerryPortsOutput";
773
+ ports?: Maybe<Array<Maybe<Port>>>;
774
+ };
775
+ export type FerryProduct = {
776
+ __typename?: "FerryProduct";
777
+ code?: Maybe<Scalars["String"]>;
778
+ label?: Maybe<Scalars["String"]>;
779
+ };
780
+ export type FerryProductsOutput = {
781
+ __typename?: "FerryProductsOutput";
782
+ ferryProducts?: Maybe<Array<Maybe<FerryProduct>>>;
783
+ };
784
+ export type FerryProposal = {
785
+ __typename?: "FerryProposal";
786
+ id: Scalars["Int"];
787
+ isFlexibleFare?: Maybe<Scalars["Boolean"]>;
788
+ outwardTrip: Trip;
789
+ returnTrip?: Maybe<Trip>;
790
+ supplier: Supplier;
791
+ tariff?: Maybe<FerryProposalTariff>;
792
+ totalAmount: Amount;
793
+ };
794
+ export type FerryProposalTariff = {
795
+ __typename?: "FerryProposalTariff";
796
+ tariffBand?: Maybe<Scalars["String"]>;
797
+ tariffType?: Maybe<Scalars["String"]>;
798
+ };
799
+ export type FerryProposalsInput = {
800
+ cartItemID?: InputMaybe<Scalars["Int"]>;
801
+ criterias?: InputMaybe<FerryBookingCriterias>;
802
+ };
803
+ export type FerryProposalsOutput = {
804
+ __typename?: "FerryProposalsOutput";
805
+ canChooseRoundTripProposals?: Maybe<Scalars["Boolean"]>;
806
+ proposals?: Maybe<Array<Maybe<FerryProposal>>>;
807
+ warningList?: Maybe<Array<Maybe<Scalars["String"]>>>;
808
+ };
809
+ export type FerryTrailerCategoriesOutput = {
810
+ __typename?: "FerryTrailerCategoriesOutput";
811
+ trailerCategories?: Maybe<Array<Maybe<TrailerCategory>>>;
812
+ };
813
+ export type FerryVehicleCategoriesOutput = {
814
+ __typename?: "FerryVehicleCategoriesOutput";
815
+ vehicleCategories?: Maybe<Array<Maybe<VehicleCategory>>>;
816
+ };
817
+ export type FerryVehicleFuel = {
818
+ __typename?: "FerryVehicleFuel";
819
+ code: Scalars["String"];
820
+ label?: Maybe<Scalars["String"]>;
821
+ };
822
+ export type FerryVehicleFuelsOutput = {
823
+ __typename?: "FerryVehicleFuelsOutput";
824
+ vehicleFuels?: Maybe<Array<Maybe<FerryVehicleFuel>>>;
825
+ };
826
+ export type FidelityLog = {
827
+ __typename?: "FidelityLog";
828
+ date?: Maybe<Scalars["RslDateTime"]>;
829
+ fidelityPoints?: Maybe<Scalars["Int"]>;
830
+ label?: Maybe<Scalars["String"]>;
831
+ numResa?: Maybe<Scalars["Int"]>;
832
+ };
833
+ export type FidelityLogsOutput = {
834
+ __typename?: "FidelityLogsOutput";
835
+ fidelityLogs?: Maybe<Array<Maybe<FidelityLog>>>;
836
+ };
837
+ export type FidelityPointToCartOutput = {
838
+ __typename?: "FidelityPointToCartOutput";
839
+ cart?: Maybe<Cart>;
840
+ };
841
+ export type FidelityPointToProductInput = {
842
+ fidelityPoints: Scalars["Int"];
843
+ lineItemGuiid: Scalars["Int"];
844
+ };
845
+ export type FidelityRule = {
846
+ __typename?: "FidelityRule";
847
+ fidelityPoints?: Maybe<Scalars["Int"]>;
848
+ label?: Maybe<Scalars["String"]>;
849
+ };
850
+ export type FidelityRulesOutput = {
851
+ __typename?: "FidelityRulesOutput";
852
+ fidelityRules?: Maybe<Array<Maybe<FidelityRule>>>;
853
+ };
854
+ export type File = {
855
+ __typename?: "File";
856
+ date?: Maybe<Scalars["RslDateTime"]>;
857
+ sentByEmail?: Maybe<Scalars["Boolean"]>;
858
+ sentByPrint?: Maybe<Scalars["Boolean"]>;
859
+ type?: Maybe<Scalars["String"]>;
860
+ url?: Maybe<Scalars["String"]>;
861
+ };
862
+ export type Footwidth = {
863
+ __typename?: "Footwidth";
864
+ id?: Maybe<Scalars["Int"]>;
865
+ value?: Maybe<Scalars["String"]>;
866
+ };
867
+ export type GatewayDescription = {
868
+ __typename?: "GatewayDescription";
869
+ endPoint?: Maybe<Scalars["String"]>;
870
+ isTest?: Maybe<Scalars["Boolean"]>;
871
+ publicKey?: Maybe<Scalars["String"]>;
872
+ url?: Maybe<PspUrlOutput>;
873
+ };
874
+ export type GiftCode = {
875
+ __typename?: "GiftCode";
876
+ amount?: Maybe<Amount>;
877
+ bookingId?: Maybe<Scalars["Int"]>;
878
+ code?: Maybe<Scalars["String"]>;
879
+ label?: Maybe<Scalars["String"]>;
880
+ type?: Maybe<Scalars["String"]>;
881
+ useDate?: Maybe<Scalars["Date"]>;
882
+ used?: Maybe<Scalars["Boolean"]>;
883
+ valid?: Maybe<Scalars["Boolean"]>;
884
+ validityDate?: Maybe<Scalars["Date"]>;
885
+ };
886
+ export type GiftCodeInput = {
887
+ cartItemID?: InputMaybe<Scalars["Int"]>;
888
+ giftCode: Scalars["String"];
889
+ };
890
+ export type GiftCodeOutput = {
891
+ __typename?: "GiftCodeOutput";
892
+ cart?: Maybe<Cart>;
893
+ };
894
+ export type HasProductsForOccupantInput = {
895
+ cartItemID?: InputMaybe<Scalars["Int"]>;
896
+ excludeMandatoryProduct?: InputMaybe<Scalars["Boolean"]>;
897
+ };
898
+ export type Headsize = {
899
+ __typename?: "Headsize";
900
+ id?: Maybe<Scalars["Int"]>;
901
+ value?: Maybe<Scalars["String"]>;
902
+ };
903
+ export type Heights = {
904
+ __typename?: "Heights";
905
+ id?: Maybe<Scalars["Int"]>;
906
+ value?: Maybe<Scalars["String"]>;
907
+ };
908
+ export type Language = {
909
+ __typename?: "Language";
910
+ code?: Maybe<Scalars["String"]>;
911
+ /** @deprecated Use 'code'. */
912
+ codeLanguage?: Maybe<Scalars["String"]>;
913
+ label?: Maybe<Scalars["String"]>;
914
+ /** @deprecated Use 'label'. */
915
+ labelLanguage?: Maybe<Scalars["String"]>;
916
+ languageVars?: Maybe<Array<Maybe<Translation>>>;
917
+ };
918
+ export type LanguagesOutput = {
919
+ __typename?: "LanguagesOutput";
920
+ languages?: Maybe<Array<Maybe<Language>>>;
921
+ };
922
+ export type LatLng = {
923
+ __typename?: "LatLng";
924
+ lat: Scalars["Float"];
925
+ lng: Scalars["Float"];
926
+ };
927
+ export type Lineitem = {
928
+ __typename?: "Lineitem";
929
+ discounts?: Maybe<Array<Maybe<Discount>>>;
930
+ duration?: Maybe<Scalars["Int"]>;
931
+ ferryBooking?: Maybe<FerryBooking>;
932
+ guiid?: Maybe<Scalars["Int"]>;
933
+ id?: Maybe<Scalars["Int"]>;
934
+ isSkiset?: Maybe<Scalars["Boolean"]>;
935
+ label?: Maybe<Scalars["String"]>;
936
+ preReserved?: Maybe<Scalars["Boolean"]>;
937
+ product?: Maybe<Product>;
938
+ quantity?: Maybe<Scalars["Float"]>;
939
+ totalAmount?: Maybe<Amount>;
940
+ totalAmountWithoutDiscount?: Maybe<Amount>;
941
+ };
942
+ export type LoginAnyCustomerTypeInput = {
943
+ login: Scalars["String"];
944
+ password: Scalars["String"];
945
+ };
946
+ export type LoginAnyCustomerTypeOutput = {
947
+ __typename?: "LoginAnyCustomerTypeOutput";
948
+ service?: Maybe<Service>;
949
+ };
950
+ export type LoginEtoModeInput = {
951
+ bookingId: Scalars["String"];
952
+ startDate: Scalars["RslDate"];
953
+ value: Scalars["String"];
954
+ };
955
+ export type LoginEtoModeOutput = {
956
+ __typename?: "LoginETOModeOutput";
957
+ service?: Maybe<Service>;
958
+ };
959
+ export type LoginHash256Input = {
960
+ cartItemID?: InputMaybe<Scalars["Int"]>;
961
+ hash: Scalars["String"];
962
+ login: Scalars["String"];
963
+ password: Scalars["String"];
964
+ };
965
+ export type LoginHash256Output = {
966
+ __typename?: "LoginHash256Output";
967
+ service?: Maybe<Service>;
968
+ };
969
+ export type LoginInput = {
970
+ login: Scalars["String"];
971
+ password: Scalars["String"];
972
+ };
973
+ export type LoginOutput = {
974
+ __typename?: "LoginOutput";
975
+ service?: Maybe<Service>;
976
+ };
977
+ export type LoginPartnerInput = {
978
+ login: Scalars["String"];
979
+ password: Scalars["String"];
980
+ };
981
+ export type LoginPartnerOutput = {
982
+ __typename?: "LoginPartnerOutput";
983
+ service?: Maybe<Service>;
984
+ };
985
+ export type LogoutOutput = {
986
+ __typename?: "LogoutOutput";
987
+ logout?: Maybe<Scalars["Boolean"]>;
988
+ };
989
+ export type LyraFormTokenInput = {
990
+ amount: AmountInput;
991
+ customerAccountContext?: InputMaybe<Scalars["Boolean"]>;
992
+ globalPay?: InputMaybe<Scalars["Boolean"]>;
993
+ instalmentId: Scalars["Int"];
994
+ paymentLinkContext?: InputMaybe<Scalars["Boolean"]>;
995
+ url?: InputMaybe<PspUrl>;
996
+ };
997
+ export type LyraFormTokenOutput = {
998
+ __typename?: "LyraFormTokenOutput";
999
+ formToken?: Maybe<Scalars["String"]>;
1000
+ gatewayDescription?: Maybe<GatewayDescription>;
1001
+ orderId?: Maybe<Scalars["String"]>;
1002
+ };
1003
+ export declare enum LyraPaymentValidatationStatus {
1004
+ Failure = "FAILURE",
1005
+ Success = "SUCCESS"
1006
+ }
1007
+ export type LyraPaymentValidationInput = {
1008
+ clientAnswer: Scalars["String"];
1009
+ hashKey: Scalars["String"];
1010
+ orderId?: InputMaybe<Scalars["String"]>;
1011
+ };
1012
+ export type LyraPaymentValidationOutput = {
1013
+ __typename?: "LyraPaymentValidationOutput";
1014
+ cart?: Maybe<Cart>;
1015
+ lyraStatus?: Maybe<LyraPaymentValidatationStatus>;
1016
+ };
1017
+ export type MapSelectorData = {
1018
+ __typename?: "MapSelectorData";
1019
+ fileSystemName: Scalars["String"];
1020
+ imageHeight?: Maybe<Scalars["Int"]>;
1021
+ imageWidth?: Maybe<Scalars["Int"]>;
1022
+ listUhDisabled?: Maybe<Array<Maybe<MapUh>>>;
1023
+ listUhOnMap?: Maybe<Array<Maybe<MapUh>>>;
1024
+ listUhSelected?: Maybe<Array<Maybe<MapUh>>>;
1025
+ opacity?: Maybe<Scalars["Float"]>;
1026
+ stayMapInfos?: Maybe<StayMapInfos>;
1027
+ zoom?: Maybe<Scalars["Float"]>;
1028
+ };
1029
+ export type MapSelectorDataInput = {
1030
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1031
+ stayGuiid: Scalars["Int"];
1032
+ };
1033
+ export type MapSelectorDataOutput = {
1034
+ __typename?: "MapSelectorDataOutput";
1035
+ mapSelectorData?: Maybe<MapSelectorData>;
1036
+ };
1037
+ export type MapUh = {
1038
+ __typename?: "MapUH";
1039
+ color: Scalars["String"];
1040
+ coordinates: Array<Maybe<LatLng>>;
1041
+ id: Scalars["String"];
1042
+ label: Scalars["String"];
1043
+ roomTypeCode: Scalars["String"];
1044
+ shape: Scalars["String"];
1045
+ stayGuiid?: Maybe<Scalars["Int"]>;
1046
+ stayRoomIndex?: Maybe<Scalars["Int"]>;
1047
+ strokeColor?: Maybe<Scalars["String"]>;
1048
+ textColor?: Maybe<Scalars["String"]>;
1049
+ };
1050
+ export type Measurements = {
1051
+ __typename?: "Measurements";
1052
+ calfwidths?: Maybe<Array<Maybe<Calfwidth>>>;
1053
+ footwidths?: Maybe<Array<Maybe<Footwidth>>>;
1054
+ headsizes?: Maybe<Array<Maybe<Headsize>>>;
1055
+ heights?: Maybe<Array<Maybe<Heights>>>;
1056
+ shoesizes?: Maybe<Array<Maybe<Shoesize>>>;
1057
+ unit?: Maybe<Scalars["String"]>;
1058
+ weights?: Maybe<Array<Maybe<Weight>>>;
1059
+ };
1060
+ export type MeasurementsOutput = {
1061
+ __typename?: "MeasurementsOutput";
1062
+ measurements?: Maybe<Measurements>;
1063
+ };
1064
+ export type ModuleFacebookActivatedOutput = {
1065
+ __typename?: "ModuleFacebookActivatedOutput";
1066
+ activated?: Maybe<Scalars["Boolean"]>;
1067
+ };
1068
+ export type Mutation = {
1069
+ __typename?: "Mutation";
1070
+ addBaby?: Maybe<AddBabyOutput>;
1071
+ addCustomerDepositAccountPayments?: Maybe<CustomerDepositAccountPaymentsOutput>;
1072
+ addDiscountCode?: Maybe<DiscountCodeOutput>;
1073
+ addFidelityPointToProduct?: Maybe<FidelityPointToCartOutput>;
1074
+ addGiftCode?: Maybe<GiftCodeOutput>;
1075
+ addObservation?: Maybe<ObservationOutput>;
1076
+ addOccupant?: Maybe<AddOccupantOutput>;
1077
+ addPartnerCustomerAccount?: Maybe<CustomerAccountOutput>;
1078
+ /**
1079
+ * LANG_gql_partnerLogin
1080
+ *
1081
+ * ---
1082
+ *
1083
+ * ## LANG_gql_resa
1084
+ * ### LANG_gql_actions
1085
+ */
1086
+ addPartnerToCart?: Maybe<PartnerToCartOutput>;
1087
+ addProductToBooking?: Maybe<ProductToBookingOutput>;
1088
+ addProductToOccupant?: Maybe<ProductToOccupantOutput>;
1089
+ cancelFerryBooking?: Maybe<CancelFerryBookingOutput>;
1090
+ changePassword?: Maybe<ChangePasswordOutput>;
1091
+ chooseFerryProposal?: Maybe<ChooseFerryProposalOutput>;
1092
+ chooseProposalFromKeys?: Maybe<ChooseProposalFromKeysOutput>;
1093
+ chooseRoundTripProposals?: Maybe<ChooseRoundTripProposalsOutput>;
1094
+ confirmFastCheckout?: Maybe<ConfirmFastCheckoutOutput>;
1095
+ createCustomerAccount?: Maybe<CreateCustomerAccountOutput>;
1096
+ createServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
1097
+ disableEnablePartnerCustomerAccount?: Maybe<CustomerAccountOutput>;
1098
+ disableServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
1099
+ doFastCheckin?: Maybe<DoFastCheckinOutput>;
1100
+ doFastCheckout?: Maybe<DoFastCheckoutOutput>;
1101
+ expireSession?: Maybe<ExpireSessionOutput>;
1102
+ facebookLogin?: Maybe<FacebookLoginOutput>;
1103
+ login?: Maybe<LoginOutput>;
1104
+ loginAnyCustomerType?: Maybe<LoginAnyCustomerTypeOutput>;
1105
+ loginETOMode?: Maybe<LoginEtoModeOutput>;
1106
+ loginHash256?: Maybe<LoginHash256Output>;
1107
+ loginPartner?: Maybe<LoginPartnerOutput>;
1108
+ logout?: Maybe<LogoutOutput>;
1109
+ payOnStoredCreditCard?: Maybe<PayOnStoredCreditCardOutput>;
1110
+ redirectPaymentGatewayForAmount?: Maybe<PaymentGatewayForAmountOutput>;
1111
+ redirectPaymentGatewayForCart?: Maybe<PaymentGatewayForCartOutput>;
1112
+ redirectPaymentGatewayForInstalment?: Maybe<PaymentGatewayForInstalmentOutput>;
1113
+ removeBookingFromCart?: Maybe<RemoveBookingFromCartOutput>;
1114
+ removeCartPayments?: Maybe<RemoveCartPaymentsOutput>;
1115
+ removeCustomerAccount?: Maybe<RemoveCustomerAccountOutput>;
1116
+ removeDiscountCode?: Maybe<RemoveDiscountCodeOutput>;
1117
+ removeGiftCode?: Maybe<RemoveGiftCodeOutput>;
1118
+ removeOccupant?: Maybe<RemoveOccupantOutput>;
1119
+ removeStay?: Maybe<RemoveStayOutput>;
1120
+ resetCart?: Maybe<ResetCartOutput>;
1121
+ resetPendingFerryBooking?: Maybe<ResetPendingFerryBookingOutput>;
1122
+ saveCart?: Maybe<SaveCartOutput>;
1123
+ saveFerryBooking?: Maybe<SaveFerryBookingOutput>;
1124
+ setSessionLanguage?: Maybe<UserLanguageOutput>;
1125
+ switchToPartnerConvention?: Maybe<SwitchToPartnerConventionOutput>;
1126
+ unlockBooking?: Maybe<UnlockBookingOutput>;
1127
+ updateBookingCriterias?: Maybe<UpdateBookingCriteriasOutput>;
1128
+ updateCartPaymentMethod?: Maybe<CartPaymentMethodOutput>;
1129
+ updateCartPaymentPlans?: Maybe<CartPaymentPlansOutput>;
1130
+ updateCustomerAccount?: Maybe<CustomerAccountOutput>;
1131
+ updateCustomerBooking?: Maybe<CustomerBookingOutput>;
1132
+ updateFerryAccommodations?: Maybe<UpdateFerryAccommodationsOutput>;
1133
+ updateFerryBooking?: Maybe<UpdateFerryBookingOutput>;
1134
+ updateFerryTravelersInformation?: Maybe<UpdateFerryTravelersInformationOutput>;
1135
+ updateOccupant?: Maybe<OccupantOutput>;
1136
+ updateOccupantSkisetMeasurements?: Maybe<UpdateOccupantSkisetMeasurementsOutput>;
1137
+ updatePartnerAccount?: Maybe<PartnerOutput>;
1138
+ updatePartnerCustomerAccount?: Maybe<CustomerAccountOutput>;
1139
+ updatePartnerPaymentPlans?: Maybe<PartnerPaymentPlansOutput>;
1140
+ updatePayerPaymentPlans?: Maybe<PayerPaymentPlansOutput>;
1141
+ updatePrimaryOccupant?: Maybe<PrimaryOccupantOutput>;
1142
+ updateRoomFromMap?: Maybe<RoomFromMapOutput>;
1143
+ updateServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
1144
+ updateStayTime?: Maybe<StayTimeOutput>;
1145
+ updateTotalOccupants?: Maybe<TotalOccupantsOutput>;
1146
+ validateLyraPayment?: Maybe<LyraPaymentValidationOutput>;
1147
+ };
1148
+ export type MutationAddBabyArgs = {
1149
+ input: AddBabyInput;
1150
+ session: Session;
1151
+ };
1152
+ export type MutationAddCustomerDepositAccountPaymentsArgs = {
1153
+ input?: InputMaybe<CustomerDepositAccountPaymentsInput>;
1154
+ session: Session;
1155
+ };
1156
+ export type MutationAddDiscountCodeArgs = {
1157
+ input: DiscountCodeInput;
1158
+ session: Session;
1159
+ };
1160
+ export type MutationAddFidelityPointToProductArgs = {
1161
+ input: FidelityPointToProductInput;
1162
+ session: Session;
1163
+ };
1164
+ export type MutationAddGiftCodeArgs = {
1165
+ input?: InputMaybe<GiftCodeInput>;
1166
+ session: Session;
1167
+ };
1168
+ export type MutationAddObservationArgs = {
1169
+ input: ObservationInput;
1170
+ session: Session;
1171
+ };
1172
+ export type MutationAddOccupantArgs = {
1173
+ input: AddOccupantInput;
1174
+ session: Session;
1175
+ };
1176
+ export type MutationAddPartnerCustomerAccountArgs = {
1177
+ input?: InputMaybe<AddPartnerCustomerAccountInput>;
1178
+ session: Session;
1179
+ };
1180
+ export type MutationAddPartnerToCartArgs = {
1181
+ input: PartnerToCartInput;
1182
+ session: Session;
1183
+ };
1184
+ export type MutationAddProductToBookingArgs = {
1185
+ input: ProductToBookingInput;
1186
+ session: Session;
1187
+ };
1188
+ export type MutationAddProductToOccupantArgs = {
1189
+ input: Array<InputMaybe<ProductToOccupantInput>>;
1190
+ session: Session;
1191
+ };
1192
+ export type MutationCancelFerryBookingArgs = {
1193
+ input?: InputMaybe<CancelFerryBookingInput>;
1194
+ session: Session;
1195
+ };
1196
+ export type MutationChangePasswordArgs = {
1197
+ input: ChangePasswordInput;
1198
+ session: Session;
1199
+ };
1200
+ export type MutationChooseFerryProposalArgs = {
1201
+ input: ChooseFerryProposalInput;
1202
+ session: Session;
1203
+ };
1204
+ export type MutationChooseProposalFromKeysArgs = {
1205
+ input: ChooseProposalFromKeysInput;
1206
+ session: Session;
1207
+ };
1208
+ export type MutationChooseRoundTripProposalsArgs = {
1209
+ input: ChooseRoundTripProposalsInput;
1210
+ session: Session;
1211
+ };
1212
+ export type MutationConfirmFastCheckoutArgs = {
1213
+ input?: InputMaybe<ConfirmFastCheckoutInput>;
1214
+ session: Session;
1215
+ };
1216
+ export type MutationCreateCustomerAccountArgs = {
1217
+ input?: InputMaybe<CreateCustomerAccountInput>;
1218
+ session: Session;
1219
+ };
1220
+ export type MutationCreateServiceCustomerAccountArgs = {
1221
+ input?: InputMaybe<CreateServiceCustomerAccountInput>;
1222
+ session: Session;
1223
+ };
1224
+ export type MutationDisableEnablePartnerCustomerAccountArgs = {
1225
+ input?: InputMaybe<DisableEnablePartnerCustomerAccountInput>;
1226
+ session: Session;
1227
+ };
1228
+ export type MutationDisableServiceCustomerAccountArgs = {
1229
+ input?: InputMaybe<DisableServiceCustomerAccountInput>;
1230
+ session: Session;
1231
+ };
1232
+ export type MutationDoFastCheckinArgs = {
1233
+ input?: InputMaybe<DoFastCheckinInput>;
1234
+ session: Session;
1235
+ };
1236
+ export type MutationDoFastCheckoutArgs = {
1237
+ input?: InputMaybe<DoFastCheckoutInput>;
1238
+ session: Session;
1239
+ };
1240
+ export type MutationExpireSessionArgs = {
1241
+ session: Session;
1242
+ };
1243
+ export type MutationFacebookLoginArgs = {
1244
+ input: FacebookLoginInput;
1245
+ session: Session;
1246
+ };
1247
+ export type MutationLoginArgs = {
1248
+ input: LoginInput;
1249
+ session: Session;
1250
+ };
1251
+ export type MutationLoginAnyCustomerTypeArgs = {
1252
+ input?: InputMaybe<LoginAnyCustomerTypeInput>;
1253
+ session: Session;
1254
+ };
1255
+ export type MutationLoginEtoModeArgs = {
1256
+ input: LoginEtoModeInput;
1257
+ session: Session;
1258
+ };
1259
+ export type MutationLoginHash256Args = {
1260
+ input: LoginHash256Input;
1261
+ session: Session;
1262
+ };
1263
+ export type MutationLoginPartnerArgs = {
1264
+ input?: InputMaybe<LoginPartnerInput>;
1265
+ session: Session;
1266
+ };
1267
+ export type MutationLogoutArgs = {
1268
+ session: Session;
1269
+ };
1270
+ export type MutationPayOnStoredCreditCardArgs = {
1271
+ input?: InputMaybe<PayOnStoredCreditCardInput>;
1272
+ session: Session;
1273
+ };
1274
+ export type MutationRedirectPaymentGatewayForAmountArgs = {
1275
+ input: PaymentGatewayForAmountInput;
1276
+ session: Session;
1277
+ };
1278
+ export type MutationRedirectPaymentGatewayForCartArgs = {
1279
+ input: PaymentGatewayForCartInput;
1280
+ session: Session;
1281
+ };
1282
+ export type MutationRedirectPaymentGatewayForInstalmentArgs = {
1283
+ input: PaymentGatewayForInstalmentInput;
1284
+ session: Session;
1285
+ };
1286
+ export type MutationRemoveBookingFromCartArgs = {
1287
+ input?: InputMaybe<RemoveBookingFromCartInput>;
1288
+ session: Session;
1289
+ };
1290
+ export type MutationRemoveCartPaymentsArgs = {
1291
+ session: Session;
1292
+ };
1293
+ export type MutationRemoveCustomerAccountArgs = {
1294
+ session: Session;
1295
+ };
1296
+ export type MutationRemoveDiscountCodeArgs = {
1297
+ session: Session;
1298
+ };
1299
+ export type MutationRemoveGiftCodeArgs = {
1300
+ input?: InputMaybe<RemoveGiftCodeInput>;
1301
+ session: Session;
1302
+ };
1303
+ export type MutationRemoveOccupantArgs = {
1304
+ input: RemoveOccupantInput;
1305
+ session: Session;
1306
+ };
1307
+ export type MutationRemoveStayArgs = {
1308
+ input: RemoveStayInput;
1309
+ session: Session;
1310
+ };
1311
+ export type MutationResetCartArgs = {
1312
+ session: Session;
1313
+ };
1314
+ export type MutationResetPendingFerryBookingArgs = {
1315
+ session: Session;
1316
+ };
1317
+ export type MutationSaveCartArgs = {
1318
+ input?: InputMaybe<SaveCartInput>;
1319
+ session: Session;
1320
+ };
1321
+ export type MutationSaveFerryBookingArgs = {
1322
+ input?: InputMaybe<SaveFerryBookingInput>;
1323
+ session: Session;
1324
+ };
1325
+ export type MutationSetSessionLanguageArgs = {
1326
+ input: SessionLanguageInput;
1327
+ session: Session;
1328
+ };
1329
+ export type MutationSwitchToPartnerConventionArgs = {
1330
+ input: SwitchToPartnerConventionInput;
1331
+ session: Session;
1332
+ };
1333
+ export type MutationUnlockBookingArgs = {
1334
+ input: UnlockBookingInput;
1335
+ session: Session;
1336
+ };
1337
+ export type MutationUpdateBookingCriteriasArgs = {
1338
+ input: UpdateBookingCriteriasInput;
1339
+ session: Session;
1340
+ };
1341
+ export type MutationUpdateCartPaymentMethodArgs = {
1342
+ input: CartPaymentMethodInput;
1343
+ session: Session;
1344
+ };
1345
+ export type MutationUpdateCartPaymentPlansArgs = {
1346
+ input?: InputMaybe<CartPaymentPlansInput>;
1347
+ session: Session;
1348
+ };
1349
+ export type MutationUpdateCustomerAccountArgs = {
1350
+ input?: InputMaybe<CustomerAccountInput>;
1351
+ session: Session;
1352
+ };
1353
+ export type MutationUpdateCustomerBookingArgs = {
1354
+ input: CustomerBookingInput;
1355
+ session: Session;
1356
+ };
1357
+ export type MutationUpdateFerryAccommodationsArgs = {
1358
+ input: UpdateFerryAccommodationsInput;
1359
+ session: Session;
1360
+ };
1361
+ export type MutationUpdateFerryBookingArgs = {
1362
+ input: UpdateFerryBookingInput;
1363
+ session: Session;
1364
+ };
1365
+ export type MutationUpdateFerryTravelersInformationArgs = {
1366
+ input: UpdateFerryTravelersInformationInput;
1367
+ session: Session;
1368
+ };
1369
+ export type MutationUpdateOccupantArgs = {
1370
+ input: OccupantInput;
1371
+ session: Session;
1372
+ };
1373
+ export type MutationUpdateOccupantSkisetMeasurementsArgs = {
1374
+ input: UpdateOccupantSkisetMeasurementsInput;
1375
+ session: Session;
1376
+ };
1377
+ export type MutationUpdatePartnerAccountArgs = {
1378
+ input?: InputMaybe<PartnerAccountInput>;
1379
+ session: Session;
1380
+ };
1381
+ export type MutationUpdatePartnerCustomerAccountArgs = {
1382
+ input?: InputMaybe<UpdatePartnerCustomerAccountInput>;
1383
+ session: Session;
1384
+ };
1385
+ export type MutationUpdatePartnerPaymentPlansArgs = {
1386
+ input?: InputMaybe<PartnerPaymentPlansInput>;
1387
+ session: Session;
1388
+ };
1389
+ export type MutationUpdatePayerPaymentPlansArgs = {
1390
+ input?: InputMaybe<PayerPaymentPlansInput>;
1391
+ session: Session;
1392
+ };
1393
+ export type MutationUpdatePrimaryOccupantArgs = {
1394
+ input: PrimaryOccupantInput;
1395
+ session: Session;
1396
+ };
1397
+ export type MutationUpdateRoomFromMapArgs = {
1398
+ input: RoomFromMapInput;
1399
+ session: Session;
1400
+ };
1401
+ export type MutationUpdateServiceCustomerAccountArgs = {
1402
+ input?: InputMaybe<UpdateServiceCustomerAccountInput>;
1403
+ session: Session;
1404
+ };
1405
+ export type MutationUpdateStayTimeArgs = {
1406
+ input: StayTimeInput;
1407
+ session: Session;
1408
+ };
1409
+ export type MutationUpdateTotalOccupantsArgs = {
1410
+ input: TotalOccupantsInput;
1411
+ session: Session;
1412
+ };
1413
+ export type MutationValidateLyraPaymentArgs = {
1414
+ input: LyraPaymentValidationInput;
1415
+ session: Session;
1416
+ };
1417
+ export type MyLoginInput = {
1418
+ email?: InputMaybe<Scalars["String"]>;
1419
+ firstName?: InputMaybe<Scalars["String"]>;
1420
+ lastName?: InputMaybe<Scalars["String"]>;
1421
+ zipCode?: InputMaybe<Scalars["String"]>;
1422
+ };
1423
+ export type MyLoginOutput = {
1424
+ __typename?: "MyLoginOutput";
1425
+ login?: Maybe<Scalars["Boolean"]>;
1426
+ };
1427
+ export type Nationality = {
1428
+ __typename?: "Nationality";
1429
+ code?: Maybe<Scalars["String"]>;
1430
+ label?: Maybe<Scalars["String"]>;
1431
+ };
1432
+ export type NeobookingTranslationsInput = {
1433
+ languages?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
1434
+ };
1435
+ export type NeobookingTranslationsOutput = {
1436
+ __typename?: "NeobookingTranslationsOutput";
1437
+ translations?: Maybe<Array<Maybe<Language>>>;
1438
+ };
1439
+ export type ObservationInput = {
1440
+ bookingCartItemIDs?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
1441
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1442
+ observation: Scalars["String"];
1443
+ };
1444
+ export type ObservationOutput = {
1445
+ __typename?: "ObservationOutput";
1446
+ cart?: Maybe<Cart>;
1447
+ };
1448
+ export type Occupant = {
1449
+ __typename?: "Occupant";
1450
+ birthDate?: Maybe<Scalars["Date"]>;
1451
+ civility?: Maybe<Civility>;
1452
+ firstName?: Maybe<Scalars["String"]>;
1453
+ giftVoucherCode?: Maybe<Scalars["String"]>;
1454
+ guiid?: Maybe<Scalars["Int"]>;
1455
+ id?: Maybe<Scalars["Int"]>;
1456
+ isAdult?: Maybe<Scalars["Boolean"]>;
1457
+ isBaby?: Maybe<Scalars["Boolean"]>;
1458
+ isChildren1?: Maybe<Scalars["Boolean"]>;
1459
+ isChildren2?: Maybe<Scalars["Boolean"]>;
1460
+ lastName?: Maybe<Scalars["String"]>;
1461
+ lineItems?: Maybe<Array<Maybe<Lineitem>>>;
1462
+ paymentDues?: Maybe<Array<Maybe<PaymentDue>>>;
1463
+ skisetMeasurements?: Maybe<Array<Maybe<OccupantMeasurement>>>;
1464
+ totalAmount?: Maybe<Amount>;
1465
+ };
1466
+ export type OccupantInput = {
1467
+ birthDate?: InputMaybe<Scalars["Date"]>;
1468
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1469
+ civilityCode?: InputMaybe<Scalars["String"]>;
1470
+ firstName?: InputMaybe<Scalars["String"]>;
1471
+ lastName?: InputMaybe<Scalars["String"]>;
1472
+ occupantGuiid: Scalars["Int"];
1473
+ };
1474
+ export type OccupantMeasurement = {
1475
+ __typename?: "OccupantMeasurement";
1476
+ measureId: Scalars["Int"];
1477
+ measureType: SkisetMeasureType;
1478
+ };
1479
+ export type OccupantMeasurementInput = {
1480
+ measureId: Scalars["Int"];
1481
+ measureType: SkisetMeasureType;
1482
+ occupantGuiid: Scalars["Int"];
1483
+ };
1484
+ export type OccupantOutput = {
1485
+ __typename?: "OccupantOutput";
1486
+ cart?: Maybe<Cart>;
1487
+ };
1488
+ export type OccupantProductsInput = {
1489
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1490
+ categoryCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
1491
+ excludeMandatoryProduct?: InputMaybe<Scalars["Boolean"]>;
1492
+ occupantGuiid: Scalars["Int"];
1493
+ };
1494
+ export type OccupantProductsOutput = {
1495
+ __typename?: "OccupantProductsOutput";
1496
+ occupantProducts?: Maybe<Array<Maybe<ProductByCategory>>>;
1497
+ };
1498
+ export declare enum OccupantTypeEnum {
1499
+ IsAdult = "IS_ADULT",
1500
+ IsChildren_1 = "IS_CHILDREN_1",
1501
+ IsChildren_2 = "IS_CHILDREN_2"
1502
+ }
1503
+ export type OccupantsFromCurrentCustomerInput = {
1504
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1505
+ };
1506
+ export type OccupantsFromCurrentCustomerOutput = {
1507
+ __typename?: "OccupantsFromCurrentCustomerOutput";
1508
+ occupants?: Maybe<Array<Maybe<Occupant>>>;
1509
+ };
1510
+ export type Option = {
1511
+ __typename?: "Option";
1512
+ code?: Maybe<Scalars["String"]>;
1513
+ default?: Maybe<Scalars["Boolean"]>;
1514
+ label?: Maybe<Scalars["String"]>;
1515
+ };
1516
+ export type PartnerAccountInput = {
1517
+ account?: InputMaybe<AccountInput>;
1518
+ address?: InputMaybe<CustomerAddressInput>;
1519
+ birthDate?: InputMaybe<Scalars["Date"]>;
1520
+ civility?: InputMaybe<Scalars["String"]>;
1521
+ contactName?: InputMaybe<Scalars["String"]>;
1522
+ languageCode?: InputMaybe<Scalars["String"]>;
1523
+ partnerName?: InputMaybe<Scalars["String"]>;
1524
+ };
1525
+ export type PartnerContact = {
1526
+ __typename?: "PartnerContact";
1527
+ mail?: Maybe<Scalars["String"]>;
1528
+ name?: Maybe<Scalars["String"]>;
1529
+ phone1?: Maybe<Scalars["String"]>;
1530
+ phone2?: Maybe<Scalars["String"]>;
1531
+ };
1532
+ export type PartnerCustomerInfo = {
1533
+ __typename?: "PartnerCustomerInfo";
1534
+ civility?: Maybe<Scalars["String"]>;
1535
+ customerCode?: Maybe<Scalars["String"]>;
1536
+ disabled?: Maybe<Scalars["Boolean"]>;
1537
+ email?: Maybe<Scalars["String"]>;
1538
+ externalCode?: Maybe<Scalars["String"]>;
1539
+ firstName?: Maybe<Scalars["String"]>;
1540
+ name?: Maybe<Scalars["String"]>;
1541
+ };
1542
+ export type PartnerCustomerInfoOutput = {
1543
+ __typename?: "PartnerCustomerInfoOutput";
1544
+ customers?: Maybe<Array<Maybe<PartnerCustomerInfo>>>;
1545
+ };
1546
+ export type PartnerOutput = {
1547
+ __typename?: "PartnerOutput";
1548
+ primaryContact?: Maybe<PartnerContact>;
1549
+ service?: Maybe<Service>;
1550
+ };
1551
+ export type PartnerPaymentPlansInput = {
1552
+ paymentPlan?: InputMaybe<Scalars["String"]>;
1553
+ };
1554
+ export type PartnerPaymentPlansOutput = {
1555
+ __typename?: "PartnerPaymentPlansOutput";
1556
+ cart?: Maybe<Cart>;
1557
+ };
1558
+ export type PartnerToCartInput = {
1559
+ partnerCode: Scalars["String"];
1560
+ };
1561
+ export type PartnerToCartOutput = {
1562
+ __typename?: "PartnerToCartOutput";
1563
+ service?: Maybe<Service>;
1564
+ };
1565
+ export type Passenger = {
1566
+ __typename?: "Passenger";
1567
+ availablePassengerTypes?: Maybe<Array<Maybe<PassengerType>>>;
1568
+ birthDate: Scalars["Date"];
1569
+ civility?: Maybe<Civility>;
1570
+ firstName?: Maybe<Scalars["String"]>;
1571
+ index?: Maybe<Scalars["Int"]>;
1572
+ lastName: Scalars["String"];
1573
+ nationality?: Maybe<Scalars["String"]>;
1574
+ passengerTypeCode?: Maybe<Scalars["String"]>;
1575
+ passport?: Maybe<Scalars["String"]>;
1576
+ passportExpiry?: Maybe<Scalars["Date"]>;
1577
+ };
1578
+ export type PassengerInfo = {
1579
+ birthDate?: InputMaybe<Scalars["Date"]>;
1580
+ civility?: InputMaybe<Scalars["String"]>;
1581
+ firstName?: InputMaybe<Scalars["String"]>;
1582
+ index?: InputMaybe<Scalars["Int"]>;
1583
+ lastName?: InputMaybe<Scalars["String"]>;
1584
+ nationality?: InputMaybe<Scalars["String"]>;
1585
+ passport?: InputMaybe<Scalars["String"]>;
1586
+ passportExpiry?: InputMaybe<Scalars["Date"]>;
1587
+ type?: InputMaybe<Scalars["String"]>;
1588
+ };
1589
+ export type PassengerType = {
1590
+ __typename?: "PassengerType";
1591
+ code: Scalars["String"];
1592
+ label?: Maybe<Scalars["String"]>;
1593
+ };
1594
+ export type PayerPaymentPlansInput = {
1595
+ paymentPlan?: InputMaybe<Scalars["String"]>;
1596
+ };
1597
+ export type PayerPaymentPlansOutput = {
1598
+ __typename?: "PayerPaymentPlansOutput";
1599
+ cart?: Maybe<Cart>;
1600
+ };
1601
+ export type Payment = {
1602
+ __typename?: "Payment";
1603
+ amount?: Maybe<Amount>;
1604
+ date?: Maybe<Scalars["RslDate"]>;
1605
+ guiid?: Maybe<Scalars["Int"]>;
1606
+ id?: Maybe<Scalars["Int"]>;
1607
+ paymentModeLabel?: Maybe<Scalars["String"]>;
1608
+ voucherCode?: Maybe<Scalars["String"]>;
1609
+ };
1610
+ export type PaymentDue = {
1611
+ __typename?: "PaymentDue";
1612
+ amount?: Maybe<Amount>;
1613
+ code?: Maybe<Scalars["String"]>;
1614
+ creditCard?: Maybe<CreditCard>;
1615
+ date?: Maybe<Scalars["RslDate"]>;
1616
+ guiid?: Maybe<Scalars["Int"]>;
1617
+ id?: Maybe<Scalars["Int"]>;
1618
+ label?: Maybe<Scalars["String"]>;
1619
+ payments?: Maybe<Array<Maybe<Payment>>>;
1620
+ receivedAmount?: Maybe<Amount>;
1621
+ remainingAmount?: Maybe<Amount>;
1622
+ type?: Maybe<PaymentdueType>;
1623
+ };
1624
+ export type PaymentGatewayForAmountInput = {
1625
+ bookingId: Scalars["Int"];
1626
+ ccAmount: Scalars["BigDecimal"];
1627
+ input: CartPaymentMethodInput;
1628
+ instalmentId: Scalars["Int"];
1629
+ };
1630
+ export type PaymentGatewayForAmountOutput = {
1631
+ __typename?: "PaymentGatewayForAmountOutput";
1632
+ gateway?: Maybe<Scalars["String"]>;
1633
+ };
1634
+ export type PaymentGatewayForCartInput = {
1635
+ input: CartPaymentMethodInput;
1636
+ passNewAmountLowerThanPrevious?: InputMaybe<Scalars["Boolean"]>;
1637
+ };
1638
+ export type PaymentGatewayForCartOutput = {
1639
+ __typename?: "PaymentGatewayForCartOutput";
1640
+ gateway?: Maybe<Scalars["String"]>;
1641
+ };
1642
+ export type PaymentGatewayForInstalmentInput = {
1643
+ input: CartPaymentMethodInput;
1644
+ instalmentId: Scalars["Int"];
1645
+ };
1646
+ export type PaymentGatewayForInstalmentOutput = {
1647
+ __typename?: "PaymentGatewayForInstalmentOutput";
1648
+ gateway?: Maybe<Scalars["String"]>;
1649
+ };
1650
+ export type PaymentMethod = {
1651
+ __typename?: "PaymentMethod";
1652
+ automaticPaymentCode?: Maybe<Scalars["String"]>;
1653
+ /** @deprecated Use 'automaticPaymentMethodOption'. */
1654
+ automaticPaymentMethod?: Maybe<Array<Maybe<Option>>>;
1655
+ automaticPaymentMethodOption?: Maybe<Array<Maybe<PaymentMethodOption>>>;
1656
+ /** @deprecated Use 'paymentMethodOption'. */
1657
+ paymentMethod?: Maybe<Array<Maybe<Option>>>;
1658
+ paymentMethodOption?: Maybe<Array<Maybe<PaymentMethodOption>>>;
1659
+ virtualPaymentCode?: Maybe<Scalars["String"]>;
1660
+ };
1661
+ export type PaymentMethodOption = {
1662
+ __typename?: "PaymentMethodOption";
1663
+ code?: Maybe<Scalars["String"]>;
1664
+ label?: Maybe<Scalars["String"]>;
1665
+ };
1666
+ export type PaymentMethodsOutput = {
1667
+ __typename?: "PaymentMethodsOutput";
1668
+ paymentMethod?: Maybe<PaymentMethod>;
1669
+ };
1670
+ export type PaymentPlan = {
1671
+ __typename?: "PaymentPlan";
1672
+ cartItemID?: Maybe<Scalars["Int"]>;
1673
+ cmsCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
1674
+ code?: Maybe<Scalars["String"]>;
1675
+ isDefault?: Maybe<Scalars["Boolean"]>;
1676
+ label?: Maybe<Scalars["String"]>;
1677
+ occupantPaymentDues?: Maybe<Array<Maybe<PaymentDue>>>;
1678
+ partnerPaymentDues?: Maybe<Array<Maybe<PaymentDue>>>;
1679
+ paymentMethod?: Maybe<PaymentMethod>;
1680
+ };
1681
+ export type PaymentPlansInput = {
1682
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1683
+ };
1684
+ export type PaymentPlansOutput = {
1685
+ __typename?: "PaymentPlansOutput";
1686
+ paymentPlans?: Maybe<Array<Maybe<PaymentPlan>>>;
1687
+ };
1688
+ export declare enum PaymentdueType {
1689
+ Arrhes = "ARRHES",
1690
+ Cashless = "CASHLESS",
1691
+ Monthly = "MONTHLY",
1692
+ Solde = "SOLDE"
1693
+ }
1694
+ export type PendingFerryBookingOutput = {
1695
+ __typename?: "PendingFerryBookingOutput";
1696
+ ferryBooking?: Maybe<FerryBooking>;
1697
+ };
1698
+ export type Port = {
1699
+ __typename?: "Port";
1700
+ label?: Maybe<Scalars["String"]>;
1701
+ portName?: Maybe<Scalars["String"]>;
1702
+ };
1703
+ export type PostCodeApiDetailInput = {
1704
+ apiSession: Scalars["String"];
1705
+ context: Scalars["String"];
1706
+ };
1707
+ export type PostCodeApiDetailOutput = {
1708
+ __typename?: "PostCodeApiDetailOutput";
1709
+ code?: Maybe<Scalars["String"]>;
1710
+ };
1711
+ export type PostCodeApiSimpleInput = {
1712
+ country?: InputMaybe<Scalars["String"]>;
1713
+ postApiContext?: InputMaybe<Scalars["String"]>;
1714
+ term: Scalars["String"];
1715
+ };
1716
+ export type PostCodeApiSimpleOutput = {
1717
+ __typename?: "PostCodeApiSimpleOutput";
1718
+ code?: Maybe<Scalars["String"]>;
1719
+ };
1720
+ export type PrimaryOccupant = {
1721
+ __typename?: "PrimaryOccupant";
1722
+ address?: Maybe<Address>;
1723
+ birthDate?: Maybe<Scalars["RslDate"]>;
1724
+ civility?: Maybe<Civility>;
1725
+ customerCode?: Maybe<Scalars["String"]>;
1726
+ firstName?: Maybe<Scalars["String"]>;
1727
+ id?: Maybe<Scalars["Int"]>;
1728
+ /** @deprecated Use 'occupantLanguage'. */
1729
+ language?: Maybe<Option>;
1730
+ lastName?: Maybe<Scalars["String"]>;
1731
+ occupantLanguage?: Maybe<Language>;
1732
+ };
1733
+ export type PrimaryOccupantInput = {
1734
+ address?: InputMaybe<CustomerAddressInput>;
1735
+ birthDate?: InputMaybe<Scalars["Date"]>;
1736
+ bookingId?: InputMaybe<Scalars["Int"]>;
1737
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1738
+ civility?: InputMaybe<Scalars["String"]>;
1739
+ firstName: Scalars["String"];
1740
+ languageCode?: InputMaybe<Scalars["String"]>;
1741
+ lastName: Scalars["String"];
1742
+ };
1743
+ export type PrimaryOccupantOutput = {
1744
+ __typename?: "PrimaryOccupantOutput";
1745
+ cart?: Maybe<Cart>;
1746
+ };
1747
+ export type PrivilegeCard = {
1748
+ __typename?: "PrivilegeCard";
1749
+ active?: Maybe<Scalars["Boolean"]>;
1750
+ bookingId?: Maybe<Scalars["Int"]>;
1751
+ endDate?: Maybe<Scalars["Date"]>;
1752
+ label?: Maybe<Scalars["String"]>;
1753
+ points?: Maybe<Scalars["Int"]>;
1754
+ service?: Maybe<Service>;
1755
+ startDate?: Maybe<Scalars["Date"]>;
1756
+ type?: Maybe<Scalars["String"]>;
1757
+ };
1758
+ export type PrivilegeCardType = {
1759
+ __typename?: "PrivilegeCardType";
1760
+ code?: Maybe<Scalars["String"]>;
1761
+ label?: Maybe<Scalars["String"]>;
1762
+ };
1763
+ export type PrivilegeCardTypesOutput = {
1764
+ __typename?: "PrivilegeCardTypesOutput";
1765
+ privilegeCardTypeList?: Maybe<Array<Maybe<PrivilegeCardType>>>;
1766
+ /** @deprecated Use 'privilegeCardTypeList'. */
1767
+ privilegeCardTypes?: Maybe<Array<Maybe<Option>>>;
1768
+ };
1769
+ export type Product = {
1770
+ __typename?: "Product";
1771
+ ageFrom?: Maybe<Scalars["Int"]>;
1772
+ ageTo?: Maybe<Scalars["Int"]>;
1773
+ categoryCode?: Maybe<Scalars["String"]>;
1774
+ categoryLabel?: Maybe<Scalars["String"]>;
1775
+ cmsCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
1776
+ code: Scalars["String"];
1777
+ description?: Maybe<Scalars["String"]>;
1778
+ distributionType?: Maybe<ProductDistributionType>;
1779
+ id: Scalars["Int"];
1780
+ imagePath?: Maybe<Scalars["String"]>;
1781
+ isBase?: Maybe<Scalars["Boolean"]>;
1782
+ isPackage?: Maybe<Scalars["Boolean"]>;
1783
+ label?: Maybe<Scalars["String"]>;
1784
+ linkedToMap?: Maybe<Scalars["Boolean"]>;
1785
+ mandatory?: Maybe<Scalars["Boolean"]>;
1786
+ occupantApplication?: Maybe<ProductOccupantApplication>;
1787
+ originalLabel?: Maybe<Scalars["String"]>;
1788
+ otherCode?: Maybe<Scalars["String"]>;
1789
+ otherLabel?: Maybe<Scalars["String"]>;
1790
+ price?: Maybe<Amount>;
1791
+ priceWithoutDiscounts?: Maybe<Amount>;
1792
+ productCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
1793
+ /** @deprecated Use 'quantityMax'. */
1794
+ quantity?: Maybe<Scalars["Int"]>;
1795
+ quantityMax?: Maybe<Scalars["Int"]>;
1796
+ stock?: Maybe<Scalars["Int"]>;
1797
+ subProducts?: Maybe<Array<Maybe<Product>>>;
1798
+ webLabel?: Maybe<Scalars["String"]>;
1799
+ };
1800
+ export type ProductByCategory = {
1801
+ __typename?: "ProductByCategory";
1802
+ categoryCode?: Maybe<Scalars["String"]>;
1803
+ categoryLabel?: Maybe<Scalars["String"]>;
1804
+ products?: Maybe<Array<Maybe<Product>>>;
1805
+ };
1806
+ export type ProductCategoriesOutput = {
1807
+ __typename?: "ProductCategoriesOutput";
1808
+ productCategories?: Maybe<Array<Maybe<ProductCategory>>>;
1809
+ };
1810
+ export type ProductCategory = {
1811
+ __typename?: "ProductCategory";
1812
+ code?: Maybe<Scalars["String"]>;
1813
+ label?: Maybe<Scalars["String"]>;
1814
+ order?: Maybe<Scalars["Int"]>;
1815
+ };
1816
+ export declare enum ProductDistributionType {
1817
+ Campaign = "CAMPAIGN",
1818
+ Global = "GLOBAL",
1819
+ Occupant = "OCCUPANT",
1820
+ Room = "ROOM"
1821
+ }
1822
+ export declare enum ProductOccupantApplication {
1823
+ Everybody = "EVERYBODY",
1824
+ EverybodyInRoom = "EVERYBODY_IN_ROOM",
1825
+ Himself = "HIMSELF"
1826
+ }
1827
+ export type ProductOption = {
1828
+ __typename?: "ProductOption";
1829
+ code?: Maybe<Scalars["String"]>;
1830
+ label?: Maybe<Scalars["String"]>;
1831
+ };
1832
+ export type ProductToBookingInput = {
1833
+ cartItemID?: InputMaybe<Scalars["Int"]>;
1834
+ productCode: Scalars["String"];
1835
+ productID: Scalars["Int"];
1836
+ quantity?: InputMaybe<Scalars["Int"]>;
1837
+ stayGuiid?: InputMaybe<Scalars["Int"]>;
1838
+ };
1839
+ export type ProductToBookingOutput = {
1840
+ __typename?: "ProductToBookingOutput";
1841
+ cart?: Maybe<Cart>;
1842
+ };
1843
+ export type ProductToOccupantInput = {
1844
+ occupantGuiid: Scalars["Int"];
1845
+ productCode: Scalars["String"];
1846
+ productID: Scalars["Int"];
1847
+ quantity: Scalars["Int"];
1848
+ };
1849
+ export type ProductToOccupantOutput = {
1850
+ __typename?: "ProductToOccupantOutput";
1851
+ cart?: Maybe<Cart>;
1852
+ };
1853
+ export type ProductsForOccupantOutput = {
1854
+ __typename?: "ProductsForOccupantOutput";
1855
+ hasProductsForOccupant?: Maybe<Scalars["Boolean"]>;
1856
+ };
1857
+ export type PropertiesInput = {
1858
+ propertyIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
1859
+ roomFeatureCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
1860
+ stayType?: InputMaybe<Scalars["Int"]>;
1861
+ };
1862
+ export type PropertiesOutput = {
1863
+ __typename?: "PropertiesOutput";
1864
+ properties?: Maybe<Array<Maybe<Property>>>;
1865
+ };
1866
+ export type Property = {
1867
+ __typename?: "Property";
1868
+ address?: Maybe<Address>;
1869
+ cmsCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
1870
+ description?: Maybe<Scalars["String"]>;
1871
+ id?: Maybe<Scalars["Int"]>;
1872
+ imagePath?: Maybe<Scalars["String"]>;
1873
+ label?: Maybe<Scalars["String"]>;
1874
+ roomFeatures?: Maybe<Array<Maybe<CriteriaValue>>>;
1875
+ };
1876
+ export type Proposal = {
1877
+ __typename?: "Proposal";
1878
+ baseProductPrice?: Maybe<Amount>;
1879
+ discountInfo?: Maybe<Scalars["String"]>;
1880
+ distribution?: Maybe<Distribution>;
1881
+ endDate?: Maybe<Scalars["Date"]>;
1882
+ imagePath?: Maybe<Scalars["String"]>;
1883
+ isAlternativeProposal?: Maybe<Scalars["Boolean"]>;
1884
+ isCounterProposal?: Maybe<Scalars["Boolean"]>;
1885
+ lineItems?: Maybe<Array<Maybe<Lineitem>>>;
1886
+ nbDays?: Maybe<Scalars["Int"]>;
1887
+ price?: Maybe<Amount>;
1888
+ priceWithoutDiscount?: Maybe<Amount>;
1889
+ /** @deprecated Use 'productOption'. */
1890
+ product?: Maybe<Option>;
1891
+ productOption?: Maybe<ProductOption>;
1892
+ propertyId?: Maybe<Scalars["Int"]>;
1893
+ /**
1894
+ * Clé de proposition
1895
+ *
1896
+ * ---
1897
+ *
1898
+ * ## test
1899
+ * ### test2
1900
+ */
1901
+ proposalKey?: Maybe<Scalars["String"]>;
1902
+ roomFeaturesValues?: Maybe<Array<Maybe<CriteriaValue>>>;
1903
+ startDate?: Maybe<Scalars["Date"]>;
1904
+ stock?: Maybe<Scalars["String"]>;
1905
+ };
1906
+ export type ProposalByProperty = {
1907
+ __typename?: "ProposalByProperty";
1908
+ property?: Maybe<Property>;
1909
+ proposals: Array<Proposal>;
1910
+ };
1911
+ export type ProposalByRoomTypesInput = {
1912
+ baseProductCode: Scalars["String"];
1913
+ campaignCode?: InputMaybe<Scalars["String"]>;
1914
+ childrenBirthdate?: InputMaybe<Array<InputMaybe<Scalars["Date"]>>>;
1915
+ endDate?: InputMaybe<Scalars["Date"]>;
1916
+ nbAdults: Scalars["Int"];
1917
+ nbBabies?: InputMaybe<Scalars["Int"]>;
1918
+ nbChildren1?: InputMaybe<Scalars["Int"]>;
1919
+ nbChildren2?: InputMaybe<Scalars["Int"]>;
1920
+ nbDays?: InputMaybe<Scalars["Int"]>;
1921
+ propertyId: Scalars["Int"];
1922
+ roomTypeCodes: Array<InputMaybe<Scalars["String"]>>;
1923
+ startDate: Scalars["Date"];
1924
+ };
1925
+ export type ProposalByRoomTypesOutput = {
1926
+ __typename?: "ProposalByRoomTypesOutput";
1927
+ proposals: Array<Proposal>;
1928
+ };
1929
+ export type ProposalsByKeysInput = {
1930
+ proposalKeys: Array<Scalars["String"]>;
1931
+ };
1932
+ export type ProposalsByKeysOutput = {
1933
+ __typename?: "ProposalsByKeysOutput";
1934
+ proposals: Array<Proposal>;
1935
+ };
1936
+ export type ProposalsByPropertiesInput = {
1937
+ criterias?: InputMaybe<Criterias>;
1938
+ };
1939
+ export type ProposalsByPropertiesOutput = {
1940
+ __typename?: "ProposalsByPropertiesOutput";
1941
+ proposalByProperty: Array<ProposalByProperty>;
1942
+ };
1943
+ export type ProposalsInput = {
1944
+ criterias?: InputMaybe<Criterias>;
1945
+ };
1946
+ export type ProposalsOutput = {
1947
+ __typename?: "ProposalsOutput";
1948
+ proposals: Array<Proposal>;
1949
+ };
1950
+ export type PspUrl = {
1951
+ acceptUrl?: InputMaybe<Scalars["String"]>;
1952
+ cancelUrl?: InputMaybe<Scalars["String"]>;
1953
+ declineUrl?: InputMaybe<Scalars["String"]>;
1954
+ exceptionUrl?: InputMaybe<Scalars["String"]>;
1955
+ };
1956
+ export type PspUrlOutput = {
1957
+ __typename?: "PspUrlOutput";
1958
+ acceptUrl?: Maybe<Scalars["String"]>;
1959
+ cancelUrl?: Maybe<Scalars["String"]>;
1960
+ declineUrl?: Maybe<Scalars["String"]>;
1961
+ exceptionUrl?: Maybe<Scalars["String"]>;
1962
+ };
1963
+ /** test query */
1964
+ export type Query = {
1965
+ __typename?: "Query";
1966
+ checkApiAlive?: Maybe<ApiAliveOutput>;
1967
+ checkModuleFacebookActivated?: Maybe<ModuleFacebookActivatedOutput>;
1968
+ checkSessionActivated?: Maybe<SessionActivatedOutput>;
1969
+ checkValidLogin?: Maybe<ValidLoginOutput>;
1970
+ getAccommodationProducts?: Maybe<AccommodationProductsOutput>;
1971
+ getAllOccupantProductsAllAgeRanges?: Maybe<AllOccupantProductsAllAgeRangesOutput>;
1972
+ getAlternativeProposalRulesForContractFolder?: Maybe<AlternativeProposalRulesForContractFolderOutput>;
1973
+ getAvailForRoomTypes?: Maybe<AvailForRoomTypesOutput>;
1974
+ getAvailableRoomFeatures?: Maybe<AvailableRoomFeaturesOutput>;
1975
+ getBookingDocuments?: Maybe<BookingDocumentsOutput>;
1976
+ getBookingProducts?: Maybe<BookingProductsOutput>;
1977
+ getBookingRecordCriterias?: Maybe<BookingRecordCriteriasOutput>;
1978
+ getBrochures?: Maybe<BrochuresOutput>;
1979
+ getCampaigns?: Maybe<CampaignsOutput>;
1980
+ getCart?: Maybe<CartOutput>;
1981
+ getCivilities?: Maybe<CivilitiesOutput>;
1982
+ getCountries?: Maybe<CountriesOutput>;
1983
+ /**
1984
+ * LANG_gql_getCriteria
1985
+ *
1986
+ * ### LANG_gql_actions
1987
+ */
1988
+ getCriteriaInformation?: Maybe<CriteriaInformationOutput>;
1989
+ getCurrentCustomerAccount?: Maybe<CurrentCustomerAccountOutput>;
1990
+ getCustomerBookings?: Maybe<CustomerBookingsOutput>;
1991
+ getCustomerCriterias?: Maybe<CustomerCriteriasOutput>;
1992
+ getCustomerDepositAccounts?: Maybe<CustomerDepositAccountsOutput>;
1993
+ getCustomerGiftCodes?: Maybe<CustomerGiftCodesOutput>;
1994
+ getCustomerLoyaltyPoints?: Maybe<CustomerLoyaltyPointsOutput>;
1995
+ getCustomerPrivilegeCards?: Maybe<CustomerPrivilegeCardsOutput>;
1996
+ getFerryAddonCategories?: Maybe<FerryAddonCategoriesOutput>;
1997
+ getFerryAvailableAccommodations?: Maybe<FerryAvailableAccommodationsOutput>;
1998
+ getFerryCars?: Maybe<FerryCarsOutput>;
1999
+ getFerryCivilities?: Maybe<FerryCivilitiesOutput>;
2000
+ getFerryCrossings?: Maybe<FerryCrossingsOutput>;
2001
+ getFerryNationalities?: Maybe<FerryNationalitiesOutput>;
2002
+ getFerryPorts?: Maybe<FerryPortsOutput>;
2003
+ getFerryProducts?: Maybe<FerryProductsOutput>;
2004
+ getFerryProposals?: Maybe<FerryProposalsOutput>;
2005
+ getFerryTrailerCategories?: Maybe<FerryTrailerCategoriesOutput>;
2006
+ getFerryVehicleCategories?: Maybe<FerryVehicleCategoriesOutput>;
2007
+ getFerryVehicleFuels?: Maybe<FerryVehicleFuelsOutput>;
2008
+ getFidelityLogs?: Maybe<FidelityLogsOutput>;
2009
+ getFidelityRules?: Maybe<FidelityRulesOutput>;
2010
+ getLanguages?: Maybe<LanguagesOutput>;
2011
+ getLyraFormToken?: Maybe<LyraFormTokenOutput>;
2012
+ getMapSelectorData?: Maybe<MapSelectorDataOutput>;
2013
+ getMyLogin?: Maybe<MyLoginOutput>;
2014
+ getNeobookingTranslations?: Maybe<NeobookingTranslationsOutput>;
2015
+ getOccupantProducts?: Maybe<OccupantProductsOutput>;
2016
+ getOccupantsFromCurrentCustomer?: Maybe<OccupantsFromCurrentCustomerOutput>;
2017
+ getPartner?: Maybe<PartnerOutput>;
2018
+ getPartnerCustomers?: Maybe<PartnerCustomerInfoOutput>;
2019
+ getPaymentMethods?: Maybe<PaymentMethodsOutput>;
2020
+ getPaymentPlans?: Maybe<PaymentPlansOutput>;
2021
+ getPendingFerryBooking?: Maybe<PendingFerryBookingOutput>;
2022
+ getPostCodeApiDetail?: Maybe<PostCodeApiDetailOutput>;
2023
+ getPostCodeApiSimple?: Maybe<PostCodeApiSimpleOutput>;
2024
+ /**
2025
+ * LANG_gql_getPrivilegeCards
2026
+ *
2027
+ * ---
2028
+ *
2029
+ * ## LANG_gql_client
2030
+ * ### LANG_gql_infos
2031
+ */
2032
+ getPrivilegeCardTypes?: Maybe<PrivilegeCardTypesOutput>;
2033
+ getProductCategories?: Maybe<ProductCategoriesOutput>;
2034
+ getProperties?: Maybe<PropertiesOutput>;
2035
+ getProposalByRoomTypes?: Maybe<ProposalByRoomTypesOutput>;
2036
+ getProposals?: Maybe<ProposalsOutput>;
2037
+ getProposalsByKeys?: Maybe<ProposalsByKeysOutput>;
2038
+ getProposalsByProperties?: Maybe<ProposalsByPropertiesOutput>;
2039
+ getRelationships?: Maybe<RelationshipOutput>;
2040
+ getResalysErrorList?: Maybe<ResalysErrorListOutput>;
2041
+ getResalysVersion?: Maybe<ResalysVersionOutput>;
2042
+ getRoomTypeCategories?: Maybe<RoomTypeCategoriesOutput>;
2043
+ getRoomTypes?: Maybe<RoomTypesOutput>;
2044
+ getSalesChannelMode?: Maybe<SalesChannelModeOutput>;
2045
+ /**
2046
+ * getSession
2047
+ * Il devra etre votre premier appel.<br/>
2048
+ *
2049
+ * Il utilisera comme paramètres les informations d'utilisateurs configurés dans Resalys.
2050
+ * Vous obtiendrez une session en réponse.\n
2051
+ * Cette session sera votre clé d'entrée pour toutes les autres requêtes.
2052
+ * Elle est également la clé mémoire qui stocke coté serveur toutes les actions que vous effectuez.
2053
+ * Pour la suite des tests, je vous invite à copier
2054
+ * le résultat de votre session dans l'objet session des "QUERY VARIABLES"
2055
+ * en lieux et place de "@session".
2056
+ */
2057
+ getSession?: Maybe<SessionOutput>;
2058
+ getSkisetMeasurements?: Maybe<MeasurementsOutput>;
2059
+ getTranslations?: Maybe<TranslationsOutput>;
2060
+ getUserLanguage?: Maybe<UserLanguageOutput>;
2061
+ hasProductsForOccupant?: Maybe<ProductsForOccupantOutput>;
2062
+ renewPassword?: Maybe<RenewPasswordOutput>;
2063
+ requestBrochure?: Maybe<BrochureOutput>;
2064
+ };
2065
+ /** test query */
2066
+ export type QueryCheckModuleFacebookActivatedArgs = {
2067
+ session: Session;
2068
+ };
2069
+ /** test query */
2070
+ export type QueryCheckSessionActivatedArgs = {
2071
+ session: Session;
2072
+ };
2073
+ /** test query */
2074
+ export type QueryCheckValidLoginArgs = {
2075
+ input: ValidLoginInput;
2076
+ session: Session;
2077
+ };
2078
+ /** test query */
2079
+ export type QueryGetAccommodationProductsArgs = {
2080
+ input: AccommodationProductsInput;
2081
+ session: Session;
2082
+ };
2083
+ /** test query */
2084
+ export type QueryGetAllOccupantProductsAllAgeRangesArgs = {
2085
+ input: AllOccupantProductsAllAgeRangesInput;
2086
+ session: Session;
2087
+ };
2088
+ /** test query */
2089
+ export type QueryGetAlternativeProposalRulesForContractFolderArgs = {
2090
+ input: AlternativeProposalRulesForContractFolderInput;
2091
+ session: Session;
2092
+ };
2093
+ /** test query */
2094
+ export type QueryGetAvailForRoomTypesArgs = {
2095
+ input?: InputMaybe<AvailForRoomTypesInput>;
2096
+ session: Session;
2097
+ };
2098
+ /** test query */
2099
+ export type QueryGetAvailableRoomFeaturesArgs = {
2100
+ input?: InputMaybe<AvailableRoomFeaturesInput>;
2101
+ session: Session;
2102
+ };
2103
+ /** test query */
2104
+ export type QueryGetBookingDocumentsArgs = {
2105
+ input: BookingDocumentsInput;
2106
+ session: Session;
2107
+ };
2108
+ /** test query */
2109
+ export type QueryGetBookingProductsArgs = {
2110
+ input?: InputMaybe<BookingProductsInput>;
2111
+ session: Session;
2112
+ };
2113
+ /** test query */
2114
+ export type QueryGetBookingRecordCriteriasArgs = {
2115
+ session: Session;
2116
+ };
2117
+ /** test query */
2118
+ export type QueryGetBrochuresArgs = {
2119
+ session: Session;
2120
+ };
2121
+ /** test query */
2122
+ export type QueryGetCampaignsArgs = {
2123
+ session: Session;
2124
+ };
2125
+ /** test query */
2126
+ export type QueryGetCartArgs = {
2127
+ session: Session;
2128
+ };
2129
+ /** test query */
2130
+ export type QueryGetCivilitiesArgs = {
2131
+ session: Session;
2132
+ };
2133
+ /** test query */
2134
+ export type QueryGetCountriesArgs = {
2135
+ session: Session;
2136
+ };
2137
+ /** test query */
2138
+ export type QueryGetCriteriaInformationArgs = {
2139
+ input?: InputMaybe<CriteriaInformationInput>;
2140
+ session: Session;
2141
+ };
2142
+ /** test query */
2143
+ export type QueryGetCurrentCustomerAccountArgs = {
2144
+ session: Session;
2145
+ };
2146
+ /** test query */
2147
+ export type QueryGetCustomerBookingsArgs = {
2148
+ input?: InputMaybe<CustomerBookingsInput>;
2149
+ session: Session;
2150
+ };
2151
+ /** test query */
2152
+ export type QueryGetCustomerCriteriasArgs = {
2153
+ input?: InputMaybe<CustomerCriteriasInput>;
2154
+ session: Session;
2155
+ };
2156
+ /** test query */
2157
+ export type QueryGetCustomerDepositAccountsArgs = {
2158
+ session: Session;
2159
+ };
2160
+ /** test query */
2161
+ export type QueryGetCustomerGiftCodesArgs = {
2162
+ session: Session;
2163
+ };
2164
+ /** test query */
2165
+ export type QueryGetCustomerLoyaltyPointsArgs = {
2166
+ session: Session;
2167
+ };
2168
+ /** test query */
2169
+ export type QueryGetCustomerPrivilegeCardsArgs = {
2170
+ session: Session;
2171
+ };
2172
+ /** test query */
2173
+ export type QueryGetFerryAddonCategoriesArgs = {
2174
+ session: Session;
2175
+ };
2176
+ /** test query */
2177
+ export type QueryGetFerryAvailableAccommodationsArgs = {
2178
+ session: Session;
2179
+ };
2180
+ /** test query */
2181
+ export type QueryGetFerryCarsArgs = {
2182
+ session: Session;
2183
+ };
2184
+ /** test query */
2185
+ export type QueryGetFerryCivilitiesArgs = {
2186
+ session: Session;
2187
+ };
2188
+ /** test query */
2189
+ export type QueryGetFerryCrossingsArgs = {
2190
+ input?: InputMaybe<FerryCrossingsInput>;
2191
+ session: Session;
2192
+ };
2193
+ /** test query */
2194
+ export type QueryGetFerryNationalitiesArgs = {
2195
+ session: Session;
2196
+ };
2197
+ /** test query */
2198
+ export type QueryGetFerryPortsArgs = {
2199
+ session: Session;
2200
+ };
2201
+ /** test query */
2202
+ export type QueryGetFerryProductsArgs = {
2203
+ session: Session;
2204
+ };
2205
+ /** test query */
2206
+ export type QueryGetFerryProposalsArgs = {
2207
+ input: FerryProposalsInput;
2208
+ session: Session;
2209
+ };
2210
+ /** test query */
2211
+ export type QueryGetFerryTrailerCategoriesArgs = {
2212
+ session: Session;
2213
+ };
2214
+ /** test query */
2215
+ export type QueryGetFerryVehicleCategoriesArgs = {
2216
+ session: Session;
2217
+ };
2218
+ /** test query */
2219
+ export type QueryGetFerryVehicleFuelsArgs = {
2220
+ session: Session;
2221
+ };
2222
+ /** test query */
2223
+ export type QueryGetFidelityLogsArgs = {
2224
+ session: Session;
2225
+ };
2226
+ /** test query */
2227
+ export type QueryGetFidelityRulesArgs = {
2228
+ session: Session;
2229
+ };
2230
+ /** test query */
2231
+ export type QueryGetLanguagesArgs = {
2232
+ session: Session;
2233
+ };
2234
+ /** test query */
2235
+ export type QueryGetLyraFormTokenArgs = {
2236
+ input: LyraFormTokenInput;
2237
+ session: Session;
2238
+ };
2239
+ /** test query */
2240
+ export type QueryGetMapSelectorDataArgs = {
2241
+ input?: InputMaybe<MapSelectorDataInput>;
2242
+ session: Session;
2243
+ };
2244
+ /** test query */
2245
+ export type QueryGetMyLoginArgs = {
2246
+ input?: InputMaybe<MyLoginInput>;
2247
+ session: Session;
2248
+ };
2249
+ /** test query */
2250
+ export type QueryGetNeobookingTranslationsArgs = {
2251
+ input?: InputMaybe<NeobookingTranslationsInput>;
2252
+ session: Session;
2253
+ };
2254
+ /** test query */
2255
+ export type QueryGetOccupantProductsArgs = {
2256
+ input?: InputMaybe<OccupantProductsInput>;
2257
+ session: Session;
2258
+ };
2259
+ /** test query */
2260
+ export type QueryGetOccupantsFromCurrentCustomerArgs = {
2261
+ input?: InputMaybe<OccupantsFromCurrentCustomerInput>;
2262
+ session: Session;
2263
+ };
2264
+ /** test query */
2265
+ export type QueryGetPartnerArgs = {
2266
+ session: Session;
2267
+ };
2268
+ /** test query */
2269
+ export type QueryGetPartnerCustomersArgs = {
2270
+ session: Session;
2271
+ };
2272
+ /** test query */
2273
+ export type QueryGetPaymentMethodsArgs = {
2274
+ session: Session;
2275
+ };
2276
+ /** test query */
2277
+ export type QueryGetPaymentPlansArgs = {
2278
+ input?: InputMaybe<PaymentPlansInput>;
2279
+ session: Session;
2280
+ };
2281
+ /** test query */
2282
+ export type QueryGetPendingFerryBookingArgs = {
2283
+ session: Session;
2284
+ };
2285
+ /** test query */
2286
+ export type QueryGetPostCodeApiDetailArgs = {
2287
+ input: PostCodeApiDetailInput;
2288
+ session: Session;
2289
+ };
2290
+ /** test query */
2291
+ export type QueryGetPostCodeApiSimpleArgs = {
2292
+ input: PostCodeApiSimpleInput;
2293
+ session: Session;
2294
+ };
2295
+ /** test query */
2296
+ export type QueryGetPrivilegeCardTypesArgs = {
2297
+ session: Session;
2298
+ };
2299
+ /** test query */
2300
+ export type QueryGetProductCategoriesArgs = {
2301
+ session: Session;
2302
+ };
2303
+ /** test query */
2304
+ export type QueryGetPropertiesArgs = {
2305
+ authentication: AuthenticationInput;
2306
+ input?: InputMaybe<PropertiesInput>;
2307
+ };
2308
+ /** test query */
2309
+ export type QueryGetProposalByRoomTypesArgs = {
2310
+ input: ProposalByRoomTypesInput;
2311
+ session: Session;
2312
+ };
2313
+ /** test query */
2314
+ export type QueryGetProposalsArgs = {
2315
+ input?: InputMaybe<ProposalsInput>;
2316
+ session: Session;
2317
+ };
2318
+ /** test query */
2319
+ export type QueryGetProposalsByKeysArgs = {
2320
+ input: ProposalsByKeysInput;
2321
+ session: Session;
2322
+ };
2323
+ /** test query */
2324
+ export type QueryGetProposalsByPropertiesArgs = {
2325
+ input?: InputMaybe<ProposalsByPropertiesInput>;
2326
+ session: Session;
2327
+ };
2328
+ /** test query */
2329
+ export type QueryGetRelationshipsArgs = {
2330
+ session: Session;
2331
+ };
2332
+ /** test query */
2333
+ export type QueryGetResalysErrorListArgs = {
2334
+ session: Session;
2335
+ };
2336
+ /** test query */
2337
+ export type QueryGetResalysVersionArgs = {
2338
+ session: Session;
2339
+ };
2340
+ /** test query */
2341
+ export type QueryGetRoomTypeCategoriesArgs = {
2342
+ input: RoomTypeCategoriesInput;
2343
+ session: Session;
2344
+ };
2345
+ /** test query */
2346
+ export type QueryGetRoomTypesArgs = {
2347
+ input?: InputMaybe<RoomTypesInput>;
2348
+ session: Session;
2349
+ };
2350
+ /** test query */
2351
+ export type QueryGetSalesChannelModeArgs = {
2352
+ session: Session;
2353
+ };
2354
+ /** test query */
2355
+ export type QueryGetSessionArgs = {
2356
+ input?: InputMaybe<SessionInput>;
2357
+ };
2358
+ /** test query */
2359
+ export type QueryGetSkisetMeasurementsArgs = {
2360
+ session: Session;
2361
+ };
2362
+ /** test query */
2363
+ export type QueryGetTranslationsArgs = {
2364
+ input?: InputMaybe<TranslationsInput>;
2365
+ session: Session;
2366
+ };
2367
+ /** test query */
2368
+ export type QueryGetUserLanguageArgs = {
2369
+ session: Session;
2370
+ };
2371
+ /** test query */
2372
+ export type QueryHasProductsForOccupantArgs = {
2373
+ input?: InputMaybe<HasProductsForOccupantInput>;
2374
+ session: Session;
2375
+ };
2376
+ /** test query */
2377
+ export type QueryRenewPasswordArgs = {
2378
+ input?: InputMaybe<RenewPasswordInput>;
2379
+ session: Session;
2380
+ };
2381
+ /** test query */
2382
+ export type QueryRequestBrochureArgs = {
2383
+ input?: InputMaybe<BrochureInput>;
2384
+ session: Session;
2385
+ };
2386
+ export type Relationship = {
2387
+ __typename?: "Relationship";
2388
+ id: Scalars["Int"];
2389
+ label?: Maybe<Scalars["String"]>;
2390
+ };
2391
+ export type RelationshipOutput = {
2392
+ __typename?: "RelationshipOutput";
2393
+ relationships?: Maybe<Array<Maybe<Relationship>>>;
2394
+ };
2395
+ export type RemoveBookingFromCartInput = {
2396
+ bookingCartItemID: Scalars["Int"];
2397
+ };
2398
+ export type RemoveBookingFromCartOutput = {
2399
+ __typename?: "RemoveBookingFromCartOutput";
2400
+ cart?: Maybe<Cart>;
2401
+ };
2402
+ export type RemoveCartPaymentsOutput = {
2403
+ __typename?: "RemoveCartPaymentsOutput";
2404
+ removed?: Maybe<Scalars["Boolean"]>;
2405
+ };
2406
+ export type RemoveCustomerAccountOutput = {
2407
+ __typename?: "RemoveCustomerAccountOutput";
2408
+ removed?: Maybe<Scalars["Boolean"]>;
2409
+ };
2410
+ export type RemoveDiscountCodeOutput = {
2411
+ __typename?: "RemoveDiscountCodeOutput";
2412
+ cart?: Maybe<Cart>;
2413
+ };
2414
+ export type RemoveFerryInput = {
2415
+ ferryID: Scalars["String"];
2416
+ };
2417
+ export type RemoveFerryOutput = {
2418
+ __typename?: "RemoveFerryOutput";
2419
+ cart?: Maybe<Cart>;
2420
+ };
2421
+ export type RemoveGiftCodeInput = {
2422
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2423
+ giftCode: Scalars["String"];
2424
+ };
2425
+ export type RemoveGiftCodeOutput = {
2426
+ __typename?: "RemoveGiftCodeOutput";
2427
+ cart?: Maybe<Cart>;
2428
+ };
2429
+ export type RemoveOccupantInput = {
2430
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2431
+ occupantGuiid: Scalars["Int"];
2432
+ };
2433
+ export type RemoveOccupantOutput = {
2434
+ __typename?: "RemoveOccupantOutput";
2435
+ cart?: Maybe<Cart>;
2436
+ };
2437
+ export type RemoveStayInput = {
2438
+ lastStayRemoveAllFerryConfirmed?: InputMaybe<Scalars["Boolean"]>;
2439
+ stayGuiid: Scalars["Int"];
2440
+ };
2441
+ export type RemoveStayOutput = {
2442
+ __typename?: "RemoveStayOutput";
2443
+ cart?: Maybe<Cart>;
2444
+ };
2445
+ export type RenewPasswordInput = {
2446
+ mail?: InputMaybe<Scalars["String"]>;
2447
+ };
2448
+ export type RenewPasswordOutput = {
2449
+ __typename?: "RenewPasswordOutput";
2450
+ renewPasswordDemand?: Maybe<Scalars["Boolean"]>;
2451
+ };
2452
+ export type ResalysError = {
2453
+ __typename?: "ResalysError";
2454
+ code?: Maybe<Scalars["Int"]>;
2455
+ message?: Maybe<Scalars["String"]>;
2456
+ };
2457
+ export type ResalysErrorListOutput = {
2458
+ __typename?: "ResalysErrorListOutput";
2459
+ errorList?: Maybe<Array<Maybe<ResalysError>>>;
2460
+ };
2461
+ export type ResalysVersionOutput = {
2462
+ __typename?: "ResalysVersionOutput";
2463
+ version?: Maybe<Scalars["String"]>;
2464
+ };
2465
+ export type ResetCartOutput = {
2466
+ __typename?: "ResetCartOutput";
2467
+ cart?: Maybe<Cart>;
2468
+ };
2469
+ export type ResetPendingFerryBookingOutput = {
2470
+ __typename?: "ResetPendingFerryBookingOutput";
2471
+ ferryBooking?: Maybe<FerryBooking>;
2472
+ };
2473
+ export type RoomFeature = {
2474
+ __typename?: "RoomFeature";
2475
+ categoryLabel?: Maybe<Scalars["String"]>;
2476
+ code: Scalars["String"];
2477
+ label?: Maybe<Scalars["String"]>;
2478
+ options?: Maybe<Array<Maybe<RoomFeatureOption>>>;
2479
+ };
2480
+ export type RoomFeatureOption = {
2481
+ __typename?: "RoomFeatureOption";
2482
+ code: Scalars["String"];
2483
+ label?: Maybe<Scalars["String"]>;
2484
+ };
2485
+ export type RoomFeatureValue = {
2486
+ code: Scalars["String"];
2487
+ mandatory?: InputMaybe<Scalars["Boolean"]>;
2488
+ value: Scalars["String"];
2489
+ };
2490
+ export type RoomFromMapInput = {
2491
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2492
+ mapUHID: Array<InputMaybe<Scalars["String"]>>;
2493
+ stayGuiid: Scalars["Int"];
2494
+ };
2495
+ export type RoomFromMapOutput = {
2496
+ __typename?: "RoomFromMapOutput";
2497
+ cart?: Maybe<Cart>;
2498
+ };
2499
+ export type RoomInfos = {
2500
+ __typename?: "RoomInfos";
2501
+ commercialRoomTypeCode?: Maybe<Scalars["String"]>;
2502
+ commercialRoomTypeLabel?: Maybe<Scalars["String"]>;
2503
+ nbRooms?: Maybe<Scalars["Int"]>;
2504
+ };
2505
+ export type RoomType = {
2506
+ __typename?: "RoomType";
2507
+ categoryCode?: Maybe<Scalars["String"]>;
2508
+ categoryLabel?: Maybe<Scalars["String"]>;
2509
+ cmsCriterias?: Maybe<Array<Maybe<CriteriaValue>>>;
2510
+ code: Scalars["String"];
2511
+ description?: Maybe<Scalars["String"]>;
2512
+ label?: Maybe<Scalars["String"]>;
2513
+ pax?: Maybe<Scalars["Int"]>;
2514
+ paxMax?: Maybe<Scalars["Int"]>;
2515
+ propertyId?: Maybe<Scalars["Int"]>;
2516
+ quantity?: Maybe<Scalars["Int"]>;
2517
+ roomFeatures?: Maybe<Array<Maybe<CriteriaValue>>>;
2518
+ webLabel?: Maybe<Scalars["String"]>;
2519
+ };
2520
+ export type RoomTypeCategoriesInput = {
2521
+ propertyId: Scalars["Int"];
2522
+ };
2523
+ export type RoomTypeCategoriesOutput = {
2524
+ __typename?: "RoomTypeCategoriesOutput";
2525
+ roomTypeCategories?: Maybe<Array<Maybe<RoomTypeCategory>>>;
2526
+ };
2527
+ export type RoomTypeCategory = {
2528
+ __typename?: "RoomTypeCategory";
2529
+ code?: Maybe<Scalars["String"]>;
2530
+ label?: Maybe<Scalars["String"]>;
2531
+ roomTypes?: Maybe<Array<Maybe<RoomType>>>;
2532
+ };
2533
+ export type RoomTypesInput = {
2534
+ propertyId?: InputMaybe<Scalars["Int"]>;
2535
+ roomTypeCategoryCode?: InputMaybe<Scalars["String"]>;
2536
+ };
2537
+ export type RoomTypesOutput = {
2538
+ __typename?: "RoomTypesOutput";
2539
+ roomTypeList?: Maybe<Array<Maybe<RoomType>>>;
2540
+ /** @deprecated Use 'roomTypeList'. */
2541
+ roomTypes?: Maybe<Array<Maybe<Option>>>;
2542
+ };
2543
+ export type SalesChannelModeOutput = {
2544
+ __typename?: "SalesChannelModeOutput";
2545
+ mode?: Maybe<Scalars["Int"]>;
2546
+ };
2547
+ export type SaveCartInput = {
2548
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2549
+ fastCheckinCheckout?: InputMaybe<Scalars["Boolean"]>;
2550
+ passNewAmountLowerThanPrevious?: InputMaybe<Scalars["Boolean"]>;
2551
+ };
2552
+ export type SaveCartOutput = {
2553
+ __typename?: "SaveCartOutput";
2554
+ cart?: Maybe<Cart>;
2555
+ };
2556
+ export type SaveFerryBookingInput = {
2557
+ occupantGuiid?: InputMaybe<Scalars["Int"]>;
2558
+ productCode?: InputMaybe<Scalars["String"]>;
2559
+ };
2560
+ export type SaveFerryBookingOutput = {
2561
+ __typename?: "SaveFerryBookingOutput";
2562
+ cart?: Maybe<Cart>;
2563
+ };
2564
+ export type Service = {
2565
+ __typename?: "Service";
2566
+ address?: Maybe<Address>;
2567
+ birthDate?: Maybe<Scalars["RslDate"]>;
2568
+ civility?: Maybe<Civility>;
2569
+ clientType?: Maybe<ClientType>;
2570
+ criterias?: Maybe<Array<Maybe<CriteriaValue>>>;
2571
+ customerCode?: Maybe<Scalars["String"]>;
2572
+ customerType?: Maybe<CustomerType>;
2573
+ defaultPartnerServiceDisabled?: Maybe<Scalars["Boolean"]>;
2574
+ disabled?: Maybe<Scalars["Boolean"]>;
2575
+ fidelityPoints?: Maybe<Scalars["Int"]>;
2576
+ firstName?: Maybe<Scalars["String"]>;
2577
+ id?: Maybe<Scalars["Int"]>;
2578
+ /** @deprecated Use 'serviceLanguage'. */
2579
+ language?: Maybe<Option>;
2580
+ lastName?: Maybe<Scalars["String"]>;
2581
+ login?: Maybe<Scalars["String"]>;
2582
+ needValidation?: Maybe<Scalars["Boolean"]>;
2583
+ /** @deprecated Use 'relationshipObject'. */
2584
+ relationship?: Maybe<Scalars["String"]>;
2585
+ relationshipObject?: Maybe<Relationship>;
2586
+ serviceLanguage?: Maybe<Language>;
2587
+ servicesList?: Maybe<Array<Maybe<Service>>>;
2588
+ };
2589
+ export type ServiceRelationship = {
2590
+ relationship: Scalars["Int"];
2591
+ serviceId: Scalars["Int"];
2592
+ };
2593
+ export type Session = {
2594
+ name?: InputMaybe<Scalars["String"]>;
2595
+ };
2596
+ export type SessionActivatedOutput = {
2597
+ __typename?: "SessionActivatedOutput";
2598
+ activated?: Maybe<Scalars["Boolean"]>;
2599
+ };
2600
+ export type SessionInput = {
2601
+ publicPartnerCode?: InputMaybe<Scalars["String"]>;
2602
+ username: Scalars["String"];
2603
+ };
2604
+ export type SessionLanguageInput = {
2605
+ languageCode?: InputMaybe<Scalars["String"]>;
2606
+ };
2607
+ export type SessionOutput = {
2608
+ __typename?: "SessionOutput";
2609
+ name?: Maybe<Scalars["String"]>;
2610
+ };
2611
+ export type Shoesize = {
2612
+ __typename?: "Shoesize";
2613
+ id?: Maybe<Scalars["Int"]>;
2614
+ value?: Maybe<Scalars["String"]>;
2615
+ };
2616
+ export declare enum SkisetMeasureType {
2617
+ Height = "HEIGHT",
2618
+ Shoesize = "SHOESIZE",
2619
+ Weight = "WEIGHT"
2620
+ }
2621
+ export type Stay = {
2622
+ __typename?: "Stay";
2623
+ arrivalTime?: Maybe<Scalars["LocalTime"]>;
2624
+ departureTime?: Maybe<Scalars["LocalTime"]>;
2625
+ distribution?: Maybe<Distribution>;
2626
+ endDate?: Maybe<Scalars["Date"]>;
2627
+ guiid?: Maybe<Scalars["Int"]>;
2628
+ id?: Maybe<Scalars["Int"]>;
2629
+ nbDays?: Maybe<Scalars["Int"]>;
2630
+ occupants?: Maybe<Array<Maybe<Occupant>>>;
2631
+ proposalkey?: Maybe<Scalars["String"]>;
2632
+ startDate?: Maybe<Scalars["Date"]>;
2633
+ totalAmount?: Maybe<Amount>;
2634
+ };
2635
+ export type StayMapInfos = {
2636
+ __typename?: "StayMapInfos";
2637
+ hasNoAvailableRoom?: Maybe<Scalars["Boolean"]>;
2638
+ listStayRoomGuiid?: Maybe<Array<Maybe<Scalars["Int"]>>>;
2639
+ stayGuiid?: Maybe<Scalars["Int"]>;
2640
+ };
2641
+ export type StayTimeInput = {
2642
+ arrivalTime?: InputMaybe<Scalars["LocalTime"]>;
2643
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2644
+ departureTime?: InputMaybe<Scalars["LocalTime"]>;
2645
+ stayGuiid: Scalars["Int"];
2646
+ };
2647
+ export type StayTimeOutput = {
2648
+ __typename?: "StayTimeOutput";
2649
+ cart?: Maybe<Cart>;
2650
+ };
2651
+ export type Supplier = {
2652
+ __typename?: "Supplier";
2653
+ code?: Maybe<Scalars["String"]>;
2654
+ label?: Maybe<Scalars["String"]>;
2655
+ };
2656
+ export type SwitchToPartnerConventionInput = {
2657
+ CartItemID?: InputMaybe<Scalars["Int"]>;
2658
+ partnerCode: Scalars["String"];
2659
+ };
2660
+ export type SwitchToPartnerConventionOutput = {
2661
+ __typename?: "SwitchToPartnerConventionOutput";
2662
+ cart?: Maybe<Cart>;
2663
+ };
2664
+ export type TotalOccupantsInput = {
2665
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2666
+ nbAdults?: InputMaybe<Scalars["Int"]>;
2667
+ nbBabies?: InputMaybe<Scalars["Int"]>;
2668
+ nbChildren1?: InputMaybe<Scalars["Int"]>;
2669
+ nbChildren2?: InputMaybe<Scalars["Int"]>;
2670
+ stayGuiid: Scalars["Int"];
2671
+ };
2672
+ export type TotalOccupantsOutput = {
2673
+ __typename?: "TotalOccupantsOutput";
2674
+ cart?: Maybe<Cart>;
2675
+ };
2676
+ export type Trailer = {
2677
+ __typename?: "Trailer";
2678
+ amount?: Maybe<Amount>;
2679
+ height?: Maybe<Scalars["Float"]>;
2680
+ length?: Maybe<Scalars["Float"]>;
2681
+ mark?: Maybe<Scalars["String"]>;
2682
+ model?: Maybe<Scalars["String"]>;
2683
+ registration?: Maybe<Scalars["String"]>;
2684
+ trailerType: Scalars["String"];
2685
+ };
2686
+ export type TrailerCategory = {
2687
+ __typename?: "TrailerCategory";
2688
+ code: Scalars["String"];
2689
+ label?: Maybe<Scalars["String"]>;
2690
+ };
2691
+ export type TrailerInfo = {
2692
+ licensePlate?: InputMaybe<Scalars["String"]>;
2693
+ };
2694
+ export type Translation = {
2695
+ __typename?: "Translation";
2696
+ code?: Maybe<Scalars["String"]>;
2697
+ value?: Maybe<Scalars["String"]>;
2698
+ };
2699
+ export type TranslationsInput = {
2700
+ listLanguageVarCode?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
2701
+ };
2702
+ export type TranslationsOutput = {
2703
+ __typename?: "TranslationsOutput";
2704
+ translations?: Maybe<Array<Maybe<Translation>>>;
2705
+ };
2706
+ export type Trip = {
2707
+ __typename?: "Trip";
2708
+ accommodations?: Maybe<Array<Maybe<Accommodation>>>;
2709
+ accommodationsAmount?: Maybe<Amount>;
2710
+ arrivalDate: Scalars["FerryDate"];
2711
+ arrivalPort: Port;
2712
+ arrivalTime: Scalars["FerryTime"];
2713
+ coreTrip?: Maybe<CoreTrip>;
2714
+ departureDate: Scalars["FerryDate"];
2715
+ departurePort: Port;
2716
+ departureTime: Scalars["FerryTime"];
2717
+ duration: Scalars["FerryTime"];
2718
+ /** @deprecated Moved in CoreTrip */
2719
+ routeAmount?: Maybe<Amount>;
2720
+ shipName?: Maybe<Scalars["String"]>;
2721
+ trailer?: Maybe<Trailer>;
2722
+ vehicle?: Maybe<Vehicle>;
2723
+ };
2724
+ export type UnlockBookingInput = {
2725
+ bookingId: Scalars["Int"];
2726
+ };
2727
+ export type UnlockBookingOutput = {
2728
+ __typename?: "UnlockBookingOutput";
2729
+ bookingUnlocked?: Maybe<Scalars["Boolean"]>;
2730
+ };
2731
+ export type UpdateBookingCriteriasInput = {
2732
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2733
+ criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
2734
+ };
2735
+ export type UpdateBookingCriteriasOutput = {
2736
+ __typename?: "UpdateBookingCriteriasOutput";
2737
+ cart?: Maybe<Cart>;
2738
+ };
2739
+ export type UpdateFerryAccommodationsInput = {
2740
+ outwardAccommodations?: InputMaybe<Array<InputMaybe<AccommodationInput>>>;
2741
+ returnAccommodations?: InputMaybe<Array<InputMaybe<AccommodationInput>>>;
2742
+ };
2743
+ export type UpdateFerryAccommodationsOutput = {
2744
+ __typename?: "UpdateFerryAccommodationsOutput";
2745
+ ferryBooking?: Maybe<FerryBooking>;
2746
+ };
2747
+ export type UpdateFerryBookingInput = {
2748
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2749
+ lineItemGuiid?: InputMaybe<Scalars["Int"]>;
2750
+ /** @deprecated Use 'lineItemGuiid'. */
2751
+ resFerryId?: InputMaybe<Scalars["Int"]>;
2752
+ };
2753
+ export type UpdateFerryBookingOutput = {
2754
+ __typename?: "UpdateFerryBookingOutput";
2755
+ ferryBooking?: Maybe<FerryBooking>;
2756
+ };
2757
+ export type UpdateFerryTravelersInformationInput = {
2758
+ contact?: InputMaybe<ContactInfo>;
2759
+ passengers?: InputMaybe<Array<InputMaybe<PassengerInfo>>>;
2760
+ trailer?: InputMaybe<TrailerInfo>;
2761
+ vehicle?: InputMaybe<VehicleInfo>;
2762
+ };
2763
+ export type UpdateFerryTravelersInformationOutput = {
2764
+ __typename?: "UpdateFerryTravelersInformationOutput";
2765
+ ferryBooking?: Maybe<FerryBooking>;
2766
+ };
2767
+ export type UpdateOccupantSkisetMeasurementsInput = {
2768
+ cartItemID?: InputMaybe<Scalars["Int"]>;
2769
+ occupantSkisetMeasurements?: InputMaybe<Array<InputMaybe<OccupantMeasurementInput>>>;
2770
+ };
2771
+ export type UpdateOccupantSkisetMeasurementsOutput = {
2772
+ __typename?: "UpdateOccupantSkisetMeasurementsOutput";
2773
+ cart?: Maybe<Cart>;
2774
+ };
2775
+ export type UpdatePartnerCustomerAccountInput = {
2776
+ address: CustomerAddressInput;
2777
+ birthDate?: InputMaybe<Scalars["Date"]>;
2778
+ civility?: InputMaybe<Scalars["String"]>;
2779
+ customerCode: Scalars["String"];
2780
+ firstName?: InputMaybe<Scalars["String"]>;
2781
+ lastName?: InputMaybe<Scalars["String"]>;
2782
+ relationshipId?: InputMaybe<Scalars["Int"]>;
2783
+ };
2784
+ export type UpdateServiceCustomerAccountInput = {
2785
+ birthDate?: InputMaybe<Scalars["Date"]>;
2786
+ civility?: InputMaybe<Scalars["String"]>;
2787
+ firstName?: InputMaybe<Scalars["String"]>;
2788
+ lastName?: InputMaybe<Scalars["String"]>;
2789
+ relationshipId?: InputMaybe<Scalars["Int"]>;
2790
+ serviceId: Scalars["Int"];
2791
+ };
2792
+ export type User = {
2793
+ __typename?: "User";
2794
+ grouping?: Maybe<UserGrouping>;
2795
+ name?: Maybe<Scalars["String"]>;
2796
+ profile?: Maybe<UserProfile>;
2797
+ userType?: Maybe<UserType>;
2798
+ };
2799
+ export type UserGrouping = {
2800
+ __typename?: "UserGrouping";
2801
+ code?: Maybe<Scalars["String"]>;
2802
+ label?: Maybe<Scalars["String"]>;
2803
+ };
2804
+ export type UserLanguageOutput = {
2805
+ __typename?: "UserLanguageOutput";
2806
+ languageCode?: Maybe<Scalars["String"]>;
2807
+ };
2808
+ export type UserProfile = {
2809
+ __typename?: "UserProfile";
2810
+ code?: Maybe<Scalars["String"]>;
2811
+ label?: Maybe<Scalars["String"]>;
2812
+ };
2813
+ export type UserType = {
2814
+ __typename?: "UserType";
2815
+ code?: Maybe<Scalars["Int"]>;
2816
+ label?: Maybe<Scalars["String"]>;
2817
+ };
2818
+ export type ValidLoginInput = {
2819
+ loginHashInput: LoginHash256Input;
2820
+ };
2821
+ export type ValidLoginOutput = {
2822
+ __typename?: "ValidLoginOutput";
2823
+ valid?: Maybe<Scalars["Boolean"]>;
2824
+ };
2825
+ export type Vehicle = {
2826
+ __typename?: "Vehicle";
2827
+ additionalHeight?: Maybe<Scalars["Float"]>;
2828
+ additionalLength?: Maybe<Scalars["Float"]>;
2829
+ height?: Maybe<Scalars["Float"]>;
2830
+ length?: Maybe<Scalars["Float"]>;
2831
+ mark?: Maybe<Scalars["String"]>;
2832
+ model?: Maybe<Scalars["String"]>;
2833
+ registration?: Maybe<Scalars["String"]>;
2834
+ vehicleType: Scalars["String"];
2835
+ };
2836
+ export type VehicleCategory = {
2837
+ __typename?: "VehicleCategory";
2838
+ code: Scalars["String"];
2839
+ isCar?: Maybe<Scalars["Boolean"]>;
2840
+ label?: Maybe<Scalars["String"]>;
2841
+ };
2842
+ export type VehicleInfo = {
2843
+ fuel?: InputMaybe<Scalars["String"]>;
2844
+ licensePlate?: InputMaybe<Scalars["String"]>;
2845
+ };
2846
+ /**
2847
+ * LANG_gql_WeeklyCriterias
2848
+ * LANG_gql_WeeklyCriterias_2
2849
+ */
2850
+ export type WeeklyCriterias = {
2851
+ baseProductCode?: InputMaybe<Scalars["String"]>;
2852
+ childrenBirthDates?: InputMaybe<Array<InputMaybe<Scalars["Date"]>>>;
2853
+ division?: InputMaybe<Scalars["String"]>;
2854
+ endDate?: InputMaybe<Scalars["Date"]>;
2855
+ ignoreDayConstraints?: InputMaybe<Scalars["Boolean"]>;
2856
+ maxRooms?: InputMaybe<Scalars["Int"]>;
2857
+ month?: InputMaybe<Scalars["Int"]>;
2858
+ nbAdults: Scalars["Int"];
2859
+ nbBabies?: InputMaybe<Scalars["Int"]>;
2860
+ nbChildren1?: InputMaybe<Scalars["Int"]>;
2861
+ nbChildren2?: InputMaybe<Scalars["Int"]>;
2862
+ periodCode?: InputMaybe<Scalars["String"]>;
2863
+ propertyId: Scalars["Int"];
2864
+ roomTypeCategoryCodes?: InputMaybe<Array<InputMaybe<Scalars["String"]>>>;
2865
+ startDate?: InputMaybe<Scalars["Date"]>;
2866
+ useCachedProposalsStd?: InputMaybe<Scalars["Boolean"]>;
2867
+ year?: InputMaybe<Scalars["Int"]>;
2868
+ };
2869
+ export type Weight = {
2870
+ __typename?: "Weight";
2871
+ id?: Maybe<Scalars["Int"]>;
2872
+ value?: Maybe<Scalars["String"]>;
2873
+ };
2874
+ export type PayOnStoredCreditCardInput = {
2875
+ amount: AmountInput;
2876
+ creditcardGuiid: Scalars["Int"];
2877
+ paymentDueGuiid: Scalars["Int"];
2878
+ };
2879
+ export type PayOnStoredCreditCardOutput = {
2880
+ __typename?: "payOnStoredCreditCardOutput";
2881
+ cart?: Maybe<Cart>;
2882
+ };