@plentymarkets/shop-api 0.165.2 → 0.166.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1170) hide show
  1. package/License.md +0 -1
  2. package/lib/__tests__/__fixtures__/ActiveShippingCountry.d.ts +4 -0
  3. package/lib/__tests__/__fixtures__/ActiveShippingCountry.d.ts.map +1 -0
  4. package/lib/__tests__/__fixtures__/AddWishlistItemResponse.d.ts +4 -0
  5. package/lib/__tests__/__fixtures__/AddWishlistItemResponse.d.ts.map +1 -0
  6. package/lib/__tests__/__fixtures__/Address.d.ts +4 -0
  7. package/lib/__tests__/__fixtures__/Address.d.ts.map +1 -0
  8. package/lib/__tests__/__fixtures__/Addresses.d.ts +4 -0
  9. package/lib/__tests__/__fixtures__/Addresses.d.ts.map +1 -0
  10. package/lib/__tests__/__fixtures__/AggregatedCountries.d.ts +4 -0
  11. package/lib/__tests__/__fixtures__/AggregatedCountries.d.ts.map +1 -0
  12. package/lib/__tests__/__fixtures__/BasketItemOrderParams.d.ts +4 -0
  13. package/lib/__tests__/__fixtures__/BasketItemOrderParams.d.ts.map +1 -0
  14. package/lib/__tests__/__fixtures__/Cart.d.ts +4 -0
  15. package/lib/__tests__/__fixtures__/Cart.d.ts.map +1 -0
  16. package/lib/__tests__/__fixtures__/CategoryEntry.d.ts +4 -0
  17. package/lib/__tests__/__fixtures__/CategoryEntry.d.ts.map +1 -0
  18. package/lib/__tests__/__fixtures__/CategoryTemplateResponse.d.ts +4 -0
  19. package/lib/__tests__/__fixtures__/CategoryTemplateResponse.d.ts.map +1 -0
  20. package/lib/__tests__/__fixtures__/CategoryTree.d.ts +3 -0
  21. package/lib/__tests__/__fixtures__/CategoryTree.d.ts.map +1 -0
  22. package/lib/__tests__/__fixtures__/ChangeUserPassword.d.ts +4 -0
  23. package/lib/__tests__/__fixtures__/ChangeUserPassword.d.ts.map +1 -0
  24. package/lib/__tests__/__fixtures__/Country.d.ts +4 -0
  25. package/lib/__tests__/__fixtures__/Country.d.ts.map +1 -0
  26. package/lib/__tests__/__fixtures__/CustomAssets.d.ts +4 -0
  27. package/lib/__tests__/__fixtures__/CustomAssets.d.ts.map +1 -0
  28. package/lib/__tests__/__fixtures__/DeleteCart.d.ts +4 -0
  29. package/lib/__tests__/__fixtures__/DeleteCart.d.ts.map +1 -0
  30. package/lib/__tests__/__fixtures__/DeleteCartItem.d.ts +4 -0
  31. package/lib/__tests__/__fixtures__/DeleteCartItem.d.ts.map +1 -0
  32. package/lib/__tests__/__fixtures__/Facet.d.ts +4 -0
  33. package/lib/__tests__/__fixtures__/Facet.d.ts.map +1 -0
  34. package/lib/__tests__/__fixtures__/GeoRegulatedCountry.d.ts +4 -0
  35. package/lib/__tests__/__fixtures__/GeoRegulatedCountry.d.ts.map +1 -0
  36. package/lib/__tests__/__fixtures__/GetReturnsResponse.d.ts +4 -0
  37. package/lib/__tests__/__fixtures__/GetReturnsResponse.d.ts.map +1 -0
  38. package/lib/__tests__/__fixtures__/GetShippingProvider.d.ts +4 -0
  39. package/lib/__tests__/__fixtures__/GetShippingProvider.d.ts.map +1 -0
  40. package/lib/__tests__/__fixtures__/Init.d.ts +52 -0
  41. package/lib/__tests__/__fixtures__/Init.d.ts.map +1 -0
  42. package/lib/__tests__/__fixtures__/ItemSearchAutocompleteResult.d.ts +8 -0
  43. package/lib/__tests__/__fixtures__/ItemSearchAutocompleteResult.d.ts.map +1 -0
  44. package/lib/__tests__/__fixtures__/ItemSearchResult.d.ts +4 -0
  45. package/lib/__tests__/__fixtures__/ItemSearchResult.d.ts.map +1 -0
  46. package/lib/__tests__/__fixtures__/LegalInformationResponse.d.ts +4 -0
  47. package/lib/__tests__/__fixtures__/LegalInformationResponse.d.ts.map +1 -0
  48. package/lib/__tests__/__fixtures__/NewsletterUnsubscribe.d.ts +4 -0
  49. package/lib/__tests__/__fixtures__/NewsletterUnsubscribe.d.ts.map +1 -0
  50. package/lib/__tests__/__fixtures__/Offer.d.ts +4 -0
  51. package/lib/__tests__/__fixtures__/Offer.d.ts.map +1 -0
  52. package/lib/__tests__/__fixtures__/Order.d.ts +4 -0
  53. package/lib/__tests__/__fixtures__/Order.d.ts.map +1 -0
  54. package/lib/__tests__/__fixtures__/OrderDocument.d.ts +3 -0
  55. package/lib/__tests__/__fixtures__/OrderDocument.d.ts.map +1 -0
  56. package/lib/__tests__/__fixtures__/Orders.d.ts +4 -0
  57. package/lib/__tests__/__fixtures__/Orders.d.ts.map +1 -0
  58. package/lib/__tests__/__fixtures__/PayPalTransaction.d.ts +4 -0
  59. package/lib/__tests__/__fixtures__/PayPalTransaction.d.ts.map +1 -0
  60. package/lib/__tests__/__fixtures__/PaymentProviders.d.ts +4 -0
  61. package/lib/__tests__/__fixtures__/PaymentProviders.d.ts.map +1 -0
  62. package/lib/__tests__/__fixtures__/PlaceOrder.d.ts +64 -0
  63. package/lib/__tests__/__fixtures__/PlaceOrder.d.ts.map +1 -0
  64. package/lib/__tests__/__fixtures__/Product.d.ts +5 -0
  65. package/lib/__tests__/__fixtures__/Product.d.ts.map +1 -0
  66. package/lib/__tests__/__fixtures__/ProductBundleComponent.d.ts +3 -0
  67. package/lib/__tests__/__fixtures__/ProductBundleComponent.d.ts.map +1 -0
  68. package/lib/__tests__/__fixtures__/RegisterUser.d.ts +4 -0
  69. package/lib/__tests__/__fixtures__/RegisterUser.d.ts.map +1 -0
  70. package/lib/__tests__/__fixtures__/ReturnReasons.d.ts +4 -0
  71. package/lib/__tests__/__fixtures__/ReturnReasons.d.ts.map +1 -0
  72. package/lib/__tests__/__fixtures__/Review.d.ts +4 -0
  73. package/lib/__tests__/__fixtures__/Review.d.ts.map +1 -0
  74. package/lib/__tests__/__fixtures__/ReviewAverage.d.ts +4 -0
  75. package/lib/__tests__/__fixtures__/ReviewAverage.d.ts.map +1 -0
  76. package/lib/__tests__/__fixtures__/SessionResult.d.ts +4 -0
  77. package/lib/__tests__/__fixtures__/SessionResult.d.ts.map +1 -0
  78. package/lib/__tests__/__fixtures__/SetMobilePaymentProviderList.d.ts +4 -0
  79. package/lib/__tests__/__fixtures__/SetMobilePaymentProviderList.d.ts.map +1 -0
  80. package/lib/__tests__/__fixtures__/SetPaymentProvider.d.ts +4 -0
  81. package/lib/__tests__/__fixtures__/SetPaymentProvider.d.ts.map +1 -0
  82. package/lib/__tests__/__fixtures__/SetShippingProvider.d.ts +4 -0
  83. package/lib/__tests__/__fixtures__/SetShippingProvider.d.ts.map +1 -0
  84. package/lib/__tests__/__fixtures__/StorageItems.d.ts +4 -0
  85. package/lib/__tests__/__fixtures__/StorageItems.d.ts.map +1 -0
  86. package/lib/__tests__/__fixtures__/StorageMetadata.d.ts +4 -0
  87. package/lib/__tests__/__fixtures__/StorageMetadata.d.ts.map +1 -0
  88. package/lib/__tests__/__fixtures__/StorageUpload.d.ts +4 -0
  89. package/lib/__tests__/__fixtures__/StorageUpload.d.ts.map +1 -0
  90. package/lib/__tests__/__fixtures__/Wishlist.d.ts +4 -0
  91. package/lib/__tests__/__fixtures__/Wishlist.d.ts.map +1 -0
  92. package/lib/__tests__/integration/__config__/jest.setup.d.ts +7 -0
  93. package/lib/__tests__/integration/__config__/jest.setup.d.ts.map +1 -0
  94. package/lib/__tests__/integration/__config__/jest.setup.global.d.ts +3 -0
  95. package/lib/__tests__/integration/__config__/jest.setup.global.d.ts.map +1 -0
  96. package/lib/__tests__/integration/__config__/jest.teardown.global.d.ts +3 -0
  97. package/lib/__tests__/integration/__config__/jest.teardown.global.d.ts.map +1 -0
  98. package/lib/__tests__/integration/__config__/sdk.config.d.ts +9 -0
  99. package/lib/__tests__/integration/__config__/sdk.config.d.ts.map +1 -0
  100. package/lib/__tests__/integration/deleteAddress.integration.spec.d.ts +2 -0
  101. package/lib/__tests__/integration/deleteAddress.integration.spec.d.ts.map +1 -0
  102. package/lib/__tests__/integration/deleteAllCartItems.integration.spec.d.ts +2 -0
  103. package/lib/__tests__/integration/deleteAllCartItems.integration.spec.d.ts.map +1 -0
  104. package/lib/__tests__/integration/deleteCart.integration.spec.d.ts +2 -0
  105. package/lib/__tests__/integration/deleteCart.integration.spec.d.ts.map +1 -0
  106. package/lib/__tests__/integration/deleteCartItem.integration.spec.d.ts +2 -0
  107. package/lib/__tests__/integration/deleteCartItem.integration.spec.d.ts.map +1 -0
  108. package/lib/__tests__/integration/deleteCoupon.integration.spec.d.ts +2 -0
  109. package/lib/__tests__/integration/deleteCoupon.integration.spec.d.ts.map +1 -0
  110. package/lib/__tests__/integration/deleteNewsletterSubscription.integration.spec.d.ts +2 -0
  111. package/lib/__tests__/integration/deleteNewsletterSubscription.integration.spec.d.ts.map +1 -0
  112. package/lib/__tests__/integration/deleteWishlistItem.integration.spec.d.ts +2 -0
  113. package/lib/__tests__/integration/deleteWishlistItem.integration.spec.d.ts.map +1 -0
  114. package/lib/__tests__/integration/doAddCartItem.integration.spec.d.ts +2 -0
  115. package/lib/__tests__/integration/doAddCartItem.integration.spec.d.ts.map +1 -0
  116. package/lib/__tests__/integration/doAddCoupon.integration.spec.d.ts +2 -0
  117. package/lib/__tests__/integration/doAddCoupon.integration.spec.d.ts.map +1 -0
  118. package/lib/__tests__/integration/doAddWishlistItem.integration.spec.d.ts +2 -0
  119. package/lib/__tests__/integration/doAddWishlistItem.integration.spec.d.ts.map +1 -0
  120. package/lib/__tests__/integration/doAdditionalInformation.integration.spec.d.ts +2 -0
  121. package/lib/__tests__/integration/doAdditionalInformation.integration.spec.d.ts.map +1 -0
  122. package/lib/__tests__/integration/doChangeUserPassword.integration.spec.d.ts +2 -0
  123. package/lib/__tests__/integration/doChangeUserPassword.integration.spec.d.ts.map +1 -0
  124. package/lib/__tests__/integration/doCreatePayPalOrder.spec.d.ts +2 -0
  125. package/lib/__tests__/integration/doCreatePayPalOrder.spec.d.ts.map +1 -0
  126. package/lib/__tests__/integration/doExecutePayment.integration.spec.d.ts +2 -0
  127. package/lib/__tests__/integration/doExecutePayment.integration.spec.d.ts.map +1 -0
  128. package/lib/__tests__/integration/doLogin.integration.spec.d.ts +2 -0
  129. package/lib/__tests__/integration/doLogin.integration.spec.d.ts.map +1 -0
  130. package/lib/__tests__/integration/doLoginAsGuest.integration.spec.d.ts +2 -0
  131. package/lib/__tests__/integration/doLoginAsGuest.integration.spec.d.ts.map +1 -0
  132. package/lib/__tests__/integration/doLogoutUser.integration.spec.d.ts +2 -0
  133. package/lib/__tests__/integration/doLogoutUser.integration.spec.d.ts.map +1 -0
  134. package/lib/__tests__/integration/doPlaceOrder.integration.spec.d.ts +2 -0
  135. package/lib/__tests__/integration/doPlaceOrder.integration.spec.d.ts.map +1 -0
  136. package/lib/__tests__/integration/doPreparePayment.integration.spec.d.ts +2 -0
  137. package/lib/__tests__/integration/doPreparePayment.integration.spec.d.ts.map +1 -0
  138. package/lib/__tests__/integration/doRegisterUser.integration.spec.d.ts +2 -0
  139. package/lib/__tests__/integration/doRegisterUser.integration.spec.d.ts.map +1 -0
  140. package/lib/__tests__/integration/doSaveAddress.integration.spec.d.ts +2 -0
  141. package/lib/__tests__/integration/doSaveAddress.integration.spec.d.ts.map +1 -0
  142. package/lib/__tests__/integration/getActiveShippingCountries.integration.spec.d.ts +2 -0
  143. package/lib/__tests__/integration/getActiveShippingCountries.integration.spec.d.ts.map +1 -0
  144. package/lib/__tests__/integration/getAddresses.integration.spec.d.ts +2 -0
  145. package/lib/__tests__/integration/getAddresses.integration.spec.d.ts.map +1 -0
  146. package/lib/__tests__/integration/getCart.integration.spec.d.ts +2 -0
  147. package/lib/__tests__/integration/getCart.integration.spec.d.ts.map +1 -0
  148. package/lib/__tests__/integration/getCategoryTemplate.integration.spec.d.ts +2 -0
  149. package/lib/__tests__/integration/getCategoryTemplate.integration.spec.d.ts.map +1 -0
  150. package/lib/__tests__/integration/getCategoryTree.integration.spec.d.ts +2 -0
  151. package/lib/__tests__/integration/getCategoryTree.integration.spec.d.ts.map +1 -0
  152. package/lib/__tests__/integration/getFacet.integration.spec.d.ts +2 -0
  153. package/lib/__tests__/integration/getFacet.integration.spec.d.ts.map +1 -0
  154. package/lib/__tests__/integration/getInit.integration.spec.d.ts +2 -0
  155. package/lib/__tests__/integration/getInit.integration.spec.d.ts.map +1 -0
  156. package/lib/__tests__/integration/getItemSearchAutocomplete.integration.spec.d.ts +2 -0
  157. package/lib/__tests__/integration/getItemSearchAutocomplete.integration.spec.d.ts.map +1 -0
  158. package/lib/__tests__/integration/getLegalTexts.integration.spec.d.ts +2 -0
  159. package/lib/__tests__/integration/getLegalTexts.integration.spec.d.ts.map +1 -0
  160. package/lib/__tests__/integration/getOrder.integration.spec.d.ts +2 -0
  161. package/lib/__tests__/integration/getOrder.integration.spec.d.ts.map +1 -0
  162. package/lib/__tests__/integration/getOrderDocument.integration.spec.d.ts +2 -0
  163. package/lib/__tests__/integration/getOrderDocument.integration.spec.d.ts.map +1 -0
  164. package/lib/__tests__/integration/getOrders.integration.spec.d.ts +2 -0
  165. package/lib/__tests__/integration/getOrders.integration.spec.d.ts.map +1 -0
  166. package/lib/__tests__/integration/getPaymentProviders.integration.spec.d.ts +2 -0
  167. package/lib/__tests__/integration/getPaymentProviders.integration.spec.d.ts.map +1 -0
  168. package/lib/__tests__/integration/getProduct.integration.spec.d.ts +2 -0
  169. package/lib/__tests__/integration/getProduct.integration.spec.d.ts.map +1 -0
  170. package/lib/__tests__/integration/getReturnReasons.integration.spec.d.ts +2 -0
  171. package/lib/__tests__/integration/getReturnReasons.integration.spec.d.ts.map +1 -0
  172. package/lib/__tests__/integration/getReturns.integration.spec.d.ts +2 -0
  173. package/lib/__tests__/integration/getReturns.integration.spec.d.ts.map +1 -0
  174. package/lib/__tests__/integration/getReview.integration.spec.d.ts +2 -0
  175. package/lib/__tests__/integration/getReview.integration.spec.d.ts.map +1 -0
  176. package/lib/__tests__/integration/getSearch.integration.spec.d.ts +2 -0
  177. package/lib/__tests__/integration/getSearch.integration.spec.d.ts.map +1 -0
  178. package/lib/__tests__/integration/getSession.integration.spec.d.ts +2 -0
  179. package/lib/__tests__/integration/getSession.integration.spec.d.ts.map +1 -0
  180. package/lib/__tests__/integration/getShippingProvider.integration.spec.d.ts +2 -0
  181. package/lib/__tests__/integration/getShippingProvider.integration.spec.d.ts.map +1 -0
  182. package/lib/__tests__/integration/getWishlist.integration.spec.d.ts +2 -0
  183. package/lib/__tests__/integration/getWishlist.integration.spec.d.ts.map +1 -0
  184. package/lib/__tests__/integration/setCartItemQuantity.integration.spec.d.ts +2 -0
  185. package/lib/__tests__/integration/setCartItemQuantity.integration.spec.d.ts.map +1 -0
  186. package/lib/__tests__/integration/setCheckoutAddress.integration.spec.d.ts +2 -0
  187. package/lib/__tests__/integration/setCheckoutAddress.integration.spec.d.ts.map +1 -0
  188. package/lib/__tests__/integration/setPaymentProvider.integration.spec.d.ts +2 -0
  189. package/lib/__tests__/integration/setPaymentProvider.integration.spec.d.ts.map +1 -0
  190. package/lib/__tests__/integration/setShippingProvider.integration.spec.d.ts +2 -0
  191. package/lib/__tests__/integration/setShippingProvider.integration.spec.d.ts.map +1 -0
  192. package/lib/api/__tests__/__fixtures__/ApiAddCartItemFixture.d.ts.map +1 -1
  193. package/lib/api/__tests__/__fixtures__/ApiAddCouponFixture.d.ts.map +1 -1
  194. package/lib/api/__tests__/__fixtures__/ApiAddressesFixture.d.ts.map +1 -1
  195. package/lib/api/__tests__/__fixtures__/ApiCategoryTemplateFixture.d.ts.map +1 -1
  196. package/lib/api/__tests__/__fixtures__/ApiDeleteCartItemFixture.d.ts.map +1 -1
  197. package/lib/api/__tests__/__fixtures__/ApiDeleteCouponFixture.d.ts.map +1 -1
  198. package/lib/api/__tests__/__fixtures__/ApiDelteCartFixture.d.ts.map +1 -1
  199. package/lib/api/__tests__/__fixtures__/ApiFacetFixture.d.ts +11 -11
  200. package/lib/api/__tests__/__fixtures__/ApiFacetFixture.d.ts.map +1 -1
  201. package/lib/api/__tests__/__fixtures__/ApiNewsletterUnsubscribeFixture.d.ts +1 -1
  202. package/lib/api/__tests__/__fixtures__/ApiProductFixture.d.ts.map +1 -1
  203. package/lib/api/__tests__/__fixtures__/ApiSearchFixture.d.ts +6 -6
  204. package/lib/api/__tests__/__fixtures__/ApiSearchFixture.d.ts.map +1 -1
  205. package/lib/api/__tests__/__fixtures__/ApiSessionFixture.d.ts.map +1 -1
  206. package/lib/api/__tests__/__fixtures__/ApiSetCartItemQuantityFixture.d.ts.map +1 -1
  207. package/lib/api/__tests__/__fixtures__/ApiWishlistFixture.d.ts.map +1 -1
  208. package/lib/api/__tests__/unit/checkImportPaths.unit.spec.d.ts +2 -0
  209. package/lib/api/__tests__/unit/checkImportPaths.unit.spec.d.ts.map +1 -0
  210. package/lib/api/__tests__/unit/deleteAddress.unit.spec.d.ts +2 -0
  211. package/lib/api/__tests__/unit/deleteAddress.unit.spec.d.ts.map +1 -0
  212. package/lib/api/__tests__/unit/deleteAllCartItems.unit.spec.d.ts +2 -0
  213. package/lib/api/__tests__/unit/deleteAllCartItems.unit.spec.d.ts.map +1 -0
  214. package/lib/api/__tests__/unit/deleteBlocks.unit.spec.d.ts +2 -0
  215. package/lib/api/__tests__/unit/deleteBlocks.unit.spec.d.ts.map +1 -0
  216. package/lib/api/__tests__/unit/deleteCart.unit.spec.d.ts +2 -0
  217. package/lib/api/__tests__/unit/deleteCart.unit.spec.d.ts.map +1 -0
  218. package/lib/api/__tests__/unit/deleteCartItem.unit.spec.d.ts +2 -0
  219. package/lib/api/__tests__/unit/deleteCartItem.unit.spec.d.ts.map +1 -0
  220. package/lib/api/__tests__/unit/deleteCategory.unit.spec.d.ts +2 -0
  221. package/lib/api/__tests__/unit/deleteCategory.unit.spec.d.ts.map +1 -0
  222. package/lib/api/__tests__/unit/deleteCoupon.unit.spec.d.ts +2 -0
  223. package/lib/api/__tests__/unit/deleteCoupon.unit.spec.d.ts.map +1 -0
  224. package/lib/api/__tests__/unit/deleteCustomAsset.unit.spec.d.ts +2 -0
  225. package/lib/api/__tests__/unit/deleteCustomAsset.unit.spec.d.ts.map +1 -0
  226. package/lib/api/__tests__/unit/deleteNewsletterSubscription.unit.spec.d.ts +2 -0
  227. package/lib/api/__tests__/unit/deleteNewsletterSubscription.unit.spec.d.ts.map +1 -0
  228. package/lib/api/__tests__/unit/deleteReview.unit.spec.d.ts +2 -0
  229. package/lib/api/__tests__/unit/deleteReview.unit.spec.d.ts.map +1 -0
  230. package/lib/api/__tests__/unit/deleteWishlistItem.unit.spec.d.ts +2 -0
  231. package/lib/api/__tests__/unit/deleteWishlistItem.unit.spec.d.ts.map +1 -0
  232. package/lib/api/__tests__/unit/doAcceptOffer.unit.spec.d.ts +2 -0
  233. package/lib/api/__tests__/unit/doAcceptOffer.unit.spec.d.ts.map +1 -0
  234. package/lib/api/__tests__/unit/doAddCartItem.unit.spec.d.ts +2 -0
  235. package/lib/api/__tests__/unit/doAddCartItem.unit.spec.d.ts.map +1 -0
  236. package/lib/api/__tests__/unit/doAddCartItems.unit.spec.d.ts +2 -0
  237. package/lib/api/__tests__/unit/doAddCartItems.unit.spec.d.ts.map +1 -0
  238. package/lib/api/__tests__/unit/doAddCategory.unit.spec.d.ts +2 -0
  239. package/lib/api/__tests__/unit/doAddCategory.unit.spec.d.ts.map +1 -0
  240. package/lib/api/__tests__/unit/doAddCoupon.unit.spec.d.ts +2 -0
  241. package/lib/api/__tests__/unit/doAddCoupon.unit.spec.d.ts.map +1 -0
  242. package/lib/api/__tests__/unit/doAddWishlistItem.unit.spec.d.ts +2 -0
  243. package/lib/api/__tests__/unit/doAddWishlistItem.unit.spec.d.ts.map +1 -0
  244. package/lib/api/__tests__/unit/doAdditionalInformation.unit.spec.d.ts +2 -0
  245. package/lib/api/__tests__/unit/doAdditionalInformation.unit.spec.d.ts.map +1 -0
  246. package/lib/api/__tests__/unit/doApprovePayPalTransaction.unit.spec.d.ts +2 -0
  247. package/lib/api/__tests__/unit/doApprovePayPalTransaction.unit.spec.d.ts.map +1 -0
  248. package/lib/api/__tests__/unit/doCapturePayPalOrder.unit.spec.d.ts +2 -0
  249. package/lib/api/__tests__/unit/doCapturePayPalOrder.unit.spec.d.ts.map +1 -0
  250. package/lib/api/__tests__/unit/doChangeUserPassword.unit.spec.d.ts +2 -0
  251. package/lib/api/__tests__/unit/doChangeUserPassword.unit.spec.d.ts.map +1 -0
  252. package/lib/api/__tests__/unit/doConfirmNotifyMe.unit.spec.d.ts +2 -0
  253. package/lib/api/__tests__/unit/doConfirmNotifyMe.unit.spec.d.ts.map +1 -0
  254. package/lib/api/__tests__/unit/doCreatePayPalCreditCardTransaction.unit.spec.d.ts +2 -0
  255. package/lib/api/__tests__/unit/doCreatePayPalCreditCardTransaction.unit.spec.d.ts.map +1 -0
  256. package/lib/api/__tests__/unit/doCreatePayPalTransaction.unit.spec.d.ts +2 -0
  257. package/lib/api/__tests__/unit/doCreatePayPalTransaction.unit.spec.d.ts.map +1 -0
  258. package/lib/api/__tests__/unit/doCustomerContactMail.unit.spec.d.ts +2 -0
  259. package/lib/api/__tests__/unit/doCustomerContactMail.unit.spec.d.ts.map +1 -0
  260. package/lib/api/__tests__/unit/doEmailConfirmation.unit.spec.d.ts +2 -0
  261. package/lib/api/__tests__/unit/doEmailConfirmation.unit.spec.d.ts.map +1 -0
  262. package/lib/api/__tests__/unit/doExecutePayment.unit.spec.d.ts +2 -0
  263. package/lib/api/__tests__/unit/doExecutePayment.unit.spec.d.ts.map +1 -0
  264. package/lib/api/__tests__/unit/doLogin.unit.spec.d.ts +2 -0
  265. package/lib/api/__tests__/unit/doLogin.unit.spec.d.ts.map +1 -0
  266. package/lib/api/__tests__/unit/doLoginAsGuest.unit.spec.d.ts +2 -0
  267. package/lib/api/__tests__/unit/doLoginAsGuest.unit.spec.d.ts.map +1 -0
  268. package/lib/api/__tests__/unit/doLogoutUser.unit.spec.d.ts +2 -0
  269. package/lib/api/__tests__/unit/doLogoutUser.unit.spec.d.ts.map +1 -0
  270. package/lib/api/__tests__/unit/doMakeOrderReturn.unit.spec.d.ts +2 -0
  271. package/lib/api/__tests__/unit/doMakeOrderReturn.unit.spec.d.ts.map +1 -0
  272. package/lib/api/__tests__/unit/doMigrateGuestOrderToCustomer.unit.spec.d.ts +2 -0
  273. package/lib/api/__tests__/unit/doMigrateGuestOrderToCustomer.unit.spec.d.ts.map +1 -0
  274. package/lib/api/__tests__/unit/doOrderAgainInformation.unit.spec.d.ts +2 -0
  275. package/lib/api/__tests__/unit/doOrderAgainInformation.unit.spec.d.ts.map +1 -0
  276. package/lib/api/__tests__/unit/doPlaceOrder.unit.spec.d.ts +2 -0
  277. package/lib/api/__tests__/unit/doPlaceOrder.unit.spec.d.ts.map +1 -0
  278. package/lib/api/__tests__/unit/doPreparePayment.unit.spec.d.ts +2 -0
  279. package/lib/api/__tests__/unit/doPreparePayment.unit.spec.d.ts.map +1 -0
  280. package/lib/api/__tests__/unit/doRegisterUser.unit.spec.d.ts +2 -0
  281. package/lib/api/__tests__/unit/doRegisterUser.unit.spec.d.ts.map +1 -0
  282. package/lib/api/__tests__/unit/doRejectOffer.unit.spec.d.ts +2 -0
  283. package/lib/api/__tests__/unit/doRejectOffer.unit.spec.d.ts.map +1 -0
  284. package/lib/api/__tests__/unit/doReview.unit.spec.d.ts +2 -0
  285. package/lib/api/__tests__/unit/doReview.unit.spec.d.ts.map +1 -0
  286. package/lib/api/__tests__/unit/doSaveAddress.unit.spec.d.ts +2 -0
  287. package/lib/api/__tests__/unit/doSaveAddress.unit.spec.d.ts.map +1 -0
  288. package/lib/api/__tests__/unit/doSaveBlocks.unit.spec.d.ts +2 -0
  289. package/lib/api/__tests__/unit/doSaveBlocks.unit.spec.d.ts.map +1 -0
  290. package/lib/api/__tests__/unit/doSubscribeNewsletter.unit.spec.d.ts +2 -0
  291. package/lib/api/__tests__/unit/doSubscribeNewsletter.unit.spec.d.ts.map +1 -0
  292. package/lib/api/__tests__/unit/doSubscribeNotifyMe.unit.spec.d.ts +2 -0
  293. package/lib/api/__tests__/unit/doSubscribeNotifyMe.unit.spec.d.ts.map +1 -0
  294. package/lib/api/__tests__/unit/doUnsubscribeNotifyMe.unit.spec.d.ts +2 -0
  295. package/lib/api/__tests__/unit/doUnsubscribeNotifyMe.unit.spec.d.ts.map +1 -0
  296. package/lib/api/__tests__/unit/doUploadOrderPropertyFile.unit.spec.d.ts +2 -0
  297. package/lib/api/__tests__/unit/doUploadOrderPropertyFile.unit.spec.d.ts.map +1 -0
  298. package/lib/api/__tests__/unit/doUploadStorageItem.unit.spec.d.ts +2 -0
  299. package/lib/api/__tests__/unit/doUploadStorageItem.unit.spec.d.ts.map +1 -0
  300. package/lib/api/__tests__/unit/getActiveShippingCountries.unit.spec.d.ts +2 -0
  301. package/lib/api/__tests__/unit/getActiveShippingCountries.unit.spec.d.ts.map +1 -0
  302. package/lib/api/__tests__/unit/getAddresses.unit.spec.d.ts +2 -0
  303. package/lib/api/__tests__/unit/getAddresses.unit.spec.d.ts.map +1 -0
  304. package/lib/api/__tests__/unit/getAggregatedCountries.unit.spec.d.ts +2 -0
  305. package/lib/api/__tests__/unit/getAggregatedCountries.unit.spec.d.ts.map +1 -0
  306. package/lib/api/__tests__/unit/getBlocks.unit.spec.d.ts +2 -0
  307. package/lib/api/__tests__/unit/getBlocks.unit.spec.d.ts.map +1 -0
  308. package/lib/api/__tests__/unit/getCart.unit.spec.d.ts +2 -0
  309. package/lib/api/__tests__/unit/getCart.unit.spec.d.ts.map +1 -0
  310. package/lib/api/__tests__/unit/getCategoriesSearch.unit.spec.d.ts +2 -0
  311. package/lib/api/__tests__/unit/getCategoriesSearch.unit.spec.d.ts.map +1 -0
  312. package/lib/api/__tests__/unit/getCategoryById.unit.spec.d.ts +2 -0
  313. package/lib/api/__tests__/unit/getCategoryById.unit.spec.d.ts.map +1 -0
  314. package/lib/api/__tests__/unit/getCategoryTemplate.spec.d.ts +2 -0
  315. package/lib/api/__tests__/unit/getCategoryTemplate.spec.d.ts.map +1 -0
  316. package/lib/api/__tests__/unit/getCategoryTree.unit.spec.d.ts +2 -0
  317. package/lib/api/__tests__/unit/getCategoryTree.unit.spec.d.ts.map +1 -0
  318. package/lib/api/__tests__/unit/getFacet.unit.spec.d.ts +2 -0
  319. package/lib/api/__tests__/unit/getFacet.unit.spec.d.ts.map +1 -0
  320. package/lib/api/__tests__/unit/getInit.unit.spec.d.ts +2 -0
  321. package/lib/api/__tests__/unit/getInit.unit.spec.d.ts.map +1 -0
  322. package/lib/api/__tests__/unit/getItemSearchAutocomplete.unit.spec.d.ts +2 -0
  323. package/lib/api/__tests__/unit/getItemSearchAutocomplete.unit.spec.d.ts.map +1 -0
  324. package/lib/api/__tests__/unit/getLegalTexts.unit.spec.d.ts +2 -0
  325. package/lib/api/__tests__/unit/getLegalTexts.unit.spec.d.ts.map +1 -0
  326. package/lib/api/__tests__/unit/getOffer.unit.spec.d.ts +2 -0
  327. package/lib/api/__tests__/unit/getOffer.unit.spec.d.ts.map +1 -0
  328. package/lib/api/__tests__/unit/getOrder.unit.spec.d.ts +2 -0
  329. package/lib/api/__tests__/unit/getOrder.unit.spec.d.ts.map +1 -0
  330. package/lib/api/__tests__/unit/getOrders.unit.spec.d.ts +2 -0
  331. package/lib/api/__tests__/unit/getOrders.unit.spec.d.ts.map +1 -0
  332. package/lib/api/__tests__/unit/getPaymentProviders.unit.spec.d.ts +2 -0
  333. package/lib/api/__tests__/unit/getPaymentProviders.unit.spec.d.ts.map +1 -0
  334. package/lib/api/__tests__/unit/getPreferredDeliveryServices.unit.spec.d.ts +2 -0
  335. package/lib/api/__tests__/unit/getPreferredDeliveryServices.unit.spec.d.ts.map +1 -0
  336. package/lib/api/__tests__/unit/getPreferredDeliveryShippingProfiles.unit.spec.d.ts +2 -0
  337. package/lib/api/__tests__/unit/getPreferredDeliveryShippingProfiles.unit.spec.d.ts.map +1 -0
  338. package/lib/api/__tests__/unit/getProduct.unit.spec.d.ts +2 -0
  339. package/lib/api/__tests__/unit/getProduct.unit.spec.d.ts.map +1 -0
  340. package/lib/api/__tests__/unit/getProductsByIds.unit.spec.d.ts +2 -0
  341. package/lib/api/__tests__/unit/getProductsByIds.unit.spec.d.ts.map +1 -0
  342. package/lib/api/__tests__/unit/getReturnReasons.unit.spec.d.ts +2 -0
  343. package/lib/api/__tests__/unit/getReturnReasons.unit.spec.d.ts.map +1 -0
  344. package/lib/api/__tests__/unit/getReturns.unit.spec.d.ts +2 -0
  345. package/lib/api/__tests__/unit/getReturns.unit.spec.d.ts.map +1 -0
  346. package/lib/api/__tests__/unit/getReview.unit.spec.d.ts +2 -0
  347. package/lib/api/__tests__/unit/getReview.unit.spec.d.ts.map +1 -0
  348. package/lib/api/__tests__/unit/getReviewAverage.unit.spec.d.ts +2 -0
  349. package/lib/api/__tests__/unit/getReviewAverage.unit.spec.d.ts.map +1 -0
  350. package/lib/api/__tests__/unit/getSearch.unit.spec.d.ts +2 -0
  351. package/lib/api/__tests__/unit/getSearch.unit.spec.d.ts.map +1 -0
  352. package/lib/api/__tests__/unit/getSession.unit.spec.d.ts +2 -0
  353. package/lib/api/__tests__/unit/getSession.unit.spec.d.ts.map +1 -0
  354. package/lib/api/__tests__/unit/getShippingProvider.unit.spec.d.ts +2 -0
  355. package/lib/api/__tests__/unit/getShippingProvider.unit.spec.d.ts.map +1 -0
  356. package/lib/api/__tests__/unit/getStorageItems.unit.spec.d.ts +2 -0
  357. package/lib/api/__tests__/unit/getStorageItems.unit.spec.d.ts.map +1 -0
  358. package/lib/api/__tests__/unit/getStorageMetadata.unit.spec.d.ts +2 -0
  359. package/lib/api/__tests__/unit/getStorageMetadata.unit.spec.d.ts.map +1 -0
  360. package/lib/api/__tests__/unit/getWishlist.unit.spec.d.ts +2 -0
  361. package/lib/api/__tests__/unit/getWishlist.unit.spec.d.ts.map +1 -0
  362. package/lib/api/__tests__/unit/setCartItemQuantity.unit.spec.d.ts +2 -0
  363. package/lib/api/__tests__/unit/setCartItemQuantity.unit.spec.d.ts.map +1 -0
  364. package/lib/api/__tests__/unit/setCategorySettings.unit.spec.d.ts +2 -0
  365. package/lib/api/__tests__/unit/setCategorySettings.unit.spec.d.ts.map +1 -0
  366. package/lib/api/__tests__/unit/setCategoryTemplate.spec.d.ts +2 -0
  367. package/lib/api/__tests__/unit/setCategoryTemplate.spec.d.ts.map +1 -0
  368. package/lib/api/__tests__/unit/setCheckoutAddress.unit.spec.d.ts +2 -0
  369. package/lib/api/__tests__/unit/setCheckoutAddress.unit.spec.d.ts.map +1 -0
  370. package/lib/api/__tests__/unit/setCustomAssets.unit.spec.d.ts +2 -0
  371. package/lib/api/__tests__/unit/setCustomAssets.unit.spec.d.ts.map +1 -0
  372. package/lib/api/__tests__/unit/setMobilePaymentProviderList.unit.spec.d.ts +2 -0
  373. package/lib/api/__tests__/unit/setMobilePaymentProviderList.unit.spec.d.ts.map +1 -0
  374. package/lib/api/__tests__/unit/setPaymentProvider.unit.spec.d.ts +2 -0
  375. package/lib/api/__tests__/unit/setPaymentProvider.unit.spec.d.ts.map +1 -0
  376. package/lib/api/__tests__/unit/setReview.unit.spec.d.ts +2 -0
  377. package/lib/api/__tests__/unit/setReview.unit.spec.d.ts.map +1 -0
  378. package/lib/api/__tests__/unit/setShippingProvider.unit.spec.d.ts +2 -0
  379. package/lib/api/__tests__/unit/setShippingProvider.unit.spec.d.ts.map +1 -0
  380. package/lib/api/deleteAddress/index.d.ts.map +1 -1
  381. package/lib/api/deleteCategory/index.d.ts.map +1 -1
  382. package/lib/api/deleteNewsletterSubscription/index.d.ts.map +1 -1
  383. package/lib/api/deleteReview/index.d.ts.map +1 -1
  384. package/lib/api/deleteTranslationByLanguage/index.d.ts.map +1 -1
  385. package/lib/api/doAddCategory/index.d.ts.map +1 -1
  386. package/lib/api/doAddWishlistItem/index.d.ts.map +1 -1
  387. package/lib/api/doAdditionalInformation/index.d.ts.map +1 -1
  388. package/lib/api/doApplyConfiguration/index.d.ts.map +1 -1
  389. package/lib/api/doApprovePayPalTransaction/index.d.ts.map +1 -1
  390. package/lib/api/doAttachMolliePaymentToOrder/index.d.ts.map +1 -1
  391. package/lib/api/doAttachPaymentToOrder/index.d.ts.map +1 -1
  392. package/lib/api/doCaptureMolliePayment/index.d.ts.map +1 -1
  393. package/lib/api/doCapturePayPalOrder/index.d.ts.map +1 -1
  394. package/lib/api/doChangeUserPassword/index.d.ts.map +1 -1
  395. package/lib/api/doCreateMolliePaymentFromBasket/index.d.ts.map +1 -1
  396. package/lib/api/doCreateMolliePaymentFromOrder/index.d.ts.map +1 -1
  397. package/lib/api/doCreatePayPalCreditCardTransaction/index.d.ts.map +1 -1
  398. package/lib/api/doCreatePayPalTransaction/index.d.ts.map +1 -1
  399. package/lib/api/doCreatePlentyPaymentFromMolliePayment/index.d.ts.map +1 -1
  400. package/lib/api/doCreateTranslations/index.d.ts.map +1 -1
  401. package/lib/api/doCustomerContactMail/index.d.ts.map +1 -1
  402. package/lib/api/doEmailConfirmation/index.d.ts.map +1 -1
  403. package/lib/api/doExecutePayment/index.d.ts.map +1 -1
  404. package/lib/api/doHandleAllowPaymentApplePay/index.d.ts.map +1 -1
  405. package/lib/api/doHandleAllowPaymentGooglePay/index.d.ts.map +1 -1
  406. package/lib/api/doHandlePayPalPaymentFundingSources/index.d.ts.map +1 -1
  407. package/lib/api/doLoginAsGuest/index.d.ts.map +1 -1
  408. package/lib/api/doMigrateGuestOrderToCustomer/index.d.ts.map +1 -1
  409. package/lib/api/doPreparePayment/index.d.ts.map +1 -1
  410. package/lib/api/doReview/index.d.ts.map +1 -1
  411. package/lib/api/doSaveBlocks/index.d.ts.map +1 -1
  412. package/lib/api/doSubmitCancellation/index.d.ts +25 -0
  413. package/lib/api/doSubmitCancellation/index.d.ts.map +1 -0
  414. package/lib/api/doSubscribeNewsletter/index.d.ts.map +1 -1
  415. package/lib/api/doUploadOrderPropertyFile/index.d.ts.map +1 -1
  416. package/lib/api/doUploadStorageItem/index.d.ts.map +1 -1
  417. package/lib/api/getAllTranslations/index.d.ts.map +1 -1
  418. package/lib/api/getAllTranslationsByLanguage/index.d.ts.map +1 -1
  419. package/lib/api/getAuthenticatedReview/index.d.ts.map +1 -1
  420. package/lib/api/getCategoryById/index.d.ts.map +1 -1
  421. package/lib/api/getCategoryTemplate/index.d.ts.map +1 -1
  422. package/lib/api/getCustomerClasses/index.d.ts.map +1 -1
  423. package/lib/api/getFacet/index.d.ts.map +1 -1
  424. package/lib/api/getLegalTexts/index.d.ts.map +1 -1
  425. package/lib/api/getMolliePayment/index.d.ts.map +1 -1
  426. package/lib/api/getMolliePaymentAndUpdateStatus/index.d.ts.map +1 -1
  427. package/lib/api/getMollieSettings/index.d.ts.map +1 -1
  428. package/lib/api/getOrderPropertyFile/index.d.ts.map +1 -1
  429. package/lib/api/getPayPalDataClientToken/index.d.ts.map +1 -1
  430. package/lib/api/getPayPalMerchantAndClientIds/index.d.ts.map +1 -1
  431. package/lib/api/getPayPalOrderDetails/index.d.ts.map +1 -1
  432. package/lib/api/getProduct/index.d.ts.map +1 -1
  433. package/lib/api/getProductsByIds/index.d.ts.map +1 -1
  434. package/lib/api/getReturnReasons/index.d.ts.map +1 -1
  435. package/lib/api/getReviewAverage/index.d.ts.map +1 -1
  436. package/lib/api/getRobots/index.d.ts.map +1 -1
  437. package/lib/api/getSettings/index.d.ts.map +1 -1
  438. package/lib/api/getStorageMetadata/index.d.ts.map +1 -1
  439. package/lib/api/getTranslations/index.d.ts.map +1 -1
  440. package/lib/api/getWishlist/index.d.ts.map +1 -1
  441. package/lib/api/index.d.ts +1 -0
  442. package/lib/api/index.d.ts.map +1 -1
  443. package/lib/api/patchMergeTranslations/index.d.ts.map +1 -1
  444. package/lib/api/paypalModule/doCapturePayPalOrderV2/index.d.ts.map +1 -1
  445. package/lib/api/paypalModule/doCreatePayPalOrder/index.d.ts.map +1 -1
  446. package/lib/api/paypalModule/doCreatePlentyPaymentFromPayPalOrder/index.d.ts.map +1 -1
  447. package/lib/api/paypalModule/doHandlePayPalFundingSources/index.d.ts.map +1 -1
  448. package/lib/api/paypalModule/getPayPalApplePayTransactionInfo/index.d.ts.map +1 -1
  449. package/lib/api/paypalModule/getPayPalFraudId/index.d.ts.map +1 -1
  450. package/lib/api/paypalModule/getPayPalGooglePayTransactionInfo/index.d.ts.map +1 -1
  451. package/lib/api/paypalModule/getPayPalOrder/index.d.ts.map +1 -1
  452. package/lib/api/paypalModule/getPayPalSettings/index.d.ts.map +1 -1
  453. package/lib/api/setCategoryTemplate/index.d.ts.map +1 -1
  454. package/lib/api/setConfiguration/index.d.ts.map +1 -1
  455. package/lib/api/setMobilePaymentProviderList/index.d.ts.map +1 -1
  456. package/lib/api/setShippingProvider/index.d.ts.map +1 -1
  457. package/lib/getters/__tests__/fixtures/ProductPriceFixture.d.ts +1 -1
  458. package/lib/getters/__tests__/fixtures/ProductPriceFixture.d.ts.map +1 -1
  459. package/lib/getters/__tests__/unit/additionalInformationGetters.unit.spec.d.ts +2 -0
  460. package/lib/getters/__tests__/unit/additionalInformationGetters.unit.spec.d.ts.map +1 -0
  461. package/lib/getters/__tests__/unit/bannerGetters.unit.spec.d.ts +2 -0
  462. package/lib/getters/__tests__/unit/bannerGetters.unit.spec.d.ts.map +1 -0
  463. package/lib/getters/__tests__/unit/barcodeGetters.unit.spec.d.ts +2 -0
  464. package/lib/getters/__tests__/unit/barcodeGetters.unit.spec.d.ts.map +1 -0
  465. package/lib/getters/__tests__/unit/cartGetters.unit.spec.d.ts +2 -0
  466. package/lib/getters/__tests__/unit/cartGetters.unit.spec.d.ts.map +1 -0
  467. package/lib/getters/__tests__/unit/categoryEntryGetters.unit.spec.d.ts +2 -0
  468. package/lib/getters/__tests__/unit/categoryEntryGetters.unit.spec.d.ts.map +1 -0
  469. package/lib/getters/__tests__/unit/categoryGetters.unit.spec.d.ts +2 -0
  470. package/lib/getters/__tests__/unit/categoryGetters.unit.spec.d.ts.map +1 -0
  471. package/lib/getters/__tests__/unit/companyGetters.unit.spec.d.ts +2 -0
  472. package/lib/getters/__tests__/unit/companyGetters.unit.spec.d.ts.map +1 -0
  473. package/lib/getters/__tests__/unit/cookieBarGetters.unit.spec.d.ts +2 -0
  474. package/lib/getters/__tests__/unit/cookieBarGetters.unit.spec.d.ts.map +1 -0
  475. package/lib/getters/__tests__/unit/countryGetters.unit.spec.d.ts +2 -0
  476. package/lib/getters/__tests__/unit/countryGetters.unit.spec.d.ts.map +1 -0
  477. package/lib/getters/__tests__/unit/facetGetters.unit.spec.d.ts +2 -0
  478. package/lib/getters/__tests__/unit/facetGetters.unit.spec.d.ts.map +1 -0
  479. package/lib/getters/__tests__/unit/heroesGetters.unit.spec.d.ts +2 -0
  480. package/lib/getters/__tests__/unit/heroesGetters.unit.spec.d.ts.map +1 -0
  481. package/lib/getters/__tests__/unit/itemSearchAutocompleteGetters.unit.spec.d.ts +2 -0
  482. package/lib/getters/__tests__/unit/itemSearchAutocompleteGetters.unit.spec.d.ts.map +1 -0
  483. package/lib/getters/__tests__/unit/legalGetters.unit.spec.d.ts +2 -0
  484. package/lib/getters/__tests__/unit/legalGetters.unit.spec.d.ts.map +1 -0
  485. package/lib/getters/__tests__/unit/localesGetters.unit.spec.d.ts +2 -0
  486. package/lib/getters/__tests__/unit/localesGetters.unit.spec.d.ts.map +1 -0
  487. package/lib/getters/__tests__/unit/manufacturerGetters.unit.spec.d.ts +2 -0
  488. package/lib/getters/__tests__/unit/manufacturerGetters.unit.spec.d.ts.map +1 -0
  489. package/lib/getters/__tests__/unit/offerGetters.unit.spec.d.ts +2 -0
  490. package/lib/getters/__tests__/unit/offerGetters.unit.spec.d.ts.map +1 -0
  491. package/lib/getters/__tests__/unit/orderConfirmationGetters.unit.spec.d.ts +2 -0
  492. package/lib/getters/__tests__/unit/orderConfirmationGetters.unit.spec.d.ts.map +1 -0
  493. package/lib/getters/__tests__/unit/orderGetters.unit.spec.d.ts +2 -0
  494. package/lib/getters/__tests__/unit/orderGetters.unit.spec.d.ts.map +1 -0
  495. package/lib/getters/__tests__/unit/paginationGetters.unit.spec.d.ts +2 -0
  496. package/lib/getters/__tests__/unit/paginationGetters.unit.spec.d.ts.map +1 -0
  497. package/lib/getters/__tests__/unit/paymentProviderGetters.unit.spec.d.ts +2 -0
  498. package/lib/getters/__tests__/unit/paymentProviderGetters.unit.spec.d.ts.map +1 -0
  499. package/lib/getters/__tests__/unit/paypalGetters.unit.spec.d.ts +2 -0
  500. package/lib/getters/__tests__/unit/paypalGetters.unit.spec.d.ts.map +1 -0
  501. package/lib/getters/__tests__/unit/productAttributeGetters.unit.spec.d.ts +2 -0
  502. package/lib/getters/__tests__/unit/productAttributeGetters.unit.spec.d.ts.map +1 -0
  503. package/lib/getters/__tests__/unit/productBundleGetters.unit.spec.d.ts +2 -0
  504. package/lib/getters/__tests__/unit/productBundleGetters.unit.spec.d.ts.map +1 -0
  505. package/lib/getters/__tests__/unit/productGetters/productGetters.unit.spec.d.ts +2 -0
  506. package/lib/getters/__tests__/unit/productGetters/productGetters.unit.spec.d.ts.map +1 -0
  507. package/lib/getters/__tests__/unit/productGetters/productGettersBreadcrumbs.unit.spec.d.ts +2 -0
  508. package/lib/getters/__tests__/unit/productGetters/productGettersBreadcrumbs.unit.spec.d.ts.map +1 -0
  509. package/lib/getters/__tests__/unit/productPriceGetters.unit.spec.d.ts +2 -0
  510. package/lib/getters/__tests__/unit/productPriceGetters.unit.spec.d.ts.map +1 -0
  511. package/lib/getters/__tests__/unit/reviewGetters.unit.spec.d.ts +2 -0
  512. package/lib/getters/__tests__/unit/reviewGetters.unit.spec.d.ts.map +1 -0
  513. package/lib/getters/__tests__/unit/tagGetters.unit.spec.d.ts +2 -0
  514. package/lib/getters/__tests__/unit/tagGetters.unit.spec.d.ts.map +1 -0
  515. package/lib/getters/__tests__/unit/userAddressGetters.unit.spec.d.ts +2 -0
  516. package/lib/getters/__tests__/unit/userAddressGetters.unit.spec.d.ts.map +1 -0
  517. package/lib/getters/__tests__/unit/userGetters.unit.spec.d.ts +2 -0
  518. package/lib/getters/__tests__/unit/userGetters.unit.spec.d.ts.map +1 -0
  519. package/lib/getters/__tests__/unit/wishlistGetters.unit.spec.d.ts +2 -0
  520. package/lib/getters/__tests__/unit/wishlistGetters.unit.spec.d.ts.map +1 -0
  521. package/lib/getters/additionalInformationGetters.d.ts.map +1 -1
  522. package/lib/getters/categoryEntryGetters.d.ts.map +1 -1
  523. package/lib/getters/facetGetters.d.ts.map +1 -1
  524. package/lib/getters/manufacturerGetters.d.ts.map +1 -1
  525. package/lib/getters/orderGetters.d.ts.map +1 -1
  526. package/lib/getters/productAttributeGetters.d.ts.map +1 -1
  527. package/lib/getters/productGetters.d.ts.map +1 -1
  528. package/lib/getters/productPropertyGetters.d.ts.map +1 -1
  529. package/lib/getters/productSeoSettingsGetters.d.ts.map +1 -1
  530. package/lib/getters/reviewGetters.d.ts.map +1 -1
  531. package/lib/getters/robotGetters.d.ts.map +1 -1
  532. package/lib/getters/wishlistGetters.d.ts.map +1 -1
  533. package/lib/helpers/__tests__/__fixtures__/MiddlewareHeaderSyncer.d.ts.map +1 -1
  534. package/lib/helpers/__tests__/unit/email.helper.unit.spec.d.ts +2 -0
  535. package/lib/helpers/__tests__/unit/email.helper.unit.spec.d.ts.map +1 -0
  536. package/lib/helpers/__tests__/unit/header.helper.spec.d.ts +2 -0
  537. package/lib/helpers/__tests__/unit/header.helper.spec.d.ts.map +1 -0
  538. package/lib/helpers/__tests__/unit/trailingSlash.helper.unit.spec.d.ts +2 -0
  539. package/lib/helpers/__tests__/unit/trailingSlash.helper.unit.spec.d.ts.map +1 -0
  540. package/lib/helpers/computations.d.ts.map +1 -1
  541. package/lib/helpers/email.helper.d.ts.map +1 -1
  542. package/lib/helpers/header.helper.d.ts.map +1 -1
  543. package/lib/helpers/trailingSlash.helper.d.ts.map +1 -1
  544. package/lib/hooks/__tests__/__fixtures__/ConfigFixture.d.ts +1 -1
  545. package/lib/hooks/__tests__/__fixtures__/ConfigFixture.d.ts.map +1 -1
  546. package/lib/hooks/__tests__/__fixtures__/RequestHeaderFixture.d.ts.map +1 -1
  547. package/lib/hooks/__tests__/unit/afterCall.spec.d.ts +2 -0
  548. package/lib/hooks/__tests__/unit/afterCall.spec.d.ts.map +1 -0
  549. package/lib/hooks/__tests__/unit/beforeCreate.spec.d.ts +2 -0
  550. package/lib/hooks/__tests__/unit/beforeCreate.spec.d.ts.map +1 -0
  551. package/lib/hooks/__tests__/unit/onRequest.spec.d.ts +2 -0
  552. package/lib/hooks/__tests__/unit/onRequest.spec.d.ts.map +1 -0
  553. package/lib/hooks/__tests__/unit/onResponse.spec.d.ts +2 -0
  554. package/lib/hooks/__tests__/unit/onResponse.spec.d.ts.map +1 -0
  555. package/lib/hooks/afterCall.d.ts.map +1 -1
  556. package/lib/hooks/beforeCreate.d.ts.map +1 -1
  557. package/lib/hooks/onRequest.d.ts.map +1 -1
  558. package/lib/hooks/onResponse.d.ts.map +1 -1
  559. package/lib/index.cjs.js +82 -33
  560. package/lib/index.cjs.js.map +1 -1
  561. package/lib/index.es.js +82 -34
  562. package/lib/index.es.js.map +1 -1
  563. package/lib/index.server.d.ts.map +1 -1
  564. package/lib/types/api/additionalInformation.d.ts.map +1 -1
  565. package/lib/types/api/basket.d.ts.map +1 -1
  566. package/lib/types/api/cancellation.d.ts +11 -0
  567. package/lib/types/api/cancellation.d.ts.map +1 -0
  568. package/lib/types/api/cart.d.ts.map +1 -1
  569. package/lib/types/api/category.d.ts.map +1 -1
  570. package/lib/types/api/categoryTemplate.d.ts.map +1 -1
  571. package/lib/types/api/configuration.d.ts.map +1 -1
  572. package/lib/types/api/coupon.d.ts.map +1 -1
  573. package/lib/types/api/customerClass.d.ts.map +1 -1
  574. package/lib/types/api/error.d.ts.map +1 -1
  575. package/lib/types/api/facet.d.ts.map +1 -1
  576. package/lib/types/api/index.d.ts +1 -0
  577. package/lib/types/api/index.d.ts.map +1 -1
  578. package/lib/types/api/init.d.ts.map +1 -1
  579. package/lib/types/api/itemSearchAutocomplete.d.ts.map +1 -1
  580. package/lib/types/api/localization.d.ts.map +1 -1
  581. package/lib/types/api/mollie.d.ts.map +1 -1
  582. package/lib/types/api/paypal.d.ts.map +1 -1
  583. package/lib/types/api/productByIds.d.ts.map +1 -1
  584. package/lib/types/api/returns.d.ts.map +1 -1
  585. package/lib/types/api/robot.d.ts.map +1 -1
  586. package/lib/types/config/index.d.ts.map +1 -1
  587. package/package.json +2 -2
  588. package/server/__tests__/__fixtures__/ActiveShippingCountry.d.ts +4 -0
  589. package/server/__tests__/__fixtures__/ActiveShippingCountry.d.ts.map +1 -0
  590. package/server/__tests__/__fixtures__/AddWishlistItemResponse.d.ts +4 -0
  591. package/server/__tests__/__fixtures__/AddWishlistItemResponse.d.ts.map +1 -0
  592. package/server/__tests__/__fixtures__/Address.d.ts +4 -0
  593. package/server/__tests__/__fixtures__/Address.d.ts.map +1 -0
  594. package/server/__tests__/__fixtures__/Addresses.d.ts +4 -0
  595. package/server/__tests__/__fixtures__/Addresses.d.ts.map +1 -0
  596. package/server/__tests__/__fixtures__/AggregatedCountries.d.ts +4 -0
  597. package/server/__tests__/__fixtures__/AggregatedCountries.d.ts.map +1 -0
  598. package/server/__tests__/__fixtures__/BasketItemOrderParams.d.ts +4 -0
  599. package/server/__tests__/__fixtures__/BasketItemOrderParams.d.ts.map +1 -0
  600. package/server/__tests__/__fixtures__/Cart.d.ts +4 -0
  601. package/server/__tests__/__fixtures__/Cart.d.ts.map +1 -0
  602. package/server/__tests__/__fixtures__/CategoryEntry.d.ts +4 -0
  603. package/server/__tests__/__fixtures__/CategoryEntry.d.ts.map +1 -0
  604. package/server/__tests__/__fixtures__/CategoryTemplateResponse.d.ts +4 -0
  605. package/server/__tests__/__fixtures__/CategoryTemplateResponse.d.ts.map +1 -0
  606. package/server/__tests__/__fixtures__/CategoryTree.d.ts +3 -0
  607. package/server/__tests__/__fixtures__/CategoryTree.d.ts.map +1 -0
  608. package/server/__tests__/__fixtures__/ChangeUserPassword.d.ts +4 -0
  609. package/server/__tests__/__fixtures__/ChangeUserPassword.d.ts.map +1 -0
  610. package/server/__tests__/__fixtures__/Country.d.ts +4 -0
  611. package/server/__tests__/__fixtures__/Country.d.ts.map +1 -0
  612. package/server/__tests__/__fixtures__/CustomAssets.d.ts +4 -0
  613. package/server/__tests__/__fixtures__/CustomAssets.d.ts.map +1 -0
  614. package/server/__tests__/__fixtures__/DeleteCart.d.ts +4 -0
  615. package/server/__tests__/__fixtures__/DeleteCart.d.ts.map +1 -0
  616. package/server/__tests__/__fixtures__/DeleteCartItem.d.ts +4 -0
  617. package/server/__tests__/__fixtures__/DeleteCartItem.d.ts.map +1 -0
  618. package/server/__tests__/__fixtures__/Facet.d.ts +4 -0
  619. package/server/__tests__/__fixtures__/Facet.d.ts.map +1 -0
  620. package/server/__tests__/__fixtures__/GeoRegulatedCountry.d.ts +4 -0
  621. package/server/__tests__/__fixtures__/GeoRegulatedCountry.d.ts.map +1 -0
  622. package/server/__tests__/__fixtures__/GetReturnsResponse.d.ts +4 -0
  623. package/server/__tests__/__fixtures__/GetReturnsResponse.d.ts.map +1 -0
  624. package/server/__tests__/__fixtures__/GetShippingProvider.d.ts +4 -0
  625. package/server/__tests__/__fixtures__/GetShippingProvider.d.ts.map +1 -0
  626. package/server/__tests__/__fixtures__/Init.d.ts +52 -0
  627. package/server/__tests__/__fixtures__/Init.d.ts.map +1 -0
  628. package/server/__tests__/__fixtures__/ItemSearchAutocompleteResult.d.ts +8 -0
  629. package/server/__tests__/__fixtures__/ItemSearchAutocompleteResult.d.ts.map +1 -0
  630. package/server/__tests__/__fixtures__/ItemSearchResult.d.ts +4 -0
  631. package/server/__tests__/__fixtures__/ItemSearchResult.d.ts.map +1 -0
  632. package/server/__tests__/__fixtures__/LegalInformationResponse.d.ts +4 -0
  633. package/server/__tests__/__fixtures__/LegalInformationResponse.d.ts.map +1 -0
  634. package/server/__tests__/__fixtures__/NewsletterUnsubscribe.d.ts +4 -0
  635. package/server/__tests__/__fixtures__/NewsletterUnsubscribe.d.ts.map +1 -0
  636. package/server/__tests__/__fixtures__/Offer.d.ts +4 -0
  637. package/server/__tests__/__fixtures__/Offer.d.ts.map +1 -0
  638. package/server/__tests__/__fixtures__/Order.d.ts +4 -0
  639. package/server/__tests__/__fixtures__/Order.d.ts.map +1 -0
  640. package/server/__tests__/__fixtures__/OrderDocument.d.ts +3 -0
  641. package/server/__tests__/__fixtures__/OrderDocument.d.ts.map +1 -0
  642. package/server/__tests__/__fixtures__/Orders.d.ts +4 -0
  643. package/server/__tests__/__fixtures__/Orders.d.ts.map +1 -0
  644. package/server/__tests__/__fixtures__/PayPalTransaction.d.ts +4 -0
  645. package/server/__tests__/__fixtures__/PayPalTransaction.d.ts.map +1 -0
  646. package/server/__tests__/__fixtures__/PaymentProviders.d.ts +4 -0
  647. package/server/__tests__/__fixtures__/PaymentProviders.d.ts.map +1 -0
  648. package/server/__tests__/__fixtures__/PlaceOrder.d.ts +64 -0
  649. package/server/__tests__/__fixtures__/PlaceOrder.d.ts.map +1 -0
  650. package/server/__tests__/__fixtures__/Product.d.ts +5 -0
  651. package/server/__tests__/__fixtures__/Product.d.ts.map +1 -0
  652. package/server/__tests__/__fixtures__/ProductBundleComponent.d.ts +3 -0
  653. package/server/__tests__/__fixtures__/ProductBundleComponent.d.ts.map +1 -0
  654. package/server/__tests__/__fixtures__/RegisterUser.d.ts +4 -0
  655. package/server/__tests__/__fixtures__/RegisterUser.d.ts.map +1 -0
  656. package/server/__tests__/__fixtures__/ReturnReasons.d.ts +4 -0
  657. package/server/__tests__/__fixtures__/ReturnReasons.d.ts.map +1 -0
  658. package/server/__tests__/__fixtures__/Review.d.ts +4 -0
  659. package/server/__tests__/__fixtures__/Review.d.ts.map +1 -0
  660. package/server/__tests__/__fixtures__/ReviewAverage.d.ts +4 -0
  661. package/server/__tests__/__fixtures__/ReviewAverage.d.ts.map +1 -0
  662. package/server/__tests__/__fixtures__/SessionResult.d.ts +4 -0
  663. package/server/__tests__/__fixtures__/SessionResult.d.ts.map +1 -0
  664. package/server/__tests__/__fixtures__/SetMobilePaymentProviderList.d.ts +4 -0
  665. package/server/__tests__/__fixtures__/SetMobilePaymentProviderList.d.ts.map +1 -0
  666. package/server/__tests__/__fixtures__/SetPaymentProvider.d.ts +4 -0
  667. package/server/__tests__/__fixtures__/SetPaymentProvider.d.ts.map +1 -0
  668. package/server/__tests__/__fixtures__/SetShippingProvider.d.ts +4 -0
  669. package/server/__tests__/__fixtures__/SetShippingProvider.d.ts.map +1 -0
  670. package/server/__tests__/__fixtures__/StorageItems.d.ts +4 -0
  671. package/server/__tests__/__fixtures__/StorageItems.d.ts.map +1 -0
  672. package/server/__tests__/__fixtures__/StorageMetadata.d.ts +4 -0
  673. package/server/__tests__/__fixtures__/StorageMetadata.d.ts.map +1 -0
  674. package/server/__tests__/__fixtures__/StorageUpload.d.ts +4 -0
  675. package/server/__tests__/__fixtures__/StorageUpload.d.ts.map +1 -0
  676. package/server/__tests__/__fixtures__/Wishlist.d.ts +4 -0
  677. package/server/__tests__/__fixtures__/Wishlist.d.ts.map +1 -0
  678. package/server/__tests__/integration/__config__/jest.setup.d.ts +7 -0
  679. package/server/__tests__/integration/__config__/jest.setup.d.ts.map +1 -0
  680. package/server/__tests__/integration/__config__/jest.setup.global.d.ts +3 -0
  681. package/server/__tests__/integration/__config__/jest.setup.global.d.ts.map +1 -0
  682. package/server/__tests__/integration/__config__/jest.teardown.global.d.ts +3 -0
  683. package/server/__tests__/integration/__config__/jest.teardown.global.d.ts.map +1 -0
  684. package/server/__tests__/integration/__config__/sdk.config.d.ts +9 -0
  685. package/server/__tests__/integration/__config__/sdk.config.d.ts.map +1 -0
  686. package/server/__tests__/integration/deleteAddress.integration.spec.d.ts +2 -0
  687. package/server/__tests__/integration/deleteAddress.integration.spec.d.ts.map +1 -0
  688. package/server/__tests__/integration/deleteAllCartItems.integration.spec.d.ts +2 -0
  689. package/server/__tests__/integration/deleteAllCartItems.integration.spec.d.ts.map +1 -0
  690. package/server/__tests__/integration/deleteCart.integration.spec.d.ts +2 -0
  691. package/server/__tests__/integration/deleteCart.integration.spec.d.ts.map +1 -0
  692. package/server/__tests__/integration/deleteCartItem.integration.spec.d.ts +2 -0
  693. package/server/__tests__/integration/deleteCartItem.integration.spec.d.ts.map +1 -0
  694. package/server/__tests__/integration/deleteCoupon.integration.spec.d.ts +2 -0
  695. package/server/__tests__/integration/deleteCoupon.integration.spec.d.ts.map +1 -0
  696. package/server/__tests__/integration/deleteNewsletterSubscription.integration.spec.d.ts +2 -0
  697. package/server/__tests__/integration/deleteNewsletterSubscription.integration.spec.d.ts.map +1 -0
  698. package/server/__tests__/integration/deleteWishlistItem.integration.spec.d.ts +2 -0
  699. package/server/__tests__/integration/deleteWishlistItem.integration.spec.d.ts.map +1 -0
  700. package/server/__tests__/integration/doAddCartItem.integration.spec.d.ts +2 -0
  701. package/server/__tests__/integration/doAddCartItem.integration.spec.d.ts.map +1 -0
  702. package/server/__tests__/integration/doAddCoupon.integration.spec.d.ts +2 -0
  703. package/server/__tests__/integration/doAddCoupon.integration.spec.d.ts.map +1 -0
  704. package/server/__tests__/integration/doAddWishlistItem.integration.spec.d.ts +2 -0
  705. package/server/__tests__/integration/doAddWishlistItem.integration.spec.d.ts.map +1 -0
  706. package/server/__tests__/integration/doAdditionalInformation.integration.spec.d.ts +2 -0
  707. package/server/__tests__/integration/doAdditionalInformation.integration.spec.d.ts.map +1 -0
  708. package/server/__tests__/integration/doChangeUserPassword.integration.spec.d.ts +2 -0
  709. package/server/__tests__/integration/doChangeUserPassword.integration.spec.d.ts.map +1 -0
  710. package/server/__tests__/integration/doCreatePayPalOrder.spec.d.ts +2 -0
  711. package/server/__tests__/integration/doCreatePayPalOrder.spec.d.ts.map +1 -0
  712. package/server/__tests__/integration/doExecutePayment.integration.spec.d.ts +2 -0
  713. package/server/__tests__/integration/doExecutePayment.integration.spec.d.ts.map +1 -0
  714. package/server/__tests__/integration/doLogin.integration.spec.d.ts +2 -0
  715. package/server/__tests__/integration/doLogin.integration.spec.d.ts.map +1 -0
  716. package/server/__tests__/integration/doLoginAsGuest.integration.spec.d.ts +2 -0
  717. package/server/__tests__/integration/doLoginAsGuest.integration.spec.d.ts.map +1 -0
  718. package/server/__tests__/integration/doLogoutUser.integration.spec.d.ts +2 -0
  719. package/server/__tests__/integration/doLogoutUser.integration.spec.d.ts.map +1 -0
  720. package/server/__tests__/integration/doPlaceOrder.integration.spec.d.ts +2 -0
  721. package/server/__tests__/integration/doPlaceOrder.integration.spec.d.ts.map +1 -0
  722. package/server/__tests__/integration/doPreparePayment.integration.spec.d.ts +2 -0
  723. package/server/__tests__/integration/doPreparePayment.integration.spec.d.ts.map +1 -0
  724. package/server/__tests__/integration/doRegisterUser.integration.spec.d.ts +2 -0
  725. package/server/__tests__/integration/doRegisterUser.integration.spec.d.ts.map +1 -0
  726. package/server/__tests__/integration/doSaveAddress.integration.spec.d.ts +2 -0
  727. package/server/__tests__/integration/doSaveAddress.integration.spec.d.ts.map +1 -0
  728. package/server/__tests__/integration/getActiveShippingCountries.integration.spec.d.ts +2 -0
  729. package/server/__tests__/integration/getActiveShippingCountries.integration.spec.d.ts.map +1 -0
  730. package/server/__tests__/integration/getAddresses.integration.spec.d.ts +2 -0
  731. package/server/__tests__/integration/getAddresses.integration.spec.d.ts.map +1 -0
  732. package/server/__tests__/integration/getCart.integration.spec.d.ts +2 -0
  733. package/server/__tests__/integration/getCart.integration.spec.d.ts.map +1 -0
  734. package/server/__tests__/integration/getCategoryTemplate.integration.spec.d.ts +2 -0
  735. package/server/__tests__/integration/getCategoryTemplate.integration.spec.d.ts.map +1 -0
  736. package/server/__tests__/integration/getCategoryTree.integration.spec.d.ts +2 -0
  737. package/server/__tests__/integration/getCategoryTree.integration.spec.d.ts.map +1 -0
  738. package/server/__tests__/integration/getFacet.integration.spec.d.ts +2 -0
  739. package/server/__tests__/integration/getFacet.integration.spec.d.ts.map +1 -0
  740. package/server/__tests__/integration/getInit.integration.spec.d.ts +2 -0
  741. package/server/__tests__/integration/getInit.integration.spec.d.ts.map +1 -0
  742. package/server/__tests__/integration/getItemSearchAutocomplete.integration.spec.d.ts +2 -0
  743. package/server/__tests__/integration/getItemSearchAutocomplete.integration.spec.d.ts.map +1 -0
  744. package/server/__tests__/integration/getLegalTexts.integration.spec.d.ts +2 -0
  745. package/server/__tests__/integration/getLegalTexts.integration.spec.d.ts.map +1 -0
  746. package/server/__tests__/integration/getOrder.integration.spec.d.ts +2 -0
  747. package/server/__tests__/integration/getOrder.integration.spec.d.ts.map +1 -0
  748. package/server/__tests__/integration/getOrderDocument.integration.spec.d.ts +2 -0
  749. package/server/__tests__/integration/getOrderDocument.integration.spec.d.ts.map +1 -0
  750. package/server/__tests__/integration/getOrders.integration.spec.d.ts +2 -0
  751. package/server/__tests__/integration/getOrders.integration.spec.d.ts.map +1 -0
  752. package/server/__tests__/integration/getPaymentProviders.integration.spec.d.ts +2 -0
  753. package/server/__tests__/integration/getPaymentProviders.integration.spec.d.ts.map +1 -0
  754. package/server/__tests__/integration/getProduct.integration.spec.d.ts +2 -0
  755. package/server/__tests__/integration/getProduct.integration.spec.d.ts.map +1 -0
  756. package/server/__tests__/integration/getReturnReasons.integration.spec.d.ts +2 -0
  757. package/server/__tests__/integration/getReturnReasons.integration.spec.d.ts.map +1 -0
  758. package/server/__tests__/integration/getReturns.integration.spec.d.ts +2 -0
  759. package/server/__tests__/integration/getReturns.integration.spec.d.ts.map +1 -0
  760. package/server/__tests__/integration/getReview.integration.spec.d.ts +2 -0
  761. package/server/__tests__/integration/getReview.integration.spec.d.ts.map +1 -0
  762. package/server/__tests__/integration/getSearch.integration.spec.d.ts +2 -0
  763. package/server/__tests__/integration/getSearch.integration.spec.d.ts.map +1 -0
  764. package/server/__tests__/integration/getSession.integration.spec.d.ts +2 -0
  765. package/server/__tests__/integration/getSession.integration.spec.d.ts.map +1 -0
  766. package/server/__tests__/integration/getShippingProvider.integration.spec.d.ts +2 -0
  767. package/server/__tests__/integration/getShippingProvider.integration.spec.d.ts.map +1 -0
  768. package/server/__tests__/integration/getWishlist.integration.spec.d.ts +2 -0
  769. package/server/__tests__/integration/getWishlist.integration.spec.d.ts.map +1 -0
  770. package/server/__tests__/integration/setCartItemQuantity.integration.spec.d.ts +2 -0
  771. package/server/__tests__/integration/setCartItemQuantity.integration.spec.d.ts.map +1 -0
  772. package/server/__tests__/integration/setCheckoutAddress.integration.spec.d.ts +2 -0
  773. package/server/__tests__/integration/setCheckoutAddress.integration.spec.d.ts.map +1 -0
  774. package/server/__tests__/integration/setPaymentProvider.integration.spec.d.ts +2 -0
  775. package/server/__tests__/integration/setPaymentProvider.integration.spec.d.ts.map +1 -0
  776. package/server/__tests__/integration/setShippingProvider.integration.spec.d.ts +2 -0
  777. package/server/__tests__/integration/setShippingProvider.integration.spec.d.ts.map +1 -0
  778. package/server/api/__tests__/__fixtures__/ApiAddCartItemFixture.d.ts.map +1 -1
  779. package/server/api/__tests__/__fixtures__/ApiAddCouponFixture.d.ts.map +1 -1
  780. package/server/api/__tests__/__fixtures__/ApiAddressesFixture.d.ts.map +1 -1
  781. package/server/api/__tests__/__fixtures__/ApiCategoryTemplateFixture.d.ts.map +1 -1
  782. package/server/api/__tests__/__fixtures__/ApiDeleteCartItemFixture.d.ts.map +1 -1
  783. package/server/api/__tests__/__fixtures__/ApiDeleteCouponFixture.d.ts.map +1 -1
  784. package/server/api/__tests__/__fixtures__/ApiDelteCartFixture.d.ts.map +1 -1
  785. package/server/api/__tests__/__fixtures__/ApiFacetFixture.d.ts +11 -11
  786. package/server/api/__tests__/__fixtures__/ApiFacetFixture.d.ts.map +1 -1
  787. package/server/api/__tests__/__fixtures__/ApiNewsletterUnsubscribeFixture.d.ts +1 -1
  788. package/server/api/__tests__/__fixtures__/ApiProductFixture.d.ts.map +1 -1
  789. package/server/api/__tests__/__fixtures__/ApiSearchFixture.d.ts +6 -6
  790. package/server/api/__tests__/__fixtures__/ApiSearchFixture.d.ts.map +1 -1
  791. package/server/api/__tests__/__fixtures__/ApiSessionFixture.d.ts.map +1 -1
  792. package/server/api/__tests__/__fixtures__/ApiSetCartItemQuantityFixture.d.ts.map +1 -1
  793. package/server/api/__tests__/__fixtures__/ApiWishlistFixture.d.ts.map +1 -1
  794. package/server/api/__tests__/unit/checkImportPaths.unit.spec.d.ts +2 -0
  795. package/server/api/__tests__/unit/checkImportPaths.unit.spec.d.ts.map +1 -0
  796. package/server/api/__tests__/unit/deleteAddress.unit.spec.d.ts +2 -0
  797. package/server/api/__tests__/unit/deleteAddress.unit.spec.d.ts.map +1 -0
  798. package/server/api/__tests__/unit/deleteAllCartItems.unit.spec.d.ts +2 -0
  799. package/server/api/__tests__/unit/deleteAllCartItems.unit.spec.d.ts.map +1 -0
  800. package/server/api/__tests__/unit/deleteBlocks.unit.spec.d.ts +2 -0
  801. package/server/api/__tests__/unit/deleteBlocks.unit.spec.d.ts.map +1 -0
  802. package/server/api/__tests__/unit/deleteCart.unit.spec.d.ts +2 -0
  803. package/server/api/__tests__/unit/deleteCart.unit.spec.d.ts.map +1 -0
  804. package/server/api/__tests__/unit/deleteCartItem.unit.spec.d.ts +2 -0
  805. package/server/api/__tests__/unit/deleteCartItem.unit.spec.d.ts.map +1 -0
  806. package/server/api/__tests__/unit/deleteCategory.unit.spec.d.ts +2 -0
  807. package/server/api/__tests__/unit/deleteCategory.unit.spec.d.ts.map +1 -0
  808. package/server/api/__tests__/unit/deleteCoupon.unit.spec.d.ts +2 -0
  809. package/server/api/__tests__/unit/deleteCoupon.unit.spec.d.ts.map +1 -0
  810. package/server/api/__tests__/unit/deleteCustomAsset.unit.spec.d.ts +2 -0
  811. package/server/api/__tests__/unit/deleteCustomAsset.unit.spec.d.ts.map +1 -0
  812. package/server/api/__tests__/unit/deleteNewsletterSubscription.unit.spec.d.ts +2 -0
  813. package/server/api/__tests__/unit/deleteNewsletterSubscription.unit.spec.d.ts.map +1 -0
  814. package/server/api/__tests__/unit/deleteReview.unit.spec.d.ts +2 -0
  815. package/server/api/__tests__/unit/deleteReview.unit.spec.d.ts.map +1 -0
  816. package/server/api/__tests__/unit/deleteWishlistItem.unit.spec.d.ts +2 -0
  817. package/server/api/__tests__/unit/deleteWishlistItem.unit.spec.d.ts.map +1 -0
  818. package/server/api/__tests__/unit/doAcceptOffer.unit.spec.d.ts +2 -0
  819. package/server/api/__tests__/unit/doAcceptOffer.unit.spec.d.ts.map +1 -0
  820. package/server/api/__tests__/unit/doAddCartItem.unit.spec.d.ts +2 -0
  821. package/server/api/__tests__/unit/doAddCartItem.unit.spec.d.ts.map +1 -0
  822. package/server/api/__tests__/unit/doAddCartItems.unit.spec.d.ts +2 -0
  823. package/server/api/__tests__/unit/doAddCartItems.unit.spec.d.ts.map +1 -0
  824. package/server/api/__tests__/unit/doAddCategory.unit.spec.d.ts +2 -0
  825. package/server/api/__tests__/unit/doAddCategory.unit.spec.d.ts.map +1 -0
  826. package/server/api/__tests__/unit/doAddCoupon.unit.spec.d.ts +2 -0
  827. package/server/api/__tests__/unit/doAddCoupon.unit.spec.d.ts.map +1 -0
  828. package/server/api/__tests__/unit/doAddWishlistItem.unit.spec.d.ts +2 -0
  829. package/server/api/__tests__/unit/doAddWishlistItem.unit.spec.d.ts.map +1 -0
  830. package/server/api/__tests__/unit/doAdditionalInformation.unit.spec.d.ts +2 -0
  831. package/server/api/__tests__/unit/doAdditionalInformation.unit.spec.d.ts.map +1 -0
  832. package/server/api/__tests__/unit/doApprovePayPalTransaction.unit.spec.d.ts +2 -0
  833. package/server/api/__tests__/unit/doApprovePayPalTransaction.unit.spec.d.ts.map +1 -0
  834. package/server/api/__tests__/unit/doCapturePayPalOrder.unit.spec.d.ts +2 -0
  835. package/server/api/__tests__/unit/doCapturePayPalOrder.unit.spec.d.ts.map +1 -0
  836. package/server/api/__tests__/unit/doChangeUserPassword.unit.spec.d.ts +2 -0
  837. package/server/api/__tests__/unit/doChangeUserPassword.unit.spec.d.ts.map +1 -0
  838. package/server/api/__tests__/unit/doConfirmNotifyMe.unit.spec.d.ts +2 -0
  839. package/server/api/__tests__/unit/doConfirmNotifyMe.unit.spec.d.ts.map +1 -0
  840. package/server/api/__tests__/unit/doCreatePayPalCreditCardTransaction.unit.spec.d.ts +2 -0
  841. package/server/api/__tests__/unit/doCreatePayPalCreditCardTransaction.unit.spec.d.ts.map +1 -0
  842. package/server/api/__tests__/unit/doCreatePayPalTransaction.unit.spec.d.ts +2 -0
  843. package/server/api/__tests__/unit/doCreatePayPalTransaction.unit.spec.d.ts.map +1 -0
  844. package/server/api/__tests__/unit/doCustomerContactMail.unit.spec.d.ts +2 -0
  845. package/server/api/__tests__/unit/doCustomerContactMail.unit.spec.d.ts.map +1 -0
  846. package/server/api/__tests__/unit/doEmailConfirmation.unit.spec.d.ts +2 -0
  847. package/server/api/__tests__/unit/doEmailConfirmation.unit.spec.d.ts.map +1 -0
  848. package/server/api/__tests__/unit/doExecutePayment.unit.spec.d.ts +2 -0
  849. package/server/api/__tests__/unit/doExecutePayment.unit.spec.d.ts.map +1 -0
  850. package/server/api/__tests__/unit/doLogin.unit.spec.d.ts +2 -0
  851. package/server/api/__tests__/unit/doLogin.unit.spec.d.ts.map +1 -0
  852. package/server/api/__tests__/unit/doLoginAsGuest.unit.spec.d.ts +2 -0
  853. package/server/api/__tests__/unit/doLoginAsGuest.unit.spec.d.ts.map +1 -0
  854. package/server/api/__tests__/unit/doLogoutUser.unit.spec.d.ts +2 -0
  855. package/server/api/__tests__/unit/doLogoutUser.unit.spec.d.ts.map +1 -0
  856. package/server/api/__tests__/unit/doMakeOrderReturn.unit.spec.d.ts +2 -0
  857. package/server/api/__tests__/unit/doMakeOrderReturn.unit.spec.d.ts.map +1 -0
  858. package/server/api/__tests__/unit/doMigrateGuestOrderToCustomer.unit.spec.d.ts +2 -0
  859. package/server/api/__tests__/unit/doMigrateGuestOrderToCustomer.unit.spec.d.ts.map +1 -0
  860. package/server/api/__tests__/unit/doOrderAgainInformation.unit.spec.d.ts +2 -0
  861. package/server/api/__tests__/unit/doOrderAgainInformation.unit.spec.d.ts.map +1 -0
  862. package/server/api/__tests__/unit/doPlaceOrder.unit.spec.d.ts +2 -0
  863. package/server/api/__tests__/unit/doPlaceOrder.unit.spec.d.ts.map +1 -0
  864. package/server/api/__tests__/unit/doPreparePayment.unit.spec.d.ts +2 -0
  865. package/server/api/__tests__/unit/doPreparePayment.unit.spec.d.ts.map +1 -0
  866. package/server/api/__tests__/unit/doRegisterUser.unit.spec.d.ts +2 -0
  867. package/server/api/__tests__/unit/doRegisterUser.unit.spec.d.ts.map +1 -0
  868. package/server/api/__tests__/unit/doRejectOffer.unit.spec.d.ts +2 -0
  869. package/server/api/__tests__/unit/doRejectOffer.unit.spec.d.ts.map +1 -0
  870. package/server/api/__tests__/unit/doReview.unit.spec.d.ts +2 -0
  871. package/server/api/__tests__/unit/doReview.unit.spec.d.ts.map +1 -0
  872. package/server/api/__tests__/unit/doSaveAddress.unit.spec.d.ts +2 -0
  873. package/server/api/__tests__/unit/doSaveAddress.unit.spec.d.ts.map +1 -0
  874. package/server/api/__tests__/unit/doSaveBlocks.unit.spec.d.ts +2 -0
  875. package/server/api/__tests__/unit/doSaveBlocks.unit.spec.d.ts.map +1 -0
  876. package/server/api/__tests__/unit/doSubscribeNewsletter.unit.spec.d.ts +2 -0
  877. package/server/api/__tests__/unit/doSubscribeNewsletter.unit.spec.d.ts.map +1 -0
  878. package/server/api/__tests__/unit/doSubscribeNotifyMe.unit.spec.d.ts +2 -0
  879. package/server/api/__tests__/unit/doSubscribeNotifyMe.unit.spec.d.ts.map +1 -0
  880. package/server/api/__tests__/unit/doUnsubscribeNotifyMe.unit.spec.d.ts +2 -0
  881. package/server/api/__tests__/unit/doUnsubscribeNotifyMe.unit.spec.d.ts.map +1 -0
  882. package/server/api/__tests__/unit/doUploadOrderPropertyFile.unit.spec.d.ts +2 -0
  883. package/server/api/__tests__/unit/doUploadOrderPropertyFile.unit.spec.d.ts.map +1 -0
  884. package/server/api/__tests__/unit/doUploadStorageItem.unit.spec.d.ts +2 -0
  885. package/server/api/__tests__/unit/doUploadStorageItem.unit.spec.d.ts.map +1 -0
  886. package/server/api/__tests__/unit/getActiveShippingCountries.unit.spec.d.ts +2 -0
  887. package/server/api/__tests__/unit/getActiveShippingCountries.unit.spec.d.ts.map +1 -0
  888. package/server/api/__tests__/unit/getAddresses.unit.spec.d.ts +2 -0
  889. package/server/api/__tests__/unit/getAddresses.unit.spec.d.ts.map +1 -0
  890. package/server/api/__tests__/unit/getAggregatedCountries.unit.spec.d.ts +2 -0
  891. package/server/api/__tests__/unit/getAggregatedCountries.unit.spec.d.ts.map +1 -0
  892. package/server/api/__tests__/unit/getBlocks.unit.spec.d.ts +2 -0
  893. package/server/api/__tests__/unit/getBlocks.unit.spec.d.ts.map +1 -0
  894. package/server/api/__tests__/unit/getCart.unit.spec.d.ts +2 -0
  895. package/server/api/__tests__/unit/getCart.unit.spec.d.ts.map +1 -0
  896. package/server/api/__tests__/unit/getCategoriesSearch.unit.spec.d.ts +2 -0
  897. package/server/api/__tests__/unit/getCategoriesSearch.unit.spec.d.ts.map +1 -0
  898. package/server/api/__tests__/unit/getCategoryById.unit.spec.d.ts +2 -0
  899. package/server/api/__tests__/unit/getCategoryById.unit.spec.d.ts.map +1 -0
  900. package/server/api/__tests__/unit/getCategoryTemplate.spec.d.ts +2 -0
  901. package/server/api/__tests__/unit/getCategoryTemplate.spec.d.ts.map +1 -0
  902. package/server/api/__tests__/unit/getCategoryTree.unit.spec.d.ts +2 -0
  903. package/server/api/__tests__/unit/getCategoryTree.unit.spec.d.ts.map +1 -0
  904. package/server/api/__tests__/unit/getFacet.unit.spec.d.ts +2 -0
  905. package/server/api/__tests__/unit/getFacet.unit.spec.d.ts.map +1 -0
  906. package/server/api/__tests__/unit/getInit.unit.spec.d.ts +2 -0
  907. package/server/api/__tests__/unit/getInit.unit.spec.d.ts.map +1 -0
  908. package/server/api/__tests__/unit/getItemSearchAutocomplete.unit.spec.d.ts +2 -0
  909. package/server/api/__tests__/unit/getItemSearchAutocomplete.unit.spec.d.ts.map +1 -0
  910. package/server/api/__tests__/unit/getLegalTexts.unit.spec.d.ts +2 -0
  911. package/server/api/__tests__/unit/getLegalTexts.unit.spec.d.ts.map +1 -0
  912. package/server/api/__tests__/unit/getOffer.unit.spec.d.ts +2 -0
  913. package/server/api/__tests__/unit/getOffer.unit.spec.d.ts.map +1 -0
  914. package/server/api/__tests__/unit/getOrder.unit.spec.d.ts +2 -0
  915. package/server/api/__tests__/unit/getOrder.unit.spec.d.ts.map +1 -0
  916. package/server/api/__tests__/unit/getOrders.unit.spec.d.ts +2 -0
  917. package/server/api/__tests__/unit/getOrders.unit.spec.d.ts.map +1 -0
  918. package/server/api/__tests__/unit/getPaymentProviders.unit.spec.d.ts +2 -0
  919. package/server/api/__tests__/unit/getPaymentProviders.unit.spec.d.ts.map +1 -0
  920. package/server/api/__tests__/unit/getPreferredDeliveryServices.unit.spec.d.ts +2 -0
  921. package/server/api/__tests__/unit/getPreferredDeliveryServices.unit.spec.d.ts.map +1 -0
  922. package/server/api/__tests__/unit/getPreferredDeliveryShippingProfiles.unit.spec.d.ts +2 -0
  923. package/server/api/__tests__/unit/getPreferredDeliveryShippingProfiles.unit.spec.d.ts.map +1 -0
  924. package/server/api/__tests__/unit/getProduct.unit.spec.d.ts +2 -0
  925. package/server/api/__tests__/unit/getProduct.unit.spec.d.ts.map +1 -0
  926. package/server/api/__tests__/unit/getProductsByIds.unit.spec.d.ts +2 -0
  927. package/server/api/__tests__/unit/getProductsByIds.unit.spec.d.ts.map +1 -0
  928. package/server/api/__tests__/unit/getReturnReasons.unit.spec.d.ts +2 -0
  929. package/server/api/__tests__/unit/getReturnReasons.unit.spec.d.ts.map +1 -0
  930. package/server/api/__tests__/unit/getReturns.unit.spec.d.ts +2 -0
  931. package/server/api/__tests__/unit/getReturns.unit.spec.d.ts.map +1 -0
  932. package/server/api/__tests__/unit/getReview.unit.spec.d.ts +2 -0
  933. package/server/api/__tests__/unit/getReview.unit.spec.d.ts.map +1 -0
  934. package/server/api/__tests__/unit/getReviewAverage.unit.spec.d.ts +2 -0
  935. package/server/api/__tests__/unit/getReviewAverage.unit.spec.d.ts.map +1 -0
  936. package/server/api/__tests__/unit/getSearch.unit.spec.d.ts +2 -0
  937. package/server/api/__tests__/unit/getSearch.unit.spec.d.ts.map +1 -0
  938. package/server/api/__tests__/unit/getSession.unit.spec.d.ts +2 -0
  939. package/server/api/__tests__/unit/getSession.unit.spec.d.ts.map +1 -0
  940. package/server/api/__tests__/unit/getShippingProvider.unit.spec.d.ts +2 -0
  941. package/server/api/__tests__/unit/getShippingProvider.unit.spec.d.ts.map +1 -0
  942. package/server/api/__tests__/unit/getStorageItems.unit.spec.d.ts +2 -0
  943. package/server/api/__tests__/unit/getStorageItems.unit.spec.d.ts.map +1 -0
  944. package/server/api/__tests__/unit/getStorageMetadata.unit.spec.d.ts +2 -0
  945. package/server/api/__tests__/unit/getStorageMetadata.unit.spec.d.ts.map +1 -0
  946. package/server/api/__tests__/unit/getWishlist.unit.spec.d.ts +2 -0
  947. package/server/api/__tests__/unit/getWishlist.unit.spec.d.ts.map +1 -0
  948. package/server/api/__tests__/unit/setCartItemQuantity.unit.spec.d.ts +2 -0
  949. package/server/api/__tests__/unit/setCartItemQuantity.unit.spec.d.ts.map +1 -0
  950. package/server/api/__tests__/unit/setCategorySettings.unit.spec.d.ts +2 -0
  951. package/server/api/__tests__/unit/setCategorySettings.unit.spec.d.ts.map +1 -0
  952. package/server/api/__tests__/unit/setCategoryTemplate.spec.d.ts +2 -0
  953. package/server/api/__tests__/unit/setCategoryTemplate.spec.d.ts.map +1 -0
  954. package/server/api/__tests__/unit/setCheckoutAddress.unit.spec.d.ts +2 -0
  955. package/server/api/__tests__/unit/setCheckoutAddress.unit.spec.d.ts.map +1 -0
  956. package/server/api/__tests__/unit/setCustomAssets.unit.spec.d.ts +2 -0
  957. package/server/api/__tests__/unit/setCustomAssets.unit.spec.d.ts.map +1 -0
  958. package/server/api/__tests__/unit/setMobilePaymentProviderList.unit.spec.d.ts +2 -0
  959. package/server/api/__tests__/unit/setMobilePaymentProviderList.unit.spec.d.ts.map +1 -0
  960. package/server/api/__tests__/unit/setPaymentProvider.unit.spec.d.ts +2 -0
  961. package/server/api/__tests__/unit/setPaymentProvider.unit.spec.d.ts.map +1 -0
  962. package/server/api/__tests__/unit/setReview.unit.spec.d.ts +2 -0
  963. package/server/api/__tests__/unit/setReview.unit.spec.d.ts.map +1 -0
  964. package/server/api/__tests__/unit/setShippingProvider.unit.spec.d.ts +2 -0
  965. package/server/api/__tests__/unit/setShippingProvider.unit.spec.d.ts.map +1 -0
  966. package/server/api/deleteAddress/index.d.ts.map +1 -1
  967. package/server/api/deleteCategory/index.d.ts.map +1 -1
  968. package/server/api/deleteNewsletterSubscription/index.d.ts.map +1 -1
  969. package/server/api/deleteReview/index.d.ts.map +1 -1
  970. package/server/api/deleteTranslationByLanguage/index.d.ts.map +1 -1
  971. package/server/api/doAddCategory/index.d.ts.map +1 -1
  972. package/server/api/doAddWishlistItem/index.d.ts.map +1 -1
  973. package/server/api/doAdditionalInformation/index.d.ts.map +1 -1
  974. package/server/api/doApplyConfiguration/index.d.ts.map +1 -1
  975. package/server/api/doApprovePayPalTransaction/index.d.ts.map +1 -1
  976. package/server/api/doAttachMolliePaymentToOrder/index.d.ts.map +1 -1
  977. package/server/api/doAttachPaymentToOrder/index.d.ts.map +1 -1
  978. package/server/api/doCaptureMolliePayment/index.d.ts.map +1 -1
  979. package/server/api/doCapturePayPalOrder/index.d.ts.map +1 -1
  980. package/server/api/doChangeUserPassword/index.d.ts.map +1 -1
  981. package/server/api/doCreateMolliePaymentFromBasket/index.d.ts.map +1 -1
  982. package/server/api/doCreateMolliePaymentFromOrder/index.d.ts.map +1 -1
  983. package/server/api/doCreatePayPalCreditCardTransaction/index.d.ts.map +1 -1
  984. package/server/api/doCreatePayPalTransaction/index.d.ts.map +1 -1
  985. package/server/api/doCreatePlentyPaymentFromMolliePayment/index.d.ts.map +1 -1
  986. package/server/api/doCreateTranslations/index.d.ts.map +1 -1
  987. package/server/api/doCustomerContactMail/index.d.ts.map +1 -1
  988. package/server/api/doEmailConfirmation/index.d.ts.map +1 -1
  989. package/server/api/doExecutePayment/index.d.ts.map +1 -1
  990. package/server/api/doHandleAllowPaymentApplePay/index.d.ts.map +1 -1
  991. package/server/api/doHandleAllowPaymentGooglePay/index.d.ts.map +1 -1
  992. package/server/api/doHandlePayPalPaymentFundingSources/index.d.ts.map +1 -1
  993. package/server/api/doLoginAsGuest/index.d.ts.map +1 -1
  994. package/server/api/doMigrateGuestOrderToCustomer/index.d.ts.map +1 -1
  995. package/server/api/doPreparePayment/index.d.ts.map +1 -1
  996. package/server/api/doReview/index.d.ts.map +1 -1
  997. package/server/api/doSaveBlocks/index.d.ts.map +1 -1
  998. package/server/api/doSubmitCancellation/index.d.ts +25 -0
  999. package/server/api/doSubmitCancellation/index.d.ts.map +1 -0
  1000. package/server/api/doSubscribeNewsletter/index.d.ts.map +1 -1
  1001. package/server/api/doUploadOrderPropertyFile/index.d.ts.map +1 -1
  1002. package/server/api/doUploadStorageItem/index.d.ts.map +1 -1
  1003. package/server/api/getAllTranslations/index.d.ts.map +1 -1
  1004. package/server/api/getAllTranslationsByLanguage/index.d.ts.map +1 -1
  1005. package/server/api/getAuthenticatedReview/index.d.ts.map +1 -1
  1006. package/server/api/getCategoryById/index.d.ts.map +1 -1
  1007. package/server/api/getCategoryTemplate/index.d.ts.map +1 -1
  1008. package/server/api/getCustomerClasses/index.d.ts.map +1 -1
  1009. package/server/api/getFacet/index.d.ts.map +1 -1
  1010. package/server/api/getLegalTexts/index.d.ts.map +1 -1
  1011. package/server/api/getMolliePayment/index.d.ts.map +1 -1
  1012. package/server/api/getMolliePaymentAndUpdateStatus/index.d.ts.map +1 -1
  1013. package/server/api/getMollieSettings/index.d.ts.map +1 -1
  1014. package/server/api/getOrderPropertyFile/index.d.ts.map +1 -1
  1015. package/server/api/getPayPalDataClientToken/index.d.ts.map +1 -1
  1016. package/server/api/getPayPalMerchantAndClientIds/index.d.ts.map +1 -1
  1017. package/server/api/getPayPalOrderDetails/index.d.ts.map +1 -1
  1018. package/server/api/getProduct/index.d.ts.map +1 -1
  1019. package/server/api/getProductsByIds/index.d.ts.map +1 -1
  1020. package/server/api/getReturnReasons/index.d.ts.map +1 -1
  1021. package/server/api/getReviewAverage/index.d.ts.map +1 -1
  1022. package/server/api/getRobots/index.d.ts.map +1 -1
  1023. package/server/api/getSettings/index.d.ts.map +1 -1
  1024. package/server/api/getStorageMetadata/index.d.ts.map +1 -1
  1025. package/server/api/getTranslations/index.d.ts.map +1 -1
  1026. package/server/api/getWishlist/index.d.ts.map +1 -1
  1027. package/server/api/index.d.ts +1 -0
  1028. package/server/api/index.d.ts.map +1 -1
  1029. package/server/api/patchMergeTranslations/index.d.ts.map +1 -1
  1030. package/server/api/paypalModule/doCapturePayPalOrderV2/index.d.ts.map +1 -1
  1031. package/server/api/paypalModule/doCreatePayPalOrder/index.d.ts.map +1 -1
  1032. package/server/api/paypalModule/doCreatePlentyPaymentFromPayPalOrder/index.d.ts.map +1 -1
  1033. package/server/api/paypalModule/doHandlePayPalFundingSources/index.d.ts.map +1 -1
  1034. package/server/api/paypalModule/getPayPalApplePayTransactionInfo/index.d.ts.map +1 -1
  1035. package/server/api/paypalModule/getPayPalFraudId/index.d.ts.map +1 -1
  1036. package/server/api/paypalModule/getPayPalGooglePayTransactionInfo/index.d.ts.map +1 -1
  1037. package/server/api/paypalModule/getPayPalOrder/index.d.ts.map +1 -1
  1038. package/server/api/paypalModule/getPayPalSettings/index.d.ts.map +1 -1
  1039. package/server/api/setCategoryTemplate/index.d.ts.map +1 -1
  1040. package/server/api/setConfiguration/index.d.ts.map +1 -1
  1041. package/server/api/setMobilePaymentProviderList/index.d.ts.map +1 -1
  1042. package/server/api/setShippingProvider/index.d.ts.map +1 -1
  1043. package/server/getters/__tests__/fixtures/ProductPriceFixture.d.ts +1 -1
  1044. package/server/getters/__tests__/fixtures/ProductPriceFixture.d.ts.map +1 -1
  1045. package/server/getters/__tests__/unit/additionalInformationGetters.unit.spec.d.ts +2 -0
  1046. package/server/getters/__tests__/unit/additionalInformationGetters.unit.spec.d.ts.map +1 -0
  1047. package/server/getters/__tests__/unit/bannerGetters.unit.spec.d.ts +2 -0
  1048. package/server/getters/__tests__/unit/bannerGetters.unit.spec.d.ts.map +1 -0
  1049. package/server/getters/__tests__/unit/barcodeGetters.unit.spec.d.ts +2 -0
  1050. package/server/getters/__tests__/unit/barcodeGetters.unit.spec.d.ts.map +1 -0
  1051. package/server/getters/__tests__/unit/cartGetters.unit.spec.d.ts +2 -0
  1052. package/server/getters/__tests__/unit/cartGetters.unit.spec.d.ts.map +1 -0
  1053. package/server/getters/__tests__/unit/categoryEntryGetters.unit.spec.d.ts +2 -0
  1054. package/server/getters/__tests__/unit/categoryEntryGetters.unit.spec.d.ts.map +1 -0
  1055. package/server/getters/__tests__/unit/categoryGetters.unit.spec.d.ts +2 -0
  1056. package/server/getters/__tests__/unit/categoryGetters.unit.spec.d.ts.map +1 -0
  1057. package/server/getters/__tests__/unit/companyGetters.unit.spec.d.ts +2 -0
  1058. package/server/getters/__tests__/unit/companyGetters.unit.spec.d.ts.map +1 -0
  1059. package/server/getters/__tests__/unit/cookieBarGetters.unit.spec.d.ts +2 -0
  1060. package/server/getters/__tests__/unit/cookieBarGetters.unit.spec.d.ts.map +1 -0
  1061. package/server/getters/__tests__/unit/countryGetters.unit.spec.d.ts +2 -0
  1062. package/server/getters/__tests__/unit/countryGetters.unit.spec.d.ts.map +1 -0
  1063. package/server/getters/__tests__/unit/facetGetters.unit.spec.d.ts +2 -0
  1064. package/server/getters/__tests__/unit/facetGetters.unit.spec.d.ts.map +1 -0
  1065. package/server/getters/__tests__/unit/heroesGetters.unit.spec.d.ts +2 -0
  1066. package/server/getters/__tests__/unit/heroesGetters.unit.spec.d.ts.map +1 -0
  1067. package/server/getters/__tests__/unit/itemSearchAutocompleteGetters.unit.spec.d.ts +2 -0
  1068. package/server/getters/__tests__/unit/itemSearchAutocompleteGetters.unit.spec.d.ts.map +1 -0
  1069. package/server/getters/__tests__/unit/legalGetters.unit.spec.d.ts +2 -0
  1070. package/server/getters/__tests__/unit/legalGetters.unit.spec.d.ts.map +1 -0
  1071. package/server/getters/__tests__/unit/localesGetters.unit.spec.d.ts +2 -0
  1072. package/server/getters/__tests__/unit/localesGetters.unit.spec.d.ts.map +1 -0
  1073. package/server/getters/__tests__/unit/manufacturerGetters.unit.spec.d.ts +2 -0
  1074. package/server/getters/__tests__/unit/manufacturerGetters.unit.spec.d.ts.map +1 -0
  1075. package/server/getters/__tests__/unit/offerGetters.unit.spec.d.ts +2 -0
  1076. package/server/getters/__tests__/unit/offerGetters.unit.spec.d.ts.map +1 -0
  1077. package/server/getters/__tests__/unit/orderConfirmationGetters.unit.spec.d.ts +2 -0
  1078. package/server/getters/__tests__/unit/orderConfirmationGetters.unit.spec.d.ts.map +1 -0
  1079. package/server/getters/__tests__/unit/orderGetters.unit.spec.d.ts +2 -0
  1080. package/server/getters/__tests__/unit/orderGetters.unit.spec.d.ts.map +1 -0
  1081. package/server/getters/__tests__/unit/paginationGetters.unit.spec.d.ts +2 -0
  1082. package/server/getters/__tests__/unit/paginationGetters.unit.spec.d.ts.map +1 -0
  1083. package/server/getters/__tests__/unit/paymentProviderGetters.unit.spec.d.ts +2 -0
  1084. package/server/getters/__tests__/unit/paymentProviderGetters.unit.spec.d.ts.map +1 -0
  1085. package/server/getters/__tests__/unit/paypalGetters.unit.spec.d.ts +2 -0
  1086. package/server/getters/__tests__/unit/paypalGetters.unit.spec.d.ts.map +1 -0
  1087. package/server/getters/__tests__/unit/productAttributeGetters.unit.spec.d.ts +2 -0
  1088. package/server/getters/__tests__/unit/productAttributeGetters.unit.spec.d.ts.map +1 -0
  1089. package/server/getters/__tests__/unit/productBundleGetters.unit.spec.d.ts +2 -0
  1090. package/server/getters/__tests__/unit/productBundleGetters.unit.spec.d.ts.map +1 -0
  1091. package/server/getters/__tests__/unit/productGetters/productGetters.unit.spec.d.ts +2 -0
  1092. package/server/getters/__tests__/unit/productGetters/productGetters.unit.spec.d.ts.map +1 -0
  1093. package/server/getters/__tests__/unit/productGetters/productGettersBreadcrumbs.unit.spec.d.ts +2 -0
  1094. package/server/getters/__tests__/unit/productGetters/productGettersBreadcrumbs.unit.spec.d.ts.map +1 -0
  1095. package/server/getters/__tests__/unit/productPriceGetters.unit.spec.d.ts +2 -0
  1096. package/server/getters/__tests__/unit/productPriceGetters.unit.spec.d.ts.map +1 -0
  1097. package/server/getters/__tests__/unit/reviewGetters.unit.spec.d.ts +2 -0
  1098. package/server/getters/__tests__/unit/reviewGetters.unit.spec.d.ts.map +1 -0
  1099. package/server/getters/__tests__/unit/tagGetters.unit.spec.d.ts +2 -0
  1100. package/server/getters/__tests__/unit/tagGetters.unit.spec.d.ts.map +1 -0
  1101. package/server/getters/__tests__/unit/userAddressGetters.unit.spec.d.ts +2 -0
  1102. package/server/getters/__tests__/unit/userAddressGetters.unit.spec.d.ts.map +1 -0
  1103. package/server/getters/__tests__/unit/userGetters.unit.spec.d.ts +2 -0
  1104. package/server/getters/__tests__/unit/userGetters.unit.spec.d.ts.map +1 -0
  1105. package/server/getters/__tests__/unit/wishlistGetters.unit.spec.d.ts +2 -0
  1106. package/server/getters/__tests__/unit/wishlistGetters.unit.spec.d.ts.map +1 -0
  1107. package/server/getters/additionalInformationGetters.d.ts.map +1 -1
  1108. package/server/getters/categoryEntryGetters.d.ts.map +1 -1
  1109. package/server/getters/facetGetters.d.ts.map +1 -1
  1110. package/server/getters/manufacturerGetters.d.ts.map +1 -1
  1111. package/server/getters/orderGetters.d.ts.map +1 -1
  1112. package/server/getters/productAttributeGetters.d.ts.map +1 -1
  1113. package/server/getters/productGetters.d.ts.map +1 -1
  1114. package/server/getters/productPropertyGetters.d.ts.map +1 -1
  1115. package/server/getters/productSeoSettingsGetters.d.ts.map +1 -1
  1116. package/server/getters/reviewGetters.d.ts.map +1 -1
  1117. package/server/getters/robotGetters.d.ts.map +1 -1
  1118. package/server/getters/wishlistGetters.d.ts.map +1 -1
  1119. package/server/helpers/__tests__/__fixtures__/MiddlewareHeaderSyncer.d.ts.map +1 -1
  1120. package/server/helpers/__tests__/unit/email.helper.unit.spec.d.ts +2 -0
  1121. package/server/helpers/__tests__/unit/email.helper.unit.spec.d.ts.map +1 -0
  1122. package/server/helpers/__tests__/unit/header.helper.spec.d.ts +2 -0
  1123. package/server/helpers/__tests__/unit/header.helper.spec.d.ts.map +1 -0
  1124. package/server/helpers/__tests__/unit/trailingSlash.helper.unit.spec.d.ts +2 -0
  1125. package/server/helpers/__tests__/unit/trailingSlash.helper.unit.spec.d.ts.map +1 -0
  1126. package/server/helpers/computations.d.ts.map +1 -1
  1127. package/server/helpers/email.helper.d.ts.map +1 -1
  1128. package/server/helpers/header.helper.d.ts.map +1 -1
  1129. package/server/helpers/trailingSlash.helper.d.ts.map +1 -1
  1130. package/server/hooks/__tests__/__fixtures__/ConfigFixture.d.ts +1 -1
  1131. package/server/hooks/__tests__/__fixtures__/ConfigFixture.d.ts.map +1 -1
  1132. package/server/hooks/__tests__/__fixtures__/RequestHeaderFixture.d.ts.map +1 -1
  1133. package/server/hooks/__tests__/unit/afterCall.spec.d.ts +2 -0
  1134. package/server/hooks/__tests__/unit/afterCall.spec.d.ts.map +1 -0
  1135. package/server/hooks/__tests__/unit/beforeCreate.spec.d.ts +2 -0
  1136. package/server/hooks/__tests__/unit/beforeCreate.spec.d.ts.map +1 -0
  1137. package/server/hooks/__tests__/unit/onRequest.spec.d.ts +2 -0
  1138. package/server/hooks/__tests__/unit/onRequest.spec.d.ts.map +1 -0
  1139. package/server/hooks/__tests__/unit/onResponse.spec.d.ts +2 -0
  1140. package/server/hooks/__tests__/unit/onResponse.spec.d.ts.map +1 -0
  1141. package/server/hooks/afterCall.d.ts.map +1 -1
  1142. package/server/hooks/beforeCreate.d.ts.map +1 -1
  1143. package/server/hooks/onRequest.d.ts.map +1 -1
  1144. package/server/hooks/onResponse.d.ts.map +1 -1
  1145. package/server/index.d.ts.map +1 -1
  1146. package/server/index.js +91 -24
  1147. package/server/index.js.map +1 -1
  1148. package/server/types/api/additionalInformation.d.ts.map +1 -1
  1149. package/server/types/api/basket.d.ts.map +1 -1
  1150. package/server/types/api/cancellation.d.ts +11 -0
  1151. package/server/types/api/cancellation.d.ts.map +1 -0
  1152. package/server/types/api/cart.d.ts.map +1 -1
  1153. package/server/types/api/category.d.ts.map +1 -1
  1154. package/server/types/api/categoryTemplate.d.ts.map +1 -1
  1155. package/server/types/api/configuration.d.ts.map +1 -1
  1156. package/server/types/api/coupon.d.ts.map +1 -1
  1157. package/server/types/api/customerClass.d.ts.map +1 -1
  1158. package/server/types/api/error.d.ts.map +1 -1
  1159. package/server/types/api/facet.d.ts.map +1 -1
  1160. package/server/types/api/index.d.ts +1 -0
  1161. package/server/types/api/index.d.ts.map +1 -1
  1162. package/server/types/api/init.d.ts.map +1 -1
  1163. package/server/types/api/itemSearchAutocomplete.d.ts.map +1 -1
  1164. package/server/types/api/localization.d.ts.map +1 -1
  1165. package/server/types/api/mollie.d.ts.map +1 -1
  1166. package/server/types/api/paypal.d.ts.map +1 -1
  1167. package/server/types/api/productByIds.d.ts.map +1 -1
  1168. package/server/types/api/returns.d.ts.map +1 -1
  1169. package/server/types/api/robot.d.ts.map +1 -1
  1170. package/server/types/config/index.d.ts.map +1 -1
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=afterCall.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"afterCall.spec.d.ts","sourceRoot":"","sources":["../../../../src/hooks/__tests__/unit/afterCall.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=beforeCreate.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"beforeCreate.spec.d.ts","sourceRoot":"","sources":["../../../../src/hooks/__tests__/unit/beforeCreate.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=onRequest.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onRequest.spec.d.ts","sourceRoot":"","sources":["../../../../src/hooks/__tests__/unit/onRequest.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=onResponse.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onResponse.spec.d.ts","sourceRoot":"","sources":["../../../../src/hooks/__tests__/unit/onResponse.spec.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"afterCall.d.ts","sourceRoot":"","sources":["../../src/hooks/afterCall.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGxC,eAAO,MAAM,gBAAgB,GAAI,UAAU,QAAQ,EAAE,gBAAgB,cAAc,EAAE,QAAQ,gBAAgB,KAAG,QAK/G,CAAC"}
1
+ {"version":3,"file":"afterCall.d.ts","sourceRoot":"","sources":["../../src/hooks/afterCall.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAMxC,eAAO,MAAM,gBAAgB,GAC3B,UAAU,QAAQ,EAClB,gBAAgB,cAAc,EAC9B,QAAQ,gBAAgB,KACvB,QAKF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"beforeCreate.d.ts","sourceRoot":"","sources":["../../src/hooks/beforeCreate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,eAAO,MAAM,mBAAmB,GAAI,SAAS,aAAa,EAAE,QAAQ,gBAAgB,KAAG,gBAGtF,CAAC"}
1
+ {"version":3,"file":"beforeCreate.d.ts","sourceRoot":"","sources":["../../src/hooks/beforeCreate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,eAAO,MAAM,mBAAmB,GAC9B,SAAS,aAAa,EACtB,QAAQ,gBAAgB,KACvB,gBAKF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"onRequest.d.ts","sourceRoot":"","sources":["../../src/hooks/onRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAI7C,eAAO,MAAM,gBAAgB,GAAI,SAAS,0BAA0B,EAAE,QAAQ,gBAAgB,KAAG,0BA4ChG,CAAC"}
1
+ {"version":3,"file":"onRequest.d.ts","sourceRoot":"","sources":["../../src/hooks/onRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAO7C,eAAO,MAAM,gBAAgB,GAC3B,SAAS,0BAA0B,EACnC,QAAQ,gBAAgB,KACvB,0BAiDF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"onResponse.d.ts","sourceRoot":"","sources":["../../src/hooks/onResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAI7D,eAAO,MAAM,iBAAiB,GAAI,UAAU,cAAc,EAAE,QAAQ,gBAAgB,KAAG,cAKtF,CAAC"}
1
+ {"version":3,"file":"onResponse.d.ts","sourceRoot":"","sources":["../../src/hooks/onResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAI7D,eAAO,MAAM,iBAAiB,GAC5B,UAAU,cAAc,EACxB,QAAQ,gBAAgB,KACvB,cAKF,CAAC"}
package/lib/index.cjs.js CHANGED
@@ -420,7 +420,12 @@ const getProductsByIds = async (context, params) => {
420
420
  }
421
421
  }
422
422
  else {
423
- throw new ApiError({ message: 'Invalid search criteria', code: '403', key: '', cause: '' });
423
+ throw new ApiError({
424
+ message: 'Invalid search criteria',
425
+ code: '403',
426
+ key: '',
427
+ cause: '',
428
+ });
424
429
  }
425
430
  if (params.itemsPerPage) {
426
431
  url.searchParams.set('itemsPerPage', params.itemsPerPage.toString());
@@ -433,14 +438,19 @@ const getProductsByIds = async (context, params) => {
433
438
  }
434
439
  const { data: response } = await context.client.get(url.href);
435
440
  if (!response.data.variations) {
436
- throw new ApiError({ message: 'Products not found', code: '404', key: '', cause: '' });
441
+ throw new ApiError({
442
+ message: 'Products not found',
443
+ code: '404',
444
+ key: '',
445
+ cause: '',
446
+ });
437
447
  }
438
448
  const products = response.data.variations.documents.map((document) => document.data);
439
449
  return {
440
450
  data: {
441
451
  products,
442
- total: response.data.variations.total
443
- }
452
+ total: response.data.variations.total,
453
+ },
444
454
  };
445
455
  };
446
456
 
@@ -1508,7 +1518,7 @@ const doApprovePayPalTransaction = async (context, params) => {
1508
1518
  '/capture', context.config.api.url);
1509
1519
  const { data } = await context.client.post(url.href, {
1510
1520
  // eslint-disable-next-line camelcase
1511
- bn_code_override: 'paypal_pwa'
1521
+ bn_code_override: 'paypal_pwa',
1512
1522
  });
1513
1523
  return { data: data };
1514
1524
  };
@@ -2173,7 +2183,7 @@ const doCreatePayPalCreditCardTransaction = async (context) => {
2173
2183
  const url = new URL('/rest/payment/payPal/smart_payment/create_order', context.config.api.url);
2174
2184
  const { data } = await context.client.post(url.href, {
2175
2185
  // eslint-disable-next-line camelcase
2176
- bn_code_override: 'paypal_pwa'
2186
+ bn_code_override: 'paypal_pwa',
2177
2187
  });
2178
2188
  return { data: data };
2179
2189
  };
@@ -2209,7 +2219,7 @@ const doCapturePayPalOrder = async (context, params) => {
2209
2219
  const url = new URL(path, context.config.api.url);
2210
2220
  const { data } = await context.client.post(url.href, {
2211
2221
  // eslint-disable-next-line camelcase
2212
- bn_code_override: 'paypal_pwa'
2222
+ bn_code_override: 'paypal_pwa',
2213
2223
  });
2214
2224
  return { data: data };
2215
2225
  };
@@ -2391,8 +2401,8 @@ const doUploadOrderPropertyFile = async (context, params) => {
2391
2401
  formData.append('fileData', file);
2392
2402
  const { data } = await context.client.post(url.href, formData, {
2393
2403
  headers: {
2394
- 'Content-Type': 'multipart/form-data'
2395
- }
2404
+ 'Content-Type': 'multipart/form-data',
2405
+ },
2396
2406
  });
2397
2407
  return { data: data };
2398
2408
  };
@@ -3036,7 +3046,10 @@ const doCreatePlentyPaymentFromMolliePayment = async (context, params) => {
3036
3046
  * ```
3037
3047
  */
3038
3048
  const doAttachMolliePaymentToOrder = async (context, params) => {
3039
- const url = new URL('/rest/mollie/create_initial_payment_from_mollie/' + params.molliePaymentId + '/' + params.orderId, context.config.api.url);
3049
+ const url = new URL('/rest/mollie/create_initial_payment_from_mollie/' +
3050
+ params.molliePaymentId +
3051
+ '/' +
3052
+ params.orderId, context.config.api.url);
3040
3053
  const { data: response } = await context.client.post(url.href);
3041
3054
  return { data: response };
3042
3055
  };
@@ -3069,7 +3082,7 @@ const doSaveBlocksCore = async (context, params) => {
3069
3082
  entityId: 0,
3070
3083
  url: '',
3071
3084
  entityType: params.entityType,
3072
- blocks: params.blocks
3085
+ blocks: params.blocks,
3073
3086
  };
3074
3087
  if (typeof params.identifier === 'number') {
3075
3088
  payload.entityId = params.identifier;
@@ -3378,7 +3391,8 @@ const getTranslations = async (context, params) => {
3378
3391
  }
3379
3392
  catch (error) {
3380
3393
  const statusCode = error?.response?.status?.toString() || '500';
3381
- const message = error?.response?.data?.error?.message || error.message;
3394
+ const message = error?.response?.data?.error?.message ||
3395
+ error.message;
3382
3396
  throw new ApiError({
3383
3397
  key: 'unknownError',
3384
3398
  code: statusCode,
@@ -3443,7 +3457,10 @@ const doCreatePayPalOrder = async (context, params) => {
3443
3457
  * ```
3444
3458
  */
3445
3459
  const doCreatePlentyPaymentFromPayPalOrder = async (context, params) => {
3446
- const url = new URL('/rest/paypal/map/payment/' + params.payPalOrderId + '/' + params.plentyOrderId, context.config.api.url);
3460
+ const url = new URL('/rest/paypal/map/payment/' +
3461
+ params.payPalOrderId +
3462
+ '/' +
3463
+ params.plentyOrderId, context.config.api.url);
3447
3464
  const { data: response } = await context.client.post(url.href, {
3448
3465
  bnCode: 'Plenty_Cart_PWA_PPCP',
3449
3466
  });
@@ -3690,13 +3707,15 @@ const deleteBasketReservations = async (context) => {
3690
3707
  const doUploadStorageItem = async (context, params) => {
3691
3708
  const url = new URL('/rest/storefront/storage/upload', context.config.api.url);
3692
3709
  url.searchParams.set('key', `${params.key}`);
3693
- const base64 = params.base64.includes(',') ? params.base64.split(',')[1] : params.base64;
3694
- const binary = Uint8Array.from(atob(base64), c => c.charCodeAt(0));
3710
+ const base64 = params.base64.includes(',')
3711
+ ? params.base64.split(',')[1]
3712
+ : params.base64;
3713
+ const binary = Uint8Array.from(atob(base64), (c) => c.charCodeAt(0));
3695
3714
  try {
3696
3715
  const { data } = await context.client.post(url.href, binary, {
3697
3716
  headers: {
3698
- 'Content-Type': params.type
3699
- }
3717
+ 'Content-Type': params.type,
3718
+ },
3700
3719
  });
3701
3720
  return { data: data.data };
3702
3721
  }
@@ -3952,6 +3971,33 @@ const patchMergeTranslations = async (context, params) => {
3952
3971
  return { data: response.data };
3953
3972
  };
3954
3973
 
3974
+ /**
3975
+ * Method doSubmitCancellation - submit a cancellation form request.
3976
+ *
3977
+ * @remarks
3978
+ * * Calls POST /rest/storefront/cancellation
3979
+ * This method is used to submit a cancellation form request.
3980
+ *
3981
+ * @param { CancellationFormParams } params
3982
+ *
3983
+ * @returns
3984
+ *
3985
+ * @example
3986
+ * ``` ts
3987
+ * const { data } = await sdk.plentysystems.doSubmitCancellation({
3988
+ * email: 'customer@example.com',
3989
+ * name: 'John Doe',
3990
+ * orderId: 12345,
3991
+ * reason: 'Changed my mind',
3992
+ * });
3993
+ * ```
3994
+ */
3995
+ const doSubmitCancellation = async (context, params) => {
3996
+ const url = new URL('rest/storefront/cancellation', context.config.api.url);
3997
+ const { data } = await context.client.post(url.href, params);
3998
+ return { data: data.data ?? data };
3999
+ };
4000
+
3955
4001
  /**
3956
4002
  * Method deleteTranslationByLanguage - Used to delete a translation "file" for a specific language.
3957
4003
  *
@@ -4261,7 +4307,7 @@ function getSlug$1(category) {
4261
4307
  return details ? details.nameUrl : '';
4262
4308
  }
4263
4309
  function getItems$4(category) {
4264
- return category ? category.children ?? [] : [];
4310
+ return category ? (category.children ?? []) : [];
4265
4311
  }
4266
4312
  function getCategoryRight$1(category) {
4267
4313
  return category.right || 'all';
@@ -4487,8 +4533,7 @@ function getOrderPropertiesGroups(product) {
4487
4533
  });
4488
4534
  return groups;
4489
4535
  }, {});
4490
- return Object.values(groups)
4491
- .sort((a, b) => {
4536
+ return Object.values(groups).sort((a, b) => {
4492
4537
  if (a.position !== b.position) {
4493
4538
  return a.position - b.position;
4494
4539
  }
@@ -4502,7 +4547,9 @@ function getOrderPropertyLabel(property) {
4502
4547
  ? 1
4503
4548
  : 0;
4504
4549
  const surchargeType = hasSurcharge
4505
- ? ((isPropertyShownAsAdditionalCosts(true, property) || !hasVatId) ? 'plus' : 'incl')
4550
+ ? isPropertyShownAsAdditionalCosts(true, property) || !hasVatId
4551
+ ? 'plus'
4552
+ : 'incl'
4506
4553
  : null;
4507
4554
  const surchargeIndicator = hasSurcharge ? '*' : '';
4508
4555
  const requiredIndicator = isRequired ? '**' : '';
@@ -4819,10 +4866,13 @@ function getVariationIdForAttributes(product, selectedAttributId, unitCombinatio
4819
4866
  Number.parseInt(unitCombinationId) !== variation.unitCombinationId) {
4820
4867
  return false;
4821
4868
  }
4822
- const variationAttribute = variation?.attributes?.find((variationAttribute) => variationAttribute.attributeValueId === Number.parseInt(selectedAttributId));
4869
+ const variationAttribute = variation?.attributes?.find((variationAttribute) => variationAttribute.attributeValueId ===
4870
+ Number.parseInt(selectedAttributId));
4823
4871
  return !((variationAttribute &&
4824
- variationAttribute.attributeValueId !== Number.parseInt(selectedAttributId)) ||
4825
- (!variationAttribute && Number.parseInt(selectedAttributId) !== NO_SELECTION_ID));
4872
+ variationAttribute.attributeValueId !==
4873
+ Number.parseInt(selectedAttributId)) ||
4874
+ (!variationAttribute &&
4875
+ Number.parseInt(selectedAttributId) !== NO_SELECTION_ID));
4826
4876
  });
4827
4877
  return result?.variationId ?? -1;
4828
4878
  }
@@ -5077,7 +5127,7 @@ const productGetters = {
5077
5127
  getGroupedAttributes,
5078
5128
  getGroupedAttributesString,
5079
5129
  shouldAppendVariationToLink,
5080
- getCategoryName: getCategoryName$1
5130
+ getCategoryName: getCategoryName$1,
5081
5131
  };
5082
5132
 
5083
5133
  function getItems$3(cart) {
@@ -5406,7 +5456,7 @@ const categoryEntryGetters = {
5406
5456
  getType: getType$3,
5407
5457
  getRobots: getRobots$1,
5408
5458
  isLinkedToWebstore,
5409
- hasChildren
5459
+ hasChildren,
5410
5460
  };
5411
5461
 
5412
5462
  function getId$6(category) {
@@ -5437,7 +5487,7 @@ function getMetaKeywords(category) {
5437
5487
  return category.details?.[0]?.metaKeywords || '';
5438
5488
  }
5439
5489
  function getCategoryName(category) {
5440
- return category ? getCategoryDetails(category)?.name ?? '' : '';
5490
+ return category ? (getCategoryDetails(category)?.name ?? '') : '';
5441
5491
  }
5442
5492
  function getCategoryType(category) {
5443
5493
  return category.type || '';
@@ -6474,7 +6524,7 @@ function getReviewVisibility(item) {
6474
6524
  return item.isVisible;
6475
6525
  }
6476
6526
  function getVerifiedPurchase(item) {
6477
- return item.sourceRelation.some(relation => relation.feedbackRelationType === 'orderItem');
6527
+ return item.sourceRelation.some((relation) => relation.feedbackRelationType === 'orderItem');
6478
6528
  }
6479
6529
  function getReviewAuthor(item) {
6480
6530
  return item.authorName || '';
@@ -6520,9 +6570,7 @@ function getReviewCountsOrPercentagesByRatingDesc(reviewCounts, returnPercentage
6520
6570
  ];
6521
6571
  if ((reviewCounts?.ratingsCountTotal || 0) === 0)
6522
6572
  return counts;
6523
- return counts.map((count) => returnPercentage
6524
- ? (count / reviewCounts?.ratingsCountTotal) * 100
6525
- : count);
6573
+ return counts.map((count) => returnPercentage ? (count / reviewCounts?.ratingsCountTotal) * 100 : count);
6526
6574
  }
6527
6575
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
6528
6576
  function getRatesCount(review) {
@@ -7551,12 +7599,12 @@ const offerGetters = {
7551
7599
  };
7552
7600
 
7553
7601
  function getAttributes(product) {
7554
- return product.variationAttributeMap?.attributes?.sort((firstAttribute, secondAttribute) => {
7602
+ return (product.variationAttributeMap?.attributes?.sort((firstAttribute, secondAttribute) => {
7555
7603
  if (firstAttribute.position !== secondAttribute.position) {
7556
7604
  return firstAttribute.position - secondAttribute.position;
7557
7605
  }
7558
7606
  return firstAttribute.name.localeCompare(secondAttribute.name);
7559
- }) ?? [];
7607
+ }) ?? []);
7560
7608
  }
7561
7609
  function getAttributeId(attribute) {
7562
7610
  return attribute.attributeId;
@@ -8008,6 +8056,7 @@ exports.doSaveAddress = doSaveAddress;
8008
8056
  exports.doSaveBlocks = doSaveBlocks;
8009
8057
  exports.doSaveBlocksWithGlobalBlocks = doSaveBlocksWithGlobalBlocks;
8010
8058
  exports.doSavePreferredDeliveryServices = doSavePreferredDeliveryServices;
8059
+ exports.doSubmitCancellation = doSubmitCancellation;
8011
8060
  exports.doSubscribeNewsletter = doSubscribeNewsletter;
8012
8061
  exports.doSubscribeNotifyMe = doSubscribeNotifyMe;
8013
8062
  exports.doUnsubscribeNotifyMe = doUnsubscribeNotifyMe;
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs.js","sources":["../../../node_modules/validator/es/lib/util/assertString.js","../../../node_modules/validator/es/lib/util/checkHost.js","../../../node_modules/validator/es/lib/isByteLength.js","../../../node_modules/validator/es/lib/util/merge.js","../../../node_modules/validator/es/lib/isFQDN.js","../../../node_modules/validator/es/lib/isIP.js","../../../node_modules/validator/es/lib/isEmail.js"],"sourcesContent":["export default function assertString(input) {\n if (input === undefined || input === null) throw new TypeError(\"Expected a string but received a \".concat(input));\n if (input.constructor.name !== 'String') throw new TypeError(\"Expected a string but received a \".concat(input.constructor.name));\n}","function isRegExp(obj) {\n return Object.prototype.toString.call(obj) === '[object RegExp]';\n}\nexport default function checkHost(host, matches) {\n for (var i = 0; i < matches.length; i++) {\n var match = matches[i];\n if (host === match || isRegExp(match) && match.test(host)) {\n return true;\n }\n }\n return false;\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nimport assertString from './util/assertString';\n\n/* eslint-disable prefer-rest-params */\nexport default function isByteLength(str, options) {\n assertString(str);\n var min;\n var max;\n if (_typeof(options) === 'object') {\n min = options.min || 0;\n max = options.max;\n } else {\n // backwards compatibility: isByteLength(str, min [, max])\n min = arguments[1];\n max = arguments[2];\n }\n var len = encodeURI(str).split(/%..|./).length - 1;\n return len >= min && (typeof max === 'undefined' || len <= max);\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nexport default function merge() {\n var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var defaults = arguments.length > 1 ? arguments[1] : undefined;\n if (_typeof(obj) !== 'object' || obj === null) {\n obj = {};\n }\n for (var key in defaults) {\n if (typeof obj[key] === 'undefined') {\n obj[key] = defaults[key];\n }\n }\n return obj;\n}","import assertString from './util/assertString';\nimport merge from './util/merge';\nvar default_fqdn_options = {\n require_tld: true,\n allow_underscores: false,\n allow_trailing_dot: false,\n allow_numeric_tld: false,\n allow_wildcard: false,\n ignore_max_length: false\n};\nexport default function isFQDN(str, options) {\n assertString(str);\n options = merge(options, default_fqdn_options);\n\n /* Remove the optional trailing dot before checking validity */\n if (options.allow_trailing_dot && str[str.length - 1] === '.') {\n str = str.substring(0, str.length - 1);\n }\n\n /* Remove the optional wildcard before checking validity */\n if (options.allow_wildcard === true && str.indexOf('*.') === 0) {\n str = str.substring(2);\n }\n var parts = str.split('.');\n var tld = parts[parts.length - 1];\n if (options.require_tld) {\n // disallow fqdns without tld\n if (parts.length < 2) {\n return false;\n }\n if (!options.allow_numeric_tld && !/^([a-z\\u00A1-\\u00A8\\u00AA-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) {\n return false;\n }\n\n // disallow spaces\n if (/\\s/.test(tld)) {\n return false;\n }\n }\n\n // reject numeric TLDs\n if (!options.allow_numeric_tld && /^\\d+$/.test(tld)) {\n return false;\n }\n return parts.every(function (part) {\n if (part.length > 63 && !options.ignore_max_length) {\n return false;\n }\n if (!/^[a-z_\\u00a1-\\uffff0-9-]+$/i.test(part)) {\n return false;\n }\n\n // disallow full-width chars\n if (/[\\uff01-\\uff5e]/.test(part)) {\n return false;\n }\n\n // disallow parts starting or ending with hyphen\n if (/^-|-$/.test(part)) {\n return false;\n }\n if (!options.allow_underscores && /_/.test(part)) {\n return false;\n }\n return true;\n });\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nimport assertString from './util/assertString';\n/**\n11.3. Examples\n\n The following addresses\n\n fe80::1234 (on the 1st link of the node)\n ff02::5678 (on the 5th link of the node)\n ff08::9abc (on the 10th organization of the node)\n\n would be represented as follows:\n\n fe80::1234%1\n ff02::5678%5\n ff08::9abc%10\n\n (Here we assume a natural translation from a zone index to the\n <zone_id> part, where the Nth zone of any scope is translated into\n \"N\".)\n\n If we use interface names as <zone_id>, those addresses could also be\n represented as follows:\n\n fe80::1234%ne0\n ff02::5678%pvc1.3\n ff08::9abc%interface10\n\n where the interface \"ne0\" belongs to the 1st link, \"pvc1.3\" belongs\n to the 5th link, and \"interface10\" belongs to the 10th organization.\n * * */\nvar IPv4SegmentFormat = '(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])';\nvar IPv4AddressFormat = \"(\".concat(IPv4SegmentFormat, \"[.]){3}\").concat(IPv4SegmentFormat);\nvar IPv4AddressRegExp = new RegExp(\"^\".concat(IPv4AddressFormat, \"$\"));\nvar IPv6SegmentFormat = '(?:[0-9a-fA-F]{1,4})';\nvar IPv6AddressRegExp = new RegExp('^(' + \"(?:\".concat(IPv6SegmentFormat, \":){7}(?:\").concat(IPv6SegmentFormat, \"|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){6}(?:\").concat(IPv4AddressFormat, \"|:\").concat(IPv6SegmentFormat, \"|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){5}(?::\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,2}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){4}(?:(:\").concat(IPv6SegmentFormat, \"){0,1}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,3}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){3}(?:(:\").concat(IPv6SegmentFormat, \"){0,2}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,4}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){2}(?:(:\").concat(IPv6SegmentFormat, \"){0,3}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,5}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){1}(?:(:\").concat(IPv6SegmentFormat, \"){0,4}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,6}|:)|\") + \"(?::((?::\".concat(IPv6SegmentFormat, \"){0,5}:\").concat(IPv4AddressFormat, \"|(?::\").concat(IPv6SegmentFormat, \"){1,7}|:))\") + ')(%[0-9a-zA-Z.]{1,})?$');\nexport default function isIP(ipAddress) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n assertString(ipAddress);\n\n // accessing 'arguments' for backwards compatibility: isIP(ipAddress [, version])\n // eslint-disable-next-line prefer-rest-params\n var version = (_typeof(options) === 'object' ? options.version : arguments[1]) || '';\n if (!version) {\n return isIP(ipAddress, {\n version: 4\n }) || isIP(ipAddress, {\n version: 6\n });\n }\n if (version.toString() === '4') {\n return IPv4AddressRegExp.test(ipAddress);\n }\n if (version.toString() === '6') {\n return IPv6AddressRegExp.test(ipAddress);\n }\n return false;\n}","import assertString from './util/assertString';\nimport checkHost from './util/checkHost';\nimport isByteLength from './isByteLength';\nimport isFQDN from './isFQDN';\nimport isIP from './isIP';\nimport merge from './util/merge';\nvar default_email_options = {\n allow_display_name: false,\n allow_underscores: false,\n require_display_name: false,\n allow_utf8_local_part: true,\n require_tld: true,\n blacklisted_chars: '',\n ignore_max_length: false,\n host_blacklist: [],\n host_whitelist: []\n};\n\n/* eslint-disable max-len */\n/* eslint-disable no-control-regex */\nvar splitNameAddress = /^([^\\x00-\\x1F\\x7F-\\x9F\\cX]+)</i;\nvar emailUserPart = /^[a-z\\d!#\\$%&'\\*\\+\\-\\/=\\?\\^_`{\\|}~]+$/i;\nvar gmailUserPart = /^[a-z\\d]+$/;\nvar quotedEmailUser = /^([\\s\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f\\x21\\x23-\\x5b\\x5d-\\x7e]|(\\\\[\\x01-\\x09\\x0b\\x0c\\x0d-\\x7f]))*$/i;\nvar emailUserUtf8Part = /^[a-z\\d!#\\$%&'\\*\\+\\-\\/=\\?\\^_`{\\|}~\\u00A1-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+$/i;\nvar quotedEmailUserUtf8 = /^([\\s\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f\\x21\\x23-\\x5b\\x5d-\\x7e\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]|(\\\\[\\x01-\\x09\\x0b\\x0c\\x0d-\\x7f\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]))*$/i;\nvar defaultMaxEmailLength = 254;\n/* eslint-enable max-len */\n/* eslint-enable no-control-regex */\n\n/**\n * Validate display name according to the RFC2822: https://tools.ietf.org/html/rfc2822#appendix-A.1.2\n * @param {String} display_name\n */\nfunction validateDisplayName(display_name) {\n var display_name_without_quotes = display_name.replace(/^\"(.+)\"$/, '$1');\n // display name with only spaces is not valid\n if (!display_name_without_quotes.trim()) {\n return false;\n }\n\n // check whether display name contains illegal character\n var contains_illegal = /[\\.\";<>]/.test(display_name_without_quotes);\n if (contains_illegal) {\n // if contains illegal characters,\n // must to be enclosed in double-quotes, otherwise it's not a valid display name\n if (display_name_without_quotes === display_name) {\n return false;\n }\n\n // the quotes in display name must start with character symbol \\\n var all_start_with_back_slash = display_name_without_quotes.split('\"').length === display_name_without_quotes.split('\\\\\"').length;\n if (!all_start_with_back_slash) {\n return false;\n }\n }\n return true;\n}\nexport default function isEmail(str, options) {\n assertString(str);\n options = merge(options, default_email_options);\n if (options.require_display_name || options.allow_display_name) {\n var display_email = str.match(splitNameAddress);\n if (display_email) {\n var display_name = display_email[1];\n\n // Remove display name and angle brackets to get email address\n // Can be done in the regex but will introduce a ReDOS (See #1597 for more info)\n str = str.replace(display_name, '').replace(/(^<|>$)/g, '');\n\n // sometimes need to trim the last space to get the display name\n // because there may be a space between display name and email address\n // eg. myname <address@gmail.com>\n // the display name is `myname` instead of `myname `, so need to trim the last space\n if (display_name.endsWith(' ')) {\n display_name = display_name.slice(0, -1);\n }\n if (!validateDisplayName(display_name)) {\n return false;\n }\n } else if (options.require_display_name) {\n return false;\n }\n }\n if (!options.ignore_max_length && str.length > defaultMaxEmailLength) {\n return false;\n }\n var parts = str.split('@');\n var domain = parts.pop();\n var lower_domain = domain.toLowerCase();\n if (options.host_blacklist.length > 0 && checkHost(lower_domain, options.host_blacklist)) {\n return false;\n }\n if (options.host_whitelist.length > 0 && !checkHost(lower_domain, options.host_whitelist)) {\n return false;\n }\n var user = parts.join('@');\n if (options.domain_specific_validation && (lower_domain === 'gmail.com' || lower_domain === 'googlemail.com')) {\n /*\n Previously we removed dots for gmail addresses before validating.\n This was removed because it allows `multiple..dots@gmail.com`\n to be reported as valid, but it is not.\n Gmail only normalizes single dots, removing them from here is pointless,\n should be done in normalizeEmail\n */\n user = user.toLowerCase();\n\n // Removing sub-address from username before gmail validation\n var username = user.split('+')[0];\n\n // Dots are not included in gmail length restriction\n if (!isByteLength(username.replace(/\\./g, ''), {\n min: 6,\n max: 30\n })) {\n return false;\n }\n var _user_parts = username.split('.');\n for (var i = 0; i < _user_parts.length; i++) {\n if (!gmailUserPart.test(_user_parts[i])) {\n return false;\n }\n }\n }\n if (options.ignore_max_length === false && (!isByteLength(user, {\n max: 64\n }) || !isByteLength(domain, {\n max: 254\n }))) {\n return false;\n }\n if (!isFQDN(domain, {\n require_tld: options.require_tld,\n ignore_max_length: options.ignore_max_length,\n allow_underscores: options.allow_underscores\n })) {\n if (!options.allow_ip_domain) {\n return false;\n }\n if (!isIP(domain)) {\n if (!domain.startsWith('[') || !domain.endsWith(']')) {\n return false;\n }\n var noBracketdomain = domain.slice(1, -1);\n if (noBracketdomain.length === 0 || !isIP(noBracketdomain)) {\n return false;\n }\n }\n }\n if (options.blacklisted_chars) {\n if (user.search(new RegExp(\"[\".concat(options.blacklisted_chars, \"]+\"), 'g')) !== -1) return false;\n }\n if (user[0] === '\"' && user[user.length - 1] === '\"') {\n user = user.slice(1, user.length - 1);\n return options.allow_utf8_local_part ? quotedEmailUserUtf8.test(user) : quotedEmailUser.test(user);\n }\n var pattern = options.allow_utf8_local_part ? emailUserUtf8Part : emailUserPart;\n var user_parts = user.split('.');\n for (var _i = 0; _i < user_parts.length; _i++) {\n if (!pattern.test(user_parts[_i])) {\n return false;\n }\n }\n return true;\n}"],"names":["_typeof"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs.js","sources":["../../../node_modules/validator/es/lib/util/assertString.js","../../../node_modules/validator/es/lib/util/checkHost.js","../../../node_modules/validator/es/lib/isByteLength.js","../../../node_modules/validator/es/lib/util/merge.js","../../../node_modules/validator/es/lib/isFQDN.js","../../../node_modules/validator/es/lib/isIP.js","../../../node_modules/validator/es/lib/isEmail.js"],"sourcesContent":["export default function assertString(input) {\n if (input === undefined || input === null) throw new TypeError(\"Expected a string but received a \".concat(input));\n if (input.constructor.name !== 'String') throw new TypeError(\"Expected a string but received a \".concat(input.constructor.name));\n}","function isRegExp(obj) {\n return Object.prototype.toString.call(obj) === '[object RegExp]';\n}\nexport default function checkHost(host, matches) {\n for (var i = 0; i < matches.length; i++) {\n var match = matches[i];\n if (host === match || isRegExp(match) && match.test(host)) {\n return true;\n }\n }\n return false;\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nimport assertString from './util/assertString';\n\n/* eslint-disable prefer-rest-params */\nexport default function isByteLength(str, options) {\n assertString(str);\n var min;\n var max;\n if (_typeof(options) === 'object') {\n min = options.min || 0;\n max = options.max;\n } else {\n // backwards compatibility: isByteLength(str, min [, max])\n min = arguments[1];\n max = arguments[2];\n }\n var len = encodeURI(str).split(/%..|./).length - 1;\n return len >= min && (typeof max === 'undefined' || len <= max);\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nexport default function merge() {\n var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var defaults = arguments.length > 1 ? arguments[1] : undefined;\n if (_typeof(obj) !== 'object' || obj === null) {\n obj = {};\n }\n for (var key in defaults) {\n if (typeof obj[key] === 'undefined') {\n obj[key] = defaults[key];\n }\n }\n return obj;\n}","import assertString from './util/assertString';\nimport merge from './util/merge';\nvar default_fqdn_options = {\n require_tld: true,\n allow_underscores: false,\n allow_trailing_dot: false,\n allow_numeric_tld: false,\n allow_wildcard: false,\n ignore_max_length: false\n};\nexport default function isFQDN(str, options) {\n assertString(str);\n options = merge(options, default_fqdn_options);\n\n /* Remove the optional trailing dot before checking validity */\n if (options.allow_trailing_dot && str[str.length - 1] === '.') {\n str = str.substring(0, str.length - 1);\n }\n\n /* Remove the optional wildcard before checking validity */\n if (options.allow_wildcard === true && str.indexOf('*.') === 0) {\n str = str.substring(2);\n }\n var parts = str.split('.');\n var tld = parts[parts.length - 1];\n if (options.require_tld) {\n // disallow fqdns without tld\n if (parts.length < 2) {\n return false;\n }\n if (!options.allow_numeric_tld && !/^([a-z\\u00A1-\\u00A8\\u00AA-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) {\n return false;\n }\n\n // disallow spaces\n if (/\\s/.test(tld)) {\n return false;\n }\n }\n\n // reject numeric TLDs\n if (!options.allow_numeric_tld && /^\\d+$/.test(tld)) {\n return false;\n }\n return parts.every(function (part) {\n if (part.length > 63 && !options.ignore_max_length) {\n return false;\n }\n if (!/^[a-z_\\u00a1-\\uffff0-9-]+$/i.test(part)) {\n return false;\n }\n\n // disallow full-width chars\n if (/[\\uff01-\\uff5e]/.test(part)) {\n return false;\n }\n\n // disallow parts starting or ending with hyphen\n if (/^-|-$/.test(part)) {\n return false;\n }\n if (!options.allow_underscores && /_/.test(part)) {\n return false;\n }\n return true;\n });\n}","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nimport assertString from './util/assertString';\n/**\n11.3. Examples\n\n The following addresses\n\n fe80::1234 (on the 1st link of the node)\n ff02::5678 (on the 5th link of the node)\n ff08::9abc (on the 10th organization of the node)\n\n would be represented as follows:\n\n fe80::1234%1\n ff02::5678%5\n ff08::9abc%10\n\n (Here we assume a natural translation from a zone index to the\n <zone_id> part, where the Nth zone of any scope is translated into\n \"N\".)\n\n If we use interface names as <zone_id>, those addresses could also be\n represented as follows:\n\n fe80::1234%ne0\n ff02::5678%pvc1.3\n ff08::9abc%interface10\n\n where the interface \"ne0\" belongs to the 1st link, \"pvc1.3\" belongs\n to the 5th link, and \"interface10\" belongs to the 10th organization.\n * * */\nvar IPv4SegmentFormat = '(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])';\nvar IPv4AddressFormat = \"(\".concat(IPv4SegmentFormat, \"[.]){3}\").concat(IPv4SegmentFormat);\nvar IPv4AddressRegExp = new RegExp(\"^\".concat(IPv4AddressFormat, \"$\"));\nvar IPv6SegmentFormat = '(?:[0-9a-fA-F]{1,4})';\nvar IPv6AddressRegExp = new RegExp('^(' + \"(?:\".concat(IPv6SegmentFormat, \":){7}(?:\").concat(IPv6SegmentFormat, \"|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){6}(?:\").concat(IPv4AddressFormat, \"|:\").concat(IPv6SegmentFormat, \"|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){5}(?::\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,2}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){4}(?:(:\").concat(IPv6SegmentFormat, \"){0,1}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,3}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){3}(?:(:\").concat(IPv6SegmentFormat, \"){0,2}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,4}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){2}(?:(:\").concat(IPv6SegmentFormat, \"){0,3}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,5}|:)|\") + \"(?:\".concat(IPv6SegmentFormat, \":){1}(?:(:\").concat(IPv6SegmentFormat, \"){0,4}:\").concat(IPv4AddressFormat, \"|(:\").concat(IPv6SegmentFormat, \"){1,6}|:)|\") + \"(?::((?::\".concat(IPv6SegmentFormat, \"){0,5}:\").concat(IPv4AddressFormat, \"|(?::\").concat(IPv6SegmentFormat, \"){1,7}|:))\") + ')(%[0-9a-zA-Z.]{1,})?$');\nexport default function isIP(ipAddress) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n assertString(ipAddress);\n\n // accessing 'arguments' for backwards compatibility: isIP(ipAddress [, version])\n // eslint-disable-next-line prefer-rest-params\n var version = (_typeof(options) === 'object' ? options.version : arguments[1]) || '';\n if (!version) {\n return isIP(ipAddress, {\n version: 4\n }) || isIP(ipAddress, {\n version: 6\n });\n }\n if (version.toString() === '4') {\n return IPv4AddressRegExp.test(ipAddress);\n }\n if (version.toString() === '6') {\n return IPv6AddressRegExp.test(ipAddress);\n }\n return false;\n}","import assertString from './util/assertString';\nimport checkHost from './util/checkHost';\nimport isByteLength from './isByteLength';\nimport isFQDN from './isFQDN';\nimport isIP from './isIP';\nimport merge from './util/merge';\nvar default_email_options = {\n allow_display_name: false,\n allow_underscores: false,\n require_display_name: false,\n allow_utf8_local_part: true,\n require_tld: true,\n blacklisted_chars: '',\n ignore_max_length: false,\n host_blacklist: [],\n host_whitelist: []\n};\n\n/* eslint-disable max-len */\n/* eslint-disable no-control-regex */\nvar splitNameAddress = /^([^\\x00-\\x1F\\x7F-\\x9F\\cX]+)</i;\nvar emailUserPart = /^[a-z\\d!#\\$%&'\\*\\+\\-\\/=\\?\\^_`{\\|}~]+$/i;\nvar gmailUserPart = /^[a-z\\d]+$/;\nvar quotedEmailUser = /^([\\s\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f\\x21\\x23-\\x5b\\x5d-\\x7e]|(\\\\[\\x01-\\x09\\x0b\\x0c\\x0d-\\x7f]))*$/i;\nvar emailUserUtf8Part = /^[a-z\\d!#\\$%&'\\*\\+\\-\\/=\\?\\^_`{\\|}~\\u00A1-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+$/i;\nvar quotedEmailUserUtf8 = /^([\\s\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f\\x21\\x23-\\x5b\\x5d-\\x7e\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]|(\\\\[\\x01-\\x09\\x0b\\x0c\\x0d-\\x7f\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]))*$/i;\nvar defaultMaxEmailLength = 254;\n/* eslint-enable max-len */\n/* eslint-enable no-control-regex */\n\n/**\n * Validate display name according to the RFC2822: https://tools.ietf.org/html/rfc2822#appendix-A.1.2\n * @param {String} display_name\n */\nfunction validateDisplayName(display_name) {\n var display_name_without_quotes = display_name.replace(/^\"(.+)\"$/, '$1');\n // display name with only spaces is not valid\n if (!display_name_without_quotes.trim()) {\n return false;\n }\n\n // check whether display name contains illegal character\n var contains_illegal = /[\\.\";<>]/.test(display_name_without_quotes);\n if (contains_illegal) {\n // if contains illegal characters,\n // must to be enclosed in double-quotes, otherwise it's not a valid display name\n if (display_name_without_quotes === display_name) {\n return false;\n }\n\n // the quotes in display name must start with character symbol \\\n var all_start_with_back_slash = display_name_without_quotes.split('\"').length === display_name_without_quotes.split('\\\\\"').length;\n if (!all_start_with_back_slash) {\n return false;\n }\n }\n return true;\n}\nexport default function isEmail(str, options) {\n assertString(str);\n options = merge(options, default_email_options);\n if (options.require_display_name || options.allow_display_name) {\n var display_email = str.match(splitNameAddress);\n if (display_email) {\n var display_name = display_email[1];\n\n // Remove display name and angle brackets to get email address\n // Can be done in the regex but will introduce a ReDOS (See #1597 for more info)\n str = str.replace(display_name, '').replace(/(^<|>$)/g, '');\n\n // sometimes need to trim the last space to get the display name\n // because there may be a space between display name and email address\n // eg. myname <address@gmail.com>\n // the display name is `myname` instead of `myname `, so need to trim the last space\n if (display_name.endsWith(' ')) {\n display_name = display_name.slice(0, -1);\n }\n if (!validateDisplayName(display_name)) {\n return false;\n }\n } else if (options.require_display_name) {\n return false;\n }\n }\n if (!options.ignore_max_length && str.length > defaultMaxEmailLength) {\n return false;\n }\n var parts = str.split('@');\n var domain = parts.pop();\n var lower_domain = domain.toLowerCase();\n if (options.host_blacklist.length > 0 && checkHost(lower_domain, options.host_blacklist)) {\n return false;\n }\n if (options.host_whitelist.length > 0 && !checkHost(lower_domain, options.host_whitelist)) {\n return false;\n }\n var user = parts.join('@');\n if (options.domain_specific_validation && (lower_domain === 'gmail.com' || lower_domain === 'googlemail.com')) {\n /*\n Previously we removed dots for gmail addresses before validating.\n This was removed because it allows `multiple..dots@gmail.com`\n to be reported as valid, but it is not.\n Gmail only normalizes single dots, removing them from here is pointless,\n should be done in normalizeEmail\n */\n user = user.toLowerCase();\n\n // Removing sub-address from username before gmail validation\n var username = user.split('+')[0];\n\n // Dots are not included in gmail length restriction\n if (!isByteLength(username.replace(/\\./g, ''), {\n min: 6,\n max: 30\n })) {\n return false;\n }\n var _user_parts = username.split('.');\n for (var i = 0; i < _user_parts.length; i++) {\n if (!gmailUserPart.test(_user_parts[i])) {\n return false;\n }\n }\n }\n if (options.ignore_max_length === false && (!isByteLength(user, {\n max: 64\n }) || !isByteLength(domain, {\n max: 254\n }))) {\n return false;\n }\n if (!isFQDN(domain, {\n require_tld: options.require_tld,\n ignore_max_length: options.ignore_max_length,\n allow_underscores: options.allow_underscores\n })) {\n if (!options.allow_ip_domain) {\n return false;\n }\n if (!isIP(domain)) {\n if (!domain.startsWith('[') || !domain.endsWith(']')) {\n return false;\n }\n var noBracketdomain = domain.slice(1, -1);\n if (noBracketdomain.length === 0 || !isIP(noBracketdomain)) {\n return false;\n }\n }\n }\n if (options.blacklisted_chars) {\n if (user.search(new RegExp(\"[\".concat(options.blacklisted_chars, \"]+\"), 'g')) !== -1) return false;\n }\n if (user[0] === '\"' && user[user.length - 1] === '\"') {\n user = user.slice(1, user.length - 1);\n return options.allow_utf8_local_part ? quotedEmailUserUtf8.test(user) : quotedEmailUser.test(user);\n }\n var pattern = options.allow_utf8_local_part ? emailUserUtf8Part : emailUserPart;\n var user_parts = user.split('.');\n for (var _i = 0; _i < user_parts.length; _i++) {\n if (!pattern.test(user_parts[_i])) {\n return false;\n }\n }\n return true;\n}"],"names":["_typeof"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}