@ikas/storefront-api 5.0.0-beta.3 → 5.0.0-beta.31

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 (640) hide show
  1. package/build/__api/models/AbandonedCartFlow.d.ts +22 -19
  2. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -10
  3. package/build/__api/models/AddItemToCartInput.d.ts +19 -16
  4. package/build/__api/models/AdditionalPrice.d.ts +13 -13
  5. package/build/__api/models/ApplicableProductFilterValue.d.ts +14 -13
  6. package/build/__api/models/AppliedProduct.d.ts +10 -10
  7. package/build/__api/models/AppliedProductInput.d.ts +10 -10
  8. package/build/__api/models/AvailableShippingMethod.d.ts +16 -14
  9. package/build/__api/models/Blog.d.ts +28 -28
  10. package/build/__api/models/BlogCategory.d.ts +14 -13
  11. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -14
  12. package/build/__api/models/BlogContent.d.ts +12 -12
  13. package/build/__api/models/BlogMetadata.d.ts +17 -17
  14. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -14
  15. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -13
  16. package/build/__api/models/BlogPaginationResponse.d.ts +14 -14
  17. package/build/__api/models/BlogTag.d.ts +10 -10
  18. package/build/__api/models/BlogWriter.d.ts +10 -10
  19. package/build/__api/models/BooleanFilterInput.d.ts +9 -9
  20. package/build/__api/models/BundleProductInput.d.ts +12 -10
  21. package/build/__api/models/BundleProductModel.d.ts +17 -16
  22. package/build/__api/models/BundleSettingsModel.d.ts +12 -12
  23. package/build/__api/models/BuyX.d.ts +12 -12
  24. package/build/__api/models/BuyXThenGetY.d.ts +13 -13
  25. package/build/__api/models/Campaign.d.ts +34 -31
  26. package/build/__api/models/CampaignDateRangeField.d.ts +10 -10
  27. package/build/__api/models/CampaignFilter.d.ts +11 -11
  28. package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -10
  29. package/build/__api/models/CampaignOffer.d.ts +25 -22
  30. package/build/__api/models/CampaignOfferProduct.d.ts +23 -23
  31. package/build/__api/models/CampaignOfferProductTranslation.d.ts +11 -11
  32. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +11 -11
  33. package/build/__api/models/CampaignTranslation.d.ts +10 -0
  34. package/build/__api/models/Cart.d.ts +32 -32
  35. package/build/__api/models/CartAcceptedOfferInput.d.ts +13 -0
  36. package/build/__api/models/CartCampaignOffer.d.ts +17 -17
  37. package/build/__api/models/CartLineItemInput.d.ts +12 -12
  38. package/build/__api/models/CartLineOptionInput.d.ts +11 -11
  39. package/build/__api/models/CartLineVariantInput.d.ts +12 -12
  40. package/build/__api/models/CartStorefrontRouting.d.ts +15 -15
  41. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +11 -11
  42. package/build/__api/models/CartV2.d.ts +74 -71
  43. package/build/__api/models/CartV2CampaignOffer.d.ts +19 -19
  44. package/build/__api/models/Category.d.ts +27 -27
  45. package/build/__api/models/CategoryCondition.d.ts +12 -11
  46. package/build/__api/models/CategoryPaginationResponse.d.ts +14 -14
  47. package/build/__api/models/CategoryPathFilterInput.d.ts +9 -9
  48. package/build/__api/models/CategoryPathItem.d.ts +17 -17
  49. package/build/__api/models/CategoryTranslation.d.ts +11 -11
  50. package/build/__api/models/CheckStocksLineInput.d.ts +11 -11
  51. package/build/__api/models/CheckStocksLineInput.js +1 -1
  52. package/build/__api/models/CheckStocksLineResponse.d.ts +11 -11
  53. package/build/__api/models/CheckStocksResponse.d.ts +10 -10
  54. package/build/__api/models/Checkout.d.ts +44 -44
  55. package/build/__api/models/CheckoutCustomer.d.ts +19 -19
  56. package/build/__api/models/CheckoutCustomerInput.d.ts +13 -13
  57. package/build/__api/models/CheckoutCustomerInput.js +1 -1
  58. package/build/__api/models/CheckoutOption.d.ts +10 -10
  59. package/build/__api/models/CheckoutSettings.d.ts +26 -25
  60. package/build/__api/models/CheckoutSettingsPrice.d.ts +12 -11
  61. package/build/__api/models/City.d.ts +16 -16
  62. package/build/__api/models/Country.d.ts +24 -24
  63. package/build/__api/models/CreateAdyenSessionResponse.d.ts +12 -12
  64. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +13 -13
  65. package/build/__api/models/CreateCustomerReviewInput.d.ts +20 -20
  66. package/build/__api/models/CreateKlarnaTokenResponse.d.ts +12 -12
  67. package/build/__api/models/CreatePaypalOrderResponse.d.ts +11 -0
  68. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +10 -10
  69. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +15 -14
  70. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +15 -14
  71. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +12 -12
  72. package/build/__api/models/CurrencyRate.d.ts +15 -15
  73. package/build/__api/models/CurrencyRateData.d.ts +10 -10
  74. package/build/__api/models/Customer.d.ts +38 -35
  75. package/build/__api/models/CustomerAddress.d.ts +33 -31
  76. package/build/__api/models/CustomerAddressCity.d.ts +11 -11
  77. package/build/__api/models/CustomerAddressCityInput.d.ts +11 -11
  78. package/build/__api/models/CustomerAddressCityInput.js +1 -1
  79. package/build/__api/models/CustomerAddressCountry.d.ts +13 -13
  80. package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -13
  81. package/build/__api/models/CustomerAddressCountryInput.js +1 -1
  82. package/build/__api/models/CustomerAddressDistrict.d.ts +11 -11
  83. package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -11
  84. package/build/__api/models/CustomerAddressDistrictInput.js +1 -1
  85. package/build/__api/models/CustomerAddressRegion.d.ts +10 -0
  86. package/build/__api/models/CustomerAddressRegionInput.d.ts +10 -0
  87. package/build/__api/models/CustomerAddressRegionInput.js +1 -0
  88. package/build/__api/models/CustomerAddressState.d.ts +11 -11
  89. package/build/__api/models/CustomerAddressStateInput.d.ts +11 -11
  90. package/build/__api/models/CustomerAddressStateInput.js +1 -1
  91. package/build/__api/models/CustomerAttribute.d.ts +20 -20
  92. package/build/__api/models/CustomerAttributeOption.d.ts +11 -11
  93. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -10
  94. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -13
  95. package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -13
  96. package/build/__api/models/CustomerAttributeValue.d.ts +11 -11
  97. package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -11
  98. package/build/__api/models/CustomerAttributeValueInput.js +1 -1
  99. package/build/__api/models/CustomerCheckResponse.d.ts +9 -9
  100. package/build/__api/models/CustomerFavoriteProduct.d.ts +13 -11
  101. package/build/__api/models/CustomerLoginResponse.d.ts +12 -12
  102. package/build/__api/models/CustomerPriceListRule.d.ts +14 -0
  103. package/build/__api/models/CustomerPriceListRuleFilter.d.ts +11 -0
  104. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -10
  105. package/build/__api/models/CustomerReview.d.ts +25 -24
  106. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -14
  107. package/build/__api/models/CustomerReviewSummary.d.ts +15 -15
  108. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -14
  109. package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -10
  110. package/build/__api/models/CustomerSettings.d.ts +15 -13
  111. package/build/__api/models/CustomerSettingsPhoneValidationSettings.d.ts +10 -0
  112. package/build/__api/models/DateFilterInput.d.ts +16 -16
  113. package/build/__api/models/District.d.ts +16 -16
  114. package/build/__api/models/FixedDiscount.d.ts +14 -14
  115. package/build/__api/models/GetAvailableStockLocation.d.ts +14 -14
  116. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -16
  117. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -11
  118. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -10
  119. package/build/__api/models/GetOrderLineFile.d.ts +9 -9
  120. package/build/__api/models/GetPaypalClientIdResponse.d.ts +11 -0
  121. package/build/__api/models/GetProductCampaignsInput.d.ts +11 -11
  122. package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -11
  123. package/build/__api/models/GetProductOptionFileUrl.d.ts +11 -11
  124. package/build/__api/models/GetVariantStockLocation.d.ts +12 -12
  125. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -10
  126. package/build/__api/models/GetY.d.ts +13 -13
  127. package/build/__api/models/HTMLMetaData.d.ts +22 -22
  128. package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -13
  129. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -13
  130. package/build/__api/models/HTMLMetaDataTranslation.d.ts +12 -11
  131. package/build/__api/models/IndexPageSeoSetting.d.ts +16 -0
  132. package/build/__api/models/Invoice.d.ts +18 -18
  133. package/build/__api/models/ListCustomerReviewInput.d.ts +9 -9
  134. package/build/__api/models/LocalDeliverySettingsDayEstimatedDeliveryTime.d.ts +11 -0
  135. package/build/__api/models/LocationTranslations.d.ts +12 -12
  136. package/build/__api/models/MasterPassTokenResponse.d.ts +11 -11
  137. package/build/__api/models/MerchantAddress.d.ts +29 -29
  138. package/build/__api/models/MerchantAddressCity.d.ts +11 -11
  139. package/build/__api/models/MerchantAddressCountry.d.ts +13 -13
  140. package/build/__api/models/MerchantAddressDistrict.d.ts +11 -11
  141. package/build/__api/models/MerchantAddressState.d.ts +11 -11
  142. package/build/__api/models/MerchantSettings.d.ts +17 -17
  143. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +15 -15
  144. package/build/__api/models/OrderAddress.d.ts +30 -30
  145. package/build/__api/models/OrderAddressCity.d.ts +11 -11
  146. package/build/__api/models/OrderAddressCityInput.d.ts +11 -11
  147. package/build/__api/models/OrderAddressCityInput.js +1 -1
  148. package/build/__api/models/OrderAddressCountry.d.ts +13 -13
  149. package/build/__api/models/OrderAddressCountryInput.d.ts +13 -13
  150. package/build/__api/models/OrderAddressCountryInput.js +1 -1
  151. package/build/__api/models/OrderAddressDistrict.d.ts +11 -11
  152. package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -11
  153. package/build/__api/models/OrderAddressDistrictInput.js +1 -1
  154. package/build/__api/models/OrderAddressInput.d.ts +30 -30
  155. package/build/__api/models/OrderAddressInput.js +1 -1
  156. package/build/__api/models/OrderAddressRegion.d.ts +10 -0
  157. package/build/__api/models/OrderAddressRegionInput.d.ts +10 -0
  158. package/build/__api/models/OrderAddressRegionInput.js +1 -0
  159. package/build/__api/models/OrderAddressState.d.ts +11 -11
  160. package/build/__api/models/OrderAddressStateInput.d.ts +11 -11
  161. package/build/__api/models/OrderAddressStateInput.js +1 -1
  162. package/build/__api/models/OrderAdjustment.d.ts +19 -19
  163. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -12
  164. package/build/__api/models/OrderAdjustmentInput.d.ts +16 -16
  165. package/build/__api/models/OrderAttributeValue.d.ts +11 -0
  166. package/build/__api/models/OrderAttributeValueInput.d.ts +11 -0
  167. package/build/__api/models/OrderAttributeValueInput.js +1 -0
  168. package/build/__api/models/OrderCurrencyRate.d.ts +11 -11
  169. package/build/__api/models/OrderCustomer.d.ts +16 -16
  170. package/build/__api/models/OrderGiftPackageLine.d.ts +10 -10
  171. package/build/__api/models/OrderLineBaseUnit.d.ts +13 -13
  172. package/build/__api/models/OrderLineBundleVariant.d.ts +35 -34
  173. package/build/__api/models/OrderLineDiscount.d.ts +15 -15
  174. package/build/__api/models/OrderLineItem.d.ts +29 -29
  175. package/build/__api/models/OrderLineOption.d.ts +15 -15
  176. package/build/__api/models/OrderLineOptionValue.d.ts +11 -11
  177. package/build/__api/models/OrderLineVariant.d.ts +37 -36
  178. package/build/__api/models/OrderLineVariantBrand.d.ts +10 -10
  179. package/build/__api/models/OrderLineVariantBundleProductModel.d.ts +19 -18
  180. package/build/__api/models/OrderLineVariantCategory.d.ts +12 -12
  181. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -10
  182. package/build/__api/models/OrderLineVariantPrice.d.ts +15 -15
  183. package/build/__api/models/OrderLineVariantTag.d.ts +10 -10
  184. package/build/__api/models/OrderLineVariantUnit.d.ts +11 -11
  185. package/build/__api/models/OrderLineVariantUnitType.d.ts +10 -10
  186. package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -13
  187. package/build/__api/models/OrderPackage.d.ts +18 -18
  188. package/build/__api/models/OrderPaymentMethod.d.ts +14 -14
  189. package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -10
  190. package/build/__api/models/OrderRefundRequestInput.d.ts +13 -12
  191. package/build/__api/models/OrderRefundSettings.d.ts +14 -14
  192. package/build/__api/models/OrderSessionInfo.d.ts +25 -25
  193. package/build/__api/models/OrderSessionInfoTrafficSource.d.ts +11 -11
  194. package/build/__api/models/OrderSessionUTM.d.ts +13 -13
  195. package/build/__api/models/OrderSessionUserAgent.d.ts +12 -12
  196. package/build/__api/models/OrderShippingLine.d.ts +17 -17
  197. package/build/__api/models/OrderStorefrontRouting.d.ts +15 -15
  198. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -10
  199. package/build/__api/models/OrderTaxLine.d.ts +10 -10
  200. package/build/__api/models/PaginationInput.d.ts +10 -10
  201. package/build/__api/models/PaymentGateway.d.ts +30 -30
  202. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -10
  203. package/build/__api/models/PaymentGatewaySettings.d.ts +13 -13
  204. package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -11
  205. package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -15
  206. package/build/__api/models/ProductAttribute.d.ts +19 -19
  207. package/build/__api/models/ProductAttributeOption.d.ts +10 -10
  208. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -10
  209. package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -10
  210. package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -11
  211. package/build/__api/models/ProductAttributeTranslation.d.ts +13 -13
  212. package/build/__api/models/ProductBackInStockRemind.d.ts +15 -15
  213. package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -11
  214. package/build/__api/models/ProductBrand.d.ts +19 -19
  215. package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -14
  216. package/build/__api/models/ProductBrandTranslation.d.ts +11 -11
  217. package/build/__api/models/ProductFacetCount.d.ts +11 -11
  218. package/build/__api/models/ProductFacetCountValue.d.ts +10 -10
  219. package/build/__api/models/ProductFile.d.ts +12 -0
  220. package/build/__api/models/ProductFilterData.d.ts +12 -12
  221. package/build/__api/models/ProductFilterDataFilter.d.ts +24 -24
  222. package/build/__api/models/ProductFilterSettings.d.ts +14 -14
  223. package/build/__api/models/ProductItem.d.ts +11 -11
  224. package/build/__api/models/ProductItemInput.d.ts +11 -11
  225. package/build/__api/models/ProductLastViewed.d.ts +12 -12
  226. package/build/__api/models/ProductLastViewedInput.d.ts +12 -12
  227. package/build/__api/models/ProductOption.d.ts +28 -28
  228. package/build/__api/models/ProductOptionDateSettings.d.ts +12 -12
  229. package/build/__api/models/ProductOptionFileSettings.d.ts +11 -11
  230. package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -14
  231. package/build/__api/models/ProductOptionSelectValue.d.ts +16 -16
  232. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +11 -11
  233. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -10
  234. package/build/__api/models/ProductOptionSet.d.ts +14 -14
  235. package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -11
  236. package/build/__api/models/ProductOptionTextSettings.d.ts +10 -10
  237. package/build/__api/models/ProductOptionTranslations.d.ts +13 -13
  238. package/build/__api/models/ProductSearchCustomerReviewSummaries.d.ts +13 -13
  239. package/build/__api/models/ProductSearchResponse.d.ts +17 -17
  240. package/build/__api/models/ProductTagTranslation.d.ts +11 -11
  241. package/build/__api/models/ProductTranslation.d.ts +11 -11
  242. package/build/__api/models/ProductUnitTranslation.d.ts +11 -0
  243. package/build/__api/models/RaffleDateRangeField.d.ts +10 -10
  244. package/build/__api/models/RaffleMetadata.d.ts +17 -17
  245. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -13
  246. package/build/__api/models/RafflePaginationResponse.d.ts +14 -14
  247. package/build/__api/models/RaffleParticipants.d.ts +25 -25
  248. package/build/__api/models/RaffleParticipantsInput.d.ts +16 -16
  249. package/build/__api/models/RaffleVariantInformation.d.ts +10 -10
  250. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +12 -11
  251. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -17
  252. package/build/__api/models/SaveCartInput.d.ts +23 -21
  253. package/build/__api/models/SaveCartInput.js +1 -1
  254. package/build/__api/models/SaveCheckoutInput.d.ts +26 -26
  255. package/build/__api/models/SaveItemToCartInput.d.ts +20 -19
  256. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +31 -29
  257. package/build/__api/models/SaveMyCustomerAddressInput.js +1 -1
  258. package/build/__api/models/SaveMyCustomerInput.d.ts +17 -17
  259. package/build/__api/models/SaveMyCustomerInput.js +1 -1
  260. package/build/__api/models/SearchCategory.d.ts +15 -15
  261. package/build/__api/models/SearchCategoryPath.d.ts +13 -13
  262. package/build/__api/models/SearchCategoryTranslation.d.ts +12 -0
  263. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -10
  264. package/build/__api/models/SearchHTMLMetaData.d.ts +18 -18
  265. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -13
  266. package/build/__api/models/SearchInput.d.ts +35 -33
  267. package/build/__api/models/SearchInputFacetListInput.d.ts +12 -12
  268. package/build/__api/models/SearchInputFilterListInput.d.ts +14 -14
  269. package/build/__api/models/SearchInputOrderByInput.d.ts +11 -11
  270. package/build/__api/models/SearchProduct.d.ts +50 -42
  271. package/build/__api/models/SearchProductAttribute.d.ts +15 -15
  272. package/build/__api/models/SearchProductAttributeOption.d.ts +10 -10
  273. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -10
  274. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -11
  275. package/build/__api/models/SearchProductAttributeValue.d.ts +14 -14
  276. package/build/__api/models/SearchProductBrand.d.ts +14 -13
  277. package/build/__api/models/SearchProductBrandTranslation.d.ts +12 -0
  278. package/build/__api/models/SearchProductCampaign.d.ts +19 -0
  279. package/build/__api/models/SearchProductCampaignBuyX.d.ts +10 -0
  280. package/build/__api/models/SearchProductCampaignBuyXThenGetY.d.ts +13 -0
  281. package/build/__api/models/SearchProductCampaignDateRangeField.d.ts +10 -0
  282. package/build/__api/models/SearchProductCampaignFixedDiscount.d.ts +9 -0
  283. package/build/__api/models/SearchProductCampaignGetY.d.ts +10 -0
  284. package/build/__api/models/SearchProductCampaignOffer.d.ts +9 -0
  285. package/build/__api/models/SearchProductCampaignPrice.d.ts +10 -0
  286. package/build/__api/models/SearchProductCustomerReviewStar.d.ts +10 -10
  287. package/build/__api/models/SearchProductGroup.d.ts +15 -0
  288. package/build/__api/models/SearchProductGroupTranslation.d.ts +11 -0
  289. package/build/__api/models/SearchProductGroupValueTranslation.d.ts +11 -0
  290. package/build/__api/models/SearchProductGroupValueType.d.ts +11 -0
  291. package/build/__api/models/SearchProductImage.d.ts +13 -12
  292. package/build/__api/models/SearchProductPrice.d.ts +18 -16
  293. package/build/__api/models/SearchProductProductBaseUnit.d.ts +13 -13
  294. package/build/__api/models/SearchProductProductUnit.d.ts +12 -10
  295. package/build/__api/models/SearchProductStockLocation.d.ts +10 -10
  296. package/build/__api/models/SearchProductTag.d.ts +12 -12
  297. package/build/__api/models/SearchProductVariantType.d.ts +12 -12
  298. package/build/__api/models/SearchVariant.d.ts +30 -29
  299. package/build/__api/models/SearchVariantType.d.ts +15 -15
  300. package/build/__api/models/SearchVariantValue.d.ts +12 -12
  301. package/build/__api/models/SearchVariationValueRelation.d.ts +10 -10
  302. package/build/__api/models/SocialLoginSettings.d.ts +14 -12
  303. package/build/__api/models/State.d.ts +15 -15
  304. package/build/__api/models/StockLocation.d.ts +18 -18
  305. package/build/__api/models/StockLocationAddress.d.ts +19 -19
  306. package/build/__api/models/StockLocationAddressCity.d.ts +11 -11
  307. package/build/__api/models/StockLocationAddressCountry.d.ts +11 -11
  308. package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -11
  309. package/build/__api/models/StockLocationAddressState.d.ts +11 -11
  310. package/build/__api/models/Storefront.d.ts +41 -36
  311. package/build/__api/models/StorefrontB2BSettings.d.ts +12 -0
  312. package/build/__api/models/StorefrontDomain.d.ts +13 -13
  313. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +11 -11
  314. package/build/__api/models/StorefrontFormCheckboxSettings.d.ts +12 -0
  315. package/build/__api/models/StorefrontFormCheckoutFooterPolicy.d.ts +10 -0
  316. package/build/__api/models/StorefrontFormCheckoutFooterSettings.d.ts +10 -0
  317. package/build/__api/models/StorefrontFormCheckoutSettings.d.ts +13 -0
  318. package/build/__api/models/StorefrontFormMailSettings.d.ts +12 -0
  319. package/build/__api/models/StorefrontFormSettings.d.ts +21 -0
  320. package/build/__api/models/StorefrontFormSettingsRouting.d.ts +9 -0
  321. package/build/__api/models/StorefrontLocalization.d.ts +12 -12
  322. package/build/__api/models/StorefrontMetaTemplate.d.ts +13 -13
  323. package/build/__api/models/StorefrontOrder.d.ts +51 -51
  324. package/build/__api/models/StorefrontPolicy.d.ts +16 -0
  325. package/build/__api/models/StorefrontPolicyRouting.d.ts +9 -0
  326. package/build/__api/models/StorefrontRaffle.d.ts +20 -20
  327. package/build/__api/models/StorefrontRouting.d.ts +18 -18
  328. package/build/__api/models/StorefrontShippingZone.d.ts +13 -0
  329. package/build/__api/models/StorefrontShippingZoneCity.d.ts +12 -0
  330. package/build/__api/models/StorefrontShippingZoneDistrict.d.ts +11 -0
  331. package/build/__api/models/StorefrontShippingZoneRegion.d.ts +10 -0
  332. package/build/__api/models/StorefrontShippingZoneState.d.ts +13 -0
  333. package/build/__api/models/StorefrontTheme.d.ts +15 -15
  334. package/build/__api/models/StorefrontTransaction.d.ts +28 -28
  335. package/build/__api/models/StringFilterInput.d.ts +13 -13
  336. package/build/__api/models/SubscribeToMarketingNotificationsInput.d.ts +12 -12
  337. package/build/__api/models/Town.d.ts +12 -12
  338. package/build/__api/models/TrackingInfo.d.ts +13 -13
  339. package/build/__api/models/TransactionError.d.ts +11 -11
  340. package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -13
  341. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +19 -19
  342. package/build/__api/models/TransactionResponse.d.ts +17 -16
  343. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +16 -14
  344. package/build/__api/models/VariantType.d.ts +16 -16
  345. package/build/__api/models/VariantTypeTranslation.d.ts +12 -12
  346. package/build/__api/models/VariantUnitModel.d.ts +11 -11
  347. package/build/__api/models/VariantValue.d.ts +12 -12
  348. package/build/__api/models/VariantValueTranslation.d.ts +10 -10
  349. package/build/__api/models/_base.d.ts +18 -18
  350. package/build/__api/models/_base.js +1 -1
  351. package/build/__api/mutations/activateCustomer.d.ts +7 -7
  352. package/build/__api/mutations/activateCustomer.js +1 -0
  353. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +297 -290
  354. package/build/__api/mutations/addItemToCart.d.ts +351 -338
  355. package/build/__api/mutations/addItemToCart.js +1 -1
  356. package/build/__api/mutations/createAdyenPaymentSession.d.ts +13 -13
  357. package/build/__api/mutations/createAdyenPaymentSession.js +1 -1
  358. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +75 -70
  359. package/build/__api/mutations/createCustomerReview.d.ts +28 -27
  360. package/build/__api/mutations/createCustomerReview.js +1 -1
  361. package/build/__api/mutations/createKlarnaClientToken.d.ts +13 -13
  362. package/build/__api/mutations/createKlarnaClientToken.js +1 -1
  363. package/build/__api/mutations/createOrderRefundRequest.d.ts +273 -271
  364. package/build/__api/mutations/createOrderRefundRequest.js +1 -1
  365. package/build/__api/mutations/createPaypalOrder.d.ts +12 -0
  366. package/build/__api/mutations/createPaypalOrder.js +1 -0
  367. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +18 -17
  368. package/build/__api/mutations/createSaleTransactionWithCart.js +1 -1
  369. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +18 -17
  370. package/build/__api/mutations/createStripePaymentIntent.d.ts +13 -13
  371. package/build/__api/mutations/createStripePaymentIntent.js +1 -1
  372. package/build/__api/mutations/customerForgotPassword.d.ts +8 -8
  373. package/build/__api/mutations/customerForgotPassword.js +1 -1
  374. package/build/__api/mutations/customerLogin.d.ts +85 -74
  375. package/build/__api/mutations/customerLogin.js +1 -1
  376. package/build/__api/mutations/customerRecoverPassword.d.ts +9 -9
  377. package/build/__api/mutations/customerRecoverPassword.js +1 -1
  378. package/build/__api/mutations/customerRefreshToken.d.ts +11 -11
  379. package/build/__api/mutations/customerRefreshToken.js +1 -1
  380. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -6
  381. package/build/__api/mutations/getOrderLineFile.d.ts +7 -7
  382. package/build/__api/mutations/getOrderLineFile.js +1 -1
  383. package/build/__api/mutations/getPaypalClientId.d.ts +12 -0
  384. package/build/__api/mutations/getPaypalClientId.js +1 -0
  385. package/build/__api/mutations/registerCustomer.d.ts +93 -80
  386. package/build/__api/mutations/registerCustomer.js +1 -1
  387. package/build/__api/mutations/resendCustomerActivationMail.d.ts +7 -7
  388. package/build/__api/mutations/resendCustomerActivationMail.js +1 -0
  389. package/build/__api/mutations/resendCustomerPhoneVerificationCode.d.ts +7 -0
  390. package/build/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
  391. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -20
  392. package/build/__api/mutations/retrieveInstallmentInfo.js +1 -1
  393. package/build/__api/mutations/saveCart.d.ts +351 -338
  394. package/build/__api/mutations/saveCart.js +1 -1
  395. package/build/__api/mutations/saveCartCouponCode.d.ts +351 -339
  396. package/build/__api/mutations/saveCartCouponCode.js +1 -1
  397. package/build/__api/mutations/saveCheckout.d.ts +297 -289
  398. package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -7
  399. package/build/__api/mutations/saveFavoriteProduct.js +1 -1
  400. package/build/__api/mutations/saveItemToCart.d.ts +162 -159
  401. package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -20
  402. package/build/__api/mutations/saveLastViewedProducts.js +1 -1
  403. package/build/__api/mutations/saveMyCustomer.d.ts +81 -70
  404. package/build/__api/mutations/saveMyCustomer.js +1 -1
  405. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +19 -19
  406. package/build/__api/mutations/saveProductBackInStockRemind.js +1 -1
  407. package/build/__api/mutations/saveRaffleParticipant.d.ts +49 -49
  408. package/build/__api/mutations/saveRaffleParticipant.js +1 -1
  409. package/build/__api/mutations/sendContactFormToMerchant.d.ts +13 -12
  410. package/build/__api/mutations/sendContactFormToMerchant.js +1 -1
  411. package/build/__api/mutations/subscribeToMarketingNotifications.d.ts +7 -7
  412. package/build/__api/mutations/subscribeToMarketingNotifications.js +1 -1
  413. package/build/__api/mutations/updateCartCampaignOffer.d.ts +350 -338
  414. package/build/__api/mutations/updateCartCampaignOffer.js +1 -1
  415. package/build/__api/mutations/validateCustomerPhoneVerificationCode.d.ts +7 -0
  416. package/build/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
  417. package/build/__api/queries/checkCartStocks.d.ts +13 -0
  418. package/build/__api/queries/checkCartStocks.js +1 -0
  419. package/build/__api/queries/checkCustomerEmail.d.ts +12 -12
  420. package/build/__api/queries/checkCustomerEmail.js +1 -1
  421. package/build/__api/queries/checkOrderStocks.d.ts +13 -13
  422. package/build/__api/queries/checkStocks.d.ts +13 -13
  423. package/build/__api/queries/checkStocks.js +1 -1
  424. package/build/__api/queries/customerSocialLogin.d.ts +83 -72
  425. package/build/__api/queries/customerSocialLogin.js +1 -1
  426. package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -6
  427. package/build/__api/queries/getAvailableShippingCountries.js +1 -1
  428. package/build/__api/queries/getAvailableShippingZones.d.ts +23 -0
  429. package/build/__api/queries/getAvailableShippingZones.js +1 -0
  430. package/build/__api/queries/getAvailableStockLocations.d.ts +28 -28
  431. package/build/__api/queries/getAvailableStockLocations.js +1 -1
  432. package/build/__api/queries/getCart.d.ts +164 -161
  433. package/build/__api/queries/getCartById.d.ts +352 -339
  434. package/build/__api/queries/getCartById.js +1 -1
  435. package/build/__api/queries/getCheckoutByCartId.d.ts +297 -289
  436. package/build/__api/queries/getCheckoutById.d.ts +297 -289
  437. package/build/__api/queries/getCurrencyRate.d.ts +19 -19
  438. package/build/__api/queries/getCustomerOrders.d.ts +273 -271
  439. package/build/__api/queries/getCustomerOrders.js +1 -1
  440. package/build/__api/queries/getDigitalProductFileDownloadUrl.d.ts +7 -0
  441. package/build/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
  442. package/build/__api/queries/getLastViewedProducts.d.ts +20 -20
  443. package/build/__api/queries/getLastViewedProducts.js +1 -1
  444. package/build/__api/queries/getMasterPassRequestToken.d.ts +15 -15
  445. package/build/__api/queries/getMasterPassRequestToken.js +1 -1
  446. package/build/__api/queries/getMyCountry.d.ts +3 -3
  447. package/build/__api/queries/getMyCountry.js +1 -1
  448. package/build/__api/queries/getMyCustomer.d.ts +78 -67
  449. package/build/__api/queries/getMyCustomer.js +1 -1
  450. package/build/__api/queries/getOrder.d.ts +273 -271
  451. package/build/__api/queries/getOrderByEmail.d.ts +274 -272
  452. package/build/__api/queries/getOrderByEmail.js +1 -1
  453. package/build/__api/queries/getProductCampaigns.d.ts +51 -48
  454. package/build/__api/queries/getProductCampaigns.js +1 -1
  455. package/build/__api/queries/getProductFilterData.d.ts +175 -167
  456. package/build/__api/queries/getProductFilterData.js +1 -1
  457. package/build/__api/queries/getProductOptionFileUrl.d.ts +14 -14
  458. package/build/__api/queries/getProductOptionFileUrl.js +1 -1
  459. package/build/__api/queries/getRelatedProducts.d.ts +17 -17
  460. package/build/__api/queries/getRelatedProducts.js +1 -1
  461. package/build/__api/queries/getStorefront.d.ts +89 -72
  462. package/build/__api/queries/getStorefrontSettings.d.ts +3 -3
  463. package/build/__api/queries/getStorefrontSettings.js +1 -1
  464. package/build/__api/queries/getSuggestedProducts.d.ts +186 -165
  465. package/build/__api/queries/getSuggestedProducts.js +1 -1
  466. package/build/__api/queries/getVariantStockLocations.d.ts +30 -30
  467. package/build/__api/queries/getVariantStockLocations.js +1 -1
  468. package/build/__api/queries/isFavoriteProduct.d.ts +6 -6
  469. package/build/__api/queries/isFavoriteProduct.js +1 -1
  470. package/build/__api/queries/listBlog.d.ts +78 -76
  471. package/build/__api/queries/listBlog.js +1 -1
  472. package/build/__api/queries/listBlogCategory.d.ts +37 -35
  473. package/build/__api/queries/listBlogCategory.js +1 -1
  474. package/build/__api/queries/listBlogMetadata.d.ts +30 -30
  475. package/build/__api/queries/listBlogMetadata.js +1 -1
  476. package/build/__api/queries/listCampaignOffer.d.ts +41 -38
  477. package/build/__api/queries/listCampaignOffer.js +1 -0
  478. package/build/__api/queries/listCategory.d.ts +92 -89
  479. package/build/__api/queries/listCategory.js +1 -1
  480. package/build/__api/queries/listCheckoutSettings.d.ts +33 -31
  481. package/build/__api/queries/listCheckoutSettings.js +1 -1
  482. package/build/__api/queries/listCity.d.ts +25 -25
  483. package/build/__api/queries/listCity.js +1 -1
  484. package/build/__api/queries/listCountry.d.ts +36 -36
  485. package/build/__api/queries/listCountry.js +1 -1
  486. package/build/__api/queries/listCustomerAttribute.d.ts +29 -29
  487. package/build/__api/queries/listCustomerAttribute.js +1 -1
  488. package/build/__api/queries/listCustomerReviewSummary.d.ts +25 -25
  489. package/build/__api/queries/listCustomerReviewSummary.js +1 -1
  490. package/build/__api/queries/listCustomerReviews.d.ts +36 -35
  491. package/build/__api/queries/listCustomerReviews.js +1 -1
  492. package/build/__api/queries/listCustomerSettings.d.ts +20 -18
  493. package/build/__api/queries/listCustomerSettings.js +1 -1
  494. package/build/__api/queries/listDistrict.d.ts +26 -26
  495. package/build/__api/queries/listDistrict.js +1 -1
  496. package/build/__api/queries/listFavoriteProducts.d.ts +14 -12
  497. package/build/__api/queries/listFavoriteProducts.js +1 -1
  498. package/build/__api/queries/listHTMLMetaData.d.ts +36 -34
  499. package/build/__api/queries/listHTMLMetaData.js +1 -1
  500. package/build/__api/queries/listMerchantSettings.d.ts +50 -50
  501. package/build/__api/queries/listMerchantSettings.js +1 -1
  502. package/build/__api/queries/listOrderRefundSettings.d.ts +21 -21
  503. package/build/__api/queries/listOrderRefundSettings.js +1 -1
  504. package/build/__api/queries/listOrderTransactions.d.ts +45 -45
  505. package/build/__api/queries/listOrderTransactions.js +1 -1
  506. package/build/__api/queries/listPaymentGateway.d.ts +43 -42
  507. package/build/__api/queries/listPaymentGateway.js +1 -1
  508. package/build/__api/queries/listProductAttribute.d.ts +33 -33
  509. package/build/__api/queries/listProductAttribute.js +1 -1
  510. package/build/__api/queries/listProductBackInStockRemind.d.ts +24 -24
  511. package/build/__api/queries/listProductBackInStockRemind.js +1 -1
  512. package/build/__api/queries/listProductBrand.d.ts +52 -51
  513. package/build/__api/queries/listProductBrand.js +1 -1
  514. package/build/__api/queries/listProductFile.d.ts +16 -0
  515. package/build/__api/queries/listProductFile.js +1 -0
  516. package/build/__api/queries/listProductOptionSet.d.ts +61 -61
  517. package/build/__api/queries/listProductOptionSet.js +1 -1
  518. package/build/__api/queries/listRaffleMetadata.d.ts +26 -26
  519. package/build/__api/queries/listRaffleMetadata.js +1 -1
  520. package/build/__api/queries/listRaffleParticipants.d.ts +46 -46
  521. package/build/__api/queries/listRaffleParticipants.js +1 -1
  522. package/build/__api/queries/listState.d.ts +26 -26
  523. package/build/__api/queries/listState.js +1 -1
  524. package/build/__api/queries/listStockLocation.d.ts +35 -35
  525. package/build/__api/queries/listStockLocation.js +1 -1
  526. package/build/__api/queries/listStorefrontFormSettings.d.ts +38 -0
  527. package/build/__api/queries/listStorefrontPolicy.d.ts +24 -0
  528. package/build/__api/queries/listStorefrontRaffle.d.ts +44 -44
  529. package/build/__api/queries/listStorefrontRaffle.js +1 -1
  530. package/build/__api/queries/listTown.d.ts +20 -20
  531. package/build/__api/queries/listVariantType.d.ts +29 -29
  532. package/build/__api/queries/searchProducts.d.ts +209 -163
  533. package/build/__api/queries/searchProducts.js +1 -1
  534. package/build/__api/types/index.d.ts +3284 -2892
  535. package/build/__api/types/index.js +1 -1
  536. package/build/api/blog/index.d.ts +27 -27
  537. package/build/api/blog/index.js +1 -1
  538. package/build/api/brand/index.d.ts +11 -11
  539. package/build/api/brand/index.js +1 -1
  540. package/build/api/cart/index.d.ts +13 -13
  541. package/build/api/cart/index.js +1 -1
  542. package/build/api/category/index.d.ts +11 -11
  543. package/build/api/category/index.js +1 -1
  544. package/build/api/checkout/index.d.ts +33 -25
  545. package/build/api/checkout/index.js +1 -1
  546. package/build/api/customer/index.d.ts +277 -203
  547. package/build/api/customer/index.js +1 -1
  548. package/build/api/file-upload/index.d.ts +13 -11
  549. package/build/api/file-upload/index.js +1 -1
  550. package/build/api/html-meta-data/index.d.ts +5 -5
  551. package/build/api/html-meta-data/index.js +1 -1
  552. package/build/api/location/index.d.ts +14 -12
  553. package/build/api/location/index.js +1 -1
  554. package/build/api/masterpass/index.d.ts +3 -3
  555. package/build/api/masterpass/index.js +1 -1
  556. package/build/api/merchant/index.d.ts +5 -5
  557. package/build/api/merchant/index.js +1 -1
  558. package/build/api/product/index.d.ts +54 -51
  559. package/build/api/product/index.js +1 -1
  560. package/build/api/raffle/index.d.ts +16 -16
  561. package/build/api/raffle/index.js +1 -1
  562. package/build/api/storefront/index.d.ts +15 -14
  563. package/build/api/storefront/index.js +1 -1
  564. package/build/index.d.ts +24 -23
  565. package/build/index.js +1 -1
  566. package/build/node_modules/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
  567. package/build/node_modules/@ikas/fe-api-client/build/_virtual/axios-error-format.js +1 -0
  568. package/build/node_modules/@ikas/fe-api-client/build/_virtual/core.js +1 -0
  569. package/build/node_modules/@ikas/fe-api-client/build/_virtual/index.js +1 -0
  570. package/build/node_modules/@ikas/fe-api-client/build/config/index.js +1 -0
  571. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
  572. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
  573. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +1 -0
  574. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
  575. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_Hash.js +1 -0
  576. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +1 -0
  577. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_Map.js +1 -0
  578. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +1 -0
  579. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +1 -0
  580. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +1 -0
  581. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +1 -0
  582. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +1 -0
  583. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +1 -0
  584. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +1 -0
  585. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +1 -0
  586. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +1 -0
  587. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
  588. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_castPath.js +1 -0
  589. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +1 -0
  590. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
  591. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +1 -0
  592. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +1 -0
  593. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_getNative.js +1 -0
  594. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +1 -0
  595. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_getValue.js +1 -0
  596. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +1 -0
  597. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +1 -0
  598. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +1 -0
  599. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +1 -0
  600. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +1 -0
  601. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +1 -0
  602. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isKey.js +1 -0
  603. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +1 -0
  604. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +1 -0
  605. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +1 -0
  606. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +1 -0
  607. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +1 -0
  608. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +1 -0
  609. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +1 -0
  610. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +1 -0
  611. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +1 -0
  612. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +1 -0
  613. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +1 -0
  614. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +1 -0
  615. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +1 -0
  616. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +1 -0
  617. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +1 -0
  618. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_root.js +1 -0
  619. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
  620. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_toKey.js +1 -0
  621. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_toSource.js +1 -0
  622. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/eq.js +1 -0
  623. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isArray.js +1 -0
  624. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isFunction.js +1 -0
  625. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isObject.js +1 -0
  626. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +1 -0
  627. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +1 -0
  628. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/memoize.js +1 -0
  629. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/set.js +1 -0
  630. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/toString.js +1 -0
  631. package/build/node_modules/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +15 -0
  632. package/build/node_modules/@ikas/fe-api-client/build/helpers/generate-return-fields.js +1 -0
  633. package/build/node_modules/@ikas/fe-api-client/build/utils/api.js +1 -0
  634. package/build/node_modules/@ikas/fe-api-client/build/utils/fetch-query.js +1 -0
  635. package/package.json +21 -18
  636. package/build/__api/models/ShippingZoneRegion.d.ts +0 -10
  637. package/build/__api/models/ShippingZoneRegionInput.d.ts +0 -10
  638. package/build/__api/models/ShippingZoneRegionInput.js +0 -1
  639. package/build/ext/tslib/tslib.es6.js +0 -1
  640. package/build/index2.js +0 -1
@@ -1 +1 @@
1
- var E,T,R,A,I,C,D,_,O,L,N,S,U,P,n,M,F,H,G,Y,B,o,V,c,f,t,i,u,W,K,X,Q,J,e,g,Z,a,l,b,k,r,d,s,p,v,x,h,j,m,q,w,y,z,$,EE,TE,RE,AE,IE,CE,DE,_E,OE,LE,NE,SE,UE,PE,nE,ME,FE,HE,GE,YE;!function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(E||(E={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(T||(T={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(R||(R={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(A||(A={})),function(E){E.DO_NOTHING="DO_NOTHING",E.OPEN_CART="OPEN_CART",E.OPEN_CHECKOUT="OPEN_CHECKOUT"}(I||(I={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(C||(C={})),function(E){E.PREVIOUS_ACCEPTED="PREVIOUS_ACCEPTED",E.PREVIOUS_REJECTED="PREVIOUS_REJECTED"}(D||(D={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT"}(_||(_={})),function(E){E.ALL_PRODUCTS="ALL_PRODUCTS",E.CATEGORY="CATEGORY",E.MIN_CART_AMOUNT="MIN_CART_AMOUNT",E.PRODUCT="PRODUCT",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(O||(O={})),function(E){E.CROSS_SELL="CROSS_SELL",E.UPSELL="UPSELL"}(L||(L={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(N||(N={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(S||(S={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER"}(U||(U={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(P||(P={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(n||(n={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRICE_RANGE="PRICE_RANGE",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(M||(M={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(F||(F={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(H||(H={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(G||(G={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(Y||(Y={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(B||(B={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(o||(o={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(V||(V={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(c||(c={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(f||(f={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(t||(t={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(i||(i={})),function(E){E.credentials="credentials",E.facebook="facebook",E.google="google"}(u||(u={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(W||(W={})),function(E){E.facebook="facebook",E.google="google"}(K||(K={})),function(E){E.SAMPLING="SAMPLING",E.VIEWED_TOGETHER="VIEWED_TOGETHER"}(X||(X={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(Q||(Q={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(J||(J={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(e||(e={})),function(E){E.CORPORATE="CORPORATE",E.INDIVIDUAL="INDIVIDUAL"}(g||(g={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(Z||(Z={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(a||(a={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(l||(l={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(b||(b={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(k||(k={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_READY_FOR_SHIPMENT="PARTIALLY_READY_FOR_SHIPMENT",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}(r||(r={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(d||(d={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.DIGITAL_DELIVERY="DIGITAL_DELIVERY",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(s||(s={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(p||(p={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(v||(v={})),function(E){E.NUMBER="NUMBER",E.PASSWORD="PASSWORD",E.TEXT="TEXT"}(x||(x={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(h||(h={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(j||(j={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET"}(m||(m={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(q||(q={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(w||(w={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(y||(y={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(z||(z={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}($||($={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(EE||(EE={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(TE||(TE={})),function(E){E.CENTILITER="CENTILITER",E.CENTIMETER="CENTIMETER",E.CUBIC_METERS="CUBIC_METERS",E.CUSTOM="CUSTOM",E.GRAM="GRAM",E.KILOGRAM="KILOGRAM",E.LITER="LITER",E.METER="METER",E.MILLIGRAM="MILLIGRAM",E.MILLILITER="MILLILITER",E.MILLIMETER="MILLIMETER",E.SQUARE_METERS="SQUARE_METERS"}(RE||(RE={})),function(E){E.RAFFLE="RAFFLE"}(AE||(AE={})),function(E){E.COMPLETED="COMPLETED",E.IN_PROGRESS="IN_PROGRESS",E.LOSER="LOSER",E.WINNER="WINNER"}(IE||(IE={})),function(E){E.ADS_OTHER="ADS_OTHER",E.AFFILIATE="AFFILIATE",E.BING_ADS="BING_ADS",E.DIRECT="DIRECT",E.DISPLAY="DISPLAY",E.EMAIL="EMAIL",E.FACEBOOK_ADS="FACEBOOK_ADS",E.GOOGLE_ADS="GOOGLE_ADS",E.INSTAGRAM_ADS="INSTAGRAM_ADS",E.ORGANIC_SEARCH="ORGANIC_SEARCH",E.OTHER="OTHER",E.PAID_TRAFFIC="PAID_TRAFFIC",E.REFERRAL="REFERRAL",E.SOCIAL="SOCIAL"}(CE||(CE={})),function(E){E.ASC="ASC",E.DESC="DESC"}(DE||(DE={})),function(E){E.AVERAGE_RATING="AVERAGE_RATING",E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE",E.REVIEW_COUNT="REVIEW_COUNT",E.SALE_COUNT="SALE_COUNT"}(_E||(_E={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(OE||(OE={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(LE||(LE={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY",E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.PRODUCT="PRODUCT"}(NE||(NE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(SE||(SE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(UE||(UE={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(PE||(PE={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(nE||(nE={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(ME||(ME={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(FE||(FE={})),function(E){E.CAMERA="CAMERA",E.CAR="CAR",E.CONSOLE="CONSOLE",E.DESKTOP="DESKTOP",E.FEATURE_PHONE="FEATURE_PHONE",E.OTHER="OTHER",E.PERIPHERAL="PERIPHERAL",E.PHABLET="PHABLET",E.PORTABLE_MEDIA_PLAYER="PORTABLE_MEDIA_PLAYER",E.SMARTPHONE="SMARTPHONE",E.SMART_DISPLAY="SMART_DISPLAY",E.SMART_SPEAKER="SMART_SPEAKER",E.TABLET="TABLET",E.TELEVISION="TELEVISION",E.WEARABLE="WEARABLE"}(HE||(HE={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(GE||(GE={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(YE||(YE={}));export{E as BlogMetadataTargetTypeEnum,T as CampaignApplicablePriceEnum,R as CampaignCreatedForEnum,A as CampaignFilterTypeEnum,I as CampaignOfferFollowUpActionTypeEnum,C as CampaignOfferProductApplicablePriceEnum,D as CampaignOfferProductShowCriteriaEnum,_ as CampaignOfferTargetPageTypeEnum,O as CampaignOfferTriggerFilterTypeEnum,L as CampaignOfferTypeEnum,N as CampaignTypeEnum,S as CartCampaignOfferStatus,U as CartCreatedByEnum,P as CartStatusEnum,n as CartV2StatusEnum,M as CategoryConditionTypeEnum,F as CategoryProductsOrderTypeEnum,H as CheckoutRecoveryEmailStatusEnum,G as CheckoutRecoveryStatusEnum,Y as CheckoutRequirementEnum,B as CheckoutStatusEnum,o as CurrencyFormatSymbolPosition,V as CustomerAccountStatusEnum,c as CustomerAttributePermissionEnum,f as CustomerAttributeRegisterPageRequirementEnum,t as CustomerAttributeTypeEnum,i as CustomerEmailSubscriptionStatusesEnum,u as CustomerRegistrationSourceEnum,W as CustomerReviewStatusEnum,K as CustomerSocialLoginProviderEnum,X as GetSuggestedProductsMethodEnum,Q as HTMLMetaDataTargetTypeEnum,J as InvoiceTypeEnum,e as MasterPassOperationTypeEnum,g as MerchantSettingsAddressTypeEnum,Z as OrderAdjustmentEnum,a as OrderAmountTypeEnum,l as OrderCancelledReasonEnum,b as OrderLineItemStatusEnum,k as OrderPackageFulfillStatusEnum,r as OrderPackageStatusEnum,d as OrderPaymentStatusEnum,s as OrderShippingMethodEnum,p as OrderStatusEnum,v as PaymentGatewayAdditionalPriceTypeEnum,x as PaymentGatewaySettingsTypeEnum,h as PaymentGatewayTransactionFeeTypeEnum,j as PaymentGatewayTypeEnum,m as PaymentMethodTypeEnum,q as ProductAttributeTypeEnum,w as ProductFilterDisplayTypeEnum,y as ProductFilterSortTypeEnum,z as ProductFilterTypeEnum,$ as ProductOptionSelectTypeEnum,EE as ProductOptionTypeEnum,TE as ProductSearchShowStockOptionEnum,RE as ProductUnitTypeEnum,AE as RaffleMetadataTargetTypeEnum,IE as RaffleParticipantStatusEnum,CE as SFAnalyticsTrafficSourceEnum,DE as SortByDirectionEnum,_E as SortByTypeEnum,OE as StockLocationDeliveryTimeEnum,LE as StockLocationTypeEnum,NE as StorefrontPageTypesEnum,SE as StorefrontStatusTypes,UE as StorefrontThemeStatus,PE as TransactionCardAssociationEnum,nE as TransactionCardTypeEnum,ME as TransactionStatusEnum,FE as TransactionTypeEnum,HE as UserAgentDeviceType,GE as VariantSelectionTypeEnum,YE as VerificationTypeEnum};
1
+ var E,R,T,A,_,I,C,O,D,N,L,S,U,P,M,F,n,H,G,Y,V,B,o,c,f,t,i,u,W,K,Q,X,J,e,a,g,l,Z,p,b,k,r,d,s,v,x,h,j,m,q,w,y,z,$,EE,RE,TE,AE,_E,IE,CE,OE,DE,NE,LE,SE,UE,PE,ME,FE,nE,HE,GE,YE,VE,BE,oE,cE,fE,tE,iE,uE,WE,KE,QE;!function(E){E.EMAIL="EMAIL",E.SMS="SMS"}(E||(E={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(R||(R={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(T||(T={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(A||(A={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(_||(_={})),function(E){E.DO_NOTHING="DO_NOTHING",E.OPEN_CART="OPEN_CART",E.OPEN_CHECKOUT="OPEN_CHECKOUT"}(I||(I={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(C||(C={})),function(E){E.PREVIOUS_ACCEPTED="PREVIOUS_ACCEPTED",E.PREVIOUS_REJECTED="PREVIOUS_REJECTED"}(O||(O={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT",E.PRODUCT="PRODUCT"}(D||(D={})),function(E){E.ALL_PRODUCTS="ALL_PRODUCTS",E.CATEGORY="CATEGORY",E.MIN_CART_AMOUNT="MIN_CART_AMOUNT",E.PRODUCT="PRODUCT",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(N||(N={})),function(E){E.CROSS_SELL="CROSS_SELL",E.UPSELL="UPSELL"}(L||(L={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(S||(S={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(U||(U={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER",E.UPSELL="UPSELL"}(P||(P={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(M||(M={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(F||(F={})),function(E){E.IN="IN",E.NOT_IN="NOT_IN"}(n||(n={})),function(E){E.CAMPAIGN="CAMPAIGN",E.CATEGORY="CATEGORY",E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRICE_RANGE="PRICE_RANGE",E.PRODUCT_ATTRIBUTE="PRODUCT_ATTRIBUTE",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(H||(H={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(G||(G={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(Y||(Y={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(V||(V={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(B||(B={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(o||(o={})),function(E){E.DEFAULT="DEFAULT",E.INVISIBLE="INVISIBLE",E.OPEN="OPEN"}(c||(c={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(f||(f={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(t||(t={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(i||(i={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(u||(u={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(W||(W={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(K||(K={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG"}(Q||(Q={})),function(E){E.DISCOUNT_AMOUNT="DISCOUNT_AMOUNT",E.DISCOUNT_RATE="DISCOUNT_RATE",E.FIXED_PRICE="FIXED_PRICE"}(X||(X={})),function(E){E.apple="apple",E.credentials="credentials",E.facebook="facebook",E.google="google"}(J||(J={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(e||(e={})),function(E){E.facebook="facebook",E.google="google"}(a||(a={})),function(E){E.PURCHASED_TOGETHER="PURCHASED_TOGETHER",E.SAMPLING="SAMPLING",E.VIEWED_TOGETHER="VIEWED_TOGETHER"}(g||(g={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(l||(l={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(Z||(Z={})),function(E){E.DAY="DAY",E.HOUR="HOUR",E.MINUTE="MINUTE"}(p||(p={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(b||(b={})),function(E){E.CORPORATE="CORPORATE",E.INDIVIDUAL="INDIVIDUAL"}(k||(k={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(r||(r={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(d||(d={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(s||(s={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(v||(v={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(x||(x={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_READY_FOR_SHIPMENT="PARTIALLY_READY_FOR_SHIPMENT",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}(h||(h={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(j||(j={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.DIGITAL_DELIVERY="DIGITAL_DELIVERY",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(m||(m={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(q||(q={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(w||(w={})),function(E){E.BOOLEAN="BOOLEAN",E.NUMBER="NUMBER",E.PASSWORD="PASSWORD",E.TEXT="TEXT"}(y||(y={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(z||(z={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}($||($={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET"}(EE||(EE={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(RE||(RE={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(TE||(TE={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(AE||(AE={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(_E||(_E={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(IE||(IE={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(CE||(CE={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(OE||(OE={})),function(E){E.CENTILITER="CENTILITER",E.CENTIMETER="CENTIMETER",E.CUBIC_METERS="CUBIC_METERS",E.CUSTOM="CUSTOM",E.GRAM="GRAM",E.KILOGRAM="KILOGRAM",E.LITER="LITER",E.METER="METER",E.MILLIGRAM="MILLIGRAM",E.MILLILITER="MILLILITER",E.MILLIMETER="MILLIMETER",E.SQUARE_METERS="SQUARE_METERS"}(DE||(DE={})),function(E){E.RAFFLE="RAFFLE"}(NE||(NE={})),function(E){E.COMPLETED="COMPLETED",E.IN_PROGRESS="IN_PROGRESS",E.LOSER="LOSER",E.WINNER="WINNER"}(LE||(LE={})),function(E){E.ADS_OTHER="ADS_OTHER",E.AFFILIATE="AFFILIATE",E.BING_ADS="BING_ADS",E.DIRECT="DIRECT",E.DISPLAY="DISPLAY",E.EMAIL="EMAIL",E.FACEBOOK_ADS="FACEBOOK_ADS",E.GOOGLE_ADS="GOOGLE_ADS",E.INSTAGRAM_ADS="INSTAGRAM_ADS",E.ORGANIC_SEARCH="ORGANIC_SEARCH",E.OTHER="OTHER",E.PAID_TRAFFIC="PAID_TRAFFIC",E.REFERRAL="REFERRAL",E.SOCIAL="SOCIAL"}(SE||(SE={})),function(E){E.ASC="ASC",E.DESC="DESC"}(UE||(UE={})),function(E){E.AVERAGE_RATING="AVERAGE_RATING",E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE",E.REVIEW_COUNT="REVIEW_COUNT",E.SALE_COUNT="SALE_COUNT"}(PE||(PE={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(ME||(ME={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(FE||(FE={})),function(E){E.ALWAYS="ALWAYS",E.NEVER="NEVER",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(nE||(nE={})),function(E){E.ALWAYS="ALWAYS",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(HE||(HE={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY",E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.PRODUCT="PRODUCT"}(GE||(GE={})),function(E){E.APPROVED="APPROVED",E.MARKETING_PERMISSION="MARKETING_PERMISSION",E.REQUIRED="REQUIRED",E.SHOW="SHOW"}(YE||(YE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(VE||(VE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(BE||(BE={})),function(E){E.B2B_STOREFRONT="B2B_STOREFRONT",E.STOREFRONT="STOREFRONT"}(oE||(oE={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CONTACT_FORM_MERCHANT="CONTACT_FORM_MERCHANT",E.CUSTOMER_ACCOUNT_INVITATION="CUSTOMER_ACCOUNT_INVITATION",E.CUSTOMER_RESET_PASSWORD="CUSTOMER_RESET_PASSWORD",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW",E.CUSTOMER_REVIEW_REPLY="CUSTOMER_REVIEW_REPLY",E.CUSTOM_MAIL="CUSTOM_MAIL",E.CUSTOM_TRANSACTION_VERIFICATION="CUSTOM_TRANSACTION_VERIFICATION",E.MERCHANT_CUSTOMER_REVIEW="MERCHANT_CUSTOMER_REVIEW",E.MERCHANT_LICENCE_E_INVOICE="MERCHANT_LICENCE_E_INVOICE",E.MERCHANT_RESET_PASSWORD="MERCHANT_RESET_PASSWORD",E.MERCHANT_WELCOME="MERCHANT_WELCOME",E.MONEY_TRANSFER_REMINDER="MONEY_TRANSFER_REMINDER",E.ORDER_CANCELLED="ORDER_CANCELLED",E.ORDER_CLICK_AND_COLLECT="ORDER_CLICK_AND_COLLECT",E.ORDER_CREATED="ORDER_CREATED",E.ORDER_CREATED_MERCHANT="ORDER_CREATED_MERCHANT",E.ORDER_CREATED_MONEY_TRANSFER="ORDER_CREATED_MONEY_TRANSFER",E.ORDER_E_INVOICE="ORDER_E_INVOICE",E.ORDER_FULFILLED="ORDER_FULFILLED",E.ORDER_PACKAGE_DELIVERED="ORDER_PACKAGE_DELIVERED",E.ORDER_READY_FOR_PICK_UP="ORDER_READY_FOR_PICK_UP",E.ORDER_READY_FOR_SHIPMENT="ORDER_READY_FOR_SHIPMENT",E.ORDER_REFUNDED="ORDER_REFUNDED",E.ORDER_REFUND_REQUEST="ORDER_REFUND_REQUEST",E.ORDER_REFUND_REQUEST_APPROVE="ORDER_REFUND_REQUEST_APPROVE",E.ORDER_REFUND_REQUEST_MERCHANT="ORDER_REFUND_REQUEST_MERCHANT",E.ORDER_REFUND_REQUEST_REJECT="ORDER_REFUND_REQUEST_REJECT",E.PARTNER_MERCHANT_OPEN="PARTNER_MERCHANT_OPEN",E.PARTNER_STAFF_INVITE="PARTNER_STAFF_INVITE",E.PRODUCT_BACK_IN_STOCK_REMINDER="PRODUCT_BACK_IN_STOCK_REMINDER",E.PRODUCT_OUT_OF_STOCK_REMINDER="PRODUCT_OUT_OF_STOCK_REMINDER",E.RAFFLE_PARTICIPANT_CREATED="RAFFLE_PARTICIPANT_CREATED",E.RAFFLE_PARTICIPANT_WINNER="RAFFLE_PARTICIPANT_WINNER",E.STAFF_INVITE="STAFF_INVITE",E.UPDATE_TRACKING_INFO="UPDATE_TRACKING_INFO",E.WELCOME="WELCOME",E.WRONG_EXCEL_IMPORT="WRONG_EXCEL_IMPORT"}(cE||(cE={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(fE||(fE={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(tE||(tE={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(iE||(iE={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(uE||(uE={})),function(E){E.CAMERA="CAMERA",E.CAR="CAR",E.CONSOLE="CONSOLE",E.DESKTOP="DESKTOP",E.FEATURE_PHONE="FEATURE_PHONE",E.OTHER="OTHER",E.PERIPHERAL="PERIPHERAL",E.PHABLET="PHABLET",E.PORTABLE_MEDIA_PLAYER="PORTABLE_MEDIA_PLAYER",E.SMARTPHONE="SMARTPHONE",E.SMART_DISPLAY="SMART_DISPLAY",E.SMART_SPEAKER="SMART_SPEAKER",E.TABLET="TABLET",E.TELEVISION="TELEVISION",E.WEARABLE="WEARABLE"}(WE||(WE={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(KE||(KE={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(QE||(QE={}));export{E as AbandonedCartSettingsNotificationTypeEnum,R as BlogMetadataTargetTypeEnum,T as CampaignApplicablePriceEnum,A as CampaignCreatedForEnum,_ as CampaignFilterTypeEnum,I as CampaignOfferFollowUpActionTypeEnum,C as CampaignOfferProductApplicablePriceEnum,O as CampaignOfferProductShowCriteriaEnum,D as CampaignOfferTargetPageTypeEnum,N as CampaignOfferTriggerFilterTypeEnum,L as CampaignOfferTypeEnum,S as CampaignTypeEnum,U as CartCampaignOfferStatus,P as CartCreatedByEnum,M as CartStatusEnum,F as CartV2StatusEnum,n as CategoryConditionMethodEnum,H as CategoryConditionTypeEnum,G as CategoryProductsOrderTypeEnum,Y as CheckoutRecoveryEmailStatusEnum,V as CheckoutRecoveryStatusEnum,B as CheckoutRequirementEnum,o as CheckoutStatusEnum,c as CouponCodeRequirementEnum,f as CurrencyFormatSymbolPosition,t as CustomerAccountStatusEnum,i as CustomerAttributePermissionEnum,u as CustomerAttributeRegisterPageRequirementEnum,W as CustomerAttributeTypeEnum,K as CustomerEmailSubscriptionStatusesEnum,Q as CustomerPriceListRuleFilterTypeEnum,X as CustomerPriceListRuleValueTypeEnum,J as CustomerRegistrationSourceEnum,e as CustomerReviewStatusEnum,a as CustomerSocialLoginProviderEnum,g as GetSuggestedProductsMethodEnum,l as HTMLMetaDataTargetTypeEnum,Z as InvoiceTypeEnum,p as LocalDeliverySettingsDeliveryTimeType,b as MasterPassOperationTypeEnum,k as MerchantSettingsAddressTypeEnum,r as OrderAdjustmentEnum,d as OrderAmountTypeEnum,s as OrderCancelledReasonEnum,v as OrderLineItemStatusEnum,x as OrderPackageFulfillStatusEnum,h as OrderPackageStatusEnum,j as OrderPaymentStatusEnum,m as OrderShippingMethodEnum,q as OrderStatusEnum,w as PaymentGatewayAdditionalPriceTypeEnum,y as PaymentGatewaySettingsTypeEnum,z as PaymentGatewayTransactionFeeTypeEnum,$ as PaymentGatewayTypeEnum,EE as PaymentMethodTypeEnum,RE as ProductAttributeTypeEnum,TE as ProductFilterDisplayTypeEnum,AE as ProductFilterSortTypeEnum,_E as ProductFilterTypeEnum,IE as ProductOptionSelectTypeEnum,CE as ProductOptionTypeEnum,OE as ProductSearchShowStockOptionEnum,DE as ProductUnitTypeEnum,NE as RaffleMetadataTargetTypeEnum,LE as RaffleParticipantStatusEnum,SE as SFAnalyticsTrafficSourceEnum,UE as SortByDirectionEnum,PE as SortByTypeEnum,ME as StockLocationDeliveryTimeEnum,FE as StockLocationTypeEnum,nE as StorefrontB2BShowPricesEnum,HE as StorefrontB2BShowProductsEnum,GE as StorefrontPageTypesEnum,YE as StorefrontRegisterSettingsCheckboxType,VE as StorefrontStatusTypes,BE as StorefrontThemeStatus,oE as StorefrontTypeEnum,cE as TemplateEnum,fE as TransactionCardAssociationEnum,tE as TransactionCardTypeEnum,iE as TransactionStatusEnum,uE as TransactionTypeEnum,WE as UserAgentDeviceType,KE as VariantSelectionTypeEnum,QE as VerificationTypeEnum};
@@ -1,27 +1,27 @@
1
- import { APIResponse } from "@ikas/fe-api-client";
2
- import { QueryParams as ListBlogQueryParams } from "../../__api/queries/listBlog";
3
- import { QueryParams as ListBlogMetadataQueryParams } from "../../__api/queries/listBlogMetadata";
4
- import { QueryParams as ListBlogCategoryQueryParams } from "../../__api/queries/listBlogCategory";
5
- import { IkasBlog, IkasBlogMetaData, IkasBlogCategory } from "@ikas/storefront-models";
6
- export type { ListBlogQueryParams, ListBlogMetadataQueryParams, ListBlogCategoryQueryParams, };
7
- export declare function listBlog(params: ListBlogQueryParams): Promise<APIResponse<{
8
- data: IkasBlog[] | undefined;
9
- count?: number | undefined;
10
- hasNext?: boolean | undefined;
11
- limit?: number | undefined;
12
- page?: number | undefined;
13
- }>>;
14
- export declare function listBlogMetaData(params: ListBlogMetadataQueryParams): Promise<APIResponse<{
15
- data: IkasBlogMetaData[] | null;
16
- count?: number | undefined;
17
- hasNext?: boolean | undefined;
18
- limit?: number | undefined;
19
- page?: number | undefined;
20
- }>>;
21
- export declare function listBlogCategory(params: ListBlogCategoryQueryParams): Promise<APIResponse<{
22
- data: IkasBlogCategory[] | null;
23
- count?: number | undefined;
24
- hasNext?: boolean | undefined;
25
- limit?: number | undefined;
26
- page?: number | undefined;
27
- }>>;
1
+ import { APIResponse } from "@ikas/fe-api-client";
2
+ import { QueryParams as ListBlogQueryParams } from "../../__api/queries/listBlog";
3
+ import { QueryParams as ListBlogMetadataQueryParams } from "../../__api/queries/listBlogMetadata";
4
+ import { QueryParams as ListBlogCategoryQueryParams } from "../../__api/queries/listBlogCategory";
5
+ import { IkasBlog, IkasBlogMetaData, IkasBlogCategory } from "@ikas/storefront-models";
6
+ export type { ListBlogQueryParams, ListBlogMetadataQueryParams, ListBlogCategoryQueryParams, };
7
+ export declare function listBlog(params: ListBlogQueryParams): Promise<APIResponse<{
8
+ data: IkasBlog[] | undefined;
9
+ count?: number | undefined;
10
+ hasNext?: boolean | undefined;
11
+ limit?: number | undefined;
12
+ page?: number | undefined;
13
+ }>>;
14
+ export declare function listBlogMetaData(params: ListBlogMetadataQueryParams): Promise<APIResponse<{
15
+ data: IkasBlogMetaData[] | null;
16
+ count?: number | undefined;
17
+ hasNext?: boolean | undefined;
18
+ limit?: number | undefined;
19
+ page?: number | undefined;
20
+ }>>;
21
+ export declare function listBlogCategory(params: ListBlogCategoryQueryParams): Promise<APIResponse<{
22
+ data: IkasBlogCategory[] | null;
23
+ count?: number | undefined;
24
+ hasNext?: boolean | undefined;
25
+ limit?: number | undefined;
26
+ page?: number | undefined;
27
+ }>>;
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as r,__assign as a}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as e}from"@ikas/fe-api-client";import{initIkasBlog as n,initIkasBlogCategory as i}from"@ikas/storefront-models";function o(i){var o;return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listBlog.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),null==(s=null===(o=t.data)||void 0===o?void 0:o.data)||s.forEach(n),[2,new e(a(a({},t.data),{data:s}),t.graphQLErrors)]}}))}))}function s(n){var i;return t(this,void 0,void 0,(function(){var t,o;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listBlogMetadata.js")];case 1:return[4,(0,r.sent().default)(n)];case 2:return t=r.sent(),o=null===(i=t.data)||void 0===i?void 0:i.data,[2,new e(a(a({},t.data),{data:o||null}),t.graphQLErrors)]}}))}))}function u(n){var o;return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listBlogCategory.js")];case 1:return[4,(0,r.sent().default)(n)];case 2:return t=r.sent(),null==(s=null===(o=t.data)||void 0===o?void 0:o.data)||s.forEach(i),[2,new e(a(a({},t.data),{data:s||null}),t.graphQLErrors)]}}))}))}export{o as listBlog,u as listBlogCategory,s as listBlogMetaData};
1
+ import{APIResponse as a}from"../../node_modules/@ikas/fe-api-client/build/utils/api.js";import"axios";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js";import{initIkasBlog as t,initIkasBlogCategory as i}from"@ikas/storefront-models";async function e(i){const e=(await import("../../__api/queries/listBlog.js")).default,o=await e(i),s=o.data?.data;return s?.forEach(t),new a({...o.data,data:s},o.graphQLErrors)}async function o(t){const i=(await import("../../__api/queries/listBlogMetadata.js")).default,e=await i(t),o=e.data?.data;return new a({...e.data,data:o||null},e.graphQLErrors)}async function s(t){const e=(await import("../../__api/queries/listBlogCategory.js")).default,o=await e(t),s=o.data?.data;return s?.forEach(i),new a({...o.data,data:s||null},o.graphQLErrors)}export{e as listBlog,s as listBlogCategory,o as listBlogMetaData};
@@ -1,11 +1,11 @@
1
- import { APIResponse } from "@ikas/fe-api-client";
2
- import { IkasBrand } from "@ikas/storefront-models";
3
- import { QueryParams as ListBrandQueryParams } from "../../__api/queries/listProductBrand";
4
- export type { ListBrandQueryParams };
5
- export declare function listProductBrand(params: ListBrandQueryParams): Promise<APIResponse<{
6
- data: IkasBrand[] | undefined;
7
- count?: number | undefined;
8
- hasNext?: boolean | undefined;
9
- limit?: number | undefined;
10
- page?: number | undefined;
11
- }>>;
1
+ import { APIResponse } from "@ikas/fe-api-client";
2
+ import { IkasBrand } from "@ikas/storefront-models";
3
+ import { QueryParams as ListBrandQueryParams } from "../../__api/queries/listProductBrand";
4
+ export type { ListBrandQueryParams };
5
+ export declare function listProductBrand(params: ListBrandQueryParams): Promise<APIResponse<{
6
+ data: IkasBrand[] | undefined;
7
+ count?: number | undefined;
8
+ hasNext?: boolean | undefined;
9
+ limit?: number | undefined;
10
+ page?: number | undefined;
11
+ }>>;
@@ -1 +1 @@
1
- import{__awaiter as r,__generator as t,__assign as o}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as e}from"@ikas/fe-api-client";import{IkasStorefrontConfig as i}from"@ikas/storefront-config";import{initIkasBrand as n}from"@ikas/storefront-models";function a(a){var s;return r(this,void 0,void 0,(function(){var r,u;return t(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/listProductBrand.js")];case 1:return[4,(0,t.sent().default)(a)];case 2:return r=t.sent(),null==(u=null===(s=r.data)||void 0===s?void 0:s.data)||u.forEach((function(r){return n(r,i.getCurrentLocale())})),[2,new e(o(o({},r.data),{data:u}),r.graphQLErrors)]}}))}))}export{a as listProductBrand};
1
+ import{APIResponse as e}from"../../node_modules/@ikas/fe-api-client/build/utils/api.js";import"axios";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js";import{IkasStorefrontConfig as i}from"@ikas/storefront-config";import{initIkasBrand as o}from"@ikas/storefront-models";async function t(t){const a=(await import("../../__api/queries/listProductBrand.js")).default,s=await a(t),r=s.data?.data;return r?.forEach((e=>o(e,i.getCurrentLocale()))),new e({...s.data,data:r},s.graphQLErrors)}export{t as listProductBrand};
@@ -1,13 +1,13 @@
1
- import { APIResponse } from "@ikas/fe-api-client";
2
- import { QueryParams as GetCartByIdQueryParams } from "../../__api/queries/getCartById";
3
- import { QueryParams as SaveCartQueryParams } from "../../__api/mutations/saveCart";
4
- import { QueryParams as SaveCartCouponCodeQueryParams } from "../../__api/mutations/saveCartCouponCode";
5
- import { QueryParams as AddItemToCartQueryParams } from "../../__api/mutations/addItemToCart";
6
- import { QueryParams as UpdateCartCampaignOfferQueryParams } from "../../__api/mutations/updateCartCampaignOffer";
7
- import { IkasCart } from "@ikas/storefront-models";
8
- export type { GetCartByIdQueryParams, SaveCartQueryParams, SaveCartCouponCodeQueryParams, AddItemToCartQueryParams, UpdateCartCampaignOfferQueryParams, };
9
- export declare function getCartById(params: GetCartByIdQueryParams): Promise<APIResponse<IkasCart | null>>;
10
- export declare function saveCart(params: SaveCartQueryParams): Promise<APIResponse<IkasCart | null>>;
11
- export declare function saveCartCouponCode(params: SaveCartCouponCodeQueryParams): Promise<APIResponse<IkasCart | null>>;
12
- export declare function addItemToCart(params: AddItemToCartQueryParams): Promise<APIResponse<IkasCart | null>>;
13
- export declare function updateCartCampaignOffer(params: UpdateCartCampaignOfferQueryParams): Promise<APIResponse<IkasCart | null>>;
1
+ import { APIResponse } from "@ikas/fe-api-client";
2
+ import { QueryParams as GetCartByIdQueryParams } from "../../__api/queries/getCartById";
3
+ import { QueryParams as SaveCartQueryParams } from "../../__api/mutations/saveCart";
4
+ import { QueryParams as SaveCartCouponCodeQueryParams } from "../../__api/mutations/saveCartCouponCode";
5
+ import { QueryParams as AddItemToCartQueryParams } from "../../__api/mutations/addItemToCart";
6
+ import { QueryParams as UpdateCartCampaignOfferQueryParams } from "../../__api/mutations/updateCartCampaignOffer";
7
+ import { IkasCart } from "@ikas/storefront-models";
8
+ export type { GetCartByIdQueryParams, SaveCartQueryParams, SaveCartCouponCodeQueryParams, AddItemToCartQueryParams, UpdateCartCampaignOfferQueryParams, };
9
+ export declare function getCartById(params: GetCartByIdQueryParams): Promise<APIResponse<IkasCart | null>>;
10
+ export declare function saveCart(params: SaveCartQueryParams): Promise<APIResponse<IkasCart | null>>;
11
+ export declare function saveCartCouponCode(params: SaveCartCouponCodeQueryParams): Promise<APIResponse<IkasCart | null>>;
12
+ export declare function addItemToCart(params: AddItemToCartQueryParams): Promise<APIResponse<IkasCart | null>>;
13
+ export declare function updateCartCampaignOffer(params: UpdateCartCampaignOfferQueryParams): Promise<APIResponse<IkasCart | null>>;
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as n,__spreadArray as r,__assign as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as a}from"@ikas/fe-api-client";function i(t){return e(e({},t),{cancelReason:null})}function s(r){return t(this,void 0,void 0,(function(){var t,e,s,u,o;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/queries/getCartById.js")];case 1:return t=n.sent().default,s=t,u=[r],[4,d()];case 2:return[4,s.apply(void 0,u.concat([n.sent()]))];case 3:return e=n.sent(),o=e.data?i(e.data):null,[2,new a(o||null,e.graphQLErrors)]}}))}))}function u(r){return t(this,void 0,void 0,(function(){var t,e,s,u,o;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/mutations/saveCart.js")];case 1:return t=n.sent().default,s=t,u=[r],[4,d()];case 2:return[4,s.apply(void 0,u.concat([n.sent()]))];case 3:return e=n.sent(),o=e.data?i(e.data):null,[2,new a(o||null,e.graphQLErrors)]}}))}))}function o(r){return t(this,void 0,void 0,(function(){var t,e,s,u,o;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/mutations/saveCartCouponCode.js")];case 1:return t=n.sent().default,s=t,u=[r],[4,d()];case 2:return[4,s.apply(void 0,u.concat([n.sent()]))];case 3:return e=n.sent(),o=e.data?i(e.data):null,[2,new a(o||null,e.graphQLErrors)]}}))}))}function c(r){return t(this,void 0,void 0,(function(){var t,e,s,u,o;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/mutations/addItemToCart.js")];case 1:return t=n.sent().default,s=t,u=[r],[4,d()];case 2:return[4,s.apply(void 0,u.concat([n.sent()]))];case 3:return e=n.sent(),o=e.data?i(e.data):null,[2,new a(o||null,e.graphQLErrors)]}}))}))}function l(r){return t(this,void 0,void 0,(function(){var t,e;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/mutations/updateCartCampaignOffer.js")];case 1:return[4,(0,n.sent().default)(r)];case 2:return t=n.sent(),e=t.data?i(t.data):null,[2,new a(e||null,t.graphQLErrors)]}}))}))}function d(){return t(this,void 0,void 0,(function(){var t,e;return n(this,(function(n){switch(n.label){case 0:return[4,import("../../__api/queries/getCartById.js")];case 1:return t=n.sent().ResponseField,e=r(r(["MERCHANT_ID","ORDER_LINE_ITEMS__VARIANT__TAG_IDS"],Object.keys(t).filter((function(t){return t.startsWith("CURRENCY_RATES")})),!0),Object.keys(t).filter((function(t){return t.startsWith("ABANDONED_CART_FLOWS")})),!0),[2,Object.entries(t).filter((function(t){var n=t[0];return!e.includes(n)})).map((function(t){return t[1]}))]}}))}))}export{c as addItemToCart,s as getCartById,u as saveCart,o as saveCartCouponCode,l as updateCartCampaignOffer};
1
+ import{APIResponse as a}from"../../node_modules/@ikas/fe-api-client/build/utils/api.js";import"axios";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js";import{initIkasCampaignOffer as t}from"@ikas/storefront-models";import{IkasStorefrontConfig as i}from"@ikas/storefront-config";function e(a){return{...a,cancelReason:null}}async function n(n){const r=(await import("../../__api/queries/getCartById.js")).default,s=await r(n,await l()),o=s.data?e(s.data):null;return o?.campaignOffers?.forEach((a=>{a.campaignOffer&&t(a.campaignOffer,i.getCurrentLocale())})),new a(o||null,s.graphQLErrors)}async function r(t){const i=(await import("../../__api/mutations/saveCart.js")).default,n=await i(t,await l()),r=n.data?e(n.data):null;return new a(r||null,n.graphQLErrors)}async function s(t){const i=(await import("../../__api/mutations/saveCartCouponCode.js")).default,n=await i(t,await l()),r=n.data?e(n.data):null;return new a(r||null,n.graphQLErrors)}async function o(t){const i=(await import("../../__api/mutations/addItemToCart.js")).default,n=await i(t,await l()),r=n.data?e(n.data):null;return new a(r||null,n.graphQLErrors)}async function _(t){const i=(await import("../../__api/mutations/updateCartCampaignOffer.js")).default,n=await i(t,await l()),r=n.data?e(n.data):null;return new a(r||null,n.graphQLErrors)}async function l(){const a=(await import("../../__api/queries/getCartById.js")).ResponseField,t=["MERCHANT_ID","ORDER_LINE_ITEMS__VARIANT__TAG_IDS","BILLING_ADDRESS__REGION__CREATED_AT","BILLING_ADDRESS__REGION__DELETED","BILLING_ADDRESS__REGION__UPDATED_AT","SHIPPING_ADDRESS__REGION__CREATED_AT","SHIPPING_ADDRESS__REGION__DELETED","SHIPPING_ADDRESS__REGION__UPDATED_AT",...Object.keys(a).filter((a=>a.startsWith("CURRENCY_RATES"))),...Object.keys(a).filter((a=>a.startsWith("ABANDONED_CART_FLOWS")))];return Object.entries(a).filter((([a])=>!t.includes(a))).map((a=>a[1]))}export{o as addItemToCart,n as getCartById,r as saveCart,s as saveCartCouponCode,_ as updateCartCampaignOffer};
@@ -1,11 +1,11 @@
1
- import { APIResponse } from "@ikas/fe-api-client";
2
- import { IkasCategory } from "@ikas/storefront-models";
3
- import { QueryParams as ListCategoryQueryParams } from "../../__api/queries/listCategory";
4
- export type { ListCategoryQueryParams };
5
- export declare function listCategory(params: ListCategoryQueryParams): Promise<APIResponse<{
6
- data: IkasCategory[] | undefined;
7
- count?: number | undefined;
8
- hasNext?: boolean | undefined;
9
- limit?: number | undefined;
10
- page?: number | undefined;
11
- }>>;
1
+ import { APIResponse } from "@ikas/fe-api-client";
2
+ import { IkasCategory } from "@ikas/storefront-models";
3
+ import { QueryParams as ListCategoryQueryParams } from "../../__api/queries/listCategory";
4
+ export type { ListCategoryQueryParams };
5
+ export declare function listCategory(params: ListCategoryQueryParams, excludedFieldsCategory?: string[] | null): Promise<APIResponse<{
6
+ data: IkasCategory[] | undefined;
7
+ count?: number | undefined;
8
+ hasNext?: boolean | undefined;
9
+ limit?: number | undefined;
10
+ page?: number | undefined;
11
+ }>>;
@@ -1 +1 @@
1
- import{__awaiter as r,__generator as t,__assign as o}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as e}from"@ikas/fe-api-client";import{IkasStorefrontConfig as i}from"@ikas/storefront-config";import{initIkasCategory as n}from"@ikas/storefront-models";function a(a){var s;return r(this,void 0,void 0,(function(){var r,u;return t(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/listCategory.js")];case 1:return[4,(0,t.sent().default)(a)];case 2:return r=t.sent(),null==(u=null===(s=r.data)||void 0===s?void 0:s.data)||u.forEach((function(r){return n(r,i.getCurrentLocale())})),[2,new e(o(o({},r.data),{data:u}),r.graphQLErrors)]}}))}))}export{a as listCategory};
1
+ import{APIResponse as e}from"../../node_modules/@ikas/fe-api-client/build/utils/api.js";import"axios";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js";import{IkasStorefrontConfig as t}from"@ikas/storefront-config";import{initIkasCategory as i}from"@ikas/storefront-models";async function a(a,s){const o=(await import("../../__api/queries/listCategory.js")).default,r=await o(a,await async function(e){const t=(await import("../../__api/queries/listCategory.js")).ResponseField;let i=[];e&&e.length&&e.map((e=>{const a=Object.keys(t).filter((t=>t.startsWith(e)));i=a}));return Object.entries(t).filter((([e])=>!i.includes(e))).map((e=>e[1]))}(s)),n=r.data?.data;return n?.forEach((e=>i(e,t.getCurrentLocale()))),new e({...r.data,data:n},r.graphQLErrors)}export{a as listCategory};
@@ -1,25 +1,33 @@
1
- import { APIResponse } from "@ikas/fe-api-client";
2
- import { QueryParams as CreateSaleTransactionQueryParams } from "../../__api/mutations/createSaleTransactionWithCart";
3
- import { QueryParams as ListPaymentGatewayQueryParams } from "../../__api/queries/listPaymentGateway";
4
- import { QueryParams as RetrieveInstallmentInfoQueryParams } from "../../__api/mutations/retrieveInstallmentInfo";
5
- import { QueryParams as CheckStocksQueryParams } from "../../__api/queries/checkStocks";
6
- import { QueryParams as ListCheckoutSettingsQueryParams } from "../../__api/queries/listCheckoutSettings";
7
- import { QueryParams as GetAvailableShippingCountriesQueryParams } from "../../__api/queries/getAvailableShippingCountries";
8
- import { QueryParams as ListStockLocationQueryParams } from "../../__api/queries/listStockLocation";
9
- import { QueryParams as GetAvailableStockLocationQueryParams } from "../../__api/queries/getAvailableStockLocations";
10
- import { QueryParams as CreateStripePaymentIntentParams } from "../../__api/mutations/createStripePaymentIntent";
11
- import { QueryParams as CreateKlarnaClientTokenParams } from "../../__api/mutations/createKlarnaClientToken";
12
- import { QueryParams as CreateAdyenClientTokenParams } from "../../__api/mutations/createAdyenPaymentSession";
13
- import { IkasAvailableStockLocation, IkasCheckoutSettings, IkasPaymentGateway, IkasStockLocation } from "@ikas/storefront-models";
14
- export type { CreateSaleTransactionQueryParams, ListPaymentGatewayQueryParams, RetrieveInstallmentInfoQueryParams, CheckStocksQueryParams, ListCheckoutSettingsQueryParams, GetAvailableShippingCountriesQueryParams, ListStockLocationQueryParams, GetAvailableStockLocationQueryParams, CreateStripePaymentIntentParams, CreateKlarnaClientTokenParams, CreateAdyenClientTokenParams, };
15
- export declare function createSaleTransactionWithCart(params: CreateSaleTransactionQueryParams): Promise<APIResponse<import("../..").TransactionResponse> | APIResponse<undefined>>;
16
- export declare function listPaymentGateway(params: ListPaymentGatewayQueryParams): Promise<APIResponse<IkasPaymentGateway[]>>;
17
- export declare function retrieveInstallmentInfo(params: RetrieveInstallmentInfoQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../..").RetrieveInstallmentInfoResponse>>;
18
- export declare function checkStocks(params: CheckStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").CheckStocksResponse>>;
19
- export declare function listCheckoutSettings(params: ListCheckoutSettingsQueryParams): Promise<APIResponse<IkasCheckoutSettings[]>>;
20
- export declare function getAvailableShippingCountries(params: GetAvailableShippingCountriesQueryParams): Promise<APIResponse<undefined> | APIResponse<string[]>>;
21
- export declare function listStockLocations(params: ListStockLocationQueryParams): Promise<APIResponse<IkasStockLocation[]>>;
22
- export declare function getAvailableStockLocations(params: GetAvailableStockLocationQueryParams): Promise<APIResponse<IkasAvailableStockLocation[]>>;
23
- export declare function createStripePaymentIntent(params: CreateStripePaymentIntentParams): Promise<APIResponse<import("../..").CreateStripePaymentIntentResponse>>;
24
- export declare function createKlarnaClientToken(params: CreateKlarnaClientTokenParams): Promise<APIResponse<import("../..").CreateKlarnaTokenResponse>>;
25
- export declare function createAdyenClientToken(params: CreateAdyenClientTokenParams): Promise<APIResponse<import("../..").CreateAdyenSessionResponse>>;
1
+ import { APIResponse } from "@ikas/fe-api-client";
2
+ import { QueryParams as CreateSaleTransactionQueryParams } from "../../__api/mutations/createSaleTransactionWithCart";
3
+ import { QueryParams as ListPaymentGatewayQueryParams } from "../../__api/queries/listPaymentGateway";
4
+ import { QueryParams as RetrieveInstallmentInfoQueryParams } from "../../__api/mutations/retrieveInstallmentInfo";
5
+ import { QueryParams as CheckStocksQueryParams } from "../../__api/queries/checkStocks";
6
+ import { QueryParams as ListCheckoutSettingsQueryParams } from "../../__api/queries/listCheckoutSettings";
7
+ import { QueryParams as GetAvailableShippingCountriesQueryParams } from "../../__api/queries/getAvailableShippingCountries";
8
+ import { QueryParams as ListStockLocationQueryParams } from "../../__api/queries/listStockLocation";
9
+ import { QueryParams as GetAvailableStockLocationQueryParams } from "../../__api/queries/getAvailableStockLocations";
10
+ import { QueryParams as CreateStripePaymentIntentParams } from "../../__api/mutations/createStripePaymentIntent";
11
+ import { QueryParams as CreateKlarnaClientTokenParams } from "../../__api/mutations/createKlarnaClientToken";
12
+ import { QueryParams as CreateAdyenClientTokenParams } from "../../__api/mutations/createAdyenPaymentSession";
13
+ import { QueryParams as GetPayPalClientIdTokenParams } from "../../__api/mutations/getPaypalClientId";
14
+ import { QueryParams as CreatePayPalOrderParams } from "../../__api/mutations/createPaypalOrder";
15
+ import { QueryParams as ListProductFileQueryParams } from "../../__api/queries/listProductFile";
16
+ import { QueryParams as CheckCartStocksQueryParams } from "../../__api/queries/checkCartStocks";
17
+ import { IkasAvailableStockLocation, IkasCheckoutSettings, IkasPaymentGateway, IkasStockLocation } from "@ikas/storefront-models";
18
+ export type { CreateSaleTransactionQueryParams, ListPaymentGatewayQueryParams, RetrieveInstallmentInfoQueryParams, CheckStocksQueryParams, ListCheckoutSettingsQueryParams, GetAvailableShippingCountriesQueryParams, ListStockLocationQueryParams, GetAvailableStockLocationQueryParams, CreateStripePaymentIntentParams, CreateKlarnaClientTokenParams, CreateAdyenClientTokenParams, GetPayPalClientIdTokenParams, CreatePayPalOrderParams, ListProductFileQueryParams, CheckCartStocksQueryParams, };
19
+ export declare function createSaleTransactionWithCart(params: CreateSaleTransactionQueryParams): Promise<APIResponse<import("../..").TransactionResponse> | APIResponse<undefined>>;
20
+ export declare function listPaymentGateway(params: ListPaymentGatewayQueryParams): Promise<APIResponse<IkasPaymentGateway[]>>;
21
+ export declare function listProductFile(params: ListProductFileQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").ProductFile[]>>;
22
+ export declare function retrieveInstallmentInfo(params: RetrieveInstallmentInfoQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../..").RetrieveInstallmentInfoResponse>>;
23
+ export declare function checkStocks(params: CheckStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").CheckStocksResponse>>;
24
+ export declare function checkCartStocks(params: CheckCartStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").CheckStocksResponse>>;
25
+ export declare function listCheckoutSettings(params: ListCheckoutSettingsQueryParams): Promise<APIResponse<IkasCheckoutSettings[]>>;
26
+ export declare function getAvailableShippingCountries(params: GetAvailableShippingCountriesQueryParams): Promise<APIResponse<undefined> | APIResponse<string[]>>;
27
+ export declare function listStockLocations(params: ListStockLocationQueryParams): Promise<APIResponse<IkasStockLocation[]>>;
28
+ export declare function getAvailableStockLocations(params: GetAvailableStockLocationQueryParams): Promise<APIResponse<IkasAvailableStockLocation[]>>;
29
+ export declare function createStripePaymentIntent(params: CreateStripePaymentIntentParams): Promise<APIResponse<import("../..").CreateStripePaymentIntentResponse>>;
30
+ export declare function createKlarnaClientToken(params: CreateKlarnaClientTokenParams): Promise<APIResponse<import("../..").CreateKlarnaTokenResponse>>;
31
+ export declare function createAdyenClientToken(params: CreateAdyenClientTokenParams): Promise<APIResponse<import("../..").CreateAdyenSessionResponse>>;
32
+ export declare function getPayPalClientId(params: GetPayPalClientIdTokenParams): Promise<APIResponse<import("../..").GetPaypalClientIdResponse>>;
33
+ export declare function createPayPalOrder(params: CreatePayPalOrderParams): Promise<APIResponse<import("../..").CreatePaypalOrderResponse>>;
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as n}from"@ikas/fe-api-client";function r(n){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/createSaleTransactionWithCart.js")];case 1:return[4,(0,t.sent().default)(n)];case 2:return[2,t.sent()]}}))}))}function i(r){return t(this,void 0,void 0,(function(){var t,i;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listPaymentGateway.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),i=t.data||[],[2,new n(i,t.graphQLErrors)]}}))}))}function s(n){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/retrieveInstallmentInfo.js")];case 1:return[4,(0,t.sent().default)(n)];case 2:return[2,t.sent()]}}))}))}function a(n){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/checkStocks.js")];case 1:return[4,(0,t.sent().default)(n)];case 2:return[2,t.sent()]}}))}))}function u(r){return t(this,void 0,void 0,(function(){var t,i,s,a,u;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listCheckoutSettings.js")];case 1:return t=e.sent().default,s=t,a=[r],[4,p()];case 2:return[4,s.apply(void 0,a.concat([e.sent()]))];case 3:return i=e.sent(),u=i.data||[],[2,new n(u,i.graphQLErrors)]}}))}))}function o(n){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/getAvailableShippingCountries.js")];case 1:return[4,(0,t.sent().default)(n)];case 2:return[2,t.sent()]}}))}))}function c(r){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listStockLocation.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),[2,new n(t.data,t.graphQLErrors)]}}))}))}function l(r){var i;return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/getAvailableStockLocations.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),[2,new n(null===(i=t.data)||void 0===i?void 0:i.stockLocations,t.graphQLErrors)]}}))}))}function f(r){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createStripePaymentIntent.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),[2,new n(t.data,t.graphQLErrors)]}}))}))}function d(r){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createKlarnaClientToken.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),[2,new n(t.data,t.graphQLErrors)]}}))}))}function h(r){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createAdyenPaymentSession.js")];case 1:return[4,(0,e.sent().default)(r)];case 2:return t=e.sent(),[2,new n(t.data,t.graphQLErrors)]}}))}))}function p(){return t(this,void 0,void 0,(function(){var t,n;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listCheckoutSettings.js")];case 1:return t=e.sent().ResponseField,n=["IS_SHOW_POSTAL_CODE"],[2,Object.entries(t).filter((function(t){var e=t[0];return!n.includes(e)})).map((function(t){return t[1]}))]}}))}))}export{a as checkStocks,h as createAdyenClientToken,d as createKlarnaClientToken,r as createSaleTransactionWithCart,f as createStripePaymentIntent,o as getAvailableShippingCountries,l as getAvailableStockLocations,u as listCheckoutSettings,i as listPaymentGateway,c as listStockLocations,s as retrieveInstallmentInfo};
1
+ import{APIResponse as t}from"../../node_modules/@ikas/fe-api-client/build/utils/api.js";import"axios";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js";import"../../node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js";async function a(t){const a=(await import("../../__api/mutations/createSaleTransactionWithCart.js")).default;return await a(t)}async function i(a){const i=(await import("../../__api/queries/listPaymentGateway.js")).default,e=await i(a),n=e.data||[];return new t(n,e.graphQLErrors)}async function e(t){const a=(await import("../../__api/queries/listProductFile.js")).default;return await a(t)}async function n(t){const a=(await import("../../__api/mutations/retrieveInstallmentInfo.js")).default;return await a(t)}async function r(t){const a=(await import("../../__api/queries/checkStocks.js")).default;return await a(t)}async function s(t){const a=(await import("../../__api/queries/checkCartStocks.js")).default;return await a(t)}async function o(a){const i=(await import("../../__api/queries/listCheckoutSettings.js")).default,e=await i(a,await async function(){const t=(await import("../../__api/queries/listCheckoutSettings.js")).ResponseField,a=["IS_SHOW_POSTAL_CODE"];return Object.entries(t).filter((([t])=>!a.includes(t))).map((t=>t[1]))}()),n=e.data||[];return new t(n,e.graphQLErrors)}async function u(t){const a=(await import("../../__api/queries/getAvailableShippingCountries.js")).default;return await a(t)}async function c(a){const i=(await import("../../__api/queries/listStockLocation.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}async function p(a){const i=(await import("../../__api/queries/getAvailableStockLocations.js")).default,e=await i(a);return new t(e.data?.stockLocations,e.graphQLErrors)}async function l(a){const i=(await import("../../__api/mutations/createStripePaymentIntent.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}async function d(a){const i=(await import("../../__api/mutations/createKlarnaClientToken.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}async function _(a){const i=(await import("../../__api/mutations/createAdyenPaymentSession.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}async function w(a){const i=(await import("../../__api/mutations/getPaypalClientId.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}async function f(a){const i=(await import("../../__api/mutations/createPaypalOrder.js")).default,e=await i(a);return new t(e.data,e.graphQLErrors)}export{s as checkCartStocks,r as checkStocks,_ as createAdyenClientToken,d as createKlarnaClientToken,f as createPayPalOrder,a as createSaleTransactionWithCart,l as createStripePaymentIntent,u as getAvailableShippingCountries,p as getAvailableStockLocations,w as getPayPalClientId,o as listCheckoutSettings,i as listPaymentGateway,e as listProductFile,c as listStockLocations,n as retrieveInstallmentInfo};