@roomstay/frontend 2.6.44 → 2.6.45

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 (91) hide show
  1. package/dist/109.bundle.js +1 -0
  2. package/dist/279.bundle.js +1 -1
  3. package/dist/288.bundle.js +1 -1
  4. package/dist/370.bundle.js +1 -1
  5. package/dist/449.bundle.js +1 -1
  6. package/dist/586.bundle.js +1 -1
  7. package/dist/839.bundle.js +1 -1
  8. package/dist/873.bundle.js +1 -1
  9. package/dist/903.bundle.js +1 -1
  10. package/dist/972.bundle.js +1 -1
  11. package/dist/978.bundle.js +1 -1
  12. package/dist/984.bundle.js +1 -0
  13. package/dist/main.bundle.js +1 -1
  14. package/dist/src/components/generic/BookingWizard/BookingWizard.d.ts +5 -0
  15. package/dist/src/components/generic/BookingWizard/BookingWizard.js +9 -4
  16. package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
  17. package/dist/src/components/steps/confirmation/AdyenPaymentOption/AdyenPaymentOption.d.ts +4 -0
  18. package/dist/src/components/steps/confirmation/AdyenPaymentOption/AdyenPaymentOption.js +128 -0
  19. package/dist/src/components/steps/confirmation/AdyenPaymentOption/AdyenPaymentOption.js.map +1 -0
  20. package/dist/src/components/steps/confirmation/PaymentDetails/StepConfirmationPaymentDetails.js +6 -2
  21. package/dist/src/components/steps/confirmation/PaymentDetails/StepConfirmationPaymentDetails.js.map +1 -1
  22. package/dist/src/components/steps/confirmation/PaymentInformation.d.ts +1 -7
  23. package/dist/src/components/steps/confirmation/PaymentInformation.js +18 -66
  24. package/dist/src/components/steps/confirmation/PaymentInformation.js.map +1 -1
  25. package/dist/src/components/steps/confirmation/PlanpayPaymentMethod.js +1 -1
  26. package/dist/src/components/steps/confirmation/PlanpayPaymentMethod.js.map +1 -1
  27. package/dist/src/components/steps/confirmation/RoomContactDetails.js +1 -1
  28. package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
  29. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.d.ts +1 -6
  30. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js +7 -7
  31. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js.map +1 -1
  32. package/dist/src/components/steps/confirmation/StepConfirmationCommentsComponent.d.ts +1 -3
  33. package/dist/src/components/steps/confirmation/StepConfirmationCommentsComponent.js +4 -2
  34. package/dist/src/components/steps/confirmation/StepConfirmationCommentsComponent.js.map +1 -1
  35. package/dist/src/components/steps/confirmation/StepConfirmationForm.js +46 -214
  36. package/dist/src/components/steps/confirmation/StepConfirmationForm.js.map +1 -1
  37. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.d.ts +12 -2
  38. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.js.map +1 -1
  39. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +231 -39
  40. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
  41. package/dist/src/contexts/Members/RoomstayMemberContext/RoomstayMemberContextProvider.js +2 -1
  42. package/dist/src/contexts/Members/RoomstayMemberContext/RoomstayMemberContextProvider.js.map +1 -1
  43. package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.d.ts +2 -0
  44. package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.js.map +1 -1
  45. package/dist/src/engines/BookingWizardEngine/BookingWizardEngineElement.js +1 -0
  46. package/dist/src/engines/BookingWizardEngine/BookingWizardEngineElement.js.map +1 -1
  47. package/dist/src/handlers/payment/AdyenPaymentHandler.d.ts +2 -0
  48. package/dist/src/handlers/payment/AdyenPaymentHandler.js +66 -0
  49. package/dist/src/handlers/payment/AdyenPaymentHandler.js.map +1 -0
  50. package/dist/src/handlers/payment/PaymentHandler.d.ts +32 -0
  51. package/dist/src/handlers/payment/PaymentHandler.js +3 -0
  52. package/dist/src/handlers/payment/PaymentHandler.js.map +1 -0
  53. package/dist/src/handlers/payment/PlanpayPaymentHandler.d.ts +2 -0
  54. package/dist/src/handlers/payment/PlanpayPaymentHandler.js +82 -0
  55. package/dist/src/handlers/payment/PlanpayPaymentHandler.js.map +1 -0
  56. package/dist/src/handlers/payment/RedirectPaymentHandler.d.ts +2 -0
  57. package/dist/src/handlers/payment/RedirectPaymentHandler.js +49 -0
  58. package/dist/src/handlers/payment/RedirectPaymentHandler.js.map +1 -0
  59. package/dist/src/handlers/payment/VGSMemberPaymentHandler.d.ts +2 -0
  60. package/dist/src/handlers/payment/VGSMemberPaymentHandler.js +80 -0
  61. package/dist/src/handlers/payment/VGSMemberPaymentHandler.js.map +1 -0
  62. package/dist/src/handlers/payment/VGSPaymentHandler.d.ts +2 -0
  63. package/dist/src/handlers/payment/VGSPaymentHandler.js +75 -0
  64. package/dist/src/handlers/payment/VGSPaymentHandler.js.map +1 -0
  65. package/dist/src/hooks/Planpay.d.ts +1 -1
  66. package/dist/src/hooks/RoomRateAvailabilityListFromApi.js +2 -2
  67. package/dist/src/hooks/RoomRateAvailabilityListFromApi.js.map +1 -1
  68. package/dist/src/models/Api/ReservationsDTO.d.ts +10 -0
  69. package/dist/src/models/Api/ReservationsDTO.js.map +1 -1
  70. package/dist/src/models/Confirmation.d.ts +3 -6
  71. package/dist/src/models/Confirmation.js.map +1 -1
  72. package/dist/src/providers/storage/SessionProvider.d.ts +1 -1
  73. package/dist/src/providers/storage/SessionProvider.js +20 -24
  74. package/dist/src/providers/storage/SessionProvider.js.map +1 -1
  75. package/dist/src/providers/storage/StorageProvider.d.ts +1 -1
  76. package/dist/src/providers/storage/StorageProvider.js +14 -16
  77. package/dist/src/providers/storage/StorageProvider.js.map +1 -1
  78. package/dist/src/translations/Translation.d.ts +5 -0
  79. package/dist/src/translations/Translation.js +5 -0
  80. package/dist/src/translations/Translation.js.map +1 -1
  81. package/dist/src/translations/languages/en-gb.js +5 -0
  82. package/dist/src/translations/languages/en-gb.js.map +1 -1
  83. package/dist/src/util/EventsHelper.d.ts +1 -1
  84. package/dist/src/util/usePaymentHelper.d.ts +6 -0
  85. package/dist/src/util/usePaymentHelper.js +19 -0
  86. package/dist/src/util/usePaymentHelper.js.map +1 -0
  87. package/dist/test.bundle.js +1 -1
  88. package/dist/tests/offline/entry/OfflineEngineDefaults.js.map +1 -1
  89. package/dist/vendors.bundle.js +1 -1
  90. package/package.json +4 -3
  91. package/dist/927.bundle.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.