@lookiero/checkout 0.3.26 → 0.4.0-beta.1

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 (587) hide show
  1. package/dist/{src/domain → domain}/checkout/model/checkout.d.ts +2 -3
  2. package/dist/{src/domain → domain}/checkout/model/checkout.js +0 -1
  3. package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBooking.d.ts +1 -5
  4. package/dist/domain/checkoutBooking/model/checkoutBooking.js +9 -0
  5. package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.d.ts +1 -1
  6. package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.d.ts +1 -1
  7. package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.js +2 -2
  8. package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.d.ts +0 -2
  9. package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.js +2 -8
  10. package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.js +0 -2
  11. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.js +1 -5
  12. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.js +0 -2
  13. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.js +2 -2
  14. package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.js +1 -1
  15. package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.js +2 -9
  16. package/dist/infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.d.ts +13 -0
  17. package/dist/{src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.js → infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.js} +2 -2
  18. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.js +1 -1
  19. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.js +2 -2
  20. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.d.ts +1 -1
  21. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.js +2 -2
  22. package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.js +1 -1
  23. package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.d.ts +1 -1
  24. package/dist/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +9 -0
  25. package/dist/{src/infrastructure → infrastructure}/ui/Root.d.ts +2 -0
  26. package/dist/{src/infrastructure → infrastructure}/ui/Root.js +2 -2
  27. package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.js +9 -7
  28. package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.d.ts +2 -0
  29. package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.js +2 -2
  30. package/dist/{src/infrastructure → infrastructure}/ui/views/App.d.ts +2 -0
  31. package/dist/{src/infrastructure → infrastructure}/ui/views/App.js +2 -2
  32. package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.d.ts +7 -0
  33. package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.js +8 -6
  34. package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.js +25 -49
  35. package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.js +4 -7
  36. package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.js +2 -2
  37. package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.d.ts +1 -0
  38. package/dist/{src/projection → projection}/checkout/checkout.d.ts +1 -1
  39. package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.d.ts +0 -2
  40. package/dist/{src/projection → projection}/checkoutItem/checkoutItem.d.ts +1 -1
  41. package/dist/{src/projection → projection}/pricing/pricing.d.ts +3 -3
  42. package/package.json +1 -1
  43. package/dist/package.json +0 -117
  44. package/dist/src/ExpoRoot.d.ts +0 -5
  45. package/dist/src/ExpoRoot.js +0 -97
  46. package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.d.ts +0 -13
  47. package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.js +0 -4
  48. package/dist/src/domain/checkoutBooking/model/checkoutBooking.js +0 -25
  49. package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.d.ts +0 -13
  50. package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.js +0 -4
  51. package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.d.ts +0 -13
  52. package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.js +0 -4
  53. package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.d.ts +0 -5
  54. package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.js +0 -15
  55. package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.d.ts +0 -13
  56. package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.js +0 -12
  57. package/dist/src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.d.ts +0 -13
  58. package/dist/src/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +0 -17
  59. /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.d.ts +0 -0
  60. /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.js +0 -0
  61. /package/dist/{src/domain → domain}/checkout/command/startCheckout.d.ts +0 -0
  62. /package/dist/{src/domain → domain}/checkout/command/startCheckout.js +0 -0
  63. /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.d.ts +0 -0
  64. /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.js +0 -0
  65. /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.d.ts +0 -0
  66. /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.js +0 -0
  67. /package/dist/{src/domain → domain}/checkout/model/checkouts.d.ts +0 -0
  68. /package/dist/{src/domain → domain}/checkout/model/checkouts.js +0 -0
  69. /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.d.ts +0 -0
  70. /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.js +0 -0
  71. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.d.ts +0 -0
  72. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.js +0 -0
  73. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.d.ts +0 -0
  74. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.js +0 -0
  75. /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.d.ts +0 -0
  76. /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.js +0 -0
  77. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.d.ts +0 -0
  78. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.js +0 -0
  79. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.d.ts +0 -0
  80. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.js +0 -0
  81. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.d.ts +0 -0
  82. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.js +0 -0
  83. /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.d.ts +0 -0
  84. /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.js +0 -0
  85. /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.d.ts +0 -0
  86. /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.js +0 -0
  87. /package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.js +0 -0
  88. /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.d.ts +0 -0
  89. /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.js +0 -0
  90. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.d.ts +0 -0
  91. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.js +0 -0
  92. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.d.ts +0 -0
  93. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.js +0 -0
  94. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.d.ts +0 -0
  95. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.js +0 -0
  96. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.d.ts +0 -0
  97. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.js +0 -0
  98. /package/dist/{src/domain → domain}/checkoutItem/model/currency.d.ts +0 -0
  99. /package/dist/{src/domain → domain}/checkoutItem/model/currency.js +0 -0
  100. /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.d.ts +0 -0
  101. /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.js +0 -0
  102. /package/dist/{src/domain → domain}/checkoutItem/model/price.d.ts +0 -0
  103. /package/dist/{src/domain → domain}/checkoutItem/model/price.js +0 -0
  104. /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.d.ts +0 -0
  105. /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.js +0 -0
  106. /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.d.ts +0 -0
  107. /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.js +0 -0
  108. /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.d.ts +0 -0
  109. /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.js +0 -0
  110. /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.d.ts +0 -0
  111. /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.js +0 -0
  112. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  113. /package/dist/{src/index.js → index.js} +0 -0
  114. /package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.d.ts +0 -0
  115. /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.d.ts +0 -0
  116. /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.js +0 -0
  117. /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.d.ts +0 -0
  118. /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.js +0 -0
  119. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.d.ts +0 -0
  120. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.js +0 -0
  121. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.d.ts +0 -0
  122. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.js +0 -0
  123. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.d.ts +0 -0
  124. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.js +0 -0
  125. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.d.ts +0 -0
  126. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.d.ts +0 -0
  127. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.js +0 -0
  128. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.d.ts +0 -0
  129. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.d.ts +0 -0
  130. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.d.ts +0 -0
  131. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.d.ts +0 -0
  132. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.js +0 -0
  133. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.d.ts +0 -0
  134. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.js +0 -0
  135. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.d.ts +0 -0
  136. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.js +0 -0
  137. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.d.ts +0 -0
  138. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.js +0 -0
  139. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.d.ts +0 -0
  140. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.d.ts +0 -0
  141. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.js +0 -0
  142. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.d.ts +0 -0
  143. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.js +0 -0
  144. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.d.ts +0 -0
  145. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.js +0 -0
  146. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.d.ts +0 -0
  147. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.js +0 -0
  148. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.d.ts +0 -0
  149. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.d.ts +0 -0
  150. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.js +0 -0
  151. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.d.ts +0 -0
  152. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.d.ts +0 -0
  153. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.js +0 -0
  154. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.d.ts +0 -0
  155. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.js +0 -0
  156. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.d.ts +0 -0
  157. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.js +0 -0
  158. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.d.ts +0 -0
  159. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.js +0 -0
  160. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.d.ts +0 -0
  161. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.js +0 -0
  162. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.d.ts +0 -0
  163. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.js +0 -0
  164. /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.d.ts +0 -0
  165. /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.js +0 -0
  166. /package/dist/{src/infrastructure → infrastructure}/persistence/storage.d.ts +0 -0
  167. /package/dist/{src/infrastructure → infrastructure}/persistence/storage.js +0 -0
  168. /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.d.ts +0 -0
  169. /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.js +0 -0
  170. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.d.ts +0 -0
  171. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.d.ts +0 -0
  172. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.js +0 -0
  173. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.js +0 -0
  174. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.d.ts +0 -0
  175. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.js +0 -0
  176. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.d.ts +0 -0
  177. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.js +0 -0
  178. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.d.ts +0 -0
  179. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.js +0 -0
  180. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.d.ts +0 -0
  181. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.js +0 -0
  182. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
  183. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.js +0 -0
  184. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.d.ts +0 -0
  185. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.js +0 -0
  186. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
  187. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.js +0 -0
  188. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.d.ts +0 -0
  189. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.js +0 -0
  190. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.d.ts +0 -0
  191. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.js +0 -0
  192. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.d.ts +0 -0
  193. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.js +0 -0
  194. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.d.ts +0 -0
  195. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.js +0 -0
  196. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.d.ts +0 -0
  197. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.js +0 -0
  198. /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.d.ts +0 -0
  199. /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.js +0 -0
  200. /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
  201. /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.js +0 -0
  202. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.d.ts +0 -0
  203. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.js +0 -0
  204. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/react/useViewPricingByCheckoutId.d.ts +0 -0
  205. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.d.ts +0 -0
  206. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.js +0 -0
  207. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.d.ts +0 -0
  208. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.js +0 -0
  209. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.d.ts +0 -0
  210. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.js +0 -0
  211. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.d.ts +0 -0
  212. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.js +0 -0
  213. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.d.ts +0 -0
  214. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.js +0 -0
  215. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.d.ts +0 -0
  216. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.js +0 -0
  217. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.d.ts +0 -0
  218. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.js +0 -0
  219. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.d.ts +0 -0
  220. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.js +0 -0
  221. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.d.ts +0 -0
  222. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.js +0 -0
  223. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.d.ts +0 -0
  224. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.js +0 -0
  225. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.d.ts +0 -0
  226. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.js +0 -0
  227. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.d.ts +0 -0
  228. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.js +0 -0
  229. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.d.ts +0 -0
  230. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.js +0 -0
  231. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.d.ts +0 -0
  232. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.js +0 -0
  233. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.d.ts +0 -0
  234. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.js +0 -0
  235. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.d.ts +0 -0
  236. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.js +0 -0
  237. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.d.ts +0 -0
  238. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.js +0 -0
  239. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.d.ts +0 -0
  240. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.js +0 -0
  241. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.d.ts +0 -0
  242. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.js +0 -0
  243. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.d.ts +0 -0
  244. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +0 -0
  245. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.d.ts +0 -0
  246. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.js +0 -0
  247. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.d.ts +0 -0
  248. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.js +0 -0
  249. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.d.ts +0 -0
  250. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.js +0 -0
  251. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.d.ts +0 -0
  252. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.js +0 -0
  253. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.d.ts +0 -0
  254. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.js +0 -0
  255. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.d.ts +0 -0
  256. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.js +0 -0
  257. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.d.ts +0 -0
  258. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.js +0 -0
  259. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.d.ts +0 -0
  260. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.js +0 -0
  261. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.d.ts +0 -0
  262. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.js +0 -0
  263. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.d.ts +0 -0
  264. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.js +0 -0
  265. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.d.ts +0 -0
  266. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.js +0 -0
  267. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.d.ts +0 -0
  268. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.js +0 -0
  269. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.d.ts +0 -0
  270. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.js +0 -0
  271. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.d.ts +0 -0
  272. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.js +0 -0
  273. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.d.ts +0 -0
  274. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.js +0 -0
  275. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.d.ts +0 -0
  276. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.js +0 -0
  277. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.d.ts +0 -0
  278. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.js +0 -0
  279. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.d.ts +0 -0
  280. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.js +0 -0
  281. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.d.ts +0 -0
  282. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.js +0 -0
  283. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.d.ts +0 -0
  284. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.js +0 -0
  285. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.d.ts +0 -0
  286. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.js +0 -0
  287. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.d.ts +0 -0
  288. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.js +0 -0
  289. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.d.ts +0 -0
  290. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.js +0 -0
  291. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.d.ts +0 -0
  292. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.js +0 -0
  293. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.d.ts +0 -0
  294. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +0 -0
  295. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.d.ts +0 -0
  296. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.js +0 -0
  297. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.d.ts +0 -0
  298. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.js +0 -0
  299. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.d.ts +0 -0
  300. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.js +0 -0
  301. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.d.ts +0 -0
  302. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.js +0 -0
  303. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.d.ts +0 -0
  304. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.js +0 -0
  305. /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.d.ts +0 -0
  306. /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.js +0 -0
  307. /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.d.ts +0 -0
  308. /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.js +0 -0
  309. /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.d.ts +0 -0
  310. /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.js +0 -0
  311. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.d.ts +0 -0
  312. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.js +0 -0
  313. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.d.ts +0 -0
  314. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.d.ts +0 -0
  315. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.js +0 -0
  316. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.d.ts +0 -0
  317. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.js +0 -0
  318. /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.d.ts +0 -0
  319. /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.js +0 -0
  320. /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.d.ts +0 -0
  321. /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.js +0 -0
  322. /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.d.ts +0 -0
  323. /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.js +0 -0
  324. /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.d.ts +0 -0
  325. /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.js +0 -0
  326. /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.d.ts +0 -0
  327. /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.js +0 -0
  328. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.d.ts +0 -0
  329. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.js +0 -0
  330. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.d.ts +0 -0
  331. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.js +0 -0
  332. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.d.ts +0 -0
  333. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.js +0 -0
  334. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.d.ts +0 -0
  335. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.js +0 -0
  336. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.d.ts +0 -0
  337. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.js +0 -0
  338. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.d.ts +0 -0
  339. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.js +0 -0
  340. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.d.ts +0 -0
  341. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.js +0 -0
  342. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.d.ts +0 -0
  343. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.js +0 -0
  344. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.d.ts +0 -0
  345. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.js +0 -0
  346. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.d.ts +0 -0
  347. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.js +0 -0
  348. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.d.ts +0 -0
  349. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.js +0 -0
  350. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.d.ts +0 -0
  351. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.js +0 -0
  352. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.d.ts +0 -0
  353. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.js +0 -0
  354. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.d.ts +0 -0
  355. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.js +0 -0
  356. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.d.ts +0 -0
  357. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.d.ts +0 -0
  358. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.js +0 -0
  359. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.d.ts +0 -0
  360. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.js +0 -0
  361. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.d.ts +0 -0
  362. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.js +0 -0
  363. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.d.ts +0 -0
  364. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.js +0 -0
  365. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.d.ts +0 -0
  366. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.js +0 -0
  367. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.d.ts +0 -0
  368. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.js +0 -0
  369. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.d.ts +0 -0
  370. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.js +0 -0
  371. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.d.ts +0 -0
  372. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.js +0 -0
  373. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.d.ts +0 -0
  374. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.js +0 -0
  375. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.d.ts +0 -0
  376. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +0 -0
  377. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +0 -0
  378. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +0 -0
  379. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.d.ts +0 -0
  380. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.js +0 -0
  381. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.d.ts +0 -0
  382. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.js +0 -0
  383. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.d.ts +0 -0
  384. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.js +0 -0
  385. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.d.ts +0 -0
  386. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.js +0 -0
  387. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.d.ts +0 -0
  388. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +0 -0
  389. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.d.ts +0 -0
  390. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.js +0 -0
  391. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.d.ts +0 -0
  392. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.js +0 -0
  393. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.d.ts +0 -0
  394. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.js +0 -0
  395. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.d.ts +0 -0
  396. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.js +0 -0
  397. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.d.ts +0 -0
  398. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.js +0 -0
  399. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.d.ts +0 -0
  400. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.js +0 -0
  401. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.d.ts +0 -0
  402. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.js +0 -0
  403. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.d.ts +0 -0
  404. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.d.ts +0 -0
  405. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.js +0 -0
  406. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.d.ts +0 -0
  407. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.js +0 -0
  408. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.d.ts +0 -0
  409. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.js +0 -0
  410. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.d.ts +0 -0
  411. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.d.ts +0 -0
  412. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.js +0 -0
  413. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.d.ts +0 -0
  414. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.js +0 -0
  415. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.d.ts +0 -0
  416. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.js +0 -0
  417. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.d.ts +0 -0
  418. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.js +0 -0
  419. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.d.ts +0 -0
  420. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.js +0 -0
  421. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.js +0 -0
  422. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.d.ts +0 -0
  423. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.js +0 -0
  424. /package/dist/{src/projection → projection}/checkout/checkout.js +0 -0
  425. /package/dist/{src/projection → projection}/checkout/viewCheckoutById.d.ts +0 -0
  426. /package/dist/{src/projection → projection}/checkout/viewCheckoutById.js +0 -0
  427. /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
  428. /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.js +0 -0
  429. /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.d.ts +0 -0
  430. /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.js +0 -0
  431. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
  432. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.js +0 -0
  433. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.d.ts +0 -0
  434. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.js +0 -0
  435. /package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.js +0 -0
  436. /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.d.ts +0 -0
  437. /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.js +0 -0
  438. /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.d.ts +0 -0
  439. /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.js +0 -0
  440. /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.d.ts +0 -0
  441. /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.js +0 -0
  442. /package/dist/{src/projection → projection}/checkoutItem/checkoutItem.js +0 -0
  443. /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.d.ts +0 -0
  444. /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.js +0 -0
  445. /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.d.ts +0 -0
  446. /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.js +0 -0
  447. /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.d.ts +0 -0
  448. /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.js +0 -0
  449. /package/dist/{src/projection → projection}/feedback/feedback.d.ts +0 -0
  450. /package/dist/{src/projection → projection}/feedback/feedback.js +0 -0
  451. /package/dist/{src/projection → projection}/payment/paymentFlowPayload.d.ts +0 -0
  452. /package/dist/{src/projection → projection}/payment/paymentFlowPayload.js +0 -0
  453. /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
  454. /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.js +0 -0
  455. /package/dist/{src/projection → projection}/pricing/pricing.js +0 -0
  456. /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.d.ts +0 -0
  457. /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.js +0 -0
  458. /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.d.ts +0 -0
  459. /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.js +0 -0
  460. /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.d.ts +0 -0
  461. /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.js +0 -0
  462. /package/dist/{src/projection → projection}/shared/price.d.ts +0 -0
  463. /package/dist/{src/projection → projection}/shared/price.js +0 -0
  464. /package/dist/{src/projection → projection}/shared/size.d.ts +0 -0
  465. /package/dist/{src/projection → projection}/shared/size.js +0 -0
  466. /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.d.ts +0 -0
  467. /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.js +0 -0
  468. /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.d.ts +0 -0
  469. /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.js +0 -0
  470. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.d.ts +0 -0
  471. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.js +0 -0
  472. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.d.ts +0 -0
  473. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.js +0 -0
  474. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.d.ts +0 -0
  475. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.js +0 -0
  476. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.d.ts +0 -0
  477. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.js +0 -0
  478. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.d.ts +0 -0
  479. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.js +0 -0
  480. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.d.ts +0 -0
  481. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.js +0 -0
  482. /package/dist/{src/shared → shared}/notifications/index.d.ts +0 -0
  483. /package/dist/{src/shared → shared}/notifications/index.js +0 -0
  484. /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.d.ts +0 -0
  485. /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.js +0 -0
  486. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.d.ts +0 -0
  487. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.js +0 -0
  488. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.d.ts +0 -0
  489. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.js +0 -0
  490. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.d.ts +0 -0
  491. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.js +0 -0
  492. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.d.ts +0 -0
  493. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.js +0 -0
  494. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.d.ts +0 -0
  495. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.js +0 -0
  496. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.d.ts +0 -0
  497. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.js +0 -0
  498. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.d.ts +0 -0
  499. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.js +0 -0
  500. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.d.ts +0 -0
  501. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.js +0 -0
  502. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.d.ts +0 -0
  503. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.js +0 -0
  504. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.d.ts +0 -0
  505. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.js +0 -0
  506. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.d.ts +0 -0
  507. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.js +0 -0
  508. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.d.ts +0 -0
  509. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.js +0 -0
  510. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.d.ts +0 -0
  511. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.js +0 -0
  512. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.d.ts +0 -0
  513. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.js +0 -0
  514. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.d.ts +0 -0
  515. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.js +0 -0
  516. /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.d.ts +0 -0
  517. /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.js +0 -0
  518. /package/dist/{src/shared → shared}/notifications/projection/notification/notification.d.ts +0 -0
  519. /package/dist/{src/shared → shared}/notifications/projection/notification/notification.js +0 -0
  520. /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.d.ts +0 -0
  521. /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.js +0 -0
  522. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.d.ts +0 -0
  523. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.js +0 -0
  524. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.d.ts +0 -0
  525. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.js +0 -0
  526. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.d.ts +0 -0
  527. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.js +0 -0
  528. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.d.ts +0 -0
  529. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.js +0 -0
  530. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.d.ts +0 -0
  531. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.js +0 -0
  532. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.d.ts +0 -0
  533. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.js +0 -0
  534. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.d.ts +0 -0
  535. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.js +0 -0
  536. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.d.ts +0 -0
  537. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.js +0 -0
  538. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.d.ts +0 -0
  539. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.js +0 -0
  540. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.d.ts +0 -0
  541. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.js +0 -0
  542. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.d.ts +0 -0
  543. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.js +0 -0
  544. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.d.ts +0 -0
  545. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.js +0 -0
  546. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.d.ts +0 -0
  547. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.js +0 -0
  548. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.d.ts +0 -0
  549. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.js +0 -0
  550. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.d.ts +0 -0
  551. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.js +0 -0
  552. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.d.ts +0 -0
  553. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.js +0 -0
  554. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.d.ts +0 -0
  555. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.js +0 -0
  556. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.d.ts +0 -0
  557. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.js +0 -0
  558. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.d.ts +0 -0
  559. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.js +0 -0
  560. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.d.ts +0 -0
  561. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.js +0 -0
  562. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.d.ts +0 -0
  563. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.js +0 -0
  564. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.d.ts +0 -0
  565. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.js +0 -0
  566. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.d.ts +0 -0
  567. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.js +0 -0
  568. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.d.ts +0 -0
  569. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.js +0 -0
  570. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.d.ts +0 -0
  571. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.js +0 -0
  572. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.d.ts +0 -0
  573. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.js +0 -0
  574. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.d.ts +0 -0
  575. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.js +0 -0
  576. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.d.ts +0 -0
  577. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.js +0 -0
  578. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.d.ts +0 -0
  579. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.js +0 -0
  580. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.d.ts +0 -0
  581. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.js +0 -0
  582. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.d.ts +0 -0
  583. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.js +0 -0
  584. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.d.ts +0 -0
  585. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.js +0 -0
  586. /package/dist/{src/shared → shared}/ui/hooks/useScreenSize.d.ts +0 -0
  587. /package/dist/{src/shared → shared}/ui/hooks/useScreenSize.js +0 -0
@@ -6,14 +6,13 @@ declare enum CheckoutStatus {
6
6
  NOTIFIED = "NOTIFIED",
7
7
  STARTED = "STARTED",
8
8
  COMPLETED = "COMPLETED",
9
- PAID = "PAID",
10
- EXPIRED = "EXPIRED"
9
+ PAID = "PAID"
11
10
  }
12
11
  interface Checkout extends AggregateRoot {
13
12
  readonly status: CheckoutStatus;
14
13
  readonly customerId: string;
15
14
  readonly boxId: string;
16
- readonly checkoutBookingId: string;
15
+ readonly bookingId: string;
17
16
  readonly expiresOn: Date;
18
17
  }
19
18
  declare const startCheckoutHandler: CommandHandlerFunction<StartCheckout, Checkout>;
@@ -8,7 +8,6 @@ var CheckoutStatus;
8
8
  CheckoutStatus["STARTED"] = "STARTED";
9
9
  CheckoutStatus["COMPLETED"] = "COMPLETED";
10
10
  CheckoutStatus["PAID"] = "PAID";
11
- CheckoutStatus["EXPIRED"] = "EXPIRED";
12
11
  })(CheckoutStatus || (CheckoutStatus = {}));
13
12
  const startCheckoutHandler = () => async ({ aggregateRoot, command }) => {
14
13
  const { aggregateId } = command;
@@ -1,12 +1,8 @@
1
1
  import { AggregateRoot, CommandHandlerFunction } from "@lookiero/messaging";
2
- import { CheckoutStatus } from "../../checkout/model/checkout";
3
- import { BlockCheckoutBooking } from "../command/blockCheckoutBooking";
4
2
  import { BookCheckoutBookingForCheckoutItem } from "../command/bookCheckoutBookingForCheckoutItem";
5
3
  interface CheckoutBooking extends AggregateRoot {
6
4
  readonly checkoutItemIds: string[];
7
- readonly checkoutStatus: CheckoutStatus;
8
5
  }
9
6
  declare const bookCheckoutBookingForCheckoutItemHandler: CommandHandlerFunction<BookCheckoutBookingForCheckoutItem, CheckoutBooking>;
10
- declare const blockCheckoutBookingHandler: CommandHandlerFunction<BlockCheckoutBooking, CheckoutBooking>;
11
7
  export type { CheckoutBooking };
12
- export { bookCheckoutBookingForCheckoutItemHandler, blockCheckoutBookingHandler };
8
+ export { bookCheckoutBookingForCheckoutItemHandler };
@@ -0,0 +1,9 @@
1
+ import { checkoutBookingBooked } from "./checkoutBookingBooked";
2
+ const bookCheckoutBookingForCheckoutItemHandler = () => async ({ aggregateRoot, command }) => {
3
+ const { aggregateId, checkoutItemId } = command;
4
+ return {
5
+ ...aggregateRoot,
6
+ domainEvents: [checkoutBookingBooked({ aggregateId, checkoutItemId })],
7
+ };
8
+ };
9
+ export { bookCheckoutBookingForCheckoutItemHandler };
@@ -2,7 +2,7 @@ import { Command } from "@lookiero/messaging";
2
2
  declare const REPLACE_CHECKOUT_ITEM = "replace_checkout_item";
3
3
  interface ReplaceCheckoutItemPayload {
4
4
  readonly aggregateId: string;
5
- readonly replacedForId: string;
5
+ readonly replacedFor: string;
6
6
  }
7
7
  interface ReplaceCheckoutItem extends Command<typeof REPLACE_CHECKOUT_ITEM>, ReplaceCheckoutItemPayload {
8
8
  }
@@ -15,7 +15,7 @@ interface CheckoutItem extends AggregateRoot {
15
15
  readonly status: CheckoutItemStatus;
16
16
  readonly price: Price;
17
17
  readonly feedbacks: Feedbacks;
18
- readonly replacedForId?: string;
18
+ readonly replacedFor?: string;
19
19
  }
20
20
  declare const keepCheckoutItemHandler: CommandHandlerFunction<KeepCheckoutItem, CheckoutItem>;
21
21
  declare const returnCheckoutItemHandler: CommandHandlerFunction<ReturnCheckoutItem, CheckoutItem>;
@@ -29,10 +29,10 @@ const returnCheckoutItemHandler = () => async ({ aggregateRoot, command }) => {
29
29
  };
30
30
  };
31
31
  const replaceCheckoutItemHandler = () => async ({ aggregateRoot, command }) => {
32
- const { aggregateId, replacedForId } = command;
32
+ const { aggregateId, replacedFor } = command;
33
33
  return {
34
34
  ...aggregateRoot,
35
- replacedForId,
35
+ replacedFor,
36
36
  status: CheckoutItemStatus.REPLACED,
37
37
  domainEvents: [checkoutItemReplaced({ aggregateId })],
38
38
  };
@@ -15,7 +15,6 @@ import { CheckoutByIdView } from "../../projection/checkout/viewCheckoutById";
15
15
  import { FirstAvailableCheckoutByCustomerIdView } from "../../projection/checkout/viewFirstAvailableCheckoutByCustomerId";
16
16
  import { FiveItemsDiscountByCustomerIdView } from "../../projection/checkout/viewFiveItemsDiscountByCustomerId";
17
17
  import { IsCheckoutEnabledByCustomerIdView } from "../../projection/checkout/viewIsCheckoutEnabledByCustomerId";
18
- import { CheckoutBookingByIdView } from "../../projection/checkoutBooking/viewCheckoutBookingById";
19
18
  import { CheckoutItemByIdView } from "../../projection/checkoutItem/viewCheckoutItemById";
20
19
  import { CheckoutQuestionsByCheckoutIdView } from "../../projection/checkoutQuestion/listCheckoutQuestionsByCheckoutId";
21
20
  import { PaymentFlowPayloadByCheckoutIdView } from "../../projection/payment/viewPaymentFlowPayloadByCheckoutId";
@@ -32,7 +31,6 @@ interface BaseBootstrapFunctionArgs<UiSettingGetFunctionArgs extends RepositoryG
32
31
  readonly fiveItemsDiscountByCustomerIdView: FiveItemsDiscountByCustomerIdView;
33
32
  readonly uiSettingByKeyView: UiSettingByKeyView;
34
33
  readonly checkoutItemByIdView: CheckoutItemByIdView;
35
- readonly checkoutBookingByIdView: CheckoutBookingByIdView;
36
34
  readonly returnQuestionsByCheckoutItemIdView: ReturnQuestionsByCheckoutItemIdView;
37
35
  readonly bookedSizeChangeProductsVariantsForCheckoutItemView: BookedSizeChangeProductsVariantsForCheckoutItemView;
38
36
  readonly pricingByCheckoutIdView: PricingByCheckoutIdView;
@@ -2,9 +2,8 @@ import { bootstrap as messagingBootstrap } from "@lookiero/messaging-react";
2
2
  import { MARK_CHECKOUT_AS_PAID } from "../../domain/checkout/command/markCheckoutAsPaid";
3
3
  import { START_CHECKOUT } from "../../domain/checkout/command/startCheckout";
4
4
  import { markCheckoutAsPaidHandler, startCheckoutHandler } from "../../domain/checkout/model/checkout";
5
- import { BLOCK_CHECKOUT_BOOKING } from "../../domain/checkoutBooking/command/blockCheckoutBooking";
6
5
  import { BOOK_CHECKOUT_BOOKING_FOR_CHECKOUT_ITEM } from "../../domain/checkoutBooking/command/bookCheckoutBookingForCheckoutItem";
7
- import { blockCheckoutBookingHandler, bookCheckoutBookingForCheckoutItemHandler, } from "../../domain/checkoutBooking/model/checkoutBooking";
6
+ import { bookCheckoutBookingForCheckoutItemHandler, } from "../../domain/checkoutBooking/model/checkoutBooking";
8
7
  import { GIVE_CHECKOUT_FEEDBACK } from "../../domain/checkoutFeedback/command/giveCheckoutFeedback";
9
8
  import { giveCheckoutFeedbackHandler } from "../../domain/checkoutFeedback/model/checkoutFeedback";
10
9
  import { KEEP_CHECKOUT_ITEM } from "../../domain/checkoutItem/command/keepCheckoutItem";
@@ -19,7 +18,6 @@ import { viewFirstAvailableCheckoutByCustomerIdHandler, VIEW_FIRST_AVAILABLE_CHE
19
18
  import { viewFiveItemsDiscountByCustomerIdHandler, VIEW_FIVE_ITEMS_DISCOUNT_BY_CUSTOMER_ID, } from "../../projection/checkout/viewFiveItemsDiscountByCustomerId";
20
19
  import { viewIsCheckoutAccessibleByCustomerIdHandler, VIEW_IS_CHECKOUT_ACCESSIBLE_BY_CUSTOMER_ID, } from "../../projection/checkout/viewIsCheckoutAccessibleByCustomerId";
21
20
  import { viewIsCheckoutEnabledByCustomerIdHandler, VIEW_IS_CHECKOUT_ENABLED_BY_CUSTOMER_ID, } from "../../projection/checkout/viewIsCheckoutEnabledByCustomerId";
22
- import { viewCheckoutBookingByIdHandler, VIEW_CHECKOUT_BOOKING_BY_ID, } from "../../projection/checkoutBooking/viewCheckoutBookingById";
23
21
  import { viewCheckoutItemByIdHandler, VIEW_CHECKOUT_ITEM_BY_ID, } from "../../projection/checkoutItem/viewCheckoutItemById";
24
22
  import { listCheckoutQuestionsByCheckoutIdHandler, LIST_CHECKOUT_QUESTIONS_BY_CHECKOUT_ID, } from "../../projection/checkoutQuestion/listCheckoutQuestionsByCheckoutId";
25
23
  import { viewPaymentFlowPayloadByCheckoutIdHandler, VIEW_PAYMENT_FLOW_PAYLOAD_BY_CHECKOUT_ID, } from "../../projection/payment/viewPaymentFlowPayloadByCheckoutId";
@@ -27,7 +25,7 @@ import { viewPricingByCheckoutIdHandler, VIEW_PRICING_BY_CHECKOUT_ID, } from "..
27
25
  import { listReturnQuestionsByCheckoutItemIdHandler, LIST_RETURN_QUESTIONS_BY_CHECKOUT_ITEM_ID, } from "../../projection/returnQuestion/listReturnQuestionsByCheckoutItemId";
28
26
  import { viewUiSettingByKeyHandler, VIEW_UI_SETTING_BY_KEY, } from "../../projection/uiSetting/viewUiSettingByKey";
29
27
  const MESSAGING_CONTEXT_ID = "Checkout";
30
- const baseBootstrap = ({ checkoutByIdView, firstAvailableCheckoutByCustomerIdView, isCheckoutEnabledByCustomerIdView, fiveItemsDiscountByCustomerIdView, uiSettingByKeyView, checkoutItemByIdView, returnQuestionsByCheckoutItemIdView, bookedSizeChangeProductsVariantsForCheckoutItemView, checkoutBookingByIdView, pricingByCheckoutIdView, paymentFlowPayloadByCheckoutIdView, checkoutQuestionsByCheckoutIdView, getUiSetting, saveUiSetting, uiSettingsDependencies, getCheckout, saveCheckout, checkoutsDependencies, getCheckoutItem, saveCheckoutItem, checkoutItemsDependencies, getCheckoutBooking, saveCheckoutBooking, checkoutBookingsDependencies, getCheckoutFeedback, saveCheckoutFeedback, checkoutFeedbacksDependencies, }) => messagingBootstrap({ id: MESSAGING_CONTEXT_ID })
28
+ const baseBootstrap = ({ checkoutByIdView, firstAvailableCheckoutByCustomerIdView, isCheckoutEnabledByCustomerIdView, fiveItemsDiscountByCustomerIdView, uiSettingByKeyView, checkoutItemByIdView, returnQuestionsByCheckoutItemIdView, bookedSizeChangeProductsVariantsForCheckoutItemView, pricingByCheckoutIdView, paymentFlowPayloadByCheckoutIdView, checkoutQuestionsByCheckoutIdView, getUiSetting, saveUiSetting, uiSettingsDependencies, getCheckout, saveCheckout, checkoutsDependencies, getCheckoutItem, saveCheckoutItem, checkoutItemsDependencies, getCheckoutBooking, saveCheckoutBooking, checkoutBookingsDependencies, getCheckoutFeedback, saveCheckoutFeedback, checkoutFeedbacksDependencies, }) => messagingBootstrap({ id: MESSAGING_CONTEXT_ID })
31
29
  .query(VIEW_FIVE_ITEMS_DISCOUNT_BY_CUSTOMER_ID, viewFiveItemsDiscountByCustomerIdHandler, {
32
30
  view: fiveItemsDiscountByCustomerIdView,
33
31
  })
@@ -60,15 +58,11 @@ const baseBootstrap = ({ checkoutByIdView, firstAvailableCheckoutByCustomerIdVie
60
58
  })
61
59
  .query(LIST_CHECKOUT_QUESTIONS_BY_CHECKOUT_ID, listCheckoutQuestionsByCheckoutIdHandler, {
62
60
  view: checkoutQuestionsByCheckoutIdView,
63
- })
64
- .query(VIEW_CHECKOUT_BOOKING_BY_ID, viewCheckoutBookingByIdHandler, {
65
- view: checkoutBookingByIdView,
66
61
  })
67
62
  .query(VIEW_BOOKED_SIZE_CHANGE_PRODUCT_VARIANTS_FOR_CHECKOUT_ITEM, viewBookedSizeChangeProductsVariantsForCheckoutItemHandler, {
68
63
  view: bookedSizeChangeProductsVariantsForCheckoutItemView,
69
64
  })
70
65
  .command(BOOK_CHECKOUT_BOOKING_FOR_CHECKOUT_ITEM, bookCheckoutBookingForCheckoutItemHandler)(getCheckoutBooking, saveCheckoutBooking, ...checkoutBookingsDependencies)
71
- .command(BLOCK_CHECKOUT_BOOKING, blockCheckoutBookingHandler)(getCheckoutBooking, saveCheckoutBooking, ...checkoutBookingsDependencies)
72
66
  .command(GIVE_CHECKOUT_FEEDBACK, giveCheckoutFeedbackHandler)(getCheckoutFeedback, saveCheckoutFeedback, ...checkoutFeedbacksDependencies)
73
67
  .query(VIEW_UI_SETTING_BY_KEY, viewUiSettingByKeyHandler, {
74
68
  view: uiSettingByKeyView,
@@ -9,7 +9,6 @@ import { httpCheckoutByIdView } from "../projection/checkout/httpCheckoutByIdVie
9
9
  import { httpFirstAvailableCheckoutByCustomerIdView } from "../projection/checkout/httpFirstAvailableCheckoutByCustomerIdView";
10
10
  import { httpFiveItemsDiscountByCustomerIdView } from "../projection/checkout/httpFiveItemsDiscountByCustomerIdView";
11
11
  import { httpIsCheckoutEnabledByCustomerIdView } from "../projection/checkout/httpIsCheckoutEnabledByCustomerIdView";
12
- import { httpCheckoutBookingByIdView } from "../projection/checkoutBooking/httpCheckoutBookingByIdView";
13
12
  import { httpCheckoutItemByIdView } from "../projection/checkoutItem/httpCheckoutItemByIdView";
14
13
  import { httpCheckoutQuestionsByCheckoutIdView } from "../projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView";
15
14
  import { httpPaymentFlowPayloadByCheckoutIdView } from "../projection/payment/httpPaymentFlowPayloadByCheckoutIdView";
@@ -29,7 +28,6 @@ const bootstrap = ({ apiUrl, authToken }) => {
29
28
  uiSettingByKeyView: storageUiSettingByKeyView({ read }),
30
29
  checkoutItemByIdView: httpCheckoutItemByIdView({ httpPost }),
31
30
  returnQuestionsByCheckoutItemIdView: httpReturnQuestionsByCheckoutItemIdView({ httpPost }),
32
- checkoutBookingByIdView: httpCheckoutBookingByIdView({ httpPost }),
33
31
  bookedSizeChangeProductsVariantsForCheckoutItemView: httpBookedSizeChangeProductsVariantsForCheckoutItemView({
34
32
  httpPost,
35
33
  }),
@@ -1,20 +1,16 @@
1
1
  import invariant from "tiny-invariant";
2
- import { v4 as uuid } from "uuid";
3
- import { CheckoutStatus } from "../../../domain/checkout/model/checkout";
4
2
  import { viewBookedSizeChangeProductsVariantsForCheckoutItem, } from "../../../projection/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem";
5
3
  const toCheckoutBookingDomain = (checkoutBooking) => {
6
4
  invariant(checkoutBooking, "No checkoutBooking found!");
7
5
  return {
8
- aggregateId: uuid(),
6
+ aggregateId: checkoutBooking.bookingId,
9
7
  checkoutItemIds: checkoutBooking.productVariants.map((productVariant) => productVariant.id),
10
- checkoutStatus: CheckoutStatus.AVAILABLE,
11
8
  domainEvents: [],
12
9
  };
13
10
  };
14
11
  const toCheckoutBookingProjection = (checkoutBooking) => ({
15
12
  id: checkoutBooking.aggregateId,
16
13
  checkoutItemIds: checkoutBooking.checkoutItemIds,
17
- checkoutStatus: checkoutBooking.checkoutStatus,
18
14
  });
19
15
  const getCheckoutBooking = ({ queryBus }) => async (aggregateId) => toCheckoutBookingDomain(await queryBus(viewBookedSizeChangeProductsVariantsForCheckoutItem({ checkoutItemId: aggregateId })));
20
16
  const saveCheckoutBooking = ({ dataSource }) => async (aggregateRoot) => {
@@ -5,7 +5,6 @@ const toCheckoutItemProjection = (checkoutItem) => ({
5
5
  status: checkoutItem.status,
6
6
  productVariant: {},
7
7
  feedbacks: {},
8
- replacedFor: null,
9
8
  price: checkoutItem.price,
10
9
  });
11
10
  const toCheckoutItemDomain = (checkoutItem) => {
@@ -16,7 +15,6 @@ const toCheckoutItemDomain = (checkoutItem) => {
16
15
  status: checkoutItem.status,
17
16
  price: checkoutItem.price,
18
17
  feedbacks: checkoutItem.feedbacks,
19
- replacedForId: checkoutItem.replacedFor?.id,
20
18
  domainEvents: [],
21
19
  };
22
20
  };
@@ -7,7 +7,7 @@ const toCheckoutDomain = (checkout) => {
7
7
  status: checkout.status,
8
8
  customerId: checkout.customerId,
9
9
  boxId: checkout.boxId,
10
- checkoutBookingId: checkout.checkoutBookingId,
10
+ bookingId: checkout.bookingId,
11
11
  expiresOn: checkout.expiresOn,
12
12
  aggregateId: checkout.id,
13
13
  domainEvents: [],
@@ -18,7 +18,7 @@ const toCheckoutProjection = (checkout) => ({
18
18
  status: checkout.status,
19
19
  customerId: checkout.customerId,
20
20
  boxId: checkout.boxId,
21
- checkoutBookingId: checkout.checkoutBookingId,
21
+ bookingId: checkout.bookingId,
22
22
  expiresOn: checkout.expiresOn,
23
23
  items: [],
24
24
  });
@@ -9,7 +9,7 @@ const toDomain = (checkout) => {
9
9
  status: checkout.status,
10
10
  customerId: checkout.customerId,
11
11
  boxId: checkout.boxId,
12
- checkoutBookingId: checkout.checkoutBookingId,
12
+ bookingId: checkout.bookingId,
13
13
  expiresOn: checkout.expiresOn,
14
14
  aggregateId: checkout.id,
15
15
  domainEvents: [],
@@ -1,21 +1,14 @@
1
1
  import invariant from "tiny-invariant";
2
2
  import { viewCheckoutBookingById, } from "../../../../projection/checkoutBooking/viewCheckoutBookingById";
3
- import { httpCheckoutBookingsBlock } from "./httpCheckoutBookingsBlock";
4
3
  import { httpCheckoutBookingsBook } from "./httpCheckoutBookingsBook";
5
4
  const toDomain = (checkoutBooking) => {
6
5
  invariant(checkoutBooking, "No checkout booking found!");
7
6
  return {
8
- aggregateId: checkoutBooking.id,
9
7
  checkoutItemIds: checkoutBooking.checkoutItemIds,
10
- checkoutStatus: checkoutBooking.checkoutStatus,
8
+ aggregateId: checkoutBooking.id,
11
9
  domainEvents: [],
12
10
  };
13
11
  };
14
12
  const getCheckoutBooking = ({ queryBus }) => async (aggregateId) => toDomain(await queryBus(viewCheckoutBookingById({ checkoutBookingId: aggregateId })));
15
- const saveCheckoutBooking = ({ httpPost }) => async (aggregateRoot) => {
16
- await Promise.all([
17
- httpCheckoutBookingsBook({ httpPost })(aggregateRoot),
18
- httpCheckoutBookingsBlock({ httpPost })(aggregateRoot),
19
- ]);
20
- };
13
+ const saveCheckoutBooking = ({ httpPost }) => async (aggregateRoot) => await httpCheckoutBookingsBook({ httpPost })(aggregateRoot);
21
14
  export { getCheckoutBooking, saveCheckoutBooking };
@@ -0,0 +1,13 @@
1
+ import { CommandStatus } from "@lookiero/messaging-react";
2
+ interface BookFunction {
3
+ (): Promise<void>;
4
+ }
5
+ type UseBookCheckouBookingForCheckoutItem = [book: BookFunction, status: CommandStatus];
6
+ interface UseBookCheckouBookingForCheckoutItemFunctionArgs {
7
+ readonly checkoutItemId: string;
8
+ }
9
+ interface UseBookCheckouBookingForCheckoutItemFunction {
10
+ (args: UseBookCheckouBookingForCheckoutItemFunctionArgs): UseBookCheckouBookingForCheckoutItem;
11
+ }
12
+ declare const useBookCheckouBookingForCheckoutItem: UseBookCheckouBookingForCheckoutItemFunction;
13
+ export { useBookCheckouBookingForCheckoutItem };
@@ -3,7 +3,7 @@ import { useCallback } from "react";
3
3
  import { v4 as uuid } from "uuid";
4
4
  import { bookCheckoutBookingForCheckoutItem } from "../../../../domain/checkoutBooking/command/bookCheckoutBookingForCheckoutItem";
5
5
  import { MESSAGING_CONTEXT_ID } from "../../../delivery/baseBootstrap";
6
- const useBookCheckoutBookingForCheckoutItem = ({ checkoutItemId }) => {
6
+ const useBookCheckouBookingForCheckoutItem = ({ checkoutItemId }) => {
7
7
  const [commandBus, status] = useCommand({ contextId: MESSAGING_CONTEXT_ID });
8
8
  const book = useCallback(() => commandBus(bookCheckoutBookingForCheckoutItem({
9
9
  aggregateId: uuid(),
@@ -11,4 +11,4 @@ const useBookCheckoutBookingForCheckoutItem = ({ checkoutItemId }) => {
11
11
  })), [checkoutItemId, commandBus]);
12
12
  return [book, status];
13
13
  };
14
- export { useBookCheckoutBookingForCheckoutItem };
14
+ export { useBookCheckouBookingForCheckoutItem };
@@ -10,7 +10,7 @@ const toDomain = (checkoutItem) => {
10
10
  status: checkoutItem.status,
11
11
  price: checkoutItem.price,
12
12
  feedbacks: checkoutItem.feedbacks,
13
- replacedForId: checkoutItem.replacedFor?.id,
13
+ replacedFor: checkoutItem.replacedFor,
14
14
  aggregateId: checkoutItem.id,
15
15
  domainEvents: [],
16
16
  };
@@ -1,13 +1,13 @@
1
1
  import { CHECKOUT_ITEM_REPLACED, } from "../../../../domain/checkoutItem/model/checkoutItemReplaced";
2
2
  const isCheckoutItemReplaced = (event) => event.name === CHECKOUT_ITEM_REPLACED;
3
- const httpCheckoutItemsReplace = ({ httpPost }) => async ({ aggregateId, replacedForId, domainEvents }) => {
3
+ const httpCheckoutItemsReplace = ({ httpPost }) => async ({ aggregateId, replacedFor, domainEvents }) => {
4
4
  const checkoutItemReplaced = domainEvents.find(isCheckoutItemReplaced);
5
5
  if (!checkoutItemReplaced) {
6
6
  return;
7
7
  }
8
8
  await httpPost({
9
9
  endpoint: "/replace-checkout-item",
10
- body: { checkoutItemId: aggregateId, replacedFor: replacedForId },
10
+ body: { checkoutItemId: aggregateId, replacedFor },
11
11
  });
12
12
  };
13
13
  export { httpCheckoutItemsReplace };
@@ -1,6 +1,6 @@
1
1
  import { CommandStatus } from "@lookiero/messaging-react";
2
2
  interface ReplaceCheckoutItemFunctionArgs {
3
- readonly replacedForId: string;
3
+ readonly replacedFor: string;
4
4
  }
5
5
  interface ReplaceCheckoutItemFunction {
6
6
  (args: ReplaceCheckoutItemFunctionArgs): Promise<void>;
@@ -4,9 +4,9 @@ import { replaceCheckoutItem } from "../../../../domain/checkoutItem/command/rep
4
4
  import { MESSAGING_CONTEXT_ID } from "../../../delivery/baseBootstrap";
5
5
  const useReplaceCheckoutItem = ({ checkoutItemId }) => {
6
6
  const [commandBus, status] = useCommand({ contextId: MESSAGING_CONTEXT_ID });
7
- const replace = useCallback(({ replacedForId }) => commandBus(replaceCheckoutItem({
7
+ const replace = useCallback(({ replacedFor }) => commandBus(replaceCheckoutItem({
8
8
  aggregateId: checkoutItemId,
9
- replacedForId,
9
+ replacedFor,
10
10
  })), [checkoutItemId, commandBus]);
11
11
  return [replace, status];
12
12
  };
@@ -1,6 +1,6 @@
1
1
  const httpBookedSizeChangeProductsVariantsForCheckoutItemView = ({ httpPost }) => async ({ checkoutItemId, signal }) => {
2
2
  const response = await httpPost({
3
- endpoint: "/view-booked-product-variants-for-checkout-item",
3
+ endpoint: "/view-booked-size-change-product-variants-for-checkout-item",
4
4
  body: { checkoutItemId },
5
5
  signal,
6
6
  });
@@ -5,7 +5,7 @@ interface CheckoutDto {
5
5
  readonly id: string;
6
6
  readonly customerId: string;
7
7
  readonly boxId: string;
8
- readonly checkoutBookingId: string;
8
+ readonly bookingId: string;
9
9
  readonly status: CheckoutStatus;
10
10
  readonly expiresOn: string;
11
11
  readonly items: CheckoutItemProjection[];
@@ -0,0 +1,9 @@
1
+ import { useQuery } from "@lookiero/messaging-react";
2
+ import { viewPricingByCheckoutId } from "../../../../projection/pricing/viewPricingByCheckoutId";
3
+ import { MESSAGING_CONTEXT_ID } from "../../../delivery/baseBootstrap";
4
+ const useViewPricingByCheckoutId = ({ checkoutId }) => useQuery({
5
+ query: viewPricingByCheckoutId({ checkoutId }),
6
+ contextId: MESSAGING_CONTEXT_ID,
7
+ options: { staleTime: Infinity, retry: false, refetchOnWindowFocus: false },
8
+ });
9
+ export { useViewPricingByCheckoutId };
@@ -2,6 +2,7 @@ import { I18n } from "@lookiero/i18n-react";
2
2
  import { MessagingRoot } from "@lookiero/messaging-react/bootstrap";
3
3
  import { FC } from "react";
4
4
  import { NotificationsRoot } from "../../shared/notifications";
5
+ import { Menu } from "./views/header/Header";
5
6
  interface RootFunctionArgs {
6
7
  readonly Messaging: MessagingRoot;
7
8
  readonly Notifications: NotificationsRoot;
@@ -16,6 +17,7 @@ interface RootProps {
16
17
  readonly basePath: string;
17
18
  readonly locale?: string;
18
19
  readonly customerId: string | undefined;
20
+ readonly menu: Menu;
19
21
  readonly onNotAccessible: () => void;
20
22
  readonly useRedirect: () => Record<string, string>;
21
23
  }
@@ -3,10 +3,10 @@ import { Platform } from "react-native";
3
3
  import { Routing } from "./routing/Routing";
4
4
  const root = ({ Messaging, I18n, Notifications, authToken, development }) =>
5
5
  // eslint-disable-next-line react/display-name, react/prop-types
6
- ({ basePath, locale = "en", customerId, onNotAccessible, useRedirect }) => {
6
+ ({ basePath, locale = "en", customerId, menu, onNotAccessible, useRedirect }) => {
7
7
  const handleOnI18nError = useCallback(() => void 0, []);
8
8
  return (React.createElement(Messaging, { includeReactQueryDevTools: Platform.OS === "web" },
9
9
  React.createElement(Notifications, { includeReactQueryDevTools: Platform.OS === "web" },
10
- React.createElement(Routing, { I18n: I18n, authToken: authToken, basePath: basePath, customerId: customerId, locale: locale, useRedirect: useRedirect, onI18nError: development ? undefined : handleOnI18nError, onNotAccessible: onNotAccessible }))));
10
+ React.createElement(Routing, { I18n: I18n, authToken: authToken, basePath: basePath, customerId: customerId, locale: locale, menu: menu, useRedirect: useRedirect, onI18nError: development ? undefined : handleOnI18nError, onNotAccessible: onNotAccessible }))));
11
11
  };
12
12
  export { root };
@@ -23,7 +23,7 @@ const CheckoutMiddleware = ({ customerId, loader = React.createElement(Spinner,
23
23
  const notFoundRouteMatch = useMatch(`${basePath}/${Routes.NOT_FOUND}`);
24
24
  const dependenciesLoadedStatuses = [QueryStatus.ERROR, QueryStatus.SUCCESS];
25
25
  const dependenciesLoaded = dependenciesLoadedStatuses.includes(shouldIntroBeShownStatus) &&
26
- (dependenciesLoadedStatuses.includes(checkoutStatus) || checkout);
26
+ dependenciesLoadedStatuses.includes(checkoutStatus);
27
27
  if (!dependenciesLoaded) {
28
28
  return loader;
29
29
  }
@@ -35,6 +35,13 @@ const CheckoutMiddleware = ({ customerId, loader = React.createElement(Spinner,
35
35
  if (checkout?.status === CheckoutStatus.PAID && !feedbackRouteMatch) {
36
36
  return React.createElement(Navigate, { to: `${basePath}/${Routes.FEEDBACK}`, replace: true });
37
37
  }
38
+ /* Navigate to the summary if required */
39
+ if (checkout?.status !== CheckoutStatus.PAID &&
40
+ checkout?.status !== CheckoutStatus.COMPLETED &&
41
+ firstItemWithoutCustomerDecision === undefined &&
42
+ !(summaryRouteMatch || itemDetailRouteMatch || checkoutRouteMatch)) {
43
+ return React.createElement(Navigate, { to: `${basePath}/${Routes.SUMMARY}`, replace: true });
44
+ }
38
45
  /* Navigate to the Intro if required */
39
46
  if (shouldIntroBeShown && !introShown.current && firstItemWithoutCustomerDecision !== undefined) {
40
47
  if (introRouteMatch) {
@@ -54,14 +61,9 @@ const CheckoutMiddleware = ({ customerId, loader = React.createElement(Spinner,
54
61
  }
55
62
  /* Navigate to the first item without customer's decission */
56
63
  if (firstItemWithoutCustomerDecision && !itemRouteMatch) {
64
+ console.log("navigate to first item...", firstItemWithoutCustomerDecision.id);
57
65
  return (React.createElement(Navigate, { to: generatePath(`${basePath}/${Routes.ITEM}`, { id: firstItemWithoutCustomerDecision.id }), replace: true }));
58
66
  }
59
- /* Navigate to the summary if required */
60
- if (firstItemWithoutCustomerDecision === undefined &&
61
- !(summaryRouteMatch || itemDetailRouteMatch || checkoutRouteMatch) &&
62
- checkout?.status !== CheckoutStatus.PAID) {
63
- return React.createElement(Navigate, { to: `${basePath}/${Routes.SUMMARY}`, replace: true });
64
- }
65
67
  }
66
68
  return children;
67
69
  };
@@ -1,11 +1,13 @@
1
1
  import { I18n } from "@lookiero/i18n-react";
2
2
  import { FC } from "react";
3
+ import { Menu } from "../views/header/Header";
3
4
  interface RoutingProps {
4
5
  readonly basePath?: string;
5
6
  readonly customerId: string | undefined;
6
7
  readonly locale: string;
7
8
  readonly I18n: I18n;
8
9
  readonly authToken: string;
10
+ readonly menu: Menu;
9
11
  readonly onNotAccessible: () => void;
10
12
  readonly onI18nError?: (err: Error) => void;
11
13
  readonly useRedirect: () => Record<string, string>;
@@ -11,7 +11,7 @@ const Item = lazy(() => import("../views/item/Item").then((module) => ({ default
11
11
  const Summary = lazy(() => import("../views/summary/Summary").then((module) => ({ default: module.Summary })));
12
12
  const Checkout = lazy(() => import("../views/checkout/Checkout").then((module) => ({ default: module.Checkout })));
13
13
  const Feedback = lazy(() => import("../views/feedback/Feedback").then((module) => ({ default: module.Feedback })));
14
- const Routing = ({ basePath = "", customerId, locale, I18n, authToken, onI18nError, onNotAccessible, useRedirect, }) => {
14
+ const Routing = ({ basePath = "", customerId, locale, I18n, authToken, menu, onI18nError, onNotAccessible, useRedirect, }) => {
15
15
  const routes = useRoutes([
16
16
  {
17
17
  path: "",
@@ -19,7 +19,7 @@ const Routing = ({ basePath = "", customerId, locale, I18n, authToken, onI18nErr
19
19
  React.createElement(CheckoutAccessibilityMiddleware, { customerId: customerId, onNotAccessible: onNotAccessible },
20
20
  React.createElement(I18n, { loader: React.createElement(Spinner, null), locale: locale, onError: onI18nError },
21
21
  React.createElement(CheckoutMiddleware, { customerId: customerId },
22
- React.createElement(App, { customerId: customerId },
22
+ React.createElement(App, { customerId: customerId, menu: menu },
23
23
  React.createElement(Outlet, null))))))),
24
24
  children: [
25
25
  {
@@ -1,6 +1,8 @@
1
1
  import { FC } from "react";
2
+ import { Menu } from "./header/Header";
2
3
  interface AppProps {
3
4
  readonly customerId: string;
5
+ readonly menu: Menu;
4
6
  readonly children: JSX.Element;
5
7
  }
6
8
  declare const App: FC<AppProps>;
@@ -5,8 +5,8 @@ import { SafeAreaProvider } from "react-native-safe-area-context";
5
5
  import { Notifications } from "../../../shared/notifications/infrastructure/ui/views/Notifications";
6
6
  import { style } from "./App.style";
7
7
  import { Header } from "./header/Header";
8
- const App = ({ customerId, children }) => (React.createElement(SafeAreaProvider, null,
9
- React.createElement(Header, { customerId: customerId, style: style.header }),
8
+ const App = ({ customerId, menu, children }) => (React.createElement(SafeAreaProvider, null,
9
+ React.createElement(Header, { customerId: customerId, menu: menu, style: style.header }),
10
10
  React.createElement(Notifications, null),
11
11
  React.createElement(PortalProvider, null,
12
12
  React.createElement(View, { style: style.body }, children))));
@@ -1,8 +1,15 @@
1
1
  import { FC } from "react";
2
2
  import { StyleProp, ViewStyle } from "react-native";
3
+ interface MenuProps {
4
+ readonly visible: boolean;
5
+ readonly onClose: () => void;
6
+ }
7
+ type Menu = FC<MenuProps>;
3
8
  interface HeaderProps {
4
9
  readonly customerId: string;
10
+ readonly menu: Menu;
5
11
  readonly style?: StyleProp<ViewStyle>;
6
12
  }
7
13
  declare const Header: FC<HeaderProps>;
14
+ export type { Menu };
8
15
  export { Header };
@@ -1,6 +1,6 @@
1
1
  import { Text } from "@lookiero/aurora-next/build/components/primitives/Text/Text";
2
2
  import { useI18nMessage } from "@lookiero/i18n-react";
3
- import React, { useCallback } from "react";
3
+ import React, { useCallback, useState } from "react";
4
4
  import { View } from "react-native";
5
5
  import { SafeAreaView, useSafeAreaInsets } from "react-native-safe-area-context";
6
6
  import { generatePath, useMatch, useNavigate, useParams } from "react-router-native";
@@ -57,7 +57,7 @@ const CheckoutHeader = ({ style: customStyle }) => {
57
57
  React.createElement(Text, { level: 3, style: style.title, detail: true }, title),
58
58
  React.createElement(ButtonIconPlaceholder, null)));
59
59
  };
60
- const Header = ({ customerId, style: customStyle }) => {
60
+ const Header = ({ customerId, menu: Menu, style: customStyle }) => {
61
61
  const { top: safeAreaInsetTop } = useSafeAreaInsets();
62
62
  const { id: itemId } = useParams();
63
63
  const [checkout] = useViewFirstAvailableCheckoutByCustomerId({ customerId });
@@ -66,9 +66,9 @@ const Header = ({ customerId, style: customStyle }) => {
66
66
  const itemRouteMatch = useMatch(`${basePath}/${Routes.ITEM}`);
67
67
  const itemDetailRouteMatch = useMatch(`${basePath}/${Routes.ITEM_DETAIL}`);
68
68
  const checkoutRouteMatch = useMatch(`${basePath}/${Routes.CHECKOUT}`);
69
- const handleOnOpenMenu = useCallback(() => {
70
- console.log("open menu");
71
- }, []);
69
+ const [menuVisible, setMenuVisible] = useState(false);
70
+ const handleOnOpenMenu = useCallback(() => setMenuVisible(true), []);
71
+ const handleOnCloseMenu = useCallback(() => setMenuVisible(false), []);
72
72
  let header;
73
73
  if (checkout?.items && currentItem) {
74
74
  if (itemRouteMatch) {
@@ -84,6 +84,8 @@ const Header = ({ customerId, style: customStyle }) => {
84
84
  else {
85
85
  header = React.createElement(DefaultHeader, { style: style.header, onOpenMenu: handleOnOpenMenu });
86
86
  }
87
- return (React.createElement(SafeAreaView, { edges: ["top"], style: [style.container, { paddingTop: safeAreaInsetTop }, customStyle] }, header));
87
+ return (React.createElement(SafeAreaView, { edges: ["top"], style: [style.container, { paddingTop: safeAreaInsetTop }, customStyle] },
88
+ header,
89
+ React.createElement(Menu, { visible: menuVisible, onClose: handleOnCloseMenu })));
88
90
  };
89
91
  export { Header };