@ikas/storefront 2.0.74-alpha.1 → 3.0.0-alpha.12

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 (1227) hide show
  1. package/build/__api/models/AbandonedCartFlow.d.ts +19 -0
  2. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -0
  3. package/build/__api/models/AddItemToCartInput.d.ts +18 -0
  4. package/build/__api/models/AdditionalPrice.d.ts +13 -0
  5. package/build/__api/models/AdditionalPrice.js +1 -0
  6. package/build/__api/models/ApplicableProductFilterValue.d.ts +13 -0
  7. package/build/__api/models/AppliedProduct.d.ts +10 -0
  8. package/build/__api/models/AppliedProductInput.d.ts +10 -0
  9. package/build/__api/models/AvailableShippingMethod.d.ts +14 -0
  10. package/build/__api/models/AvailableShippingMethod.js +1 -0
  11. package/build/__api/models/Blog.d.ts +28 -0
  12. package/build/__api/models/Blog.js +1 -0
  13. package/build/__api/models/BlogCategory.d.ts +13 -0
  14. package/build/__api/models/BlogCategory.js +1 -0
  15. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
  16. package/build/__api/models/BlogContent.d.ts +10 -0
  17. package/build/__api/models/BlogContent.js +1 -0
  18. package/build/__api/models/BlogMetadata.d.ts +15 -0
  19. package/build/__api/models/BlogMetadata.js +1 -0
  20. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -0
  21. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -0
  22. package/build/__api/models/BlogPaginationResponse.d.ts +14 -0
  23. package/build/__api/models/BlogTag.d.ts +10 -0
  24. package/build/__api/models/BlogTag.js +1 -0
  25. package/build/__api/models/BlogWriter.d.ts +10 -0
  26. package/build/__api/models/BlogWriter.js +1 -0
  27. package/build/__api/models/BooleanFilterInput.d.ts +9 -0
  28. package/build/__api/models/BuyX.d.ts +12 -0
  29. package/build/__api/models/BuyXThenGetY.d.ts +13 -0
  30. package/build/__api/models/Campaign.d.ts +30 -0
  31. package/build/__api/models/CampaignDateRangeField.d.ts +10 -0
  32. package/build/__api/models/CampaignFilter.d.ts +11 -0
  33. package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -0
  34. package/build/__api/models/Cart.d.ts +31 -0
  35. package/build/__api/models/CartCampaignOffer.d.ts +17 -0
  36. package/build/__api/models/CartCampaignOfferInput.d.ts +11 -0
  37. package/build/__api/models/CartLineItemInput.d.ts +12 -0
  38. package/build/__api/models/CartLineOptionInput.d.ts +11 -0
  39. package/build/__api/models/CartLineVariantInput.d.ts +10 -0
  40. package/build/__api/models/CartStorefrontRouting.d.ts +15 -0
  41. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
  42. package/build/__api/models/CartV2.d.ts +68 -0
  43. package/build/__api/models/CartV2CampaignOffer.d.ts +17 -0
  44. package/build/__api/models/CartV2CampaignOffer.js +1 -0
  45. package/build/__api/models/Category.d.ts +27 -0
  46. package/build/__api/models/Category.js +1 -0
  47. package/build/__api/models/CategoryCondition.d.ts +11 -0
  48. package/build/__api/models/CategoryCondition.js +1 -0
  49. package/build/__api/models/CategoryFilterInput.d.ts +10 -0
  50. package/build/__api/models/CategoryPaginationResponse.d.ts +14 -0
  51. package/build/__api/models/CategoryPathFilterInput.d.ts +9 -0
  52. package/build/__api/models/CategoryPathItem.d.ts +17 -0
  53. package/build/__api/models/CategoryPathItem.js +1 -0
  54. package/build/__api/models/CategoryTranslation.d.ts +11 -0
  55. package/build/__api/models/CategoryTranslation.js +1 -0
  56. package/build/__api/models/CheckStocksLineInput.d.ts +11 -0
  57. package/build/__api/models/CheckStocksLineInput.js +1 -0
  58. package/build/__api/models/CheckStocksLineResponse.d.ts +11 -0
  59. package/build/__api/models/CheckStocksResponse.d.ts +10 -0
  60. package/build/__api/models/Checkout.d.ts +44 -0
  61. package/build/__api/models/CheckoutCustomer.d.ts +19 -0
  62. package/build/__api/models/CheckoutCustomerInput.d.ts +13 -0
  63. package/build/__api/models/CheckoutCustomerInput.js +1 -0
  64. package/build/__api/models/CheckoutOption.d.ts +10 -0
  65. package/build/__api/models/CheckoutOption.js +1 -0
  66. package/build/__api/models/CheckoutSettings.d.ts +24 -0
  67. package/build/__api/models/CheckoutSettings.js +1 -0
  68. package/build/__api/models/CheckoutSettingsPrice.d.ts +10 -0
  69. package/build/__api/models/CheckoutSettingsPrice.js +1 -0
  70. package/build/__api/models/City.d.ts +16 -0
  71. package/build/__api/models/City.js +1 -0
  72. package/build/__api/models/Country.d.ts +22 -0
  73. package/build/__api/models/Country.js +1 -0
  74. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
  75. package/build/__api/models/CreateCustomerReviewInput.d.ts +17 -0
  76. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +12 -0
  77. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +12 -0
  78. package/build/__api/models/CurrencyRate.d.ts +13 -0
  79. package/build/__api/models/CurrencyRateData.d.ts +10 -0
  80. package/build/__api/models/Customer.d.ts +34 -0
  81. package/build/__api/models/CustomerAddress.d.ts +31 -0
  82. package/build/__api/models/CustomerAddressCity.d.ts +11 -0
  83. package/build/__api/models/CustomerAddressCity.js +1 -0
  84. package/build/__api/models/CustomerAddressCityInput.d.ts +11 -0
  85. package/build/__api/models/CustomerAddressCityInput.js +1 -0
  86. package/build/__api/models/CustomerAddressCountry.d.ts +13 -0
  87. package/build/__api/models/CustomerAddressCountry.js +1 -0
  88. package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -0
  89. package/build/__api/models/CustomerAddressCountryInput.js +1 -0
  90. package/build/__api/models/CustomerAddressDistrict.d.ts +11 -0
  91. package/build/__api/models/CustomerAddressDistrict.js +1 -0
  92. package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -0
  93. package/build/__api/models/CustomerAddressDistrictInput.js +1 -0
  94. package/build/__api/models/CustomerAddressState.d.ts +11 -0
  95. package/build/__api/models/CustomerAddressState.js +1 -0
  96. package/build/__api/models/CustomerAddressStateInput.d.ts +11 -0
  97. package/build/__api/models/CustomerAddressStateInput.js +1 -0
  98. package/build/__api/models/CustomerAttribute.d.ts +19 -0
  99. package/build/__api/models/CustomerAttribute.js +1 -0
  100. package/build/__api/models/CustomerAttributeOption.d.ts +10 -0
  101. package/build/__api/models/CustomerAttributeOption.js +1 -0
  102. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
  103. package/build/__api/models/CustomerAttributeOptionTranslation.js +1 -0
  104. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
  105. package/build/__api/models/CustomerAttributeSalesChannel.js +1 -0
  106. package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
  107. package/build/__api/models/CustomerAttributeTranslation.js +1 -0
  108. package/build/__api/models/CustomerAttributeValue.d.ts +11 -0
  109. package/build/__api/models/CustomerAttributeValue.js +1 -0
  110. package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -0
  111. package/build/__api/models/CustomerAttributeValueInput.js +1 -0
  112. package/build/__api/models/CustomerCheckResponse.d.ts +9 -0
  113. package/build/__api/models/CustomerFavoriteProduct.d.ts +11 -0
  114. package/build/__api/models/CustomerFavoriteProduct.js +1 -0
  115. package/build/__api/models/CustomerLoginResponse.d.ts +12 -0
  116. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
  117. package/build/__api/models/CustomerReview.d.ts +21 -0
  118. package/build/__api/models/CustomerReview.js +1 -0
  119. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
  120. package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
  121. package/build/__api/models/CustomerReviewSummary.js +1 -0
  122. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
  123. package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
  124. package/build/__api/models/CustomerReviewSummaryStar.js +1 -0
  125. package/build/__api/models/DateFilterInput.d.ts +16 -0
  126. package/build/__api/models/District.d.ts +16 -0
  127. package/build/__api/models/District.js +1 -0
  128. package/build/__api/models/FixedDiscount.d.ts +14 -0
  129. package/build/__api/models/GetAvailableStockLocation.d.ts +14 -0
  130. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -0
  131. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -0
  132. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -0
  133. package/build/__api/models/GetOrderLineFile.d.ts +9 -0
  134. package/build/__api/models/GetProductCampaignsInput.d.ts +11 -0
  135. package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -0
  136. package/build/__api/models/GetVariantStockLocation.d.ts +12 -0
  137. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -0
  138. package/build/__api/models/GetY.d.ts +13 -0
  139. package/build/__api/models/HTMLMetaData.d.ts +20 -0
  140. package/build/__api/models/HTMLMetaData.js +1 -0
  141. package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
  142. package/build/__api/models/HTMLMetaDataOverride.js +1 -0
  143. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
  144. package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
  145. package/build/__api/models/HTMLMetaDataTranslation.js +1 -0
  146. package/build/__api/models/Invoice.d.ts +16 -0
  147. package/build/__api/models/Invoice.js +1 -0
  148. package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
  149. package/build/__api/models/LocationTranslations.d.ts +10 -0
  150. package/build/__api/models/LocationTranslations.js +1 -0
  151. package/build/__api/models/MerchantSettings.d.ts +11 -0
  152. package/build/__api/models/MerchantSettings.js +1 -0
  153. package/build/__api/models/OrderAddress.d.ts +28 -0
  154. package/build/__api/models/OrderAddressCity.d.ts +11 -0
  155. package/build/__api/models/OrderAddressCity.js +1 -0
  156. package/build/__api/models/OrderAddressCityInput.d.ts +11 -0
  157. package/build/__api/models/OrderAddressCityInput.js +1 -0
  158. package/build/__api/models/OrderAddressCountry.d.ts +13 -0
  159. package/build/__api/models/OrderAddressCountry.js +1 -0
  160. package/build/__api/models/OrderAddressCountryInput.d.ts +13 -0
  161. package/build/__api/models/OrderAddressCountryInput.js +1 -0
  162. package/build/__api/models/OrderAddressDistrict.d.ts +11 -0
  163. package/build/__api/models/OrderAddressDistrict.js +1 -0
  164. package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -0
  165. package/build/__api/models/OrderAddressDistrictInput.js +1 -0
  166. package/build/__api/models/OrderAddressInput.d.ts +28 -0
  167. package/build/__api/models/OrderAddressInput.js +1 -0
  168. package/build/__api/models/OrderAddressState.d.ts +11 -0
  169. package/build/__api/models/OrderAddressState.js +1 -0
  170. package/build/__api/models/OrderAddressStateInput.d.ts +11 -0
  171. package/build/__api/models/OrderAddressStateInput.js +1 -0
  172. package/build/__api/models/OrderAdjustment.d.ts +19 -0
  173. package/build/__api/models/OrderAdjustment.js +1 -0
  174. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -0
  175. package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +1 -0
  176. package/build/__api/models/OrderAdjustmentInput.d.ts +16 -0
  177. package/build/__api/models/OrderAdjustmentInput.js +1 -0
  178. package/build/__api/models/OrderCurrencyRate.d.ts +11 -0
  179. package/build/__api/models/OrderCustomer.d.ts +15 -0
  180. package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
  181. package/build/__api/models/OrderGiftPackageLine.js +1 -0
  182. package/build/__api/models/OrderLineDiscount.d.ts +15 -0
  183. package/build/__api/models/OrderLineDiscount.js +1 -0
  184. package/build/__api/models/OrderLineItem.d.ts +26 -0
  185. package/build/__api/models/OrderLineItem.js +1 -0
  186. package/build/__api/models/OrderLineOption.d.ts +15 -0
  187. package/build/__api/models/OrderLineOption.js +1 -0
  188. package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
  189. package/build/__api/models/OrderLineOptionValue.js +1 -0
  190. package/build/__api/models/OrderLineVariant.d.ts +27 -0
  191. package/build/__api/models/OrderLineVariant.js +1 -0
  192. package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
  193. package/build/__api/models/OrderLineVariantBrand.js +1 -0
  194. package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
  195. package/build/__api/models/OrderLineVariantCategory.js +1 -0
  196. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
  197. package/build/__api/models/OrderLineVariantCategoryPath.js +1 -0
  198. package/build/__api/models/OrderLineVariantPrice.d.ts +13 -0
  199. package/build/__api/models/OrderLineVariantPrice.js +1 -0
  200. package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
  201. package/build/__api/models/OrderLineVariantVariantValues.js +1 -0
  202. package/build/__api/models/OrderPackage.d.ts +18 -0
  203. package/build/__api/models/OrderPackage.js +1 -0
  204. package/build/__api/models/OrderPaymentMethod.d.ts +13 -0
  205. package/build/__api/models/OrderPaymentMethod.js +1 -0
  206. package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
  207. package/build/__api/models/OrderRefundOrderLineInput.js +1 -0
  208. package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
  209. package/build/__api/models/OrderRefundSettings.d.ts +14 -0
  210. package/build/__api/models/OrderShippingLine.d.ts +16 -0
  211. package/build/__api/models/OrderShippingLine.js +1 -0
  212. package/build/__api/models/OrderStorefrontRouting.d.ts +15 -0
  213. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
  214. package/build/__api/models/OrderTaxLine.d.ts +10 -0
  215. package/build/__api/models/OrderTaxLine.js +1 -0
  216. package/build/__api/models/PaginationInput.d.ts +10 -0
  217. package/build/__api/models/PaymentGateway.d.ts +26 -0
  218. package/build/__api/models/PaymentGateway.js +1 -0
  219. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
  220. package/build/__api/models/PaymentGatewayPaymentMethod.js +1 -0
  221. package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
  222. package/build/__api/models/PaymentGatewayTranslation.js +1 -0
  223. package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
  224. package/build/__api/models/Product.d.ts +33 -0
  225. package/build/__api/models/ProductAttribute.d.ts +19 -0
  226. package/build/__api/models/ProductAttributeOption.d.ts +10 -0
  227. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -0
  228. package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -0
  229. package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -0
  230. package/build/__api/models/ProductAttributeTranslation.d.ts +13 -0
  231. package/build/__api/models/ProductAttributeValue.d.ts +12 -0
  232. package/build/__api/models/ProductAttributeValue.js +1 -0
  233. package/build/__api/models/ProductBackInStockRemind.d.ts +14 -0
  234. package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
  235. package/build/__api/models/ProductBrand.d.ts +19 -0
  236. package/build/__api/models/ProductBrand.js +1 -0
  237. package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
  238. package/build/__api/models/ProductBrandTranslation.d.ts +11 -0
  239. package/build/__api/models/ProductBrandTranslation.js +1 -0
  240. package/build/__api/models/ProductFacetCount.d.ts +11 -0
  241. package/build/__api/models/ProductFacetCountValue.d.ts +10 -0
  242. package/build/__api/models/ProductFilterData.d.ts +12 -0
  243. package/build/__api/models/ProductFilterDataFilter.d.ts +24 -0
  244. package/build/__api/models/ProductFilterSettings.d.ts +14 -0
  245. package/build/__api/models/ProductImage.d.ts +12 -0
  246. package/build/__api/models/ProductItem.d.ts +11 -0
  247. package/build/__api/models/ProductItemInput.d.ts +11 -0
  248. package/build/__api/models/ProductLastViewed.d.ts +12 -0
  249. package/build/__api/models/ProductLastViewedInput.d.ts +12 -0
  250. package/build/__api/models/ProductOption.d.ts +28 -0
  251. package/build/__api/models/ProductOptionDateSettings.d.ts +12 -0
  252. package/build/__api/models/ProductOptionFileSettings.d.ts +11 -0
  253. package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -0
  254. package/build/__api/models/ProductOptionSelectValue.d.ts +16 -0
  255. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +10 -0
  256. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -0
  257. package/build/__api/models/ProductOptionSet.d.ts +14 -0
  258. package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -0
  259. package/build/__api/models/ProductOptionTextSettings.d.ts +10 -0
  260. package/build/__api/models/ProductOptionTranslations.d.ts +13 -0
  261. package/build/__api/models/ProductPaginationResponse.d.ts +14 -0
  262. package/build/__api/models/ProductPrice.d.ts +13 -0
  263. package/build/__api/models/ProductPrice.js +1 -0
  264. package/build/__api/models/ProductSearchResponse.d.ts +17 -0
  265. package/build/__api/models/ProductStockLocation.d.ts +13 -0
  266. package/build/__api/models/ProductTagTranslation.d.ts +11 -0
  267. package/build/__api/models/ProductTranslation.d.ts +11 -0
  268. package/build/__api/models/ProductVariantType.d.ts +11 -0
  269. package/build/__api/models/Raffle.d.ts +23 -0
  270. package/build/__api/models/RaffleDateRangeField.d.ts +10 -0
  271. package/build/__api/models/RaffleMetadata.d.ts +15 -0
  272. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -0
  273. package/build/__api/models/RafflePaginationResponse.d.ts +14 -0
  274. package/build/__api/models/RaffleParticipants.d.ts +23 -0
  275. package/build/__api/models/RaffleParticipantsInput.d.ts +17 -0
  276. package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +13 -0
  277. package/build/__api/models/RaffleVariantInformation.d.ts +10 -0
  278. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +11 -0
  279. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -0
  280. package/build/__api/models/SaveCartInput.d.ts +26 -0
  281. package/build/__api/models/SaveCartInput.js +1 -0
  282. package/build/__api/models/SaveCheckoutInput.d.ts +26 -0
  283. package/build/__api/models/SaveItemToCartInput.d.ts +21 -0
  284. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +29 -0
  285. package/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
  286. package/build/__api/models/SaveMyCustomerInput.d.ts +17 -0
  287. package/build/__api/models/SaveMyCustomerInput.js +1 -0
  288. package/build/__api/models/SearchCategory.d.ts +15 -0
  289. package/build/__api/models/SearchCategoryPath.d.ts +13 -0
  290. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -0
  291. package/build/__api/models/SearchHTMLMetaData.d.ts +16 -0
  292. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -0
  293. package/build/__api/models/SearchInput.d.ts +32 -0
  294. package/build/__api/models/SearchInputFacetListInput.d.ts +12 -0
  295. package/build/__api/models/SearchInputFilterListInput.d.ts +14 -0
  296. package/build/__api/models/SearchInputFilterListInput.js +1 -0
  297. package/build/__api/models/SearchInputOrderByInput.d.ts +11 -0
  298. package/build/__api/models/SearchProduct.d.ts +34 -0
  299. package/build/__api/models/SearchProductAttribute.d.ts +15 -0
  300. package/build/__api/models/SearchProductAttributeOption.d.ts +10 -0
  301. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -0
  302. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -0
  303. package/build/__api/models/SearchProductAttributeValue.d.ts +14 -0
  304. package/build/__api/models/SearchProductBrand.d.ts +13 -0
  305. package/build/__api/models/SearchProductImage.d.ts +12 -0
  306. package/build/__api/models/SearchProductPrice.d.ts +13 -0
  307. package/build/__api/models/SearchProductStockLocation.d.ts +10 -0
  308. package/build/__api/models/SearchProductTag.d.ts +12 -0
  309. package/build/__api/models/SearchProductVariantType.d.ts +12 -0
  310. package/build/__api/models/SearchVariant.d.ts +25 -0
  311. package/build/__api/models/SearchVariantType.d.ts +15 -0
  312. package/build/__api/models/SearchVariantValue.d.ts +12 -0
  313. package/build/__api/models/SearchVariationValueRelation.d.ts +10 -0
  314. package/build/__api/models/SocialLoginSettings.d.ts +12 -0
  315. package/build/__api/models/State.d.ts +12 -0
  316. package/build/__api/models/State.js +1 -0
  317. package/build/__api/models/StockLocation.d.ts +18 -0
  318. package/build/__api/models/StockLocation.js +1 -0
  319. package/build/__api/models/StockLocationAddress.d.ts +19 -0
  320. package/build/__api/models/StockLocationAddress.js +1 -0
  321. package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
  322. package/build/__api/models/StockLocationAddressCity.js +1 -0
  323. package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
  324. package/build/__api/models/StockLocationAddressCountry.js +1 -0
  325. package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
  326. package/build/__api/models/StockLocationAddressDistrict.js +1 -0
  327. package/build/__api/models/StockLocationAddressState.d.ts +11 -0
  328. package/build/__api/models/StockLocationAddressState.js +1 -0
  329. package/build/__api/models/Storefront.d.ts +30 -0
  330. package/build/__api/models/StorefrontDomain.d.ts +13 -0
  331. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +10 -0
  332. package/build/__api/models/StorefrontLocalization.d.ts +12 -0
  333. package/build/__api/models/StorefrontOrder.d.ts +50 -0
  334. package/build/__api/models/StorefrontRouting.d.ts +16 -0
  335. package/build/__api/models/StorefrontTheme.d.ts +15 -0
  336. package/build/__api/models/StorefrontTransaction.d.ts +27 -0
  337. package/build/__api/models/StringFilterInput.d.ts +13 -0
  338. package/build/__api/models/Town.d.ts +12 -0
  339. package/build/__api/models/TrackingInfo.d.ts +13 -0
  340. package/build/__api/models/TrackingInfo.js +1 -0
  341. package/build/__api/models/TransactionError.d.ts +11 -0
  342. package/build/__api/models/TransactionError.js +1 -0
  343. package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
  344. package/build/__api/models/TransactionInstallmentPrice.js +1 -0
  345. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
  346. package/build/__api/models/TransactionPaymentMethodDetail.js +1 -0
  347. package/build/__api/models/TransactionResponse.d.ts +16 -0
  348. package/build/__api/models/Variant.d.ts +25 -0
  349. package/build/__api/models/VariantStock.d.ts +10 -0
  350. package/build/__api/models/VariantType.d.ts +16 -0
  351. package/build/__api/models/VariantTypeTranslation.d.ts +12 -0
  352. package/build/__api/models/VariantValue.d.ts +12 -0
  353. package/build/__api/models/VariantValueRelation.d.ts +10 -0
  354. package/build/__api/models/VariantValueTranslation.d.ts +10 -0
  355. package/build/__api/models/_base.d.ts +18 -0
  356. package/build/__api/models/_base.js +1 -0
  357. package/build/__api/mutations/activateCustomer.d.ts +6 -0
  358. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +217 -0
  359. package/build/__api/mutations/addItemToCart.d.ts +215 -0
  360. package/build/__api/mutations/addItemToCart.js +1 -0
  361. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +69 -0
  362. package/build/__api/mutations/createCustomerEmailSubscription.js +1 -0
  363. package/build/__api/mutations/createCustomerReview.d.ts +24 -0
  364. package/build/__api/mutations/createCustomerReview.js +1 -0
  365. package/build/__api/mutations/createOrderRefundRequest.d.ts +195 -0
  366. package/build/__api/mutations/createOrderRefundRequest.js +1 -0
  367. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +17 -0
  368. package/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
  369. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +17 -0
  370. package/build/__api/mutations/customerForgotPassword.d.ts +7 -0
  371. package/build/__api/mutations/customerForgotPassword.js +1 -0
  372. package/build/__api/mutations/customerLogin.d.ts +72 -0
  373. package/build/__api/mutations/customerLogin.js +1 -0
  374. package/build/__api/mutations/customerRecoverPassword.d.ts +8 -0
  375. package/build/__api/mutations/customerRecoverPassword.js +1 -0
  376. package/build/__api/mutations/customerRefreshToken.d.ts +11 -0
  377. package/build/__api/mutations/customerRefreshToken.js +1 -0
  378. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -0
  379. package/build/__api/mutations/getOrderLineFile.d.ts +7 -0
  380. package/build/__api/mutations/getOrderLineFile.js +1 -0
  381. package/build/__api/mutations/registerCustomer.d.ts +77 -0
  382. package/build/__api/mutations/registerCustomer.js +1 -0
  383. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -0
  384. package/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
  385. package/build/__api/mutations/saveCart.d.ts +215 -0
  386. package/build/__api/mutations/saveCart.js +1 -0
  387. package/build/__api/mutations/saveCartCouponCode.d.ts +216 -0
  388. package/build/__api/mutations/saveCartCouponCode.js +1 -0
  389. package/build/__api/mutations/saveCheckout.d.ts +216 -0
  390. package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -0
  391. package/build/__api/mutations/saveFavoriteProduct.js +1 -0
  392. package/build/__api/mutations/saveItemToCart.d.ts +97 -0
  393. package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -0
  394. package/build/__api/mutations/saveLastViewedProducts.js +1 -0
  395. package/build/__api/mutations/saveMyCustomer.d.ts +69 -0
  396. package/build/__api/mutations/saveMyCustomer.js +1 -0
  397. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +18 -0
  398. package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
  399. package/build/__api/mutations/saveRaffleParticipant.d.ts +27 -0
  400. package/build/__api/mutations/saveRaffleParticipant.js +1 -0
  401. package/build/__api/mutations/sendContactFormToMerchant.d.ts +11 -0
  402. package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
  403. package/build/__api/mutations/updateRaffleParticipant.d.ts +28 -0
  404. package/build/__api/queries/checkCustomerEmail.d.ts +11 -0
  405. package/build/__api/queries/checkCustomerEmail.js +1 -0
  406. package/build/__api/queries/checkStocks.d.ts +13 -0
  407. package/build/__api/queries/checkStocks.js +1 -0
  408. package/build/__api/queries/customerSocialLogin.d.ts +71 -0
  409. package/build/__api/queries/customerSocialLogin.js +1 -0
  410. package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -0
  411. package/build/__api/queries/getAvailableShippingCountries.js +1 -0
  412. package/build/__api/queries/getAvailableStockLocations.d.ts +28 -0
  413. package/build/__api/queries/getCart.d.ts +99 -0
  414. package/build/__api/queries/getCartById.d.ts +216 -0
  415. package/build/__api/queries/getCartById.js +1 -0
  416. package/build/__api/queries/getCheckoutByCartId.d.ts +216 -0
  417. package/build/__api/queries/getCheckoutById.d.ts +216 -0
  418. package/build/__api/queries/getCurrencyRate.d.ts +17 -0
  419. package/build/__api/queries/getCustomerOrders.d.ts +195 -0
  420. package/build/__api/queries/getCustomerOrders.js +1 -0
  421. package/build/__api/queries/getLastViewedProducts.d.ts +20 -0
  422. package/build/__api/queries/getLastViewedProducts.js +1 -0
  423. package/build/__api/queries/getMyCountry.d.ts +3 -0
  424. package/build/__api/queries/getMyCountry.js +1 -0
  425. package/build/__api/queries/getMyCustomer.d.ts +66 -0
  426. package/build/__api/queries/getMyCustomer.js +1 -0
  427. package/build/__api/queries/getOrder.d.ts +195 -0
  428. package/build/__api/queries/getOrderByEmail.d.ts +196 -0
  429. package/build/__api/queries/getOrderByEmail.js +1 -0
  430. package/build/__api/queries/getProductCampaigns.d.ts +47 -0
  431. package/build/__api/queries/getProductCampaigns.js +1 -0
  432. package/build/__api/queries/getProductFilterData.d.ts +159 -0
  433. package/build/__api/queries/getProductFilterData.js +1 -0
  434. package/build/__api/queries/getRaffleParticipants.d.ts +24 -0
  435. package/build/__api/queries/getRafflesByCustomerId.d.ts +33 -0
  436. package/build/__api/queries/getRafflesByCustomerId.js +1 -0
  437. package/build/__api/queries/getRelatedProducts.d.ts +14 -0
  438. package/build/__api/queries/getRelatedProducts.js +1 -0
  439. package/build/__api/queries/getStorefront.d.ts +61 -0
  440. package/build/__api/queries/getStorefront.js +1 -0
  441. package/build/__api/queries/getVariantStockLocations.d.ts +30 -0
  442. package/build/__api/queries/isFavoriteProduct.d.ts +6 -0
  443. package/build/__api/queries/isFavoriteProduct.js +1 -0
  444. package/build/__api/queries/listBlog.d.ts +70 -0
  445. package/build/__api/queries/listBlog.js +1 -0
  446. package/build/__api/queries/listBlogCategory.d.ts +33 -0
  447. package/build/__api/queries/listBlogCategory.js +1 -0
  448. package/build/__api/queries/listBlogMetadata.d.ts +28 -0
  449. package/build/__api/queries/listBlogMetadata.js +1 -0
  450. package/build/__api/queries/listCategory.d.ts +85 -0
  451. package/build/__api/queries/listCategory.js +1 -0
  452. package/build/__api/queries/listCheckoutSettings.d.ts +29 -0
  453. package/build/__api/queries/listCheckoutSettings.js +1 -0
  454. package/build/__api/queries/listCity.d.ts +25 -0
  455. package/build/__api/queries/listCity.js +1 -0
  456. package/build/__api/queries/listCountry.d.ts +31 -0
  457. package/build/__api/queries/listCountry.js +1 -0
  458. package/build/__api/queries/listCustomerAttribute.d.ts +27 -0
  459. package/build/__api/queries/listCustomerAttribute.js +1 -0
  460. package/build/__api/queries/listCustomerReviewSummary.d.ts +23 -0
  461. package/build/__api/queries/listCustomerReviewSummary.js +1 -0
  462. package/build/__api/queries/listCustomerReviews.d.ts +32 -0
  463. package/build/__api/queries/listCustomerReviews.js +1 -0
  464. package/build/__api/queries/listDistrict.d.ts +26 -0
  465. package/build/__api/queries/listDistrict.js +1 -0
  466. package/build/__api/queries/listFavoriteProducts.d.ts +12 -0
  467. package/build/__api/queries/listFavoriteProducts.js +1 -0
  468. package/build/__api/queries/listHTMLMetaData.d.ts +32 -0
  469. package/build/__api/queries/listHTMLMetaData.js +1 -0
  470. package/build/__api/queries/listMerchantSettings.d.ts +16 -0
  471. package/build/__api/queries/listMerchantSettings.js +1 -0
  472. package/build/__api/queries/listOrderRefundSettings.d.ts +21 -0
  473. package/build/__api/queries/listOrderRefundSettings.js +1 -0
  474. package/build/__api/queries/listOrderTransactions.d.ts +43 -0
  475. package/build/__api/queries/listOrderTransactions.js +1 -0
  476. package/build/__api/queries/listPaymentGateway.d.ts +35 -0
  477. package/build/__api/queries/listPaymentGateway.js +1 -0
  478. package/build/__api/queries/listProduct.d.ts +92 -0
  479. package/build/__api/queries/listProductAttribute.d.ts +33 -0
  480. package/build/__api/queries/listProductAttribute.js +1 -0
  481. package/build/__api/queries/listProductBackInStockRemind.d.ts +23 -0
  482. package/build/__api/queries/listProductBackInStockRemind.js +1 -0
  483. package/build/__api/queries/listProductBrand.d.ts +49 -0
  484. package/build/__api/queries/listProductBrand.js +1 -0
  485. package/build/__api/queries/listProductOptionSet.d.ts +59 -0
  486. package/build/__api/queries/listProductOptionSet.js +1 -0
  487. package/build/__api/queries/listProductStockLocation.d.ts +18 -0
  488. package/build/__api/queries/listRaffle.d.ts +45 -0
  489. package/build/__api/queries/listRaffle.js +1 -0
  490. package/build/__api/queries/listRaffleMetadata.d.ts +24 -0
  491. package/build/__api/queries/listRaffleMetadata.js +1 -0
  492. package/build/__api/queries/listState.d.ts +20 -0
  493. package/build/__api/queries/listState.js +1 -0
  494. package/build/__api/queries/listStockLocation.d.ts +35 -0
  495. package/build/__api/queries/listStockLocation.js +1 -0
  496. package/build/__api/queries/listTown.d.ts +20 -0
  497. package/build/__api/queries/listVariantType.d.ts +29 -0
  498. package/build/__api/queries/searchProducts.d.ts +130 -0
  499. package/build/__api/queries/searchProducts.js +1 -0
  500. package/build/__api/types/index.d.ts +2524 -0
  501. package/build/__api/types/index.js +1 -0
  502. package/build/_virtual/Axios.js_commonjs-proxy2.js +1 -0
  503. package/build/_virtual/Cancel.js_commonjs-proxy.js +1 -0
  504. package/build/_virtual/CancelToken.js_commonjs-proxy.js +1 -0
  505. package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +1 -0
  506. package/build/_virtual/_commonjsHelpers.js +1 -1
  507. package/build/_virtual/axios.js_commonjs-proxy.js +1 -0
  508. package/build/_virtual/bind.js_commonjs-proxy.js +1 -0
  509. package/build/_virtual/browser.js_commonjs-proxy.js +1 -0
  510. package/build/_virtual/buildFullPath.js_commonjs-proxy.js +1 -0
  511. package/build/_virtual/buildURL.js_commonjs-proxy.js +1 -0
  512. package/build/_virtual/combineURLs.js_commonjs-proxy.js +1 -0
  513. package/build/_virtual/common.js_commonjs-proxy.js +1 -0
  514. package/build/_virtual/cookies.js_commonjs-proxy.js +1 -0
  515. package/build/_virtual/createError.js_commonjs-proxy.js +1 -0
  516. package/build/_virtual/debug.js_commonjs-proxy.js +1 -0
  517. package/build/_virtual/defaults.js_commonjs-proxy.js +1 -0
  518. package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +1 -0
  519. package/build/_virtual/enhanceError.js_commonjs-proxy.js +1 -0
  520. package/build/_virtual/http.js_commonjs-proxy.js +1 -0
  521. package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
  522. package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
  523. package/build/_virtual/index.js_commonjs-proxy14.js +1 -0
  524. package/build/_virtual/index.js_commonjs-proxy15.js +1 -0
  525. package/build/_virtual/index.js_commonjs-proxy16.js +1 -0
  526. package/build/_virtual/index.js_commonjs-proxy17.js +1 -0
  527. package/build/_virtual/index.js_commonjs-proxy18.js +1 -0
  528. package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
  529. package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
  530. package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
  531. package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +1 -0
  532. package/build/_virtual/isAxiosError.js_commonjs-proxy.js +1 -0
  533. package/build/_virtual/isCancel.js_commonjs-proxy.js +1 -0
  534. package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +1 -0
  535. package/build/_virtual/mergeConfig.js_commonjs-proxy.js +1 -0
  536. package/build/_virtual/node.js_commonjs-proxy3.js +1 -0
  537. package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +1 -0
  538. package/build/_virtual/parseHeaders.js_commonjs-proxy.js +1 -0
  539. package/build/_virtual/settle.js_commonjs-proxy.js +1 -0
  540. package/build/_virtual/spread.js_commonjs-proxy.js +1 -0
  541. package/build/_virtual/transformData.js_commonjs-proxy.js +1 -0
  542. package/build/_virtual/utils.js_commonjs-proxy.js +1 -0
  543. package/build/_virtual/validator.js_commonjs-proxy.js +1 -0
  544. package/build/_virtual/xhr.js_commonjs-proxy.js +1 -0
  545. package/build/analytics/analytics.d.ts +6 -6
  546. package/build/analytics/analytics.js +1 -1
  547. package/build/analytics/events.d.ts +1 -2
  548. package/build/analytics/events.js +1 -1
  549. package/build/analytics/facebookPixel.d.ts +2 -1
  550. package/build/analytics/facebookPixel.js +1 -1
  551. package/build/analytics/googleAnalytics.d.ts +2 -1
  552. package/build/analytics/googleAnalytics.js +1 -1
  553. package/build/analytics/googleTagManager.d.ts +16 -15
  554. package/build/analytics/googleTagManager.js +1 -1
  555. package/build/analytics/googleUniversal.d.ts +2 -2
  556. package/build/analytics/googleUniversal.js +1 -1
  557. package/build/analytics/head/index.js +1 -1
  558. package/build/analytics/ikas.d.ts +2 -1
  559. package/build/analytics/ikas.js +1 -1
  560. package/build/assets/translations/checkout/en.js +1 -1
  561. package/build/assets/translations/checkout/tr.js +1 -1
  562. package/build/components/checkout/components/address-form/index.js +1 -1
  563. package/build/components/checkout/components/address-form/model.d.ts +10 -58
  564. package/build/components/checkout/components/address-form/model.js +1 -1
  565. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  566. package/build/components/checkout/components/cart-summary/index.js +1 -1
  567. package/build/components/checkout/components/cart-summary/style.module.scss.js +1 -1
  568. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  569. package/build/components/checkout/components/customer-addresses/index.d.ts +4 -0
  570. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  571. package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
  572. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  573. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  574. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -0
  575. package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -0
  576. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -0
  577. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -0
  578. package/build/components/checkout/components/delivery-methods/icons/box.js +1 -0
  579. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -0
  580. package/build/components/checkout/components/delivery-methods/icons/store.js +1 -0
  581. package/build/components/checkout/components/delivery-methods/index.d.ts +7 -0
  582. package/build/components/checkout/components/delivery-methods/index.js +1 -0
  583. package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -0
  584. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  585. package/build/components/checkout/components/form-item/model.js +1 -1
  586. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  587. package/build/components/checkout/index.d.ts +2 -2
  588. package/build/components/checkout/index.js +1 -1
  589. package/build/components/checkout/model.d.ts +20 -11
  590. package/build/components/checkout/model.js +1 -1
  591. package/build/components/checkout/steps/step-info/index.js +1 -1
  592. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  593. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  594. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  595. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  596. package/build/components/checkout/steps/step-success/index.js +1 -1
  597. package/build/components/checkout/style.module.scss.js +1 -1
  598. package/build/components/image/index.d.ts +3 -29
  599. package/build/components/page/head.d.ts +0 -2
  600. package/build/components/page/head.js +1 -1
  601. package/build/components/page/index.d.ts +0 -2
  602. package/build/components/page/index.js +1 -1
  603. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  604. package/build/components/page-editor/model.js +1 -1
  605. package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
  606. package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +1 -0
  607. package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +1 -0
  608. package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +1 -0
  609. package/build/ext/@ikas/fe-api-client/build/config/index.js +1 -0
  610. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
  611. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
  612. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +1 -0
  613. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
  614. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +1 -0
  615. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +1 -0
  616. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +1 -0
  617. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +1 -0
  618. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +1 -0
  619. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +1 -0
  620. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +1 -0
  621. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +1 -0
  622. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +1 -0
  623. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +1 -0
  624. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +1 -0
  625. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +1 -0
  626. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
  627. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +1 -0
  628. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +1 -0
  629. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
  630. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +1 -0
  631. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +1 -0
  632. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +1 -0
  633. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +1 -0
  634. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +1 -0
  635. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +1 -0
  636. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +1 -0
  637. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +1 -0
  638. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +1 -0
  639. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +1 -0
  640. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +1 -0
  641. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +1 -0
  642. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +1 -0
  643. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +1 -0
  644. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +1 -0
  645. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +1 -0
  646. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +1 -0
  647. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +1 -0
  648. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +1 -0
  649. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +1 -0
  650. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +1 -0
  651. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +1 -0
  652. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +1 -0
  653. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +1 -0
  654. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +1 -0
  655. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +1 -0
  656. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +1 -0
  657. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +1 -0
  658. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
  659. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +1 -0
  660. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +1 -0
  661. package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +1 -0
  662. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +1 -0
  663. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +1 -0
  664. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +1 -0
  665. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +1 -0
  666. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +1 -0
  667. package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +1 -0
  668. package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +1 -0
  669. package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +1 -0
  670. package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +15 -0
  671. package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +1 -0
  672. package/build/ext/@ikas/fe-api-client/build/utils/api.js +1 -0
  673. package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +1 -0
  674. package/build/ext/axios/index.js +1 -0
  675. package/build/ext/axios/lib/adapters/http.js +1 -0
  676. package/build/ext/axios/lib/adapters/xhr.js +1 -0
  677. package/build/ext/axios/lib/axios.js +1 -0
  678. package/build/ext/axios/lib/cancel/Cancel.js +1 -0
  679. package/build/ext/axios/lib/cancel/CancelToken.js +1 -0
  680. package/build/ext/axios/lib/cancel/isCancel.js +1 -0
  681. package/build/ext/axios/lib/core/Axios.js +1 -0
  682. package/build/ext/axios/lib/core/InterceptorManager.js +1 -0
  683. package/build/ext/axios/lib/core/buildFullPath.js +1 -0
  684. package/build/ext/axios/lib/core/createError.js +1 -0
  685. package/build/ext/axios/lib/core/dispatchRequest.js +1 -0
  686. package/build/ext/axios/lib/core/enhanceError.js +1 -0
  687. package/build/ext/axios/lib/core/mergeConfig.js +1 -0
  688. package/build/ext/axios/lib/core/settle.js +1 -0
  689. package/build/ext/axios/lib/core/transformData.js +1 -0
  690. package/build/ext/axios/lib/defaults.js +1 -0
  691. package/build/ext/axios/lib/helpers/bind.js +1 -0
  692. package/build/ext/axios/lib/helpers/buildURL.js +1 -0
  693. package/build/ext/axios/lib/helpers/combineURLs.js +1 -0
  694. package/build/ext/axios/lib/helpers/cookies.js +1 -0
  695. package/build/ext/axios/lib/helpers/isAbsoluteURL.js +1 -0
  696. package/build/ext/axios/lib/helpers/isAxiosError.js +1 -0
  697. package/build/ext/axios/lib/helpers/isURLSameOrigin.js +1 -0
  698. package/build/ext/axios/lib/helpers/normalizeHeaderName.js +1 -0
  699. package/build/ext/axios/lib/helpers/parseHeaders.js +1 -0
  700. package/build/ext/axios/lib/helpers/spread.js +1 -0
  701. package/build/ext/axios/lib/helpers/validator.js +1 -0
  702. package/build/ext/axios/lib/utils.js +1 -0
  703. package/build/ext/axios/package.json.js +1 -0
  704. package/build/ext/debug/src/browser.js +1 -0
  705. package/build/ext/debug/src/common.js +1 -0
  706. package/build/ext/debug/src/index.js +1 -0
  707. package/build/ext/debug/src/node.js +1 -0
  708. package/build/ext/follow-redirects/debug.js +1 -0
  709. package/build/ext/follow-redirects/index.js +1 -0
  710. package/build/ext/has-flag/index.js +1 -0
  711. package/build/ext/ms/index.js +1 -0
  712. package/build/ext/supports-color/index.js +1 -0
  713. package/build/ext/tslib/tslib.es6.js +1 -1
  714. package/build/ext/uuid/dist/{esm-browser → esm-node}/regex.js +0 -0
  715. package/build/ext/uuid/dist/esm-node/rng.js +1 -0
  716. package/build/ext/uuid/dist/esm-node/stringify.js +1 -0
  717. package/build/ext/uuid/dist/esm-node/v4.js +1 -0
  718. package/build/ext/uuid/dist/{esm-browser → esm-node}/validate.js +0 -0
  719. package/build/ikas.js +8 -42
  720. package/build/index.js +1 -1
  721. package/build/models/data/blog/enums.d.ts +2 -0
  722. package/build/models/data/blog/index.d.ts +19 -55
  723. package/build/models/data/blog/index.js +1 -1
  724. package/build/models/data/brand/enums.d.ts +2 -0
  725. package/build/models/data/brand/index.d.ts +10 -14
  726. package/build/models/data/brand/index.js +1 -1
  727. package/build/models/data/cart/campaign-offer/enums.d.ts +3 -0
  728. package/build/models/data/cart/campaign-offer/index.d.ts +8 -0
  729. package/build/models/data/cart/campaign-offer/index.js +1 -0
  730. package/build/models/data/cart/enums.d.ts +2 -0
  731. package/build/models/data/cart/index.d.ts +18 -45
  732. package/build/models/data/cart/index.js +1 -1
  733. package/build/models/data/category/enums.d.ts +2 -0
  734. package/build/models/data/category/index.d.ts +18 -33
  735. package/build/models/data/category/index.js +1 -1
  736. package/build/models/data/checkout/index.d.ts +4 -90
  737. package/build/models/data/checkout/index.js +1 -1
  738. package/build/models/data/checkout-settings/enums.d.ts +2 -0
  739. package/build/models/data/checkout-settings/index.d.ts +8 -20
  740. package/build/models/data/checkout-settings/index.js +1 -1
  741. package/build/models/data/city/index.d.ts +3 -4
  742. package/build/models/data/city/index.js +1 -0
  743. package/build/models/data/country/index.d.ts +3 -8
  744. package/build/models/data/country/index.js +1 -0
  745. package/build/models/data/customer/address/index.d.ts +36 -33
  746. package/build/models/data/customer/address/index.js +1 -1
  747. package/build/models/data/customer/attribute-value/index.d.ts +4 -6
  748. package/build/models/data/customer/attribute-value/index.js +1 -1
  749. package/build/models/data/customer/enums.d.ts +4 -0
  750. package/build/models/data/customer/index.d.ts +29 -26
  751. package/build/models/data/customer/index.js +1 -1
  752. package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +2 -4
  753. package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -1
  754. package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +3 -0
  755. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +6 -15
  756. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -1
  757. package/build/models/data/customer-attribute/enums.d.ts +2 -0
  758. package/build/models/data/customer-attribute/index.d.ts +14 -27
  759. package/build/models/data/customer-attribute/index.js +1 -1
  760. package/build/models/data/customer-review/enums.d.ts +2 -0
  761. package/build/models/data/customer-review/index.d.ts +7 -22
  762. package/build/models/data/customer-review/index.js +1 -1
  763. package/build/models/data/customer-review-summary/index.d.ts +6 -14
  764. package/build/models/data/customer-review-summary/index.js +1 -1
  765. package/build/models/data/district/index.d.ts +3 -4
  766. package/build/models/data/district/index.js +1 -0
  767. package/build/models/data/favorite-product/index.d.ts +2 -5
  768. package/build/models/data/favorite-product/index.js +1 -1
  769. package/build/models/data/html-meta-data/enums.d.ts +2 -0
  770. package/build/models/data/html-meta-data/index.d.ts +7 -20
  771. package/build/models/data/html-meta-data/index.js +1 -1
  772. package/build/models/data/image/index.d.ts +11 -1
  773. package/build/models/data/image/index.js +1 -1
  774. package/build/models/data/index.d.ts +59 -38
  775. package/build/models/data/merchant-settings/index.d.ts +3 -19
  776. package/build/models/data/merchant-settings/index.js +1 -1
  777. package/build/models/data/order/address/index.d.ts +32 -32
  778. package/build/models/data/order/address/index.js +1 -1
  779. package/build/models/data/order/adjustment/enums.d.ts +4 -0
  780. package/build/models/data/order/adjustment/index.d.ts +8 -15
  781. package/build/models/data/order/adjustment/index.js +1 -0
  782. package/build/models/data/order/customer/index.d.ts +10 -0
  783. package/build/models/data/order/customer/index.js +1 -0
  784. package/build/models/data/order/enums.d.ts +6 -0
  785. package/build/models/data/order/gift-line/index.d.ts +3 -4
  786. package/build/models/data/order/gift-line/index.js +1 -0
  787. package/build/models/data/order/index.d.ts +39 -132
  788. package/build/models/data/order/index.js +1 -1
  789. package/build/models/data/order/invoice/enums.d.ts +2 -0
  790. package/build/models/data/order/invoice/index.d.ts +7 -0
  791. package/build/models/data/order/invoice/index.js +1 -0
  792. package/build/models/data/order/line-item/discount/index.d.ts +5 -10
  793. package/build/models/data/order/line-item/discount/index.js +1 -1
  794. package/build/models/data/order/line-item/enums.d.ts +2 -0
  795. package/build/models/data/order/line-item/index.d.ts +10 -31
  796. package/build/models/data/order/line-item/index.js +1 -1
  797. package/build/models/data/order/line-item/option/index.d.ts +9 -0
  798. package/build/models/data/order/line-item/option/index.js +1 -0
  799. package/build/models/data/order/line-item/option/value/index.d.ts +3 -0
  800. package/build/models/data/order/line-item/option/value/index.js +1 -0
  801. package/build/models/data/order/line-item/variant/index.d.ts +6 -24
  802. package/build/models/data/order/line-item/variant/index.js +1 -1
  803. package/build/models/data/order/package/enums.d.ts +2 -0
  804. package/build/models/data/order/package/index.d.ts +9 -0
  805. package/build/models/data/order/package/index.js +1 -0
  806. package/build/models/data/order/package/tracking-info/index.d.ts +3 -0
  807. package/build/models/data/order/package/tracking-info/index.js +1 -0
  808. package/build/models/data/order/payment-method/enums.d.ts +2 -0
  809. package/build/models/data/order/payment-method/index.d.ts +7 -0
  810. package/build/models/data/order/payment-method/index.js +1 -0
  811. package/build/models/data/order/refund/index.d.ts +1 -1
  812. package/build/models/data/order/refund/index.js +1 -0
  813. package/build/models/data/order/refund/line-item/index.d.ts +3 -0
  814. package/build/models/data/order/refund/line-item/index.js +1 -0
  815. package/build/models/data/order/refund/{settings.d.ts → settings/index.d.ts} +0 -0
  816. package/build/models/data/order/refund/{settings.js → settings/index.js} +0 -0
  817. package/build/models/data/order/shipping-line/index.d.ts +3 -7
  818. package/build/models/data/order/shipping-line/index.js +1 -0
  819. package/build/models/data/order/tax-line/index.d.ts +3 -0
  820. package/build/models/data/order/tax-line/index.js +1 -0
  821. package/build/models/data/order/transaction/enums.d.ts +5 -0
  822. package/build/models/data/order/transaction/index.d.ts +37 -0
  823. package/build/models/data/order/transaction/index.js +1 -0
  824. package/build/models/data/payment-gateway/additional-price/index.d.ts +7 -0
  825. package/build/models/data/payment-gateway/additional-price/index.js +1 -0
  826. package/build/models/data/payment-gateway/enums.d.ts +5 -0
  827. package/build/models/data/payment-gateway/index.d.ts +9 -34
  828. package/build/models/data/payment-gateway/index.js +1 -1
  829. package/build/models/data/product/attribute-value/index.d.ts +5 -5
  830. package/build/models/data/product/attribute-value/index.js +1 -1
  831. package/build/models/data/product/index.js +1 -1
  832. package/build/models/data/product/variant/index.d.ts +1 -1
  833. package/build/models/data/product/variant/index.js +1 -1
  834. package/build/models/data/product/variant/price/index.d.ts +2 -4
  835. package/build/models/data/product/variant/price/index.js +1 -1
  836. package/build/models/data/product/variant-type/index.d.ts +0 -1
  837. package/build/models/data/product/variant-type/index.js +1 -1
  838. package/build/models/data/product-attribute/index.d.ts +2 -2
  839. package/build/models/data/product-attribute/{product-attribute-option → option}/index.d.ts +0 -0
  840. package/build/models/data/product-attribute/{product-attribute-option → option}/index.js +0 -0
  841. package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.d.ts +0 -0
  842. package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.js +0 -0
  843. package/build/models/data/product-attribute/table-template/index.d.ts +6 -0
  844. package/build/models/data/product-attribute/table-template/index.js +1 -0
  845. package/build/models/data/product-campaign/campaign/index.d.ts +41 -0
  846. package/build/models/data/{product-campaing → product-campaign}/campaign/index.js +0 -0
  847. package/build/models/data/{product-campaing → product-campaign}/filter/index.d.ts +0 -0
  848. package/build/models/data/{product-campaing → product-campaign}/filter/index.js +0 -0
  849. package/build/models/data/{product-campaing → product-campaign}/index.d.ts +0 -0
  850. package/build/models/data/{product-campaing → product-campaign}/index.js +0 -0
  851. package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.d.ts +0 -0
  852. package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.js +0 -0
  853. package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.d.ts +0 -0
  854. package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.js +0 -0
  855. package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.d.ts +0 -0
  856. package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.js +0 -0
  857. package/build/models/data/product-filter/index.d.ts +7 -10
  858. package/build/models/data/product-filter/index.js +1 -1
  859. package/build/models/data/product-option-set/enums.d.ts +3 -0
  860. package/build/models/data/product-option-set/index.d.ts +2 -14
  861. package/build/models/data/product-option-set/index.js +1 -1
  862. package/build/models/data/raffle/index.d.ts +4 -12
  863. package/build/models/data/raffle/index.js +1 -1
  864. package/build/models/data/state/index.d.ts +3 -5
  865. package/build/models/data/state/index.js +1 -0
  866. package/build/models/data/storefront/index.d.ts +1 -1
  867. package/build/models/data/storefront/index.js +1 -1
  868. package/build/models/theme/custom-data/index.js +1 -1
  869. package/build/models/theme/page/index.d.ts +0 -2
  870. package/build/models/theme/page/index.js +1 -1
  871. package/build/models/theme/settings/color/index.js +1 -1
  872. package/build/models/theme/theme.js +1 -1
  873. package/build/models/ui/blog-category-list/index.js +1 -1
  874. package/build/models/ui/blog-list/index.js +1 -1
  875. package/build/models/ui/brand-list/index.js +1 -1
  876. package/build/models/ui/category-list/index.js +1 -1
  877. package/build/models/ui/customer-review-list/index.js +1 -1
  878. package/build/models/ui/customer-review-summary-list/index.d.ts +1 -1
  879. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  880. package/build/models/ui/product-detail/index.d.ts +0 -1
  881. package/build/models/ui/product-detail/index.js +1 -1
  882. package/build/models/ui/product-list/index.d.ts +1 -38
  883. package/build/models/ui/product-list/index.js +1 -1
  884. package/build/models/ui/raffle-list/index.js +1 -1
  885. package/build/models/ui/validator/form/account-info.d.ts +1 -3
  886. package/build/models/ui/validator/form/account-info.js +1 -1
  887. package/build/models/ui/validator/form/address.js +1 -1
  888. package/build/models/ui/validator/form/raffle-form.d.ts +0 -2
  889. package/build/models/ui/validator/form/raffle-form.js +1 -1
  890. package/build/models/ui/validator/form/register.d.ts +1 -1
  891. package/build/models/ui/validator/form/register.js +1 -1
  892. package/build/models/ui/validator/rules/index.d.ts +0 -5
  893. package/build/models/ui/validator/rules/index.js +1 -1
  894. package/build/pages/404.js +1 -1
  895. package/build/pages/_slug_/index.js +1 -1
  896. package/build/pages/account/addresses.js +1 -1
  897. package/build/pages/account/favorite-products.js +1 -1
  898. package/build/pages/account/forgot-password.js +1 -1
  899. package/build/pages/account/index.js +1 -1
  900. package/build/pages/account/login.js +1 -1
  901. package/build/pages/account/orders/_id_.js +1 -1
  902. package/build/pages/account/orders/index.js +1 -1
  903. package/build/pages/account/raffles.js +1 -1
  904. package/build/pages/account/recover-password.js +1 -1
  905. package/build/pages/account/register.js +1 -1
  906. package/build/pages/blog/_slug_.js +1 -1
  907. package/build/pages/blog/index.js +1 -1
  908. package/build/pages/cart.js +1 -1
  909. package/build/pages/checkout.js +1 -1
  910. package/build/pages/editor.js +1 -1
  911. package/build/pages/home.js +1 -1
  912. package/build/pages/pages/_slug_.js +1 -1
  913. package/build/pages/raffle/_slug_.js +1 -1
  914. package/build/pages/raffle/index.js +1 -1
  915. package/build/pages/search.js +1 -1
  916. package/build/providers/helpers/raffles.d.ts +1 -2
  917. package/build/providers/helpers/raffles.js +1 -1
  918. package/build/providers/page-data-get.d.ts +1 -3
  919. package/build/providers/page-data-get.js +1 -1
  920. package/build/providers/page-data-init.js +1 -1
  921. package/build/providers/page-data-next.d.ts +8 -18
  922. package/build/providers/page-data-next.js +1 -1
  923. package/build/providers/placeholders.js +1 -1
  924. package/build/providers/prop-value/attribute-list.js +1 -1
  925. package/build/providers/prop-value/attribute.js +1 -1
  926. package/build/providers/prop-value/blog-category-list.js +1 -1
  927. package/build/providers/prop-value/blog-category.js +1 -1
  928. package/build/providers/prop-value/blog-list.js +1 -1
  929. package/build/providers/prop-value/blog.js +1 -1
  930. package/build/providers/prop-value/brand-list.js +1 -1
  931. package/build/providers/prop-value/brand.js +1 -1
  932. package/build/providers/prop-value/category-list.js +1 -1
  933. package/build/providers/prop-value/category.js +1 -1
  934. package/build/providers/prop-value/custom.js +1 -1
  935. package/build/providers/prop-value/image-list.js +1 -1
  936. package/build/providers/prop-value/image.js +1 -1
  937. package/build/providers/prop-value/link.js +1 -1
  938. package/build/providers/prop-value/product-detail.js +1 -1
  939. package/build/providers/prop-value/product-list.js +1 -1
  940. package/build/providers/prop-value/raffle-list.js +1 -1
  941. package/build/providers/prop-value/raffle.js +1 -1
  942. package/build/providers/prop-value/slider.d.ts +1 -1
  943. package/build/scripts/generators/types/index.js +1 -1
  944. package/build/store/base.d.ts +1 -0
  945. package/build/store/base.js +1 -1
  946. package/build/store/blog/index.d.ts +28 -0
  947. package/build/store/blog/index.js +1 -0
  948. package/build/store/brand/index.d.ts +12 -0
  949. package/build/store/brand/index.js +1 -0
  950. package/build/store/cart/api.d.ts +12 -0
  951. package/build/store/cart/api.js +1 -0
  952. package/build/store/cart/index.d.ts +28 -0
  953. package/build/store/cart/index.js +1 -0
  954. package/build/store/category/index.d.ts +12 -0
  955. package/build/store/category/index.js +1 -0
  956. package/build/store/checkout/index.d.ts +20 -0
  957. package/build/store/checkout/index.js +1 -0
  958. package/build/store/customer/api.d.ts +75 -0
  959. package/build/store/customer/api.js +1 -0
  960. package/build/store/customer/index.d.ts +79 -0
  961. package/build/store/customer/index.js +1 -0
  962. package/build/store/html-meta-data/index.d.ts +6 -0
  963. package/build/store/html-meta-data/index.js +1 -0
  964. package/build/store/location/index.d.ts +13 -0
  965. package/build/store/location/index.js +1 -0
  966. package/build/store/merchant/index.d.ts +6 -0
  967. package/build/store/merchant/index.js +1 -0
  968. package/build/store/product/index.d.ts +40 -0
  969. package/build/store/product/index.js +1 -0
  970. package/build/store/raffle/index.d.ts +18 -0
  971. package/build/store/raffle/index.js +1 -0
  972. package/build/store/storefront/index.d.ts +6 -0
  973. package/build/store/storefront/index.js +1 -0
  974. package/build/storefront/index.d.ts +5 -5
  975. package/build/storefront/index.js +1 -1
  976. package/build/utils/constants.d.ts +0 -1
  977. package/build/utils/constants.js +1 -1
  978. package/build/utils/currency.d.ts +2 -2
  979. package/build/utils/currency.js +1 -1
  980. package/build/utils/helper.js +1 -1
  981. package/build/utils/i18n.js +1 -1
  982. package/package.json +4 -6
  983. package/build/__generated__/global-types.d.ts +0 -781
  984. package/build/__generated__/global-types.js +0 -1
  985. package/build/_virtual/Observable.js_commonjs-proxy.js +0 -1
  986. package/build/_virtual/parser.mjs_commonjs-proxy.js +0 -1
  987. package/build/analytics/tiktokPixel.d.ts +0 -13
  988. package/build/analytics/tiktokPixel.js +0 -1
  989. package/build/api/apollo.d.ts +0 -10
  990. package/build/api/apollo.js +0 -1
  991. package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
  992. package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
  993. package/build/api/back-in-stock-reminder/index.d.ts +0 -23
  994. package/build/api/back-in-stock-reminder/index.js +0 -1
  995. package/build/api/blog/__generated__/getBlog.d.ts +0 -106
  996. package/build/api/blog/__generated__/listBlog.d.ts +0 -109
  997. package/build/api/blog/__generated__/listBlogCategory.d.ts +0 -61
  998. package/build/api/blog/__generated__/listBlogMetaData.d.ts +0 -55
  999. package/build/api/blog/index.d.ts +0 -32
  1000. package/build/api/blog/index.js +0 -1
  1001. package/build/api/brand/__generated__/listProductBrand.d.ts +0 -88
  1002. package/build/api/brand/index.d.ts +0 -16
  1003. package/build/api/brand/index.js +0 -1
  1004. package/build/api/cart/__generated__/getCart.d.ts +0 -176
  1005. package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -208
  1006. package/build/api/cart/index.d.ts +0 -7
  1007. package/build/api/cart/index.js +0 -1
  1008. package/build/api/category/__generated__/listCategory.d.ts +0 -99
  1009. package/build/api/category/__generated__/listCategoryPaths.d.ts +0 -51
  1010. package/build/api/category/index.d.ts +0 -18
  1011. package/build/api/category/index.js +0 -1
  1012. package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
  1013. package/build/api/checkout/__generated__/checkStocks.d.ts +0 -18
  1014. package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
  1015. package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
  1016. package/build/api/checkout/__generated__/getCheckoutById.d.ts +0 -572
  1017. package/build/api/checkout/__generated__/getOrder.d.ts +0 -614
  1018. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
  1019. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +0 -42
  1020. package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
  1021. package/build/api/checkout/__generated__/saveCheckout.d.ts +0 -11
  1022. package/build/api/checkout/index.d.ts +0 -35
  1023. package/build/api/checkout/index.js +0 -1
  1024. package/build/api/city/__generated__/listCity.d.ts +0 -20
  1025. package/build/api/city/index.d.ts +0 -4
  1026. package/build/api/city/index.js +0 -1
  1027. package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -10
  1028. package/build/api/contact-form/index.d.ts +0 -11
  1029. package/build/api/contact-form/index.js +0 -1
  1030. package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
  1031. package/build/api/country/__generated__/getMyCountry.d.ts +0 -3
  1032. package/build/api/country/__generated__/listCountry.d.ts +0 -41
  1033. package/build/api/country/index.d.ts +0 -6
  1034. package/build/api/country/index.js +0 -1
  1035. package/build/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
  1036. package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
  1037. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -584
  1038. package/build/api/customer/__generated__/customerForgotPassword.d.ts +0 -7
  1039. package/build/api/customer/__generated__/customerLogin.d.ts +0 -173
  1040. package/build/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
  1041. package/build/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
  1042. package/build/api/customer/__generated__/customerSocialLogin.d.ts +0 -172
  1043. package/build/api/customer/__generated__/getCustomerOrders.d.ts +0 -614
  1044. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
  1045. package/build/api/customer/__generated__/getMyCustomer.d.ts +0 -155
  1046. package/build/api/customer/__generated__/getOrderByEmail.d.ts +0 -615
  1047. package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
  1048. package/build/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
  1049. package/build/api/customer/__generated__/registerCustomer.d.ts +0 -174
  1050. package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
  1051. package/build/api/customer/__generated__/saveMyCustomer.d.ts +0 -170
  1052. package/build/api/customer/index.d.ts +0 -51
  1053. package/build/api/customer/index.js +0 -1
  1054. package/build/api/customer-attribute/__generated__/listCustomerAttribute.d.ts +0 -44
  1055. package/build/api/customer-attribute/index.d.ts +0 -4
  1056. package/build/api/customer-attribute/index.js +0 -1
  1057. package/build/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
  1058. package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -49
  1059. package/build/api/customer-review/index.d.ts +0 -24
  1060. package/build/api/customer-review/index.js +0 -1
  1061. package/build/api/customer-review-summary/__generated__/listCustomerReviewSummary.d.ts +0 -55
  1062. package/build/api/customer-review-summary/index.d.ts +0 -21
  1063. package/build/api/customer-review-summary/index.js +0 -1
  1064. package/build/api/district/__generated__/listDistrict.d.ts +0 -16
  1065. package/build/api/district/index.d.ts +0 -4
  1066. package/build/api/district/index.js +0 -1
  1067. package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
  1068. package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
  1069. package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
  1070. package/build/api/favorite-product/index.d.ts +0 -6
  1071. package/build/api/favorite-product/index.js +0 -1
  1072. package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -46
  1073. package/build/api/html-meta-data/index.d.ts +0 -4
  1074. package/build/api/html-meta-data/index.js +0 -1
  1075. package/build/api/index.d.ts +0 -25
  1076. package/build/api/merchant/__generated__/listMerchantSettings.d.ts +0 -20
  1077. package/build/api/merchant/index.d.ts +0 -4
  1078. package/build/api/merchant/index.js +0 -1
  1079. package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -72
  1080. package/build/api/product-attribute/index.d.ts +0 -4
  1081. package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +0 -91
  1082. package/build/api/product-campaign/index.d.ts +0 -10
  1083. package/build/api/product-campaign/index.js +0 -1
  1084. package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +0 -7
  1085. package/build/api/product-option-file/index.d.ts +0 -7
  1086. package/build/api/product-option-file/index.js +0 -1
  1087. package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -104
  1088. package/build/api/product-option-set/index.d.ts +0 -4
  1089. package/build/api/product-option-set/index.js +0 -1
  1090. package/build/api/product-search/__generated__/getProductFilterData.d.ts +0 -62
  1091. package/build/api/product-search/__generated__/getRelatedProducts.d.ts +0 -14
  1092. package/build/api/product-search/__generated__/searchProducts.d.ts +0 -26
  1093. package/build/api/product-search/index.d.ts +0 -38
  1094. package/build/api/product-search/index.js +0 -1
  1095. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +0 -44
  1096. package/build/api/raffle/__generated__/listRaffle.d.ts +0 -81
  1097. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +0 -24
  1098. package/build/api/raffle/__generated__/listRaffleParticipants.d.ts +0 -67
  1099. package/build/api/raffle/__generated__/listStorefrontRaffle.d.ts +0 -82
  1100. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +0 -70
  1101. package/build/api/raffle/index.d.ts +0 -28
  1102. package/build/api/raffle/index.js +0 -1
  1103. package/build/api/state/__generated__/listState.d.ts +0 -19
  1104. package/build/api/state/index.d.ts +0 -4
  1105. package/build/api/state/index.js +0 -1
  1106. package/build/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
  1107. package/build/api/stock-location/index.d.ts +0 -4
  1108. package/build/api/storefront/__generated__/getStorefront.d.ts +0 -64
  1109. package/build/api/storefront/index.d.ts +0 -4
  1110. package/build/api/storefront/index.js +0 -1
  1111. package/build/api/variant-type/__generated__/listVariantType.d.ts +0 -72
  1112. package/build/api/variant-type/index.d.ts +0 -4
  1113. package/build/assets/translations/checkout/de.js +0 -1
  1114. package/build/ext/@apollo/client/cache/core/cache.js +0 -1
  1115. package/build/ext/@apollo/client/cache/core/types/common.js +0 -1
  1116. package/build/ext/@apollo/client/cache/inmemory/entityStore.js +0 -1
  1117. package/build/ext/@apollo/client/cache/inmemory/helpers.js +0 -1
  1118. package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +0 -1
  1119. package/build/ext/@apollo/client/cache/inmemory/policies.js +0 -1
  1120. package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +0 -1
  1121. package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +0 -1
  1122. package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +0 -1
  1123. package/build/ext/@apollo/client/core/ApolloClient.js +0 -1
  1124. package/build/ext/@apollo/client/core/LocalState.js +0 -1
  1125. package/build/ext/@apollo/client/core/ObservableQuery.js +0 -1
  1126. package/build/ext/@apollo/client/core/QueryInfo.js +0 -1
  1127. package/build/ext/@apollo/client/core/QueryManager.js +0 -1
  1128. package/build/ext/@apollo/client/core/Reobserver.js +0 -1
  1129. package/build/ext/@apollo/client/core/networkStatus.js +0 -1
  1130. package/build/ext/@apollo/client/errors/index.js +0 -1
  1131. package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +0 -15
  1132. package/build/ext/@apollo/client/link/context/index.js +0 -1
  1133. package/build/ext/@apollo/client/link/core/ApolloLink.js +0 -1
  1134. package/build/ext/@apollo/client/link/core/execute.js +0 -1
  1135. package/build/ext/@apollo/client/link/error/index.js +0 -1
  1136. package/build/ext/@apollo/client/link/http/HttpLink.js +0 -1
  1137. package/build/ext/@apollo/client/link/http/checkFetcher.js +0 -1
  1138. package/build/ext/@apollo/client/link/http/createHttpLink.js +0 -1
  1139. package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +0 -1
  1140. package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -1
  1141. package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +0 -1
  1142. package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -1
  1143. package/build/ext/@apollo/client/link/http/selectURI.js +0 -1
  1144. package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +0 -1
  1145. package/build/ext/@apollo/client/link/utils/createOperation.js +0 -1
  1146. package/build/ext/@apollo/client/link/utils/fromError.js +0 -1
  1147. package/build/ext/@apollo/client/link/utils/throwServerError.js +0 -1
  1148. package/build/ext/@apollo/client/link/utils/transformOperation.js +0 -1
  1149. package/build/ext/@apollo/client/link/utils/validateOperation.js +0 -1
  1150. package/build/ext/@apollo/client/utilities/common/arrays.js +0 -1
  1151. package/build/ext/@apollo/client/utilities/common/canUse.js +0 -1
  1152. package/build/ext/@apollo/client/utilities/common/cloneDeep.js +0 -1
  1153. package/build/ext/@apollo/client/utilities/common/compact.js +0 -1
  1154. package/build/ext/@apollo/client/utilities/common/environment.js +0 -1
  1155. package/build/ext/@apollo/client/utilities/common/errorHandling.js +0 -1
  1156. package/build/ext/@apollo/client/utilities/common/filterInPlace.js +0 -1
  1157. package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +0 -1
  1158. package/build/ext/@apollo/client/utilities/common/mergeDeep.js +0 -1
  1159. package/build/ext/@apollo/client/utilities/graphql/directives.js +0 -1
  1160. package/build/ext/@apollo/client/utilities/graphql/fragments.js +0 -1
  1161. package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +0 -1
  1162. package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +0 -1
  1163. package/build/ext/@apollo/client/utilities/graphql/transform.js +0 -1
  1164. package/build/ext/@apollo/client/utilities/observables/Concast.js +0 -1
  1165. package/build/ext/@apollo/client/utilities/observables/Observable.js +0 -1
  1166. package/build/ext/@apollo/client/utilities/observables/asyncMap.js +0 -1
  1167. package/build/ext/@apollo/client/utilities/observables/iteration.js +0 -1
  1168. package/build/ext/@apollo/client/version.js +0 -1
  1169. package/build/ext/@ungap/global-this/esm/index.js +0 -1
  1170. package/build/ext/@wry/context/lib/context.esm.js +0 -1
  1171. package/build/ext/@wry/equality/lib/equality.esm.js +0 -1
  1172. package/build/ext/@wry/trie/lib/trie.esm.js +0 -1
  1173. package/build/ext/fast-json-stable-stringify/index.js +0 -1
  1174. package/build/ext/graphql/error/GraphQLError.mjs.js +0 -1
  1175. package/build/ext/graphql/error/syntaxError.mjs.js +0 -1
  1176. package/build/ext/graphql/jsutils/defineInspect.mjs.js +0 -1
  1177. package/build/ext/graphql/jsutils/devAssert.mjs.js +0 -1
  1178. package/build/ext/graphql/jsutils/inspect.mjs.js +0 -1
  1179. package/build/ext/graphql/jsutils/instanceOf.mjs.js +0 -1
  1180. package/build/ext/graphql/jsutils/invariant.mjs.js +0 -1
  1181. package/build/ext/graphql/jsutils/isObjectLike.mjs.js +0 -1
  1182. package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +0 -1
  1183. package/build/ext/graphql/language/ast.mjs.js +0 -1
  1184. package/build/ext/graphql/language/blockString.mjs.js +0 -1
  1185. package/build/ext/graphql/language/directiveLocation.mjs.js +0 -1
  1186. package/build/ext/graphql/language/kinds.mjs.js +0 -1
  1187. package/build/ext/graphql/language/lexer.mjs.js +0 -1
  1188. package/build/ext/graphql/language/location.mjs.js +0 -1
  1189. package/build/ext/graphql/language/parser.mjs.js +0 -1
  1190. package/build/ext/graphql/language/printLocation.mjs.js +0 -1
  1191. package/build/ext/graphql/language/printer.mjs.js +0 -1
  1192. package/build/ext/graphql/language/source.mjs.js +0 -1
  1193. package/build/ext/graphql/language/tokenKind.mjs.js +0 -1
  1194. package/build/ext/graphql/language/visitor.mjs.js +0 -1
  1195. package/build/ext/graphql/polyfills/symbols.mjs.js +0 -1
  1196. package/build/ext/graphql-tag/src/index.js +0 -1
  1197. package/build/ext/optimism/lib/bundle.esm.js +0 -1
  1198. package/build/ext/symbol-observable/es/index.js +0 -1
  1199. package/build/ext/symbol-observable/es/ponyfill.js +0 -1
  1200. package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +0 -15
  1201. package/build/ext/ts-invariant/lib/invariant.esm.js +0 -1
  1202. package/build/ext/uuid/dist/esm-browser/rng.js +0 -1
  1203. package/build/ext/uuid/dist/esm-browser/stringify.js +0 -1
  1204. package/build/ext/uuid/dist/esm-browser/v4.js +0 -1
  1205. package/build/ext/zen-observable/index.js +0 -1
  1206. package/build/ext/zen-observable/lib/Observable.js +0 -1
  1207. package/build/models/data/customer-review-settings/index.d.ts +0 -4
  1208. package/build/models/data/installment-info/index.d.ts +0 -30
  1209. package/build/models/data/installment-info/index.js +0 -1
  1210. package/build/models/data/language/index.d.ts +0 -6
  1211. package/build/models/data/order/line-item/options/index.d.ts +0 -11
  1212. package/build/models/data/order/line-item/options/index.js +0 -1
  1213. package/build/models/data/order/line-item/options/options-value/index.d.ts +0 -6
  1214. package/build/models/data/order/line-item/options/options-value/index.js +0 -1
  1215. package/build/models/data/order/refund/refund-line-item/index.d.ts +0 -5
  1216. package/build/models/data/order-transaction/index.d.ts +0 -74
  1217. package/build/models/data/order-transaction/index.js +0 -1
  1218. package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
  1219. package/build/models/data/product-attribute/product-attribute-table-template/index.js +0 -1
  1220. package/build/models/data/product-campaing/campaign/index.d.ts +0 -41
  1221. package/build/models/data/product-cart-item-options/index.d.ts +0 -6
  1222. package/build/models/data/product-cart-item-options/index.js +0 -1
  1223. package/build/models/data/simple-product/index.d.ts +0 -137
  1224. package/build/store/cart.d.ts +0 -51
  1225. package/build/store/cart.js +0 -1
  1226. package/build/store/customer.d.ts +0 -96
  1227. package/build/store/customer.js +0 -1
@@ -1 +0,0 @@
1
- var E,T,R,A,D,C,I,_,N,L,O,U,S,P,F,n,M,Y,H,B,V,o,t,c,f,i,u,G,W,K,X,Q,J,Z,r,a,e,p,v,x,b,d,g,h,j,k,l,m,q,s;!function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(E||(E={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(T||(T={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(R||(R={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(A||(A={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(D||(D={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(C||(C={})),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"}(I||(I={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(_||(_={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(N||(N={})),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"}(L||(L={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(O||(O={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(U||(U={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(S||(S={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(P||(P={})),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"}(n||(n={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(M||(M={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(Y||(Y={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(H||(H={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(B||(B={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(V||(V={})),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"}(o||(o={})),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"}(t||(t={})),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"}(c||(c={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(f||(f={})),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"}(i||(i={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(u||(u={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(G||(G={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(W||(W={})),function(E){E.APP_PAYMENT="APP_PAYMENT",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.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(K||(K={})),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"}(X||(X={})),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"}(Q||(Q={})),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"}(J||(J={})),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"}(r||(r={})),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"}(a||(a={})),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"}(e||(e={})),function(E){E.RAFFLE="RAFFLE"}(p||(p={})),function(E){E.COMPLETED="COMPLETED",E.IN_PROGRESS="IN_PROGRESS",E.LOSER="LOSER",E.WINNER="WINNER"}(v||(v={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(x||(x={})),function(E){E.ASC="ASC",E.DESC="DESC"}(b||(b={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE"}(d||(d={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(g||(g={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(h||(h={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(j||(j={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(k||(k={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(l||(l={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(m||(m={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(q||(q={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(s||(s={}));export{E as AdjustmentEnum,T as AmountTypeEnum,R as BlogMetadataTargetTypeEnum,A as CampaignApplicablePriceEnum,D as CampaignCreatedForEnum,C as CampaignFilterTypeEnum,I as CampaignTypeEnum,_ as CancelledReasonEnum,N as CartStatusEnum,L as CategoryProductsOrderTypeEnum,O as CheckoutRecoveryEmailStatusEnum,U as CheckoutRecoveryStatusEnum,S as CheckoutRequirementEnum,P as CheckoutStatusEnum,F as CurrencyFormatSymbolPosition,n as CustomerAccountStatusEnum,M as CustomerAttributePermissionEnum,Y as CustomerAttributeRegisterPageRequirementEnum,H as CustomerAttributeTypeEnum,B as CustomerEmailSubscriptionStatusesEnum,V as HTMLMetaDataTargetTypeEnum,o as OrderLineItemStatusEnum,t as OrderPackageFulfillStatusEnum,c as OrderPackageStatusEnum,f as OrderPaymentStatusEnum,i as OrderStatusEnum,u as PaymentGatewayAdditionalPriceTypeEnum,G as PaymentGatewayTransactionFeeTypeEnum,W as PaymentGatewayTypeEnum,K as PaymentMethodEnum,X as ProductAttributeTypeEnum,Q as ProductFilterDisplayTypeEnum,J as ProductFilterSortTypeEnum,Z as ProductFilterTypeEnum,r as ProductOptionSelectTypeEnum,a as ProductOptionTypeEnum,e as ProductSearchShowStockOptionEnum,p as RaffleMetadataTargetTypeEnum,v as RaffleParticipantStatusEnum,x as ShippingMethodEnum,b as SortByDirectionEnum,d as SortByTypeEnum,g as StorefrontStatusTypes,h as StorefrontThemeStatus,j as TransactionCardAssociationEnum,k as TransactionCardTypeEnum,l as TransactionStatusEnum,m as TransactionTypeEnum,q as VariantSelectionTypeEnum,s as VerificationTypeEnum};
@@ -1 +0,0 @@
1
- import{O as e}from'../ext/zen-observable/lib/Observable.js';export{O as default}from"../node_modules/zen-observable/lib/Observable.js";
@@ -1 +0,0 @@
1
- import*as r from'../ext/graphql/language/parser.mjs.js';import{getAugmentedNamespace as o}from"./_commonjsHelpers.js";var s=o(r);export{s as default};
@@ -1,13 +0,0 @@
1
- import { IkasProductDetail, IkasOrderLineItem, IkasCheckout, IkasCategory } from "../models";
2
- export declare class TiktokPixel {
3
- constructor();
4
- static productView(productDetail: IkasProductDetail): void;
5
- static addToCart(item: IkasOrderLineItem, quantity: number): void;
6
- static beginCheckout(): void;
7
- static purchase(checkout: IkasCheckout): void;
8
- static addToWishlist(id: string): void;
9
- static search(searchKeyword: string): void;
10
- static completeRegistration(): void;
11
- static viewCategory(category: IkasCategory): void;
12
- static contactForm(): void;
13
- }
@@ -1 +0,0 @@
1
- import{makeAutoObservable as t}from"mobx";import{IkasStorefrontConfig as n}from"../storefront/index.js";var r="undefined"==typeof window,o=function(){function n(){t(this)}return n.productView=function(t){try{return e(),void(!r&&window.ttq&&window.ttq.track("ViewContent",function(t,n){void 0===n&&(n=1);return{content_type:"product",quantity:n,content_id:t.selectedVariant.id,value:t.selectedVariant.price.finalPrice,currency:""===t.selectedVariant.price.currency?"TRY":t.selectedVariant.price.currency}}(t)))}catch(t){console.error(t)}},n.addToCart=function(t,n){try{return e(),void(!r&&window.ttq&&window.ttq.track("AddToCart",function(t,n){void 0===n&&(n=1);return{content_id:t.variant.id,content_type:"product",content_name:t.variant.name,quantity:n,value:t.finalPrice,currency:t.currencyCode}}(t,n)))}catch(t){console.error(t)}},n.beginCheckout=function(){try{return e(),void(!r&&window.ttq&&window.ttq.track("InitiateCheckout"))}catch(t){console.error(t)}},n.purchase=function(t){try{return e(),void(!r&&window.ttq&&window.ttq.track("CompletePayment",function(t){var n,r,o,e=[];return null===(n=t.cart)||void 0===n||n.items.map((function(t){e.push({content_id:t.variant.id,content_type:"product",content_name:t.variant.name,price:t.finalPrice,quantity:t.quantity})})),{contents:e,content_type:"product_group",currency:null===(r=t.cart)||void 0===r?void 0:r.items[0].currencyCode,value:null===(o=t.cart)||void 0===o?void 0:o.totalPrice}}(t)))}catch(t){console.error(t)}},n.addToWishlist=function(t){try{return e(),void(!r&&window.ttq&&window.ttq.track("AddToWishlist",{content_id:t}))}catch(t){console.error(t)}},n.search=function(t){try{return e(),void(!r&&window.ttq&&window.ttq.track("Search",{query:t,content_id:"Search"}))}catch(t){console.error(t)}},n.completeRegistration=function(){try{return e(),void(!r&&window.ttq&&window.ttq.track("CompleteRegistration"))}catch(t){console.error(t)}},n.viewCategory=function(t){try{return e(),void(!r&&window.ttq&&window.ttq.track("ViewContent",{content_id:t.id,content_type:"product_group",content_category:t.name}))}catch(t){console.error(t)}},n.contactForm=function(){try{return e(),void(!r&&window.ttq&&window.ttq.track("Contact"))}catch(t){console.error(t)}},n}();function e(){try{var t=n.store.customerStore.customer;if(!t)return;return void(!r&&window.ttq&&window.ttq.identify({external_id:t.id,email:t.email,phone_number:t.phone||""}))}catch(t){console.error(t)}}export{o as TiktokPixel};
@@ -1,10 +0,0 @@
1
- import { ApolloClient, NormalizedCacheObject } from "@apollo/client";
2
- declare class Apollo {
3
- private _client?;
4
- static customerToken?: string;
5
- createApolloClient: (apiKey?: string | undefined) => void;
6
- setCustomerToken: (customerToken?: string | undefined) => void;
7
- getClient: () => ApolloClient<NormalizedCacheObject>;
8
- }
9
- export declare const apollo: Apollo;
10
- export {};
@@ -1 +0,0 @@
1
- import{__assign as o}from'../ext/tslib/tslib.es6.js';import{onError as e}from'../ext/@apollo/client/link/error/index.js';import{setContext as n}from'../ext/@apollo/client/link/context/index.js';import{IkasStorefrontConfig as t}from"../storefront/index.js";import{createHttpLink as r}from'../ext/@apollo/client/link/http/createHttpLink.js';import{ApolloClient as i}from'../ext/@apollo/client/core/ApolloClient.js';import{InMemoryCache as c}from'../ext/@apollo/client/cache/inmemory/inMemoryCache.js';var l=new function l(){var a=this;this.createApolloClient=function(d){var s=e((function(o){var e=o.graphQLErrors,n=(o.networkError,o.operation);e&&console.log(e);var t=null==e?void 0:e.some((function(o){var e;return"UNAUTHORIZED"===(null===(e=o.extensions)||void 0===e?void 0:e.code)}));t&&"undefined"!=typeof window&&"refreshToken"!==n.operationName&&(window.location.href="/account/login?redirect="+encodeURIComponent(window.location.pathname))})),p=n((function(e,n){var r=n.headers,i=o(o({},r),{"x-api-key":d||t.config.apiKey,"x-sfid":t.storefrontId,"x-sfrid":t.storefrontRoutingId});return l.customerToken&&(i.Authorization="Bearer "+l.customerToken),{headers:i}})),f=r({uri:t.apiUrlOverride||process.env.NEXT_PUBLIC_GQL_URL,fetch:function(o,e){var n=JSON.parse(e.body).operationName;return fetch("".concat(o,"?op=").concat(n),e)}});a._client=new i({link:p.concat(s).concat(f),cache:new c({addTypename:!1}),defaultOptions:{watchQuery:{fetchPolicy:"no-cache",errorPolicy:"ignore"},query:{fetchPolicy:"no-cache",errorPolicy:"all"}}})},this.setCustomerToken=function(o){l.customerToken=o,a._client&&a.createApolloClient("undefined"!=typeof window?window.editorApiKey:void 0)},this.getClient=function(){return a._client||a.createApolloClient("undefined"!=typeof window?window.editorApiKey:void 0),a._client}};export{l as apollo};
@@ -1,24 +0,0 @@
1
- import { StringFilterInput, DateFilterInput } from "./../../../__generated__/global-types";
2
- export interface listProductBackInStockRemind_listProductBackInStockRemind {
3
- __typename: "ProductBackInStockRemind";
4
- createdAt: any | null;
5
- customerId: string;
6
- deleted: boolean | null;
7
- email: string;
8
- id: string;
9
- productId: string;
10
- storefrontId: string;
11
- updatedAt: any | null;
12
- variantId: string;
13
- }
14
- export interface listProductBackInStockRemind {
15
- listProductBackInStockRemind: listProductBackInStockRemind_listProductBackInStockRemind[];
16
- }
17
- export interface listProductBackInStockRemindVariables {
18
- id?: StringFilterInput | null;
19
- updatedAt?: DateFilterInput | null;
20
- includeDeleted?: boolean | null;
21
- email?: StringFilterInput | null;
22
- productId?: StringFilterInput | null;
23
- variantId?: StringFilterInput | null;
24
- }
@@ -1,19 +0,0 @@
1
- import { ProductBackInStockRemindInput } from "./../../../__generated__/global-types";
2
- export interface saveProductBackInStockRemind_saveProductBackInStockRemind {
3
- __typename: "ProductBackInStockRemind";
4
- createdAt: any | null;
5
- customerId: string;
6
- deleted: boolean | null;
7
- email: string;
8
- id: string;
9
- productId: string;
10
- storefrontId: string;
11
- updatedAt: any | null;
12
- variantId: string;
13
- }
14
- export interface saveProductBackInStockRemind {
15
- saveProductBackInStockRemind: saveProductBackInStockRemind_saveProductBackInStockRemind;
16
- }
17
- export interface saveProductBackInStockRemindVariables {
18
- input: ProductBackInStockRemindInput;
19
- }
@@ -1,23 +0,0 @@
1
- import * as ListProductBackInStockRemindTypes from "./__generated__/listProductBackInStockRemind";
2
- import * as SaveProductBackInStockRemindTypes from "./__generated__/saveProductBackInStockRemind";
3
- import { DateFilterInput, StringFilterInput } from "../../__generated__/global-types";
4
- export declare class IkasProductBackInStockReminderAPI {
5
- static list(listParams: ListParams): Promise<{
6
- data: ListProductBackInStockRemindTypes.listProductBackInStockRemind_listProductBackInStockRemind[];
7
- } | undefined>;
8
- static save(input: ProductBackInStockRemindInput): Promise<SaveProductBackInStockRemindTypes.saveProductBackInStockRemind_saveProductBackInStockRemind | undefined>;
9
- }
10
- export declare type ProductBackInStockRemindInput = {
11
- email: string;
12
- productId: string;
13
- variantId: string;
14
- };
15
- declare type ListParams = {
16
- email?: string;
17
- id?: StringFilterInput;
18
- includeDeleted?: boolean;
19
- productId?: string;
20
- updatedAt?: DateFilterInput;
21
- variantId?: string;
22
- };
23
- export {};
@@ -1 +0,0 @@
1
- import{__awaiter as n,__generator as t,__makeTemplateObject as e}from'../../ext/tslib/tslib.es6.js';import d from'../../ext/graphql-tag/src/index.js';import{apollo as r}from"../apollo.js";var i,a,u=function(){function u(){}return u.list=function(a){return n(this,void 0,void 0,(function(){var n,u,o,c,l;return t(this,(function(t){switch(t.label){case 0:n=d(i||(i=e(["\n query listProductBackInStockRemind(\n $id: StringFilterInput\n $updatedAt: DateFilterInput\n $includeDeleted: Boolean\n $email: StringFilterInput\n $productId: StringFilterInput\n $variantId: StringFilterInput\n ) {\n listProductBackInStockRemind(\n id: $id\n updatedAt: $updatedAt\n includeDeleted: $includeDeleted\n email: $email\n productId: $productId\n variantId: $variantId\n ) {\n createdAt\n customerId\n deleted\n email\n id\n productId\n storefrontId\n updatedAt\n variantId\n }\n }\n "],["\n query listProductBackInStockRemind(\n $id: StringFilterInput\n $updatedAt: DateFilterInput\n $includeDeleted: Boolean\n $email: StringFilterInput\n $productId: StringFilterInput\n $variantId: StringFilterInput\n ) {\n listProductBackInStockRemind(\n id: $id\n updatedAt: $updatedAt\n includeDeleted: $includeDeleted\n email: $email\n productId: $productId\n variantId: $variantId\n ) {\n createdAt\n customerId\n deleted\n email\n id\n productId\n storefrontId\n updatedAt\n variantId\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,r.getClient().query({query:n,variables:{includeDeleted:a.includeDeleted,updatedAt:{gt:a.updatedAt},id:{eq:a.id},email:{eq:a.email},productId:{eq:a.productId},variantId:{eq:a.variantId}}})];case 2:return u=t.sent(),o=u.data,(c=u.errors)&&c.length?[2]:[2,{data:o.listProductBackInStockRemind}];case 3:return l=t.sent(),console.log(l),[2];case 4:return[2]}}))}))},u.save=function(i){return n(this,void 0,void 0,(function(){var n,u,o,c,l;return t(this,(function(t){switch(t.label){case 0:n=d(a||(a=e(["\n mutation saveProductBackInStockRemind(\n $input: ProductBackInStockRemindInput!\n ) {\n saveProductBackInStockRemind(input: $input) {\n createdAt\n customerId\n deleted\n email\n id\n productId\n storefrontId\n updatedAt\n variantId\n }\n }\n "],["\n mutation saveProductBackInStockRemind(\n $input: ProductBackInStockRemindInput!\n ) {\n saveProductBackInStockRemind(input: $input) {\n createdAt\n customerId\n deleted\n email\n id\n productId\n storefrontId\n updatedAt\n variantId\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,r.getClient().mutate({mutation:n,variables:{input:i}})];case 2:return u=t.sent(),o=u.data,(c=u.errors)&&c.length&&console.log(c),o&&o.saveProductBackInStockRemind?[2,o.saveProductBackInStockRemind]:[3,4];case 3:return l=t.sent(),console.log(l),[3,4];case 4:return[2]}}))}))},u}();export{u as IkasProductBackInStockReminderAPI};
@@ -1,106 +0,0 @@
1
- import { StringFilterInput, PaginationInput, BlogMetadataTargetTypeEnum } from "./../../../__generated__/global-types";
2
- export interface getBlog_listBlog_data_blogContent {
3
- __typename: "BlogContent";
4
- content: string;
5
- createdAt: any | null;
6
- deleted: boolean | null;
7
- id: string;
8
- updatedAt: any | null;
9
- }
10
- export interface getBlog_listBlog_data_category_metadata {
11
- __typename: "BlogMetadata";
12
- createdAt: any | null;
13
- deleted: boolean | null;
14
- description: string | null;
15
- id: string;
16
- pageTitle: string | null;
17
- slug: string;
18
- targetId: string | null;
19
- targetType: BlogMetadataTargetTypeEnum | null;
20
- updatedAt: any | null;
21
- }
22
- export interface getBlog_listBlog_data_category {
23
- __typename: "BlogCategory";
24
- createdAt: any | null;
25
- updatedAt: any | null;
26
- deleted: boolean | null;
27
- id: string;
28
- name: string;
29
- imageId: string;
30
- metadata: getBlog_listBlog_data_category_metadata;
31
- }
32
- export interface getBlog_listBlog_data_metadata {
33
- __typename: "BlogMetadata";
34
- createdAt: any | null;
35
- deleted: boolean | null;
36
- description: string | null;
37
- id: string;
38
- pageTitle: string | null;
39
- slug: string;
40
- targetId: string | null;
41
- targetType: BlogMetadataTargetTypeEnum | null;
42
- updatedAt: any | null;
43
- }
44
- export interface getBlog_listBlog_data_writer {
45
- __typename: "BlogWriter";
46
- firstName: string;
47
- lastName: string;
48
- }
49
- export interface getBlog_listBlog_data {
50
- __typename: "Blog";
51
- title: string;
52
- blogContent: getBlog_listBlog_data_blogContent;
53
- categoryId: string;
54
- category: getBlog_listBlog_data_category;
55
- createdAt: any | null;
56
- deleted: boolean | null;
57
- id: string;
58
- imageId: string;
59
- isPublished: boolean;
60
- metadata: getBlog_listBlog_data_metadata;
61
- writer: getBlog_listBlog_data_writer;
62
- publishedAt: any | null;
63
- shortDescription: string;
64
- storefrontId: string;
65
- tagIds: string[] | null;
66
- updatedAt: any | null;
67
- }
68
- export interface getBlog_listBlog {
69
- __typename: "BlogPaginationResponse";
70
- /**
71
- * Returns the first three records of each page in the records returned as a response.
72
- * For example, **let's say page = 3, limit = 30, count = 3.**
73
- * The records that will return as a response are the records **between 60-62.**
74
- */
75
- count: number;
76
- data: getBlog_listBlog_data[];
77
- /**
78
- * In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.**
79
- */
80
- hasNext: boolean;
81
- /**
82
- * The maximum number of data you want to see on a page in the records returned as a response.
83
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
84
- * :::note
85
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
86
- * :::
87
- */
88
- limit: number;
89
- /**
90
- * The number of the page you want to see in the records that return as response.
91
- * For example: We entered the page field as **3**.And let our limit field be **30**.
92
- * The records that will return as a response are the records **between 60-90.**
93
- * :::note
94
- * If no value is entered, default 1 is accepted.
95
- * :::
96
- */
97
- page: number;
98
- }
99
- export interface getBlog {
100
- listBlog: getBlog_listBlog;
101
- }
102
- export interface getBlogVariables {
103
- id?: StringFilterInput | null;
104
- pagination?: PaginationInput | null;
105
- storefrontId?: StringFilterInput | null;
106
- }
@@ -1,109 +0,0 @@
1
- import { StringFilterInput, PaginationInput, BlogMetadataTargetTypeEnum } from "./../../../__generated__/global-types";
2
- export interface listBlog_listBlog_data_category_metadata {
3
- __typename: "BlogMetadata";
4
- createdAt: any | null;
5
- deleted: boolean | null;
6
- description: string | null;
7
- id: string;
8
- pageTitle: string | null;
9
- slug: string;
10
- targetId: string | null;
11
- targetType: BlogMetadataTargetTypeEnum | null;
12
- updatedAt: any | null;
13
- }
14
- export interface listBlog_listBlog_data_category {
15
- __typename: "BlogCategory";
16
- createdAt: any | null;
17
- updatedAt: any | null;
18
- deleted: boolean | null;
19
- id: string;
20
- name: string;
21
- imageId: string;
22
- metadata: listBlog_listBlog_data_category_metadata;
23
- }
24
- export interface listBlog_listBlog_data_tags {
25
- __typename: "BlogTag";
26
- createdAt: any | null;
27
- id: string;
28
- name: string;
29
- deleted: boolean | null;
30
- updatedAt: any | null;
31
- }
32
- export interface listBlog_listBlog_data_metadata {
33
- __typename: "BlogMetadata";
34
- createdAt: any | null;
35
- deleted: boolean | null;
36
- description: string | null;
37
- id: string;
38
- pageTitle: string | null;
39
- slug: string;
40
- targetId: string | null;
41
- targetType: BlogMetadataTargetTypeEnum | null;
42
- updatedAt: any | null;
43
- }
44
- export interface listBlog_listBlog_data_writer {
45
- __typename: "BlogWriter";
46
- firstName: string;
47
- lastName: string;
48
- }
49
- export interface listBlog_listBlog_data {
50
- __typename: "Blog";
51
- title: string;
52
- categoryId: string;
53
- category: listBlog_listBlog_data_category;
54
- tags: listBlog_listBlog_data_tags[] | null;
55
- createdAt: any | null;
56
- deleted: boolean | null;
57
- id: string;
58
- imageId: string;
59
- isPublished: boolean;
60
- metadata: listBlog_listBlog_data_metadata;
61
- writer: listBlog_listBlog_data_writer;
62
- publishedAt: any | null;
63
- shortDescription: string;
64
- storefrontId: string;
65
- tagIds: string[] | null;
66
- updatedAt: any | null;
67
- }
68
- export interface listBlog_listBlog {
69
- __typename: "BlogPaginationResponse";
70
- /**
71
- * Returns the first three records of each page in the records returned as a response.
72
- * For example, **let's say page = 3, limit = 30, count = 3.**
73
- * The records that will return as a response are the records **between 60-62.**
74
- */
75
- count: number;
76
- data: listBlog_listBlog_data[];
77
- /**
78
- * In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.**
79
- */
80
- hasNext: boolean;
81
- /**
82
- * The maximum number of data you want to see on a page in the records returned as a response.
83
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
84
- * :::note
85
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
86
- * :::
87
- */
88
- limit: number;
89
- /**
90
- * The number of the page you want to see in the records that return as response.
91
- * For example: We entered the page field as **3**.And let our limit field be **30**.
92
- * The records that will return as a response are the records **between 60-90.**
93
- * :::note
94
- * If no value is entered, default 1 is accepted.
95
- * :::
96
- */
97
- page: number;
98
- }
99
- export interface listBlog {
100
- listBlog: listBlog_listBlog;
101
- }
102
- export interface listBlogVariables {
103
- id?: StringFilterInput | null;
104
- categoryId?: StringFilterInput | null;
105
- pagination?: PaginationInput | null;
106
- storefrontId?: StringFilterInput | null;
107
- tagId?: StringFilterInput | null;
108
- search?: string | null;
109
- }
@@ -1,61 +0,0 @@
1
- import { StringFilterInput, PaginationInput, BlogMetadataTargetTypeEnum } from "./../../../__generated__/global-types";
2
- export interface listBlogCategory_listBlogCategory_data_metadata {
3
- __typename: "BlogMetadata";
4
- createdAt: any | null;
5
- deleted: boolean | null;
6
- description: string | null;
7
- id: string;
8
- pageTitle: string | null;
9
- slug: string;
10
- targetId: string | null;
11
- targetType: BlogMetadataTargetTypeEnum | null;
12
- updatedAt: any | null;
13
- }
14
- export interface listBlogCategory_listBlogCategory_data {
15
- __typename: "BlogCategory";
16
- createdAt: any | null;
17
- deleted: boolean | null;
18
- id: string;
19
- imageId: string;
20
- metadata: listBlogCategory_listBlogCategory_data_metadata;
21
- name: string;
22
- updatedAt: any | null;
23
- }
24
- export interface listBlogCategory_listBlogCategory {
25
- __typename: "BlogCategoryPaginationResponse";
26
- /**
27
- * Returns the first three records of each page in the records returned as a response.
28
- * For example, **let's say page = 3, limit = 30, count = 3.**
29
- * The records that will return as a response are the records **between 60-62.**
30
- */
31
- count: number;
32
- data: listBlogCategory_listBlogCategory_data[];
33
- /**
34
- * In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.**
35
- */
36
- hasNext: boolean;
37
- /**
38
- * The maximum number of data you want to see on a page in the records returned as a response.
39
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
40
- * :::note
41
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
42
- * :::
43
- */
44
- limit: number;
45
- /**
46
- * The number of the page you want to see in the records that return as response.
47
- * For example: We entered the page field as **3**.And let our limit field be **30**.
48
- * The records that will return as a response are the records **between 60-90.**
49
- * :::note
50
- * If no value is entered, default 1 is accepted.
51
- * :::
52
- */
53
- page: number;
54
- }
55
- export interface listBlogCategory {
56
- listBlogCategory: listBlogCategory_listBlogCategory;
57
- }
58
- export interface listBlogCategoryVariables {
59
- id?: StringFilterInput | null;
60
- pagination?: PaginationInput | null;
61
- }
@@ -1,55 +0,0 @@
1
- import { StringFilterInput, BlogMetadataTargetTypeEnumFilter, PaginationInput, BlogMetadataTargetTypeEnum } from "./../../../__generated__/global-types";
2
- export interface listBlogMetaData_listBlogMetadata_data {
3
- __typename: "BlogMetadata";
4
- createdAt: any | null;
5
- deleted: boolean | null;
6
- description: string | null;
7
- id: string;
8
- pageTitle: string | null;
9
- slug: string;
10
- targetId: string | null;
11
- targetType: BlogMetadataTargetTypeEnum | null;
12
- updatedAt: any | null;
13
- canonicals: string[] | null;
14
- disableIndex: boolean | null;
15
- }
16
- export interface listBlogMetaData_listBlogMetadata {
17
- __typename: "BlogMetadataPaginationResponse";
18
- /**
19
- * Returns the first three records of each page in the records returned as a response.
20
- * For example, **let's say page = 3, limit = 30, count = 3.**
21
- * The records that will return as a response are the records **between 60-62.**
22
- */
23
- count: number;
24
- data: listBlogMetaData_listBlogMetadata_data[];
25
- /**
26
- * In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.**
27
- */
28
- hasNext: boolean;
29
- /**
30
- * The maximum number of data you want to see on a page in the records returned as a response.
31
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
32
- * :::note
33
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
34
- * :::
35
- */
36
- limit: number;
37
- /**
38
- * The number of the page you want to see in the records that return as response.
39
- * For example: We entered the page field as **3**.And let our limit field be **30**.
40
- * The records that will return as a response are the records **between 60-90.**
41
- * :::note
42
- * If no value is entered, default 1 is accepted.
43
- * :::
44
- */
45
- page: number;
46
- }
47
- export interface listBlogMetaData {
48
- listBlogMetadata: listBlogMetaData_listBlogMetadata;
49
- }
50
- export interface listBlogMetaDataVariables {
51
- slug?: StringFilterInput | null;
52
- targetId?: StringFilterInput | null;
53
- targetType?: BlogMetadataTargetTypeEnumFilter | null;
54
- pagination?: PaginationInput | null;
55
- }
@@ -1,32 +0,0 @@
1
- import { IkasBlog, IkasBlogCategory, IkasBlogMetaData } from "../../models/data/blog";
2
- export declare class IkasBlogAPI {
3
- static listBlog(params: ListBlogParams): Promise<ListBlogResponse>;
4
- static getBlog(params: GetBlogParams): Promise<IkasBlog | undefined>;
5
- static listBlogMetaData(slug?: string, targetIds?: string[], targetType?: string[], page?: number, limit?: number): Promise<IkasBlogMetaData[]>;
6
- static listBlogCategory(params: ListBlogCategoryParams): Promise<{
7
- blogCategories: IkasBlogCategory[];
8
- count: number;
9
- hasNext: boolean;
10
- }>;
11
- }
12
- declare type ListBlogParams = {
13
- idList?: string[];
14
- categoryId?: string;
15
- page: number;
16
- limit: number;
17
- tagId?: string;
18
- title?: string;
19
- };
20
- declare type ListBlogResponse = {
21
- blogs: IkasBlog[];
22
- count: number;
23
- };
24
- declare type GetBlogParams = {
25
- id: string;
26
- };
27
- declare type ListBlogCategoryParams = {
28
- idList?: string[];
29
- page: number;
30
- limit: number;
31
- };
32
- export {};
@@ -1 +0,0 @@
1
- import{__awaiter as n,__generator as t,__makeTemplateObject as e}from'../../ext/tslib/tslib.es6.js';import a from'../../ext/graphql-tag/src/index.js';import{apollo as i}from"../apollo.js";import{IkasBlog as d,IkasBlogMetaData as r,IkasBlogCategory as o}from"../../models/data/blog/index.js";import{IkasStorefrontConfig as g}from"../../storefront/index.js";var l,s,u,p,c=function(){function c(){}return c.listBlog=function(r){return n(this,void 0,void 0,(function(){var n,o,s,u,p;return t(this,(function(t){switch(t.label){case 0:n=a(l||(l=e(["\n query listBlog(\n $id: StringFilterInput\n $categoryId: StringFilterInput\n $pagination: PaginationInput\n $storefrontId: StringFilterInput\n $tagId: StringFilterInput\n $search: String\n ) {\n listBlog(\n id: $id\n categoryId: $categoryId\n pagination: $pagination\n storefrontId: $storefrontId\n tagId: $tagId\n search: $search\n ) {\n count\n data {\n title\n categoryId\n category {\n createdAt\n updatedAt\n deleted\n id\n name\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n }\n tags {\n createdAt\n id\n name\n deleted\n updatedAt\n }\n createdAt\n deleted\n id\n imageId\n isPublished\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n writer {\n firstName\n lastName\n }\n publishedAt\n shortDescription\n storefrontId\n tagIds\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "],["\n query listBlog(\n $id: StringFilterInput\n $categoryId: StringFilterInput\n $pagination: PaginationInput\n $storefrontId: StringFilterInput\n $tagId: StringFilterInput\n $search: String\n ) {\n listBlog(\n id: $id\n categoryId: $categoryId\n pagination: $pagination\n storefrontId: $storefrontId\n tagId: $tagId\n search: $search\n ) {\n count\n data {\n title\n categoryId\n category {\n createdAt\n updatedAt\n deleted\n id\n name\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n }\n tags {\n createdAt\n id\n name\n deleted\n updatedAt\n }\n createdAt\n deleted\n id\n imageId\n isPublished\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n writer {\n firstName\n lastName\n }\n publishedAt\n shortDescription\n storefrontId\n tagIds\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,i.getClient().query({query:n,variables:{id:r.idList?{in:r.idList}:void 0,categoryId:r.categoryId?{eq:r.categoryId}:void 0,pagination:{page:r.page,limit:r.limit},tagId:r.tagId?{eq:r.tagId}:void 0,search:r.title,storefrontId:{eq:g.storefrontId}}})];case 2:return o=t.sent(),s=o.data,(u=o.errors)&&u.length?[2,{blogs:[],count:0}]:[2,{blogs:s.listBlog.data.map((function(n){return new d(n)})),count:s.listBlog.count}];case 3:return p=t.sent(),console.log(p),[2,{blogs:[],count:0}];case 4:return[2]}}))}))},c.getBlog=function(r){return n(this,void 0,void 0,(function(){var n,o,l,u,p,c;return t(this,(function(t){switch(t.label){case 0:n=a(s||(s=e(["\n query getBlog(\n $id: StringFilterInput\n $pagination: PaginationInput\n $storefrontId: StringFilterInput\n ) {\n listBlog(\n id: $id\n pagination: $pagination\n storefrontId: $storefrontId\n ) {\n count\n data {\n title\n blogContent {\n content\n createdAt\n deleted\n id\n updatedAt\n }\n categoryId\n category {\n createdAt\n updatedAt\n deleted\n id\n name\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n }\n createdAt\n deleted\n id\n imageId\n isPublished\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n writer {\n firstName\n lastName\n }\n publishedAt\n shortDescription\n storefrontId\n tagIds\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "],["\n query getBlog(\n $id: StringFilterInput\n $pagination: PaginationInput\n $storefrontId: StringFilterInput\n ) {\n listBlog(\n id: $id\n pagination: $pagination\n storefrontId: $storefrontId\n ) {\n count\n data {\n title\n blogContent {\n content\n createdAt\n deleted\n id\n updatedAt\n }\n categoryId\n category {\n createdAt\n updatedAt\n deleted\n id\n name\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n }\n createdAt\n deleted\n id\n imageId\n isPublished\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n writer {\n firstName\n lastName\n }\n publishedAt\n shortDescription\n storefrontId\n tagIds\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,i.getClient().query({query:n,variables:{id:r.id?{eq:r.id}:void 0,pagination:{page:1,limit:1},storefrontId:{eq:g.storefrontId}}})];case 2:return o=t.sent(),l=o.data,(u=o.errors)&&u.length?[2]:(p=l.listBlog.data.map((function(n){return new d(n)}))).length?[2,p[0]]:[3,4];case 3:return c=t.sent(),console.log(c),[3,4];case 4:return[2]}}))}))},c.listBlogMetaData=function(d,o,g,l,s){return void 0===l&&(l=1),void 0===s&&(s=200),n(this,void 0,void 0,(function(){var n,p,c,I,m;return t(this,(function(t){switch(t.label){case 0:n=a(u||(u=e(["\n query listBlogMetaData(\n $slug: StringFilterInput\n $targetId: StringFilterInput\n $targetType: BlogMetadataTargetTypeEnumFilter\n $pagination: PaginationInput\n ) {\n listBlogMetadata(\n slug: $slug\n targetId: $targetId\n targetType: $targetType\n pagination: $pagination\n ) {\n count\n data {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n canonicals\n disableIndex\n }\n hasNext\n limit\n page\n }\n }\n "],["\n query listBlogMetaData(\n $slug: StringFilterInput\n $targetId: StringFilterInput\n $targetType: BlogMetadataTargetTypeEnumFilter\n $pagination: PaginationInput\n ) {\n listBlogMetadata(\n slug: $slug\n targetId: $targetId\n targetType: $targetType\n pagination: $pagination\n ) {\n count\n data {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n canonicals\n disableIndex\n }\n hasNext\n limit\n page\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,i.getClient().query({query:n,variables:{slug:d?{eq:d}:void 0,targetId:o?{in:o}:void 0,targetType:g?{in:g}:void 0,pagination:{page:l,limit:s}}})];case 2:return p=t.sent(),c=p.data,(I=p.errors)&&I.length?[2,[]]:[2,c.listBlogMetadata.data.map((function(n){return new r(n)}))];case 3:return m=t.sent(),console.log(m),[2,[]];case 4:return[2]}}))}))},c.listBlogCategory=function(d){return n(this,void 0,void 0,(function(){var n,r,g,l;return t(this,(function(t){switch(t.label){case 0:n=a(p||(p=e(["\n query listBlogCategory(\n $id: StringFilterInput\n $pagination: PaginationInput\n ) {\n listBlogCategory(id: $id, pagination: $pagination) {\n count\n data {\n createdAt\n deleted\n id\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n name\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "],["\n query listBlogCategory(\n $id: StringFilterInput\n $pagination: PaginationInput\n ) {\n listBlogCategory(id: $id, pagination: $pagination) {\n count\n data {\n createdAt\n deleted\n id\n imageId\n metadata {\n createdAt\n deleted\n description\n id\n pageTitle\n slug\n targetId\n targetType\n updatedAt\n }\n name\n updatedAt\n }\n hasNext\n limit\n page\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,i.getClient().query({query:n,variables:{id:d.idList?{in:d.idList}:void 0,pagination:{page:d.page,limit:d.limit}}})];case 2:return r=t.sent(),g=r.data,(l=r.errors)&&l.length?[2,{blogCategories:[],count:0,hasNext:!1}]:[2,{blogCategories:g.listBlogCategory.data.map((function(n){return new o(n)})),count:g.listBlogCategory.count,hasNext:g.listBlogCategory.hasNext}];case 3:return t.sent(),[2,{blogCategories:[],count:0,hasNext:!1}];case 4:return[2]}}))}))},c}();export{c as IkasBlogAPI};
@@ -1,88 +0,0 @@
1
- import { StringFilterInput, PaginationInput, CategoryProductsOrderTypeEnum, HTMLMetaDataTargetTypeEnum } from "./../../../__generated__/global-types";
2
- export interface listProductBrand_listProductBrand_data_metaData_translations {
3
- __typename: "HTMLMetaDataTranslation";
4
- description: string | null;
5
- locale: string;
6
- pageTitle: string | null;
7
- }
8
- export interface listProductBrand_listProductBrand_data_metaData {
9
- __typename: "HTMLMetaData";
10
- /**
11
- * The token of the metadata. It is saved as completely unique.
12
- */
13
- slug: string;
14
- /**
15
- * The page title of the metadata.
16
- */
17
- pageTitle: string | null;
18
- /**
19
- * The description of the metadata.
20
- */
21
- description: string | null;
22
- targetId: string | null;
23
- targetType: HTMLMetaDataTargetTypeEnum | null;
24
- redirectTo: string | null;
25
- /**
26
- * The translations information of the metadata.
27
- */
28
- translations: listProductBrand_listProductBrand_data_metaData_translations[] | null;
29
- }
30
- export interface listProductBrand_listProductBrand_data_translations {
31
- __typename: "ProductBrandTranslation";
32
- /**
33
- * It is the description information of the translation.
34
- */
35
- description: string | null;
36
- /**
37
- * It is the name information of the translation.
38
- */
39
- locale: string;
40
- /**
41
- * It is the information in which language the translation is saved.
42
- */
43
- name: string | null;
44
- }
45
- export interface listProductBrand_listProductBrand_data {
46
- __typename: "ProductBrand";
47
- id: string;
48
- /**
49
- * The name of the product's brand.
50
- */
51
- name: string;
52
- /**
53
- * The description of the product's brand.
54
- */
55
- description: string | null;
56
- /**
57
- * The image information of the product's brand.
58
- */
59
- imageId: string | null;
60
- orderType: CategoryProductsOrderTypeEnum | null;
61
- /**
62
- * It is the metadata information of the product brand.
63
- */
64
- metaData: listProductBrand_listProductBrand_data_metaData | null;
65
- /**
66
- * It is the translation information of the product brand.
67
- */
68
- translations: listProductBrand_listProductBrand_data_translations[] | null;
69
- }
70
- export interface listProductBrand_listProductBrand {
71
- __typename: "ProductBrandPaginationResponse";
72
- data: listProductBrand_listProductBrand_data[];
73
- /**
74
- * Returns the first three records of each page in the records returned as a response.
75
- * For example, **let's say page = 3, limit = 30, count = 3.**
76
- * The records that will return as a response are the records **between 60-62.**
77
- */
78
- count: number;
79
- }
80
- export interface listProductBrand {
81
- listProductBrand: listProductBrand_listProductBrand;
82
- }
83
- export interface listProductBrandVariables {
84
- id?: StringFilterInput | null;
85
- pagination?: PaginationInput | null;
86
- search?: string | null;
87
- sort?: string | null;
88
- }
@@ -1,16 +0,0 @@
1
- import { IkasBrand } from "../../models";
2
- export declare class IkasBrandAPI {
3
- static listBrands(params?: ListBrandsParams): Promise<ListBrandsResponse>;
4
- }
5
- declare type ListBrandsParams = {
6
- idList?: string[];
7
- page?: number;
8
- limit?: number;
9
- search?: string;
10
- sort?: string;
11
- };
12
- declare type ListBrandsResponse = {
13
- brands: IkasBrand[];
14
- count: number;
15
- };
16
- export {};