@ikas/storefront 3.0.0-alpha.1 → 3.0.0-alpha.13

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 (1209) 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/isAbsoluteURL.js_commonjs-proxy.js +1 -0
  531. package/build/_virtual/isAxiosError.js_commonjs-proxy.js +1 -0
  532. package/build/_virtual/isCancel.js_commonjs-proxy.js +1 -0
  533. package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +1 -0
  534. package/build/_virtual/mergeConfig.js_commonjs-proxy.js +1 -0
  535. package/build/_virtual/node.js_commonjs-proxy3.js +1 -0
  536. package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +1 -0
  537. package/build/_virtual/parseHeaders.js_commonjs-proxy.js +1 -0
  538. package/build/_virtual/settle.js_commonjs-proxy.js +1 -0
  539. package/build/_virtual/spread.js_commonjs-proxy.js +1 -0
  540. package/build/_virtual/transformData.js_commonjs-proxy.js +1 -0
  541. package/build/_virtual/utils.js_commonjs-proxy.js +1 -0
  542. package/build/_virtual/validator.js_commonjs-proxy.js +1 -0
  543. package/build/_virtual/xhr.js_commonjs-proxy.js +1 -0
  544. package/build/analytics/analytics.d.ts +5 -4
  545. package/build/analytics/analytics.js +1 -1
  546. package/build/analytics/facebookPixel.d.ts +2 -1
  547. package/build/analytics/facebookPixel.js +1 -1
  548. package/build/analytics/googleAnalytics.d.ts +14 -0
  549. package/build/analytics/googleAnalytics.js +1 -0
  550. package/build/analytics/googleTagManager.d.ts +16 -13
  551. package/build/analytics/googleTagManager.js +1 -1
  552. package/build/analytics/googleUniversal.d.ts +9 -0
  553. package/build/analytics/googleUniversal.js +1 -0
  554. package/build/analytics/head/index.js +1 -1
  555. package/build/analytics/ikas.d.ts +2 -1
  556. package/build/analytics/ikas.js +1 -1
  557. package/build/assets/translations/checkout/en.js +1 -1
  558. package/build/assets/translations/checkout/tr.js +1 -1
  559. package/build/components/checkout/components/address-form/index.js +1 -1
  560. package/build/components/checkout/components/address-form/model.d.ts +12 -57
  561. package/build/components/checkout/components/address-form/model.js +1 -1
  562. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  563. package/build/components/checkout/components/cart-summary/index.js +1 -1
  564. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  565. package/build/components/checkout/components/customer-addresses/index.d.ts +4 -0
  566. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  567. package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
  568. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  569. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  570. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -0
  571. package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -0
  572. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -0
  573. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -0
  574. package/build/components/checkout/components/delivery-methods/icons/box.js +1 -0
  575. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -0
  576. package/build/components/checkout/components/delivery-methods/icons/store.js +1 -0
  577. package/build/components/checkout/components/delivery-methods/index.d.ts +7 -0
  578. package/build/components/checkout/components/delivery-methods/index.js +1 -0
  579. package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -0
  580. package/build/components/checkout/components/error/index.js +1 -1
  581. package/build/components/checkout/components/error/no-shipping-error/index.d.ts +3 -5
  582. package/build/components/checkout/components/error/no-shipping-error/index.js +1 -1
  583. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  584. package/build/components/checkout/components/form-item/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 -1
  588. package/build/components/checkout/index.js +1 -1
  589. package/build/components/checkout/model.d.ts +17 -6
  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/index.js +1 -1
  594. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  595. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  596. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  597. package/build/components/checkout/steps/step-success/index.js +1 -1
  598. package/build/components/checkout/style.module.scss.js +1 -1
  599. package/build/components/page/head.d.ts +1 -0
  600. package/build/components/page/head.js +1 -1
  601. package/build/components/page/index.d.ts +1 -0
  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 -53
  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 -31
  735. package/build/models/data/category/index.js +1 -1
  736. package/build/models/data/checkout/index.d.ts +5 -91
  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 +7 -0
  748. package/build/models/data/customer/attribute-value/index.js +1 -0
  749. package/build/models/data/customer/enums.d.ts +4 -0
  750. package/build/models/data/customer/index.d.ts +30 -25
  751. package/build/models/data/customer/index.js +1 -1
  752. package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +3 -0
  753. package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -0
  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 +8 -0
  756. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -0
  757. package/build/models/data/customer-attribute/enums.d.ts +2 -0
  758. package/build/models/data/customer-attribute/index.d.ts +22 -0
  759. package/build/models/data/customer-attribute/index.js +1 -0
  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 +8 -0
  764. package/build/models/data/customer-review-summary/index.js +1 -0
  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 -18
  771. package/build/models/data/html-meta-data/index.js +1 -1
  772. package/build/models/data/image/index.d.ts +2 -1
  773. package/build/models/data/image/index.js +1 -1
  774. package/build/models/data/index.d.ts +59 -33
  775. package/build/models/data/merchant-settings/index.d.ts +3 -5
  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 -17
  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.d.ts +1 -1
  832. package/build/models/data/product/index.js +1 -1
  833. package/build/models/data/product/variant/index.d.ts +1 -2
  834. package/build/models/data/product/variant/index.js +1 -1
  835. package/build/models/data/product/variant/price/index.d.ts +2 -4
  836. package/build/models/data/product/variant/price/index.js +1 -1
  837. package/build/models/data/product-attribute/index.d.ts +2 -2
  838. package/build/models/data/product-attribute/{product-attribute-option → option}/index.d.ts +0 -0
  839. package/build/models/data/product-attribute/{product-attribute-option → option}/index.js +0 -0
  840. package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.d.ts +0 -0
  841. package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.js +0 -0
  842. package/build/models/data/product-attribute/table-template/index.d.ts +6 -0
  843. package/build/models/data/product-attribute/table-template/index.js +1 -0
  844. package/build/models/data/product-campaign/campaign/index.d.ts +41 -0
  845. package/build/models/data/{product-campaing → product-campaign}/campaign/index.js +0 -0
  846. package/build/models/data/{product-campaing → product-campaign}/filter/index.d.ts +0 -0
  847. package/build/models/data/{product-campaing → product-campaign}/filter/index.js +0 -0
  848. package/build/models/data/{product-campaing → product-campaign}/index.d.ts +0 -0
  849. package/build/models/data/{product-campaing → product-campaign}/index.js +0 -0
  850. package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.d.ts +0 -0
  851. package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.js +0 -0
  852. package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.d.ts +0 -0
  853. package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.js +0 -0
  854. package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.d.ts +0 -0
  855. package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.js +0 -0
  856. package/build/models/data/product-filter/index.d.ts +6 -7
  857. package/build/models/data/product-filter/index.js +1 -1
  858. package/build/models/data/product-option-set/enums.d.ts +3 -0
  859. package/build/models/data/product-option-set/index.d.ts +2 -14
  860. package/build/models/data/product-option-set/index.js +1 -1
  861. package/build/models/data/state/index.d.ts +3 -5
  862. package/build/models/data/state/index.js +1 -0
  863. package/build/models/data/storefront/index.d.ts +3 -0
  864. package/build/models/data/storefront/index.js +1 -1
  865. package/build/models/data/storefront/theme-localization/index.js +1 -1
  866. package/build/models/theme/custom-data/index.js +1 -1
  867. package/build/models/theme/page/component/prop-value/product-list.d.ts +2 -1
  868. package/build/models/theme/page/component/prop-value/product-list.js +1 -1
  869. package/build/models/theme/settings/color/index.js +1 -1
  870. package/build/models/ui/blog-category-list/index.js +1 -1
  871. package/build/models/ui/blog-list/index.js +1 -1
  872. package/build/models/ui/brand-list/index.js +1 -1
  873. package/build/models/ui/category-list/index.js +1 -1
  874. package/build/models/ui/customer-review-list/index.js +1 -1
  875. package/build/models/ui/customer-review-summary-list/index.d.ts +43 -0
  876. package/build/models/ui/customer-review-summary-list/index.js +1 -0
  877. package/build/models/ui/index.d.ts +2 -1
  878. package/build/models/ui/product-detail/index.d.ts +9 -3
  879. package/build/models/ui/product-detail/index.js +1 -1
  880. package/build/models/ui/product-list/index.d.ts +10 -1
  881. package/build/models/ui/product-list/index.js +1 -1
  882. package/build/models/ui/raffle-list/index.js +1 -1
  883. package/build/models/ui/validator/form/account-info.d.ts +1 -1
  884. package/build/models/ui/validator/form/account-info.js +1 -1
  885. package/build/models/ui/validator/form/address.d.ts +3 -0
  886. package/build/models/ui/validator/form/address.js +1 -1
  887. package/build/models/ui/validator/form/contact-form.js +1 -1
  888. package/build/models/ui/validator/form/raffle-form.js +1 -1
  889. package/build/models/ui/validator/form/register.d.ts +4 -0
  890. package/build/models/ui/validator/form/register.js +1 -1
  891. package/build/pages/404.js +1 -1
  892. package/build/pages/_slug_/index.js +1 -1
  893. package/build/pages/account/addresses.js +1 -1
  894. package/build/pages/account/favorite-products.js +1 -1
  895. package/build/pages/account/forgot-password.js +1 -1
  896. package/build/pages/account/index.js +1 -1
  897. package/build/pages/account/login.js +1 -1
  898. package/build/pages/account/orders/_id_.js +1 -1
  899. package/build/pages/account/orders/index.js +1 -1
  900. package/build/pages/account/raffles.js +1 -1
  901. package/build/pages/account/recover-password.js +1 -1
  902. package/build/pages/account/register.js +1 -1
  903. package/build/pages/blog/_slug_.js +1 -1
  904. package/build/pages/blog/index.js +1 -1
  905. package/build/pages/cart.js +1 -1
  906. package/build/pages/checkout.js +1 -1
  907. package/build/pages/home.js +1 -1
  908. package/build/pages/pages/_slug_.js +1 -1
  909. package/build/pages/raffle/_slug_.js +1 -1
  910. package/build/pages/raffle/index.js +1 -1
  911. package/build/pages/search.js +1 -1
  912. package/build/providers/helpers/raffles.js +1 -1
  913. package/build/providers/page-data-get.d.ts +7 -1
  914. package/build/providers/page-data-get.js +1 -1
  915. package/build/providers/page-data-init.js +1 -1
  916. package/build/providers/page-data-next.d.ts +26 -0
  917. package/build/providers/page-data-next.js +1 -1
  918. package/build/providers/placeholders.js +1 -1
  919. package/build/providers/prop-value/attribute-list.js +1 -1
  920. package/build/providers/prop-value/attribute.js +1 -1
  921. package/build/providers/prop-value/blog-category-list.js +1 -1
  922. package/build/providers/prop-value/blog-category.js +1 -1
  923. package/build/providers/prop-value/blog-list.js +1 -1
  924. package/build/providers/prop-value/blog.js +1 -1
  925. package/build/providers/prop-value/brand-list.js +1 -1
  926. package/build/providers/prop-value/brand.js +1 -1
  927. package/build/providers/prop-value/category-list.js +1 -1
  928. package/build/providers/prop-value/category.js +1 -1
  929. package/build/providers/prop-value/custom.js +1 -1
  930. package/build/providers/prop-value/image-list.js +1 -1
  931. package/build/providers/prop-value/image.js +1 -1
  932. package/build/providers/prop-value/link.js +1 -1
  933. package/build/providers/prop-value/product-detail.js +1 -1
  934. package/build/providers/prop-value/product-list.d.ts +6 -0
  935. package/build/providers/prop-value/product-list.js +1 -1
  936. package/build/providers/prop-value/raffle-list.js +1 -1
  937. package/build/providers/prop-value/raffle.js +1 -1
  938. package/build/providers/prop-value/slider.d.ts +1 -1
  939. package/build/scripts/generators/types/index.js +1 -1
  940. package/build/store/base.d.ts +3 -0
  941. package/build/store/base.js +1 -1
  942. package/build/store/blog/index.d.ts +28 -0
  943. package/build/store/blog/index.js +1 -0
  944. package/build/store/brand/index.d.ts +12 -0
  945. package/build/store/brand/index.js +1 -0
  946. package/build/store/cart/api.d.ts +12 -0
  947. package/build/store/cart/api.js +1 -0
  948. package/build/store/cart/index.d.ts +28 -0
  949. package/build/store/cart/index.js +1 -0
  950. package/build/store/category/index.d.ts +12 -0
  951. package/build/store/category/index.js +1 -0
  952. package/build/store/checkout/index.d.ts +20 -0
  953. package/build/store/checkout/index.js +1 -0
  954. package/build/store/customer/api.d.ts +75 -0
  955. package/build/store/customer/api.js +1 -0
  956. package/build/store/customer/index.d.ts +79 -0
  957. package/build/store/customer/index.js +1 -0
  958. package/build/store/html-meta-data/index.d.ts +6 -0
  959. package/build/store/html-meta-data/index.js +1 -0
  960. package/build/store/location/index.d.ts +13 -0
  961. package/build/store/location/index.js +1 -0
  962. package/build/store/merchant/index.d.ts +6 -0
  963. package/build/store/merchant/index.js +1 -0
  964. package/build/store/product/index.d.ts +40 -0
  965. package/build/store/product/index.js +1 -0
  966. package/build/store/raffle/index.d.ts +18 -0
  967. package/build/store/raffle/index.js +1 -0
  968. package/build/store/storefront/index.d.ts +6 -0
  969. package/build/store/storefront/index.js +1 -0
  970. package/build/storefront/index.d.ts +7 -0
  971. package/build/storefront/index.js +1 -1
  972. package/build/utils/constants.d.ts +1 -0
  973. package/build/utils/constants.js +1 -0
  974. package/build/utils/currency.js +1 -1
  975. package/build/utils/helper.d.ts +1 -0
  976. package/build/utils/helper.js +1 -1
  977. package/package.json +4 -8
  978. package/build/__generated__/global-types.d.ts +0 -724
  979. package/build/__generated__/global-types.js +0 -1
  980. package/build/_virtual/Observable.js_commonjs-proxy.js +0 -1
  981. package/build/_virtual/parser.mjs_commonjs-proxy.js +0 -1
  982. package/build/api/apollo.d.ts +0 -10
  983. package/build/api/apollo.js +0 -1
  984. package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
  985. package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
  986. package/build/api/back-in-stock-reminder/index.d.ts +0 -23
  987. package/build/api/back-in-stock-reminder/index.js +0 -1
  988. package/build/api/blog/__generated__/getBlog.d.ts +0 -110
  989. package/build/api/blog/__generated__/listBlog.d.ts +0 -113
  990. package/build/api/blog/__generated__/listBlogCategory.d.ts +0 -65
  991. package/build/api/blog/__generated__/listBlogMetaData.d.ts +0 -57
  992. package/build/api/blog/index.d.ts +0 -32
  993. package/build/api/blog/index.js +0 -1
  994. package/build/api/brand/__generated__/listProductBrand.d.ts +0 -88
  995. package/build/api/brand/index.d.ts +0 -16
  996. package/build/api/brand/index.js +0 -1
  997. package/build/api/cart/__generated__/getCart.d.ts +0 -178
  998. package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -187
  999. package/build/api/cart/index.d.ts +0 -5
  1000. package/build/api/cart/index.js +0 -1
  1001. package/build/api/category/__generated__/listCategory.d.ts +0 -99
  1002. package/build/api/category/__generated__/listCategoryPaths.d.ts +0 -32
  1003. package/build/api/category/index.d.ts +0 -18
  1004. package/build/api/category/index.js +0 -1
  1005. package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
  1006. package/build/api/checkout/__generated__/checkStocks.d.ts +0 -18
  1007. package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
  1008. package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
  1009. package/build/api/checkout/__generated__/getCheckoutById.d.ts +0 -574
  1010. package/build/api/checkout/__generated__/getOrder.d.ts +0 -620
  1011. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
  1012. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +0 -42
  1013. package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
  1014. package/build/api/checkout/__generated__/saveCheckout.d.ts +0 -11
  1015. package/build/api/checkout/index.d.ts +0 -29
  1016. package/build/api/checkout/index.js +0 -1
  1017. package/build/api/city/__generated__/listCity.d.ts +0 -20
  1018. package/build/api/city/index.d.ts +0 -4
  1019. package/build/api/city/index.js +0 -1
  1020. package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
  1021. package/build/api/contact-form/index.d.ts +0 -10
  1022. package/build/api/contact-form/index.js +0 -1
  1023. package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
  1024. package/build/api/country/__generated__/getMyCountry.d.ts +0 -3
  1025. package/build/api/country/__generated__/listCountry.d.ts +0 -41
  1026. package/build/api/country/index.d.ts +0 -6
  1027. package/build/api/country/index.js +0 -1
  1028. package/build/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
  1029. package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
  1030. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -590
  1031. package/build/api/customer/__generated__/customerForgotPassword.d.ts +0 -7
  1032. package/build/api/customer/__generated__/customerLogin.d.ts +0 -167
  1033. package/build/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
  1034. package/build/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
  1035. package/build/api/customer/__generated__/customerSocialLogin.d.ts +0 -166
  1036. package/build/api/customer/__generated__/getCustomerOrders.d.ts +0 -620
  1037. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
  1038. package/build/api/customer/__generated__/getMyCustomer.d.ts +0 -145
  1039. package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
  1040. package/build/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
  1041. package/build/api/customer/__generated__/registerCustomer.d.ts +0 -163
  1042. package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
  1043. package/build/api/customer/__generated__/saveMyCustomer.d.ts +0 -160
  1044. package/build/api/customer/index.d.ts +0 -49
  1045. package/build/api/customer/index.js +0 -1
  1046. package/build/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
  1047. package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -53
  1048. package/build/api/customer-review/index.d.ts +0 -24
  1049. package/build/api/customer-review/index.js +0 -1
  1050. package/build/api/district/__generated__/listDistrict.d.ts +0 -16
  1051. package/build/api/district/index.d.ts +0 -4
  1052. package/build/api/district/index.js +0 -1
  1053. package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
  1054. package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
  1055. package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
  1056. package/build/api/favorite-product/index.d.ts +0 -6
  1057. package/build/api/favorite-product/index.js +0 -1
  1058. package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -38
  1059. package/build/api/html-meta-data/index.d.ts +0 -4
  1060. package/build/api/html-meta-data/index.js +0 -1
  1061. package/build/api/index.d.ts +0 -24
  1062. package/build/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
  1063. package/build/api/merchant/index.d.ts +0 -4
  1064. package/build/api/merchant/index.js +0 -1
  1065. package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -72
  1066. package/build/api/product-attribute/index.d.ts +0 -4
  1067. package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +0 -91
  1068. package/build/api/product-campaign/index.d.ts +0 -10
  1069. package/build/api/product-campaign/index.js +0 -1
  1070. package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +0 -7
  1071. package/build/api/product-option-file/index.d.ts +0 -7
  1072. package/build/api/product-option-file/index.js +0 -1
  1073. package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -98
  1074. package/build/api/product-option-set/index.d.ts +0 -4
  1075. package/build/api/product-option-set/index.js +0 -1
  1076. package/build/api/product-search/__generated__/getProductFilterData.d.ts +0 -61
  1077. package/build/api/product-search/__generated__/searchProducts.d.ts +0 -26
  1078. package/build/api/product-search/index.d.ts +0 -20
  1079. package/build/api/product-search/index.js +0 -1
  1080. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +0 -44
  1081. package/build/api/raffle/__generated__/listRaffle.d.ts +0 -85
  1082. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +0 -22
  1083. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +0 -30
  1084. package/build/api/raffle/index.d.ts +0 -24
  1085. package/build/api/raffle/index.js +0 -1
  1086. package/build/api/state/__generated__/listState.d.ts +0 -19
  1087. package/build/api/state/index.d.ts +0 -4
  1088. package/build/api/state/index.js +0 -1
  1089. package/build/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
  1090. package/build/api/stock-location/index.d.ts +0 -4
  1091. package/build/api/storefront/__generated__/getStorefront.d.ts +0 -61
  1092. package/build/api/storefront/index.d.ts +0 -4
  1093. package/build/api/storefront/index.js +0 -1
  1094. package/build/api/variant-type/__generated__/listVariantType.d.ts +0 -76
  1095. package/build/api/variant-type/index.d.ts +0 -4
  1096. package/build/ext/@apollo/client/cache/core/cache.js +0 -1
  1097. package/build/ext/@apollo/client/cache/core/types/common.js +0 -1
  1098. package/build/ext/@apollo/client/cache/inmemory/entityStore.js +0 -1
  1099. package/build/ext/@apollo/client/cache/inmemory/helpers.js +0 -1
  1100. package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +0 -1
  1101. package/build/ext/@apollo/client/cache/inmemory/policies.js +0 -1
  1102. package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +0 -1
  1103. package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +0 -1
  1104. package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +0 -1
  1105. package/build/ext/@apollo/client/core/ApolloClient.js +0 -1
  1106. package/build/ext/@apollo/client/core/LocalState.js +0 -1
  1107. package/build/ext/@apollo/client/core/ObservableQuery.js +0 -1
  1108. package/build/ext/@apollo/client/core/QueryInfo.js +0 -1
  1109. package/build/ext/@apollo/client/core/QueryManager.js +0 -1
  1110. package/build/ext/@apollo/client/core/Reobserver.js +0 -1
  1111. package/build/ext/@apollo/client/core/networkStatus.js +0 -1
  1112. package/build/ext/@apollo/client/errors/index.js +0 -1
  1113. package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +0 -15
  1114. package/build/ext/@apollo/client/link/context/index.js +0 -1
  1115. package/build/ext/@apollo/client/link/core/ApolloLink.js +0 -1
  1116. package/build/ext/@apollo/client/link/core/execute.js +0 -1
  1117. package/build/ext/@apollo/client/link/error/index.js +0 -1
  1118. package/build/ext/@apollo/client/link/http/HttpLink.js +0 -1
  1119. package/build/ext/@apollo/client/link/http/checkFetcher.js +0 -1
  1120. package/build/ext/@apollo/client/link/http/createHttpLink.js +0 -1
  1121. package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +0 -1
  1122. package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -1
  1123. package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +0 -1
  1124. package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -1
  1125. package/build/ext/@apollo/client/link/http/selectURI.js +0 -1
  1126. package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +0 -1
  1127. package/build/ext/@apollo/client/link/utils/createOperation.js +0 -1
  1128. package/build/ext/@apollo/client/link/utils/fromError.js +0 -1
  1129. package/build/ext/@apollo/client/link/utils/throwServerError.js +0 -1
  1130. package/build/ext/@apollo/client/link/utils/transformOperation.js +0 -1
  1131. package/build/ext/@apollo/client/link/utils/validateOperation.js +0 -1
  1132. package/build/ext/@apollo/client/utilities/common/arrays.js +0 -1
  1133. package/build/ext/@apollo/client/utilities/common/canUse.js +0 -1
  1134. package/build/ext/@apollo/client/utilities/common/cloneDeep.js +0 -1
  1135. package/build/ext/@apollo/client/utilities/common/compact.js +0 -1
  1136. package/build/ext/@apollo/client/utilities/common/environment.js +0 -1
  1137. package/build/ext/@apollo/client/utilities/common/errorHandling.js +0 -1
  1138. package/build/ext/@apollo/client/utilities/common/filterInPlace.js +0 -1
  1139. package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +0 -1
  1140. package/build/ext/@apollo/client/utilities/common/mergeDeep.js +0 -1
  1141. package/build/ext/@apollo/client/utilities/graphql/directives.js +0 -1
  1142. package/build/ext/@apollo/client/utilities/graphql/fragments.js +0 -1
  1143. package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +0 -1
  1144. package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +0 -1
  1145. package/build/ext/@apollo/client/utilities/graphql/transform.js +0 -1
  1146. package/build/ext/@apollo/client/utilities/observables/Concast.js +0 -1
  1147. package/build/ext/@apollo/client/utilities/observables/Observable.js +0 -1
  1148. package/build/ext/@apollo/client/utilities/observables/asyncMap.js +0 -1
  1149. package/build/ext/@apollo/client/utilities/observables/iteration.js +0 -1
  1150. package/build/ext/@apollo/client/version.js +0 -1
  1151. package/build/ext/@ungap/global-this/esm/index.js +0 -1
  1152. package/build/ext/@wry/context/lib/context.esm.js +0 -1
  1153. package/build/ext/@wry/equality/lib/equality.esm.js +0 -1
  1154. package/build/ext/@wry/trie/lib/trie.esm.js +0 -1
  1155. package/build/ext/fast-json-stable-stringify/index.js +0 -1
  1156. package/build/ext/graphql/error/GraphQLError.mjs.js +0 -1
  1157. package/build/ext/graphql/error/syntaxError.mjs.js +0 -1
  1158. package/build/ext/graphql/jsutils/defineInspect.mjs.js +0 -1
  1159. package/build/ext/graphql/jsutils/devAssert.mjs.js +0 -1
  1160. package/build/ext/graphql/jsutils/inspect.mjs.js +0 -1
  1161. package/build/ext/graphql/jsutils/instanceOf.mjs.js +0 -1
  1162. package/build/ext/graphql/jsutils/invariant.mjs.js +0 -1
  1163. package/build/ext/graphql/jsutils/isObjectLike.mjs.js +0 -1
  1164. package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +0 -1
  1165. package/build/ext/graphql/language/ast.mjs.js +0 -1
  1166. package/build/ext/graphql/language/blockString.mjs.js +0 -1
  1167. package/build/ext/graphql/language/directiveLocation.mjs.js +0 -1
  1168. package/build/ext/graphql/language/kinds.mjs.js +0 -1
  1169. package/build/ext/graphql/language/lexer.mjs.js +0 -1
  1170. package/build/ext/graphql/language/location.mjs.js +0 -1
  1171. package/build/ext/graphql/language/parser.mjs.js +0 -1
  1172. package/build/ext/graphql/language/printLocation.mjs.js +0 -1
  1173. package/build/ext/graphql/language/printer.mjs.js +0 -1
  1174. package/build/ext/graphql/language/source.mjs.js +0 -1
  1175. package/build/ext/graphql/language/tokenKind.mjs.js +0 -1
  1176. package/build/ext/graphql/language/visitor.mjs.js +0 -1
  1177. package/build/ext/graphql/polyfills/symbols.mjs.js +0 -1
  1178. package/build/ext/graphql-tag/src/index.js +0 -1
  1179. package/build/ext/optimism/lib/bundle.esm.js +0 -1
  1180. package/build/ext/symbol-observable/es/index.js +0 -1
  1181. package/build/ext/symbol-observable/es/ponyfill.js +0 -1
  1182. package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +0 -15
  1183. package/build/ext/ts-invariant/lib/invariant.esm.js +0 -1
  1184. package/build/ext/uuid/dist/esm-browser/rng.js +0 -1
  1185. package/build/ext/uuid/dist/esm-browser/stringify.js +0 -1
  1186. package/build/ext/uuid/dist/esm-browser/v4.js +0 -1
  1187. package/build/ext/zen-observable/index.js +0 -1
  1188. package/build/ext/zen-observable/lib/Observable.js +0 -1
  1189. package/build/models/data/customer-review-settings/index.d.ts +0 -4
  1190. package/build/models/data/installment-info/index.d.ts +0 -30
  1191. package/build/models/data/installment-info/index.js +0 -1
  1192. package/build/models/data/language/index.d.ts +0 -6
  1193. package/build/models/data/order/line-item/options/index.d.ts +0 -11
  1194. package/build/models/data/order/line-item/options/index.js +0 -1
  1195. package/build/models/data/order/line-item/options/options-value/index.d.ts +0 -6
  1196. package/build/models/data/order/line-item/options/options-value/index.js +0 -1
  1197. package/build/models/data/order/refund/refund-line-item/index.d.ts +0 -5
  1198. package/build/models/data/order-transaction/index.d.ts +0 -74
  1199. package/build/models/data/order-transaction/index.js +0 -1
  1200. package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
  1201. package/build/models/data/product-attribute/product-attribute-table-template/index.js +0 -1
  1202. package/build/models/data/product-campaing/campaign/index.d.ts +0 -41
  1203. package/build/models/data/product-cart-item-options/index.d.ts +0 -6
  1204. package/build/models/data/product-cart-item-options/index.js +0 -1
  1205. package/build/models/data/simple-product/index.d.ts +0 -137
  1206. package/build/store/cart.d.ts +0 -29
  1207. package/build/store/cart.js +0 -1
  1208. package/build/store/customer.d.ts +0 -92
  1209. package/build/store/customer.js +0 -1
@@ -0,0 +1,2524 @@
1
+ export declare enum BlogMetadataTargetTypeEnum {
2
+ BLOG = "BLOG",
3
+ BLOG_CATEGORY = "BLOG_CATEGORY"
4
+ }
5
+ export declare enum CustomerSocialLoginProviderEnum {
6
+ facebook = "facebook",
7
+ google = "google"
8
+ }
9
+ export declare enum StorefrontStatusTypes {
10
+ FAILED = "FAILED",
11
+ NOT_DEPLOYED = "NOT_DEPLOYED",
12
+ READY = "READY",
13
+ WAITING = "WAITING"
14
+ }
15
+ export declare enum StorefrontThemeStatus {
16
+ FAILED = "FAILED",
17
+ NOT_DEPLOYED = "NOT_DEPLOYED",
18
+ READY = "READY",
19
+ WAITING = "WAITING"
20
+ }
21
+ export declare enum CategoryConditionTypeEnum {
22
+ CREATED_AT = "CREATED_AT",
23
+ DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
24
+ PRODUCT_BRAND = "PRODUCT_BRAND",
25
+ PRODUCT_TAG = "PRODUCT_TAG",
26
+ VARIANT_VALUE = "VARIANT_VALUE"
27
+ }
28
+ export declare enum CategoryProductsOrderTypeEnum {
29
+ BEST_SELLER = "BEST_SELLER",
30
+ HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
31
+ HIGHEST_PRICE = "HIGHEST_PRICE",
32
+ LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
33
+ LOWEST_PRICE = "LOWEST_PRICE",
34
+ MANUALLY = "MANUALLY",
35
+ NEWEST = "NEWEST",
36
+ OLDEST = "OLDEST"
37
+ }
38
+ export declare enum HTMLMetaDataTargetTypeEnum {
39
+ BRAND = "BRAND",
40
+ CATEGORY = "CATEGORY",
41
+ PAGE = "PAGE",
42
+ PRODUCT = "PRODUCT"
43
+ }
44
+ export declare enum ProductAttributeTypeEnum {
45
+ BOOLEAN = "BOOLEAN",
46
+ CHOICE = "CHOICE",
47
+ DATETIME = "DATETIME",
48
+ HTML = "HTML",
49
+ IMAGE = "IMAGE",
50
+ MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
51
+ NUMERIC = "NUMERIC",
52
+ PRODUCT = "PRODUCT",
53
+ TABLE = "TABLE",
54
+ TEXT = "TEXT"
55
+ }
56
+ export declare enum ProductFilterDisplayTypeEnum {
57
+ BOX = "BOX",
58
+ DATE_RANGE = "DATE_RANGE",
59
+ LIST = "LIST",
60
+ NUMBER_RANGE = "NUMBER_RANGE",
61
+ NUMBER_RANGE_LIST = "NUMBER_RANGE_LIST",
62
+ SWATCH = "SWATCH"
63
+ }
64
+ export declare enum ProductFilterSortTypeEnum {
65
+ ALPHABETICAL_ASC = "ALPHABETICAL_ASC",
66
+ ALPHABETICAL_DESC = "ALPHABETICAL_DESC",
67
+ CUSTOM_SORT = "CUSTOM_SORT",
68
+ PRODUCT_COUNT_ASC = "PRODUCT_COUNT_ASC",
69
+ PRODUCT_COUNT_DESC = "PRODUCT_COUNT_DESC"
70
+ }
71
+ export declare enum ProductFilterTypeEnum {
72
+ ATTRIBUTE = "ATTRIBUTE",
73
+ AVAILABLE_VARIANT_VALUE = "AVAILABLE_VARIANT_VALUE",
74
+ BRAND = "BRAND",
75
+ DISCOUNT_RATIO = "DISCOUNT_RATIO",
76
+ PRICE = "PRICE",
77
+ STOCK_STATUS = "STOCK_STATUS",
78
+ TAG = "TAG",
79
+ VARIANT_TYPE = "VARIANT_TYPE"
80
+ }
81
+ export declare enum ProductOptionSelectTypeEnum {
82
+ BOX = "BOX",
83
+ SELECT = "SELECT",
84
+ SWATCH = "SWATCH"
85
+ }
86
+ export declare enum ProductOptionTypeEnum {
87
+ CHECKBOX = "CHECKBOX",
88
+ CHOICE = "CHOICE",
89
+ COLOR_PICKER = "COLOR_PICKER",
90
+ DATE_PICKER = "DATE_PICKER",
91
+ FILE = "FILE",
92
+ IMAGE = "IMAGE",
93
+ TEXT = "TEXT",
94
+ TEXT_AREA = "TEXT_AREA"
95
+ }
96
+ export declare enum ProductSearchShowStockOptionEnum {
97
+ HIDE_OUT_OF_STOCK = "HIDE_OUT_OF_STOCK",
98
+ SHOW_ALL = "SHOW_ALL",
99
+ SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
100
+ }
101
+ export declare enum ProductTypeEnum {
102
+ DIGITAL = "DIGITAL",
103
+ MEMBERSHIP = "MEMBERSHIP",
104
+ PHYSICAL = "PHYSICAL"
105
+ }
106
+ export declare enum SortByDirectionEnum {
107
+ ASC = "ASC",
108
+ DESC = "DESC"
109
+ }
110
+ export declare enum SortByTypeEnum {
111
+ CREATED_AT = "CREATED_AT",
112
+ DISCOUNT_RATIO = "DISCOUNT_RATIO",
113
+ MANUAL_SORT = "MANUAL_SORT",
114
+ NAME = "NAME",
115
+ PRICE = "PRICE"
116
+ }
117
+ export declare enum VariantSelectionTypeEnum {
118
+ CHOICE = "CHOICE",
119
+ COLOR = "COLOR"
120
+ }
121
+ export declare enum PaymentGatewayAdditionalPriceTypeEnum {
122
+ DECREMENT = "DECREMENT",
123
+ INCREMENT = "INCREMENT"
124
+ }
125
+ export declare enum PaymentGatewayTransactionFeeTypeEnum {
126
+ AMOUNT = "AMOUNT",
127
+ RATIO = "RATIO"
128
+ }
129
+ export declare enum PaymentGatewayTypeEnum {
130
+ EXTERNAL = "EXTERNAL",
131
+ INTERNAL = "INTERNAL",
132
+ THIRD_PARTY = "THIRD_PARTY"
133
+ }
134
+ export declare enum PaymentMethodEnum {
135
+ APP_PAYMENT = "APP_PAYMENT",
136
+ BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
137
+ CASH = "CASH",
138
+ CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
139
+ CREDIT_CARD = "CREDIT_CARD",
140
+ CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
141
+ GIFT_CARD = "GIFT_CARD",
142
+ MONEY_ORDER = "MONEY_ORDER",
143
+ OTHER = "OTHER",
144
+ WALLET = "WALLET"
145
+ }
146
+ export declare enum TransactionCardAssociationEnum {
147
+ AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
148
+ MASTER_CARD = "MASTER_CARD",
149
+ TROY = "TROY",
150
+ VISA = "VISA"
151
+ }
152
+ export declare enum TransactionCardTypeEnum {
153
+ CREDIT = "CREDIT",
154
+ DEBIT = "DEBIT",
155
+ PREPAID = "PREPAID"
156
+ }
157
+ export declare enum TransactionStatusEnum {
158
+ AUTHORIZED = "AUTHORIZED",
159
+ FAILED = "FAILED",
160
+ PENDING = "PENDING",
161
+ SUCCESS = "SUCCESS"
162
+ }
163
+ export declare enum TransactionTypeEnum {
164
+ REFUND = "REFUND",
165
+ SALE = "SALE",
166
+ VOID = "VOID"
167
+ }
168
+ export declare enum AdjustmentEnum {
169
+ DECREMENT = "DECREMENT",
170
+ INCREMENT = "INCREMENT"
171
+ }
172
+ export declare enum AmountTypeEnum {
173
+ AMOUNT = "AMOUNT",
174
+ RATIO = "RATIO"
175
+ }
176
+ export declare enum CampaignApplicablePriceEnum {
177
+ DISCOUNT_PRICE = "DISCOUNT_PRICE",
178
+ SELL_PRICE = "SELL_PRICE"
179
+ }
180
+ export declare enum CampaignCreatedForEnum {
181
+ ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
182
+ CART = "CART",
183
+ CUSTOMER_REVIEW = "CUSTOMER_REVIEW"
184
+ }
185
+ export declare enum CampaignFilterTypeEnum {
186
+ CATEGORY = "CATEGORY",
187
+ PRODUCT = "PRODUCT",
188
+ PRODUCT_BRAND = "PRODUCT_BRAND",
189
+ PRODUCT_TAG = "PRODUCT_TAG",
190
+ VARIANT = "VARIANT"
191
+ }
192
+ export declare enum CampaignOfferTargetPageTypeEnum {
193
+ CHECKOUT = "CHECKOUT",
194
+ POST_CHECKOUT = "POST_CHECKOUT"
195
+ }
196
+ export declare enum CampaignTypeEnum {
197
+ BUY_X_THEN_GET_Y = "BUY_X_THEN_GET_Y",
198
+ FIXED_AMOUNT = "FIXED_AMOUNT",
199
+ FREE_SHIPPING = "FREE_SHIPPING",
200
+ RATIO = "RATIO"
201
+ }
202
+ export declare enum CancelledReasonEnum {
203
+ CUSTOMER = "CUSTOMER",
204
+ DECLINED = "DECLINED",
205
+ INVENTORY = "INVENTORY",
206
+ OTHER = "OTHER"
207
+ }
208
+ export declare enum CartCampaignOfferStatus {
209
+ ACCEPTED = "ACCEPTED",
210
+ REJECTED = "REJECTED",
211
+ REMOVED = "REMOVED",
212
+ WAITING_FOR_ACTION = "WAITING_FOR_ACTION"
213
+ }
214
+ export declare enum CartCreatedByEnum {
215
+ ADMIN = "ADMIN",
216
+ CUSTOMER = "CUSTOMER"
217
+ }
218
+ export declare enum CartStatusEnum {
219
+ ACTIVE = "ACTIVE",
220
+ FREEZE = "FREEZE",
221
+ PASSIVE = "PASSIVE"
222
+ }
223
+ export declare enum CartV2StatusEnum {
224
+ COMPLETED = "COMPLETED",
225
+ FREEZE = "FREEZE",
226
+ KILLED = "KILLED",
227
+ OPEN = "OPEN"
228
+ }
229
+ export declare enum CheckoutRecoveryEmailStatusEnum {
230
+ NOT_SENT = "NOT_SENT",
231
+ SENT = "SENT"
232
+ }
233
+ export declare enum CheckoutRecoveryStatusEnum {
234
+ NOT_RECOVERED = "NOT_RECOVERED",
235
+ RECOVERED = "RECOVERED"
236
+ }
237
+ export declare enum CheckoutRequirementEnum {
238
+ INVISIBLE = "INVISIBLE",
239
+ MANDATORY = "MANDATORY",
240
+ OPTIONAL = "OPTIONAL"
241
+ }
242
+ export declare enum CheckoutStatusEnum {
243
+ COMPLETED = "COMPLETED",
244
+ FREEZE = "FREEZE",
245
+ KILLED = "KILLED",
246
+ OPEN = "OPEN"
247
+ }
248
+ export declare enum CustomerAccountStatusEnum {
249
+ ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
250
+ DECLINED_ACCOUNT_INVITATION = "DECLINED_ACCOUNT_INVITATION",
251
+ DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
252
+ INVITED_TO_CREATE_ACCOUNT = "INVITED_TO_CREATE_ACCOUNT"
253
+ }
254
+ export declare enum CustomerEmailSubscriptionStatusesEnum {
255
+ NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
256
+ PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
257
+ SUBSCRIBED = "SUBSCRIBED"
258
+ }
259
+ export declare enum InvoiceTypeEnum {
260
+ COMPANY = "COMPANY",
261
+ INDIVIDUAL = "INDIVIDUAL",
262
+ OTHER = "OTHER"
263
+ }
264
+ export declare enum OrderLineItemStatusEnum {
265
+ CANCELLED = "CANCELLED",
266
+ CANCEL_REJECTED = "CANCEL_REJECTED",
267
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
268
+ DELIVERED = "DELIVERED",
269
+ FULFILLED = "FULFILLED",
270
+ REFUNDED = "REFUNDED",
271
+ REFUND_REJECTED = "REFUND_REJECTED",
272
+ REFUND_REQUESTED = "REFUND_REQUESTED",
273
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
274
+ UNFULFILLED = "UNFULFILLED"
275
+ }
276
+ export declare enum OrderPackageFulfillStatusEnum {
277
+ CANCELLED = "CANCELLED",
278
+ CANCEL_REJECTED = "CANCEL_REJECTED",
279
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
280
+ DELIVERED = "DELIVERED",
281
+ ERROR = "ERROR",
282
+ FULFILLED = "FULFILLED",
283
+ READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
284
+ READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
285
+ REFUNDED = "REFUNDED",
286
+ REFUND_REJECTED = "REFUND_REJECTED",
287
+ REFUND_REQUESTED = "REFUND_REQUESTED",
288
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
289
+ UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER"
290
+ }
291
+ export declare enum OrderPackageStatusEnum {
292
+ CANCELLED = "CANCELLED",
293
+ CANCEL_REJECTED = "CANCEL_REJECTED",
294
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
295
+ DELIVERED = "DELIVERED",
296
+ FULFILLED = "FULFILLED",
297
+ PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
298
+ PARTIALLY_DELIVERED = "PARTIALLY_DELIVERED",
299
+ PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED",
300
+ PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
301
+ READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
302
+ READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
303
+ REFUNDED = "REFUNDED",
304
+ REFUND_REJECTED = "REFUND_REJECTED",
305
+ REFUND_REQUESTED = "REFUND_REQUESTED",
306
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
307
+ UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER",
308
+ UNFULFILLED = "UNFULFILLED"
309
+ }
310
+ export declare enum OrderPaymentStatusEnum {
311
+ PAID = "PAID",
312
+ PARTIALLY_PAID = "PARTIALLY_PAID",
313
+ WAITING = "WAITING"
314
+ }
315
+ export declare enum OrderStatusEnum {
316
+ CANCELLED = "CANCELLED",
317
+ CREATED = "CREATED",
318
+ DRAFT = "DRAFT",
319
+ PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
320
+ PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
321
+ REFUNDED = "REFUNDED",
322
+ REFUND_REJECTED = "REFUND_REJECTED",
323
+ REFUND_REQUESTED = "REFUND_REQUESTED"
324
+ }
325
+ export declare enum PaymentMethodTypeEnum {
326
+ APP_PAYMENT = "APP_PAYMENT",
327
+ BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
328
+ CASH = "CASH",
329
+ CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
330
+ CREDIT_CARD = "CREDIT_CARD",
331
+ CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
332
+ GIFT_CARD = "GIFT_CARD",
333
+ MONEY_ORDER = "MONEY_ORDER",
334
+ OTHER = "OTHER",
335
+ WALLET = "WALLET"
336
+ }
337
+ export declare enum RaffleMetadataTargetTypeEnum {
338
+ RAFFLE = "RAFFLE"
339
+ }
340
+ export declare enum ShippingMethodEnum {
341
+ CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
342
+ NO_SHIPMENT = "NO_SHIPMENT",
343
+ SHIPMENT = "SHIPMENT"
344
+ }
345
+ export declare enum VerificationTypeEnum {
346
+ EMAIL = "EMAIL",
347
+ MERSIS = "MERSIS"
348
+ }
349
+ export declare enum StockLocationDeliveryTimeEnum {
350
+ TWO_IN_FOUR_DAYS = "TWO_IN_FOUR_DAYS",
351
+ WITHIN_FOUR_HOURS = "WITHIN_FOUR_HOURS",
352
+ WITHIN_ONE_HOUR = "WITHIN_ONE_HOUR",
353
+ WITHIN_PLUS_FIVE_DAYS = "WITHIN_PLUS_FIVE_DAYS",
354
+ WITHIN_TWENTY_FOUR_HOURS = "WITHIN_TWENTY_FOUR_HOURS",
355
+ WITHIN_TWO_HOURS = "WITHIN_TWO_HOURS"
356
+ }
357
+ export declare enum StockLocationTypeEnum {
358
+ PHYSICAL = "PHYSICAL",
359
+ VIRTUAL = "VIRTUAL"
360
+ }
361
+ export declare enum CustomerAttributePermissionEnum {
362
+ INVISIBLE = "INVISIBLE",
363
+ READ = "READ",
364
+ WRITE = "WRITE"
365
+ }
366
+ export declare enum CustomerAttributeRegisterPageRequirementEnum {
367
+ INVISIBLE = "INVISIBLE",
368
+ MANDATORY = "MANDATORY",
369
+ OPTIONAL = "OPTIONAL"
370
+ }
371
+ export declare enum CustomerAttributeTypeEnum {
372
+ BOOLEAN = "BOOLEAN",
373
+ CHOICE = "CHOICE",
374
+ DATETIME = "DATETIME",
375
+ MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
376
+ NUMERIC = "NUMERIC",
377
+ TEXT = "TEXT"
378
+ }
379
+ export declare enum CustomerRegistrationSourceEnum {
380
+ credentials = "credentials",
381
+ facebook = "facebook",
382
+ google = "google"
383
+ }
384
+ export declare enum CustomerReviewStatusEnum {
385
+ APPROVED = "APPROVED",
386
+ REJECTED = "REJECTED",
387
+ WAITING = "WAITING"
388
+ }
389
+ export interface Blog {
390
+ blogContent: BlogContent;
391
+ category: BlogCategory;
392
+ categoryId: string;
393
+ createdAt: any | null;
394
+ deleted: boolean | null;
395
+ id: string;
396
+ imageId: string;
397
+ isPublished: boolean;
398
+ locale: string | null;
399
+ metadata: BlogMetadata;
400
+ publishedAt: any | null;
401
+ shortDescription: string;
402
+ storefrontId: string;
403
+ tagIds: string[] | null;
404
+ tags: BlogTag[] | null;
405
+ title: string;
406
+ updatedAt: any | null;
407
+ writer: BlogWriter;
408
+ }
409
+ export interface BlogCategory {
410
+ createdAt: any | null;
411
+ deleted: boolean | null;
412
+ id: string;
413
+ imageId: string;
414
+ metadata: BlogMetadata;
415
+ name: string;
416
+ updatedAt: any | null;
417
+ }
418
+ export interface BlogCategoryPaginationResponse {
419
+ count: number;
420
+ data: BlogCategory[];
421
+ hasNext: boolean;
422
+ limit: number;
423
+ page: number;
424
+ }
425
+ export interface BlogContent {
426
+ content: string;
427
+ createdAt: any | null;
428
+ deleted: boolean | null;
429
+ id: string;
430
+ updatedAt: any | null;
431
+ }
432
+ export interface BlogMetadata {
433
+ createdAt: any | null;
434
+ deleted: boolean | null;
435
+ description: string | null;
436
+ id: string;
437
+ pageTitle: string | null;
438
+ slug: string;
439
+ targetId: string | null;
440
+ targetType: BlogMetadataTargetTypeEnum | null;
441
+ updatedAt: any | null;
442
+ }
443
+ export interface BlogMetadataPaginationResponse {
444
+ count: number;
445
+ data: BlogMetadata[];
446
+ hasNext: boolean;
447
+ limit: number;
448
+ page: number;
449
+ }
450
+ export interface BlogPaginationResponse {
451
+ count: number;
452
+ data: Blog[];
453
+ hasNext: boolean;
454
+ limit: number;
455
+ page: number;
456
+ }
457
+ export interface BlogTag {
458
+ createdAt: any | null;
459
+ deleted: boolean | null;
460
+ id: string;
461
+ name: string;
462
+ updatedAt: any | null;
463
+ }
464
+ export interface BlogWriter {
465
+ firstName: string;
466
+ lastName: string;
467
+ }
468
+ export interface SocialLoginSettings {
469
+ apiKey: string | null;
470
+ apiSecret: string | null;
471
+ provider: CustomerSocialLoginProviderEnum;
472
+ }
473
+ export interface Storefront {
474
+ analytics4Id: string | null;
475
+ createdAt: any | null;
476
+ deleted: boolean | null;
477
+ domains: StorefrontDomain[] | null;
478
+ emailSettingsId: string | null;
479
+ fbpId: string | null;
480
+ gtmId: string | null;
481
+ id: string;
482
+ localizations: StorefrontLocalization[];
483
+ mainStorefrontThemeId: string | null;
484
+ name: string;
485
+ pickUpStockLocationIds: string[] | null;
486
+ routings: StorefrontRouting[];
487
+ salesChannelId: string;
488
+ socialLoginSettings: SocialLoginSettings[] | null;
489
+ status: StorefrontStatusTypes;
490
+ themes: StorefrontTheme[];
491
+ universalAnalyticsId: string | null;
492
+ updatedAt: any | null;
493
+ }
494
+ export interface StorefrontDomain {
495
+ createdAt: any | null;
496
+ deleted: boolean | null;
497
+ id: string;
498
+ isDefault: boolean | null;
499
+ merchantDomainId: string;
500
+ name: string;
501
+ redirectDomainName: string | null;
502
+ updatedAt: any | null;
503
+ }
504
+ export interface StorefrontDynamicCurrencySettings {
505
+ roundingFormat: string | null;
506
+ targetCurrencyCode: string;
507
+ }
508
+ export interface StorefrontLocalization {
509
+ createdAt: any | null;
510
+ deleted: boolean | null;
511
+ id: string;
512
+ isDefault: boolean;
513
+ locale: string;
514
+ name: string;
515
+ updatedAt: any | null;
516
+ }
517
+ export interface StorefrontRouting {
518
+ countryCodes: string[] | null;
519
+ createdAt: any | null;
520
+ deleted: boolean | null;
521
+ domain: string | null;
522
+ dynamicCurrencySettings: StorefrontDynamicCurrencySettings | null;
523
+ id: string;
524
+ locale: string;
525
+ path: string | null;
526
+ priceListId: string | null;
527
+ updatedAt: any | null;
528
+ }
529
+ export interface StorefrontTheme {
530
+ createdAt: any | null;
531
+ deleted: boolean | null;
532
+ id: string;
533
+ isMainTheme: boolean;
534
+ name: string;
535
+ status: StorefrontThemeStatus;
536
+ themeId: string;
537
+ themeVersionId: string;
538
+ updatedAt: any | null;
539
+ }
540
+ export interface ApplicableProductFilterValue {
541
+ colorCode: string | null;
542
+ id: string;
543
+ key: string;
544
+ name: string;
545
+ thumbnailImageId: string | null;
546
+ }
547
+ export interface Category {
548
+ categoryPath: string[] | null;
549
+ categoryPathItems: CategoryPathItem[] | null;
550
+ conditions: CategoryCondition[] | null;
551
+ createdAt: any | null;
552
+ deleted: boolean | null;
553
+ description: string | null;
554
+ id: string;
555
+ imageId: string | null;
556
+ isAutomated: boolean | null;
557
+ metaData: HTMLMetaData | null;
558
+ name: string;
559
+ orderType: CategoryProductsOrderTypeEnum | null;
560
+ parentId: string | null;
561
+ salesChannelIds: string[] | null;
562
+ shouldMatchAllConditions: boolean | null;
563
+ translations: CategoryTranslation[] | null;
564
+ updatedAt: any | null;
565
+ }
566
+ export interface CategoryCondition {
567
+ conditionType: CategoryConditionTypeEnum;
568
+ valueList: string[];
569
+ }
570
+ export interface CategoryPaginationResponse {
571
+ count: number;
572
+ data: Category[];
573
+ hasNext: boolean;
574
+ limit: number;
575
+ page: number;
576
+ }
577
+ export interface CategoryPathItem {
578
+ createdAt: any | null;
579
+ deleted: boolean | null;
580
+ description: string | null;
581
+ id: string;
582
+ imageId: string | null;
583
+ isAutomated: boolean | null;
584
+ metaData: HTMLMetaData | null;
585
+ name: string;
586
+ translations: CategoryTranslation[] | null;
587
+ updatedAt: any | null;
588
+ }
589
+ export interface CategoryTranslation {
590
+ description: string | null;
591
+ locale: string;
592
+ name: string | null;
593
+ }
594
+ export interface HTMLMetaData {
595
+ createdAt: any | null;
596
+ deleted: boolean | null;
597
+ description: string | null;
598
+ id: string;
599
+ metadataOverrides: HTMLMetaDataOverride[] | null;
600
+ pageTitle: string | null;
601
+ redirectTo: string | null;
602
+ slug: string;
603
+ targetId: string | null;
604
+ targetType: HTMLMetaDataTargetTypeEnum | null;
605
+ translations: HTMLMetaDataTranslation[] | null;
606
+ updatedAt: any | null;
607
+ }
608
+ export interface HTMLMetaDataOverride {
609
+ description: string;
610
+ language: string | null;
611
+ pageTitle: string;
612
+ storefrontId: string | null;
613
+ storefrontRegionId: string | null;
614
+ }
615
+ export interface HTMLMetaDataTranslation {
616
+ description: string | null;
617
+ locale: string;
618
+ pageTitle: string | null;
619
+ }
620
+ export interface Product {
621
+ attributes: ProductAttributeValue[] | null;
622
+ brandId: string | null;
623
+ categoryIds: string[] | null;
624
+ createdAt: any | null;
625
+ deleted: boolean | null;
626
+ description: string | null;
627
+ groupVariantsByVariantTypeId: string | null;
628
+ id: string;
629
+ maxQuantityPerCart: number | null;
630
+ metaData: HTMLMetaData | null;
631
+ name: string;
632
+ productOptionSetId: string | null;
633
+ productVariantTypes: ProductVariantType[] | null;
634
+ salesChannelIds: string[] | null;
635
+ shortDescription: string | null;
636
+ tagIds: string[] | null;
637
+ translations: ProductTranslation[] | null;
638
+ type: ProductTypeEnum;
639
+ updatedAt: any | null;
640
+ variants: Variant[];
641
+ vendorId: string | null;
642
+ weight: number | null;
643
+ }
644
+ export interface ProductAttribute {
645
+ createdAt: any | null;
646
+ deleted: boolean | null;
647
+ description: string | null;
648
+ id: string;
649
+ name: string;
650
+ options: ProductAttributeOption[] | null;
651
+ tableTemplate: ProductAttributeTableTemplate | null;
652
+ translations: ProductAttributeTranslation[] | null;
653
+ type: ProductAttributeTypeEnum;
654
+ updatedAt: any | null;
655
+ }
656
+ export interface ProductAttributeOption {
657
+ createdAt: any | null;
658
+ deleted: boolean | null;
659
+ id: string;
660
+ name: string;
661
+ updatedAt: any | null;
662
+ }
663
+ export interface ProductAttributeOptionTranslation {
664
+ id: string;
665
+ name: string | null;
666
+ }
667
+ export interface ProductAttributeTableCellData {
668
+ id: string;
669
+ name: string;
670
+ }
671
+ export interface ProductAttributeTableTemplate {
672
+ columns: ProductAttributeTableCellData[];
673
+ rows: ProductAttributeTableCellData[];
674
+ }
675
+ export interface ProductAttributeTranslation {
676
+ description: string | null;
677
+ locale: string;
678
+ name: string | null;
679
+ options: ProductAttributeOptionTranslation[] | null;
680
+ }
681
+ export interface ProductAttributeValue {
682
+ imageIds: string[] | null;
683
+ productAttributeId: string | null;
684
+ productAttributeOptionId: string | null;
685
+ value: string | null;
686
+ }
687
+ export interface ProductBackInStockRemind {
688
+ createdAt: any | null;
689
+ customerId: string;
690
+ deleted: boolean | null;
691
+ email: string;
692
+ id: string;
693
+ productId: string;
694
+ storefrontId: string;
695
+ updatedAt: any | null;
696
+ variantId: string;
697
+ }
698
+ export interface ProductBrand {
699
+ createdAt: any | null;
700
+ deleted: boolean | null;
701
+ description: string | null;
702
+ id: string;
703
+ imageId: string | null;
704
+ metaData: HTMLMetaData | null;
705
+ name: string;
706
+ orderType: CategoryProductsOrderTypeEnum | null;
707
+ salesChannelIds: string[] | null;
708
+ translations: ProductBrandTranslation[] | null;
709
+ updatedAt: any | null;
710
+ }
711
+ export interface ProductBrandPaginationResponse {
712
+ count: number;
713
+ data: ProductBrand[];
714
+ hasNext: boolean;
715
+ limit: number;
716
+ page: number;
717
+ }
718
+ export interface ProductBrandTranslation {
719
+ description: string | null;
720
+ locale: string;
721
+ name: string | null;
722
+ }
723
+ export interface ProductFacetCount {
724
+ id: string;
725
+ values: ProductFacetCountValue[];
726
+ }
727
+ export interface ProductFacetCountValue {
728
+ count: number;
729
+ id: string;
730
+ }
731
+ export interface ProductFilterData {
732
+ categories: Category[] | null;
733
+ filters: ProductFilterDataFilter[];
734
+ }
735
+ export interface ProductFilterDataFilter {
736
+ categories: Category[] | null;
737
+ customValues: string[] | null;
738
+ displayType: ProductFilterDisplayTypeEnum;
739
+ id: string;
740
+ isFacetFilter: boolean | null;
741
+ isMultiSelect: boolean;
742
+ key: string;
743
+ name: string;
744
+ order: number;
745
+ settings: ProductFilterSettings | null;
746
+ type: ProductFilterTypeEnum;
747
+ values: ApplicableProductFilterValue[] | null;
748
+ }
749
+ export interface ProductFilterSettings {
750
+ customSortedValues: string[] | null;
751
+ showCollapsedOnDesktop: boolean;
752
+ showCollapsedOnMobile: boolean;
753
+ sortType: ProductFilterSortTypeEnum;
754
+ useAndFilter: boolean | null;
755
+ }
756
+ export interface ProductImage {
757
+ imageId: string | null;
758
+ isMain: boolean;
759
+ isVideo: boolean | null;
760
+ order: number;
761
+ }
762
+ export interface ProductItem {
763
+ createdAt: any | null;
764
+ deleted: boolean | null;
765
+ id: string;
766
+ productId: string;
767
+ updatedAt: any | null;
768
+ variantId: string;
769
+ }
770
+ export interface ProductLastViewed {
771
+ createdAt: any | null;
772
+ customerId: string;
773
+ deleted: boolean | null;
774
+ id: string;
775
+ products: ProductItem[];
776
+ updatedAt: any | null;
777
+ }
778
+ export interface ProductOption {
779
+ createdAt: any | null;
780
+ dateSettings: ProductOptionDateSettings | null;
781
+ deleted: boolean | null;
782
+ fileSettings: ProductOptionFileSettings | null;
783
+ id: string;
784
+ isOptional: boolean | null;
785
+ name: string;
786
+ optionalText: string | null;
787
+ order: number;
788
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
789
+ price: number | null;
790
+ requiredOptionId: string | null;
791
+ requiredOptionValueIds: string[] | null;
792
+ selectSettings: ProductOptionSelectSettings | null;
793
+ textSettings: ProductOptionTextSettings | null;
794
+ type: ProductOptionTypeEnum;
795
+ updatedAt: any | null;
796
+ }
797
+ export interface ProductOptionDateSettings {
798
+ max: any | null;
799
+ maxRelativeNextDate: number | null;
800
+ min: any | null;
801
+ minRelativeNextDate: number | null;
802
+ }
803
+ export interface ProductOptionFileSettings {
804
+ allowedExtensions: string[] | null;
805
+ maxQuantity: number | null;
806
+ minQuantity: number | null;
807
+ }
808
+ export interface ProductOptionSelectSettings {
809
+ maxSelect: number | null;
810
+ minSelect: number | null;
811
+ type: ProductOptionSelectTypeEnum;
812
+ values: ProductOptionSelectValue[];
813
+ }
814
+ export interface ProductOptionSelectValue {
815
+ colorCode: string | null;
816
+ createdAt: any | null;
817
+ deleted: boolean | null;
818
+ id: string;
819
+ order: number;
820
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
821
+ price: number | null;
822
+ thumbnailImageId: string | null;
823
+ updatedAt: any | null;
824
+ value: string;
825
+ }
826
+ export interface ProductOptionSelectValueOtherPrice {
827
+ currencyCode: string;
828
+ price: number;
829
+ }
830
+ export interface ProductOptionSelectValueTranslations {
831
+ id: string;
832
+ value: string | null;
833
+ }
834
+ export interface ProductOptionSet {
835
+ createdAt: any | null;
836
+ deleted: boolean | null;
837
+ id: string;
838
+ name: string;
839
+ options: ProductOption[];
840
+ translations: ProductOptionSetTranslations[] | null;
841
+ updatedAt: any | null;
842
+ }
843
+ export interface ProductOptionSetTranslations {
844
+ locale: string;
845
+ options: ProductOptionTranslations[] | null;
846
+ }
847
+ export interface ProductOptionTextSettings {
848
+ max: number | null;
849
+ min: number | null;
850
+ }
851
+ export interface ProductOptionTranslations {
852
+ id: string;
853
+ name: string | null;
854
+ optionalText: string | null;
855
+ values: ProductOptionSelectValueTranslations[] | null;
856
+ }
857
+ export interface ProductPaginationResponse {
858
+ count: number;
859
+ data: Product[];
860
+ hasNext: boolean;
861
+ limit: number;
862
+ page: number;
863
+ }
864
+ export interface ProductPrice {
865
+ buyPrice: number | null;
866
+ currency: string | null;
867
+ discountPrice: number | null;
868
+ priceListId: string | null;
869
+ sellPrice: number;
870
+ }
871
+ export interface ProductSearchResponse {
872
+ count: number;
873
+ data: any;
874
+ facets: ProductFacetCount[] | null;
875
+ limit: number;
876
+ page: number;
877
+ results: SearchProduct[];
878
+ totalCount: number;
879
+ }
880
+ export interface ProductTagTranslation {
881
+ description: string | null;
882
+ locale: string;
883
+ name: string | null;
884
+ }
885
+ export interface ProductTranslation {
886
+ description: string | null;
887
+ locale: string;
888
+ name: string | null;
889
+ }
890
+ export interface ProductVariantType {
891
+ order: number;
892
+ variantTypeId: string;
893
+ variantValueIds: string[] | null;
894
+ }
895
+ export interface SearchCategory {
896
+ id: string;
897
+ name: string;
898
+ path: SearchCategoryPath[];
899
+ slug: string | null;
900
+ translations: CategoryTranslation[] | null;
901
+ }
902
+ export interface SearchCategoryPath {
903
+ id: string;
904
+ name: string;
905
+ slug: string | null;
906
+ translations: CategoryTranslation[] | null;
907
+ }
908
+ export interface SearchHTMLMetaData {
909
+ description: string | null;
910
+ metadataOverrides: SearchHTMLMetaDataOverride[] | null;
911
+ pageTitle: string | null;
912
+ redirectTo: string | null;
913
+ slug: string;
914
+ translations: HTMLMetaDataTranslation[] | null;
915
+ }
916
+ export interface SearchHTMLMetaDataOverride {
917
+ description: string;
918
+ language: string | null;
919
+ pageTitle: string;
920
+ storefrontId: string | null;
921
+ storefrontRegionId: string | null;
922
+ }
923
+ export interface SearchProduct {
924
+ attributes: SearchProductAttributeValue[] | null;
925
+ brand: SearchProductBrand | null;
926
+ categories: SearchCategory[] | null;
927
+ deleted: boolean | null;
928
+ description: string | null;
929
+ groupVariantsByVariantTypeId: string | null;
930
+ id: string;
931
+ metaData: SearchHTMLMetaData | null;
932
+ name: string;
933
+ productOptionSetId: string | null;
934
+ productVariantTypes: SearchProductVariantType[];
935
+ salesChannelIds: string[] | null;
936
+ shortDescription: string | null;
937
+ tags: SearchProductTag[] | null;
938
+ translations: ProductTranslation[] | null;
939
+ type: string;
940
+ variants: SearchVariant[];
941
+ weight: number | null;
942
+ }
943
+ export interface SearchProductAttribute {
944
+ id: string;
945
+ name: string;
946
+ tableTemplate: SearchProductAttributeTableTemplate | null;
947
+ translations: ProductAttributeTranslation[] | null;
948
+ type: string;
949
+ }
950
+ export interface SearchProductAttributeOption {
951
+ id: string;
952
+ name: string;
953
+ }
954
+ export interface SearchProductAttributeTableCellData {
955
+ id: string;
956
+ name: string;
957
+ }
958
+ export interface SearchProductAttributeTableTemplate {
959
+ columns: SearchProductAttributeTableCellData[];
960
+ rows: SearchProductAttributeTableCellData[];
961
+ }
962
+ export interface SearchProductAttributeValue {
963
+ imageIds: string[] | null;
964
+ productAttribute: SearchProductAttribute | null;
965
+ productAttributeOption: SearchProductAttributeOption | null;
966
+ value: string | null;
967
+ }
968
+ export interface SearchProductBrand {
969
+ id: string;
970
+ name: string;
971
+ slug: string | null;
972
+ translations: ProductBrandTranslation[] | null;
973
+ }
974
+ export interface SearchProductImage {
975
+ id: string;
976
+ isMain: boolean | null;
977
+ isVideo: boolean | null;
978
+ order: number;
979
+ }
980
+ export interface SearchProductPrice {
981
+ buyPrice: number | null;
982
+ currency: string | null;
983
+ discountPrice: number | null;
984
+ priceListId: string | null;
985
+ sellPrice: number;
986
+ }
987
+ export interface SearchProductStockLocation {
988
+ stockCount: number;
989
+ stockLocationId: string;
990
+ }
991
+ export interface SearchProductTag {
992
+ id: string;
993
+ name: string;
994
+ translations: ProductTagTranslation[] | null;
995
+ }
996
+ export interface SearchProductVariantType {
997
+ order: number;
998
+ variantType: SearchVariantType;
999
+ variantValueIds: string[];
1000
+ }
1001
+ export interface SearchVariant {
1002
+ attributes: SearchProductAttributeValue[] | null;
1003
+ barcodeList: string[] | null;
1004
+ deleted: boolean | null;
1005
+ id: string;
1006
+ images: SearchProductImage[] | null;
1007
+ isActive: boolean | null;
1008
+ prices: SearchProductPrice[] | null;
1009
+ sellIfOutOfStock: boolean | null;
1010
+ sku: string | null;
1011
+ stocks: SearchProductStockLocation[] | null;
1012
+ variantValues: SearchVariationValueRelation[] | null;
1013
+ weight: number | null;
1014
+ }
1015
+ export interface SearchVariantType {
1016
+ id: string;
1017
+ name: string;
1018
+ selectionType: string;
1019
+ translations: VariantTypeTranslation[] | null;
1020
+ values: SearchVariantValue[];
1021
+ }
1022
+ export interface SearchVariantValue {
1023
+ colorCode: string | null;
1024
+ id: string;
1025
+ name: string;
1026
+ thumbnailImageId: string | null;
1027
+ }
1028
+ export interface SearchVariationValueRelation {
1029
+ variantTypeId: string;
1030
+ variantValueId: string;
1031
+ }
1032
+ export interface Variant {
1033
+ attributes: ProductAttributeValue[] | null;
1034
+ barcodeList: string[] | null;
1035
+ createdAt: any | null;
1036
+ deleted: boolean | null;
1037
+ hsCode: string | null;
1038
+ id: string;
1039
+ images: ProductImage[] | null;
1040
+ isActive: boolean | null;
1041
+ prices: ProductPrice[];
1042
+ sellIfOutOfStock: boolean | null;
1043
+ sku: string | null;
1044
+ stocks: VariantStock[] | null;
1045
+ updatedAt: any | null;
1046
+ variantValueIds: VariantValueRelation[] | null;
1047
+ weight: number | null;
1048
+ }
1049
+ export interface VariantStock {
1050
+ stockCount: number;
1051
+ stockLocationId: string;
1052
+ }
1053
+ export interface VariantType {
1054
+ createdAt: any | null;
1055
+ deleted: boolean | null;
1056
+ id: string;
1057
+ name: string;
1058
+ selectionType: VariantSelectionTypeEnum;
1059
+ translations: VariantTypeTranslation[] | null;
1060
+ updatedAt: any | null;
1061
+ values: VariantValue[];
1062
+ }
1063
+ export interface VariantTypeTranslation {
1064
+ locale: string;
1065
+ name: string | null;
1066
+ values: VariantValueTranslation[] | null;
1067
+ }
1068
+ export interface VariantValue {
1069
+ colorCode: string | null;
1070
+ createdAt: any | null;
1071
+ deleted: boolean | null;
1072
+ id: string;
1073
+ name: string;
1074
+ thumbnailImageId: string | null;
1075
+ updatedAt: any | null;
1076
+ }
1077
+ export interface VariantValueRelation {
1078
+ variantTypeId: string;
1079
+ variantValueId: string;
1080
+ }
1081
+ export interface VariantValueTranslation {
1082
+ id: string;
1083
+ name: string | null;
1084
+ }
1085
+ export interface AdditionalPrice {
1086
+ amount: number;
1087
+ amountType: PaymentGatewayTransactionFeeTypeEnum;
1088
+ name: string;
1089
+ type: PaymentGatewayAdditionalPriceTypeEnum;
1090
+ }
1091
+ export interface PaymentGateway {
1092
+ additionalPrices: AdditionalPrice[] | null;
1093
+ availableCountries: string[] | null;
1094
+ code: string;
1095
+ createdAt: any | null;
1096
+ deleted: boolean | null;
1097
+ description: string | null;
1098
+ id: string;
1099
+ logoUrl: string | null;
1100
+ name: string;
1101
+ paymentGatewayProviderId: string | null;
1102
+ paymentMethodType: PaymentMethodEnum;
1103
+ paymentMethods: PaymentGatewayPaymentMethod[];
1104
+ supportedCurrencies: string[] | null;
1105
+ testMode: boolean | null;
1106
+ translations: PaymentGatewayTranslation[] | null;
1107
+ type: PaymentGatewayTypeEnum;
1108
+ updatedAt: any | null;
1109
+ }
1110
+ export interface PaymentGatewayPaymentMethod {
1111
+ logoUrl: string | null;
1112
+ name: string;
1113
+ }
1114
+ export interface PaymentGatewayTranslation {
1115
+ description: string | null;
1116
+ locale: string | null;
1117
+ name: string | null;
1118
+ }
1119
+ export interface RetrieveInstallmentInfoResponse {
1120
+ bankName: string | null;
1121
+ binNumber: string;
1122
+ cardAssociation: TransactionCardAssociationEnum | null;
1123
+ cardFamily: string | null;
1124
+ cardType: TransactionCardTypeEnum | null;
1125
+ installmentPrices: TransactionInstallmentPrice[] | null;
1126
+ price: number;
1127
+ }
1128
+ export interface StorefrontTransaction {
1129
+ amount: number;
1130
+ checkoutId: string | null;
1131
+ createdAt: any | null;
1132
+ currencyCode: string;
1133
+ customerId: string | null;
1134
+ deleted: boolean | null;
1135
+ error: TransactionError | null;
1136
+ id: string;
1137
+ orderId: string | null;
1138
+ paymentGatewayCode: string | null;
1139
+ paymentGatewayId: string;
1140
+ paymentGatewayName: string;
1141
+ paymentMethod: PaymentMethodEnum | null;
1142
+ paymentMethodDetail: TransactionPaymentMethodDetail | null;
1143
+ processedAt: any | null;
1144
+ refundReason: string | null;
1145
+ status: TransactionStatusEnum;
1146
+ type: TransactionTypeEnum;
1147
+ updatedAt: any | null;
1148
+ }
1149
+ export interface TransactionError {
1150
+ code: string | null;
1151
+ declineCode: string | null;
1152
+ message: string | null;
1153
+ }
1154
+ export interface TransactionInstallmentPrice {
1155
+ installmentCount: number | null;
1156
+ installmentPrice: number | null;
1157
+ originalRate: number | null;
1158
+ rate: number | null;
1159
+ totalPrice: number | null;
1160
+ }
1161
+ export interface TransactionPaymentMethodDetail {
1162
+ bankName: string | null;
1163
+ binNumber: string;
1164
+ cardAssociation: TransactionCardAssociationEnum | null;
1165
+ cardFamily: string | null;
1166
+ cardType: TransactionCardTypeEnum | null;
1167
+ installment: TransactionInstallmentPrice | null;
1168
+ lastFourDigits: string;
1169
+ threeDSecure: boolean | null;
1170
+ }
1171
+ export interface TransactionResponse {
1172
+ error: TransactionError | null;
1173
+ orderId: string | null;
1174
+ orderNumber: string | null;
1175
+ returnSlug: string | null;
1176
+ transactionId: string | null;
1177
+ transactionStatus: TransactionStatusEnum;
1178
+ }
1179
+ export interface AbandonedCartFlow {
1180
+ campaignId: string | null;
1181
+ canApplicable: boolean;
1182
+ couponId: string | null;
1183
+ customerFilters: AbandonedCartFlowCustomerFilter | null;
1184
+ flowId: string;
1185
+ mailSendDate: any | null;
1186
+ mailTranslationId: string | null;
1187
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
1188
+ sendAfter: number;
1189
+ }
1190
+ export interface AbandonedCartFlowCustomerFilter {
1191
+ sendOnlyActiveAccount: boolean | null;
1192
+ sendOnlySubscribedToEmail: boolean | null;
1193
+ }
1194
+ export interface AppliedProduct {
1195
+ productId: string | null;
1196
+ variantId: string;
1197
+ }
1198
+ export interface AvailableShippingMethod {
1199
+ price: number;
1200
+ rateName: string;
1201
+ shippingMethod: ShippingMethodEnum;
1202
+ shippingSettingsId: string;
1203
+ shippingZoneRateId: string;
1204
+ }
1205
+ export interface BuyX {
1206
+ amount: number;
1207
+ applyByQuantity: boolean;
1208
+ filter: CampaignFilter;
1209
+ }
1210
+ export interface BuyXThenGetY {
1211
+ buyX: BuyX;
1212
+ getY: GetY;
1213
+ maxUsagePerOrder: number | null;
1214
+ }
1215
+ export interface Campaign {
1216
+ applicableCustomerGroupIds: string[] | null;
1217
+ applicableCustomerIds: string[] | null;
1218
+ applicablePrice: CampaignApplicablePriceEnum;
1219
+ buyXThenGetY: BuyXThenGetY | null;
1220
+ canCombineWithOtherCampaigns: boolean;
1221
+ createdAt: any | null;
1222
+ createdFor: CampaignCreatedForEnum | null;
1223
+ currencyCodes: string[] | null;
1224
+ dateRange: CampaignDateRangeField | null;
1225
+ deleted: boolean | null;
1226
+ fixedDiscount: FixedDiscount | null;
1227
+ hasCoupon: boolean;
1228
+ id: string;
1229
+ includeDiscountedProducts: boolean | null;
1230
+ salesChannelIds: string[] | null;
1231
+ title: string;
1232
+ type: CampaignTypeEnum;
1233
+ updatedAt: any | null;
1234
+ usageCount: number;
1235
+ usageLimit: number | null;
1236
+ usageLimitPerCustomer: number | null;
1237
+ }
1238
+ export interface CampaignDateRangeField {
1239
+ end: any | null;
1240
+ start: any | null;
1241
+ }
1242
+ export interface CampaignFilter {
1243
+ idList: string[];
1244
+ type: CampaignFilterTypeEnum;
1245
+ }
1246
+ export interface CampaignMinMaxRangeField {
1247
+ max: number | null;
1248
+ min: number | null;
1249
+ }
1250
+ export interface Cart {
1251
+ campaignOffers: CartCampaignOffer[] | null;
1252
+ createdAt: any | null;
1253
+ createdBy: CartCreatedByEnum | null;
1254
+ currencyCode: string | null;
1255
+ customerId: string | null;
1256
+ deleted: boolean | null;
1257
+ dueDate: any;
1258
+ id: string;
1259
+ itemCount: number;
1260
+ items: OrderLineItem[];
1261
+ merchantId: string;
1262
+ priceListId: string | null;
1263
+ salesChannelId: string;
1264
+ status: CartStatusEnum;
1265
+ storefrontId: string | null;
1266
+ storefrontRouting: CartStorefrontRouting | null;
1267
+ storefrontRoutingId: string | null;
1268
+ storefrontThemeId: string | null;
1269
+ taxLines: OrderTaxLine[] | null;
1270
+ totalPrice: number;
1271
+ updatedAt: any | null;
1272
+ }
1273
+ export interface CartCampaignOffer {
1274
+ appliedOrderLineId: string | null;
1275
+ campaignOfferId: string;
1276
+ campaignOfferProductId: string | null;
1277
+ offerEndDate: any | null;
1278
+ offerStartDate: any;
1279
+ status: CartCampaignOfferStatus;
1280
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
1281
+ triggerSourceOrderLineId: string;
1282
+ }
1283
+ export interface CartStorefrontRouting {
1284
+ domain: string | null;
1285
+ dynamicCurrencySettings: CartStorefrontRoutingDynamicCurrencySettings | null;
1286
+ id: string;
1287
+ locale: string | null;
1288
+ path: string | null;
1289
+ priceListId: string | null;
1290
+ }
1291
+ export interface CartStorefrontRoutingDynamicCurrencySettings {
1292
+ roundingFormat: string | null;
1293
+ targetCurrencyCode: string;
1294
+ }
1295
+ export interface CartV2 {
1296
+ abandonedCartFlows: AbandonedCartFlow[] | null;
1297
+ availableShippingMethods: AvailableShippingMethod[] | null;
1298
+ billingAddress: OrderAddress | null;
1299
+ campaignOffers: CartV2CampaignOffer[] | null;
1300
+ cartId: string | null;
1301
+ cartStatus: CartV2StatusEnum | null;
1302
+ checkoutId: string | null;
1303
+ clientIp: string | null;
1304
+ couponCode: string | null;
1305
+ createdAt: any | null;
1306
+ createdBy: CartCreatedByEnum | null;
1307
+ currencyCode: string;
1308
+ currencyRates: OrderCurrencyRate[];
1309
+ customer: OrderCustomer | null;
1310
+ customerId: string | null;
1311
+ deleted: boolean | null;
1312
+ dueDate: any | null;
1313
+ giftPackageLines: OrderGiftPackageLine[] | null;
1314
+ giftPackageNote: string | null;
1315
+ host: string | null;
1316
+ id: string;
1317
+ isGiftPackage: boolean | null;
1318
+ itemCount: number | null;
1319
+ merchantId: string;
1320
+ note: string | null;
1321
+ orderAdjustments: OrderAdjustment[] | null;
1322
+ orderLineItems: OrderLineItem[];
1323
+ orderNumber: string | null;
1324
+ orderPackageStatus: OrderPackageStatusEnum | null;
1325
+ orderedAt: any | null;
1326
+ priceListId: string | null;
1327
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
1328
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
1329
+ salesChannelId: string;
1330
+ shippingAddress: OrderAddress | null;
1331
+ shippingLines: OrderShippingLine[] | null;
1332
+ shippingMethod: ShippingMethodEnum;
1333
+ shippingSettingsId: string | null;
1334
+ shippingZoneRateId: string | null;
1335
+ status: CartV2StatusEnum;
1336
+ stockLocationId: string | null;
1337
+ storefrontId: string | null;
1338
+ storefrontRouting: OrderStorefrontRouting | null;
1339
+ storefrontRoutingId: string | null;
1340
+ storefrontThemeId: string | null;
1341
+ taxLines: OrderTaxLine[] | null;
1342
+ totalFinalPrice: number;
1343
+ totalPrice: number;
1344
+ updatedAt: any | null;
1345
+ userAgent: string | null;
1346
+ }
1347
+ export interface CartV2CampaignOffer {
1348
+ appliedOrderLineId: string | null;
1349
+ campaignOfferId: string;
1350
+ campaignOfferProductId: string | null;
1351
+ offerEndDate: any | null;
1352
+ offerStartDate: any;
1353
+ status: CartCampaignOfferStatus;
1354
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
1355
+ triggerSourceOrderLineId: string;
1356
+ }
1357
+ export interface Checkout {
1358
+ abandonedCheckoutFlows: AbandonedCartFlow[] | null;
1359
+ adjustments: OrderAdjustment[] | null;
1360
+ availableShippingMethods: AvailableShippingMethod[] | null;
1361
+ billingAddress: OrderAddress | null;
1362
+ cart: Cart | null;
1363
+ cartId: string;
1364
+ couponCode: string | null;
1365
+ createdAt: any | null;
1366
+ customer: CheckoutCustomer | null;
1367
+ deleted: boolean | null;
1368
+ giftPackageLines: OrderGiftPackageLine[] | null;
1369
+ giftPackageNote: string | null;
1370
+ id: string;
1371
+ isGiftPackage: boolean | null;
1372
+ merchantId: string;
1373
+ note: string | null;
1374
+ orderId: string | null;
1375
+ orderNumber: string | null;
1376
+ orderedAt: any | null;
1377
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
1378
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
1379
+ shippingAddress: OrderAddress | null;
1380
+ shippingLines: OrderShippingLine[] | null;
1381
+ shippingMethod: ShippingMethodEnum;
1382
+ shippingSettingsId: string | null;
1383
+ shippingZoneRateId: string | null;
1384
+ status: CheckoutStatusEnum;
1385
+ stockLocationId: string | null;
1386
+ totalFinalPrice: number;
1387
+ updatedAt: any | null;
1388
+ }
1389
+ export interface CheckoutCustomer {
1390
+ accountStatus: CustomerAccountStatusEnum | null;
1391
+ customerGroupIds: string[] | null;
1392
+ email: string | null;
1393
+ firstName: string | null;
1394
+ id: string | null;
1395
+ identityNumber: string | null;
1396
+ lastName: string | null;
1397
+ notificationsAccepted: boolean | null;
1398
+ phone: string | null;
1399
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
1400
+ }
1401
+ export interface CheckoutOption {
1402
+ name: string;
1403
+ required: boolean;
1404
+ }
1405
+ export interface CheckoutSettings {
1406
+ createdAt: any | null;
1407
+ deleted: boolean | null;
1408
+ giftPackagePriceList: CheckoutSettingsPrice[] | null;
1409
+ id: string;
1410
+ identityNumberRequirement: CheckoutRequirementEnum;
1411
+ isAccountRequired: boolean;
1412
+ isGiftPackageEnabled: boolean | null;
1413
+ isShowPostalCode: boolean | null;
1414
+ isTermsAndConditionsDefaultChecked: boolean | null;
1415
+ options: CheckoutOption[] | null;
1416
+ phoneRequirement: CheckoutRequirementEnum;
1417
+ postalCodeRequirement: CheckoutRequirementEnum | null;
1418
+ showCheckoutNote: boolean | null;
1419
+ showTermsAndConditionsCheckbox: boolean;
1420
+ storefrontId: string;
1421
+ updatedAt: any | null;
1422
+ }
1423
+ export interface CheckoutSettingsPrice {
1424
+ currencyCode: string;
1425
+ price: number;
1426
+ }
1427
+ export interface CurrencyRate {
1428
+ baseCurrency: string;
1429
+ createdAt: any | null;
1430
+ date: any;
1431
+ deleted: boolean | null;
1432
+ id: string;
1433
+ rates: CurrencyRateData[];
1434
+ updatedAt: any | null;
1435
+ }
1436
+ export interface CurrencyRateData {
1437
+ code: string;
1438
+ rate: number;
1439
+ }
1440
+ export interface FixedDiscount {
1441
+ amount: number | null;
1442
+ filters: CampaignFilter[] | null;
1443
+ lineItemQuantityRange: CampaignMinMaxRangeField | null;
1444
+ priceRange: CampaignMinMaxRangeField | null;
1445
+ }
1446
+ export interface GetProductCampaignsResponse {
1447
+ campaign: Campaign;
1448
+ variantIds: string[];
1449
+ }
1450
+ export interface GetY {
1451
+ amount: number;
1452
+ automaticallyAddItemToCart: boolean | null;
1453
+ discountRatio: number;
1454
+ filter: CampaignFilter;
1455
+ }
1456
+ export interface Invoice {
1457
+ appId: string;
1458
+ appName: string;
1459
+ createdAt: any | null;
1460
+ id: string;
1461
+ invoiceNumber: string;
1462
+ storeAppId: string;
1463
+ type: InvoiceTypeEnum;
1464
+ }
1465
+ export interface OrderAddress {
1466
+ addressLine1: string;
1467
+ addressLine2: string | null;
1468
+ city: OrderAddressCity;
1469
+ company: string | null;
1470
+ country: OrderAddressCountry;
1471
+ district: OrderAddressDistrict | null;
1472
+ firstName: string;
1473
+ id: string | null;
1474
+ identityNumber: string | null;
1475
+ isDefault: boolean;
1476
+ lastName: string;
1477
+ phone: string | null;
1478
+ postalCode: string | null;
1479
+ state: OrderAddressState | null;
1480
+ taxNumber: string | null;
1481
+ taxOffice: string | null;
1482
+ }
1483
+ export interface OrderAddressCity {
1484
+ code: string | null;
1485
+ id: string | null;
1486
+ name: string;
1487
+ }
1488
+ export interface OrderAddressCountry {
1489
+ code: string | null;
1490
+ id: string | null;
1491
+ iso2: string | null;
1492
+ iso3: string | null;
1493
+ name: string;
1494
+ }
1495
+ export interface OrderAddressDistrict {
1496
+ code: string | null;
1497
+ id: string | null;
1498
+ name: string | null;
1499
+ }
1500
+ export interface OrderAddressState {
1501
+ code: string | null;
1502
+ id: string | null;
1503
+ name: string | null;
1504
+ }
1505
+ export interface OrderAdjustment {
1506
+ amount: number;
1507
+ amountType: AmountTypeEnum;
1508
+ appliedOrderLines: OrderAdjustmentAppliedOrderLine[] | null;
1509
+ campaignId: string | null;
1510
+ campaignType: CampaignTypeEnum | null;
1511
+ couponId: string | null;
1512
+ name: string;
1513
+ order: number;
1514
+ type: AdjustmentEnum;
1515
+ }
1516
+ export interface OrderAdjustmentAppliedOrderLine {
1517
+ amount: number;
1518
+ appliedQuantity: number;
1519
+ isAutoCreated: boolean;
1520
+ orderLineId: string;
1521
+ }
1522
+ export interface OrderCurrencyRate {
1523
+ code: string;
1524
+ originalRate: number;
1525
+ rate: number;
1526
+ }
1527
+ export interface OrderCustomer {
1528
+ email: string | null;
1529
+ firstName: string | null;
1530
+ fullName: string | null;
1531
+ id: string | null;
1532
+ isGuestCheckout: boolean | null;
1533
+ lastName: string | null;
1534
+ notificationsAccepted: boolean | null;
1535
+ }
1536
+ export interface OrderGiftPackageLine {
1537
+ price: number;
1538
+ taxValue: number | null;
1539
+ }
1540
+ export interface OrderLineDiscount {
1541
+ amount: number;
1542
+ amountType: AmountTypeEnum;
1543
+ campaignOfferId: string | null;
1544
+ campaignOfferProductId: string | null;
1545
+ maxApplicableQuantity: number | null;
1546
+ reason: string | null;
1547
+ }
1548
+ export interface OrderLineItem {
1549
+ createdAt: any | null;
1550
+ currencyCode: string | null;
1551
+ deleted: boolean | null;
1552
+ discount: OrderLineDiscount | null;
1553
+ discountPrice: number | null;
1554
+ finalPrice: number | null;
1555
+ id: string;
1556
+ options: OrderLineOption[] | null;
1557
+ originalOrderLineItemId: string | null;
1558
+ price: number;
1559
+ quantity: number;
1560
+ status: OrderLineItemStatusEnum;
1561
+ statusUpdatedAt: any | null;
1562
+ stockLocationId: string | null;
1563
+ taxValue: number | null;
1564
+ updatedAt: any | null;
1565
+ variant: OrderLineVariant;
1566
+ }
1567
+ export interface OrderLineOption {
1568
+ name: string;
1569
+ productOptionId: string;
1570
+ productOptionsSetId: string;
1571
+ type: ProductOptionTypeEnum;
1572
+ values: OrderLineOptionValue[];
1573
+ }
1574
+ export interface OrderLineOptionValue {
1575
+ name: string | null;
1576
+ price: number | null;
1577
+ value: string;
1578
+ }
1579
+ export interface OrderLineVariant {
1580
+ barcodeList: string[] | null;
1581
+ brand: OrderLineVariantBrand | null;
1582
+ categories: OrderLineVariantCategory[] | null;
1583
+ id: string | null;
1584
+ mainImageId: string | null;
1585
+ name: string;
1586
+ prices: OrderLineVariantPrice[] | null;
1587
+ productId: string | null;
1588
+ sku: string | null;
1589
+ slug: string | null;
1590
+ tagIds: string[] | null;
1591
+ taxValue: number | null;
1592
+ type: number | null;
1593
+ variantValues: OrderLineVariantVariantValues[] | null;
1594
+ weight: number | null;
1595
+ }
1596
+ export interface OrderLineVariantBrand {
1597
+ id: string;
1598
+ name: string;
1599
+ }
1600
+ export interface OrderLineVariantCategory {
1601
+ categoryPath: OrderLineVariantCategoryPath[] | null;
1602
+ id: string;
1603
+ name: string;
1604
+ }
1605
+ export interface OrderLineVariantCategoryPath {
1606
+ id: string;
1607
+ name: string;
1608
+ }
1609
+ export interface OrderLineVariantPrice {
1610
+ buyPrice: number | null;
1611
+ currency: string | null;
1612
+ discountPrice: number | null;
1613
+ priceListId: string | null;
1614
+ sellPrice: number;
1615
+ }
1616
+ export interface OrderLineVariantVariantValues {
1617
+ order: number;
1618
+ variantTypeId: string;
1619
+ variantTypeName: string | null;
1620
+ variantValueId: string;
1621
+ variantValueName: string | null;
1622
+ }
1623
+ export interface OrderPackage {
1624
+ createdAt: any | null;
1625
+ deleted: boolean | null;
1626
+ errorMessage: string | null;
1627
+ id: string;
1628
+ note: string | null;
1629
+ orderLineItemIds: string[];
1630
+ orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
1631
+ orderPackageNumber: string;
1632
+ stockLocationId: string;
1633
+ trackingInfo: TrackingInfo | null;
1634
+ updatedAt: any | null;
1635
+ }
1636
+ export interface OrderPaymentMethod {
1637
+ paymentGatewayCode: string | null;
1638
+ paymentGatewayName: string | null;
1639
+ price: number;
1640
+ type: PaymentMethodTypeEnum;
1641
+ }
1642
+ export interface OrderRefundSettings {
1643
+ autoApprove: boolean;
1644
+ createdAt: any | null;
1645
+ deleted: boolean | null;
1646
+ id: string;
1647
+ isActiveRefundSection: boolean;
1648
+ orderRefundDayLimit: number | null;
1649
+ refundDesc: string;
1650
+ storefrontId: string | null;
1651
+ updatedAt: any | null;
1652
+ }
1653
+ export interface OrderShippingLine {
1654
+ isRefunded: boolean | null;
1655
+ paymentMethod: PaymentMethodTypeEnum | null;
1656
+ price: number;
1657
+ shippingSettingsId: string | null;
1658
+ shippingZoneRateId: string | null;
1659
+ taxValue: number | null;
1660
+ title: string;
1661
+ }
1662
+ export interface OrderStorefrontRouting {
1663
+ domain: string | null;
1664
+ dynamicCurrencySettings: OrderStorefrontRoutingDynamicCurrencySettings | null;
1665
+ id: string;
1666
+ locale: string | null;
1667
+ path: string | null;
1668
+ priceListId: string | null;
1669
+ }
1670
+ export interface OrderStorefrontRoutingDynamicCurrencySettings {
1671
+ roundingFormat: string | null;
1672
+ targetCurrencyCode: string;
1673
+ }
1674
+ export interface OrderTaxLine {
1675
+ price: number;
1676
+ rate: number;
1677
+ }
1678
+ export interface Raffle {
1679
+ createdAt: any | null;
1680
+ dateRange: RaffleDateRangeField | null;
1681
+ deleted: boolean | null;
1682
+ id: string;
1683
+ metadata: RaffleMetadata;
1684
+ name: string;
1685
+ participantCount: number | null;
1686
+ raffleParticipantCreatedMailExtraData: string | null;
1687
+ raffleParticipantWinnerMailExtraData: string | null;
1688
+ requiredCustomerAccount: boolean;
1689
+ status: boolean;
1690
+ updatedAt: any | null;
1691
+ variants: RaffleVariantInformation[];
1692
+ verificationType: VerificationTypeEnum;
1693
+ }
1694
+ export interface RaffleDateRangeField {
1695
+ end: any | null;
1696
+ start: any | null;
1697
+ }
1698
+ export interface RaffleMetadata {
1699
+ createdAt: any | null;
1700
+ deleted: boolean | null;
1701
+ description: string | null;
1702
+ id: string;
1703
+ pageTitle: string | null;
1704
+ slug: string;
1705
+ targetId: string | null;
1706
+ targetType: RaffleMetadataTargetTypeEnum | null;
1707
+ updatedAt: any | null;
1708
+ }
1709
+ export interface RafflePaginationResponse {
1710
+ count: number;
1711
+ data: Raffle[];
1712
+ hasNext: boolean;
1713
+ limit: number;
1714
+ page: number;
1715
+ }
1716
+ export interface RaffleParticipants {
1717
+ applicationDate: any;
1718
+ appliedProduct: AppliedProduct;
1719
+ createdAt: any | null;
1720
+ customerId: string | null;
1721
+ deleted: boolean | null;
1722
+ email: string;
1723
+ extraData: any | null;
1724
+ firstName: string;
1725
+ fullName: string;
1726
+ id: string;
1727
+ isDeliveredCargo: boolean | null;
1728
+ isSendEmail: boolean | null;
1729
+ isWinner: boolean | null;
1730
+ lastName: string;
1731
+ phone: string | null;
1732
+ raffleId: string;
1733
+ updatedAt: any | null;
1734
+ }
1735
+ export interface RaffleVariantInformation {
1736
+ productId: string;
1737
+ variantId: string;
1738
+ }
1739
+ export interface StorefrontOrder {
1740
+ billingAddress: OrderAddress | null;
1741
+ cancelReason: CancelledReasonEnum | null;
1742
+ cancelledAt: any | null;
1743
+ createdAt: any | null;
1744
+ currencyCode: string;
1745
+ currencyRates: OrderCurrencyRate[];
1746
+ customer: OrderCustomer | null;
1747
+ customerId: string | null;
1748
+ deleted: boolean | null;
1749
+ giftPackageLines: OrderGiftPackageLine[] | null;
1750
+ giftPackageNote: string | null;
1751
+ id: string;
1752
+ invoices: Invoice[] | null;
1753
+ isGiftPackage: boolean | null;
1754
+ merchantId: string;
1755
+ note: string | null;
1756
+ orderAdjustments: OrderAdjustment[] | null;
1757
+ orderLineItems: OrderLineItem[];
1758
+ orderNumber: string | null;
1759
+ orderPackageStatus: OrderPackageStatusEnum | null;
1760
+ orderPackages: OrderPackage[] | null;
1761
+ orderPaymentStatus: OrderPaymentStatusEnum | null;
1762
+ orderTagIds: string[] | null;
1763
+ orderedAt: any | null;
1764
+ paymentMethods: OrderPaymentMethod[] | null;
1765
+ shippingAddress: OrderAddress | null;
1766
+ shippingLines: OrderShippingLine[] | null;
1767
+ shippingMethod: ShippingMethodEnum;
1768
+ status: OrderStatusEnum;
1769
+ taxLines: OrderTaxLine[] | null;
1770
+ totalFinalPrice: number;
1771
+ totalPrice: number;
1772
+ updatedAt: any | null;
1773
+ }
1774
+ export interface TrackingInfo {
1775
+ barcode: string | null;
1776
+ cargoCompany: string | null;
1777
+ isSendNotification: boolean | null;
1778
+ trackingLink: string | null;
1779
+ trackingNumber: string | null;
1780
+ }
1781
+ export interface MerchantSettings {
1782
+ createdAt: any | null;
1783
+ deleted: boolean | null;
1784
+ id: string;
1785
+ logoId: string | null;
1786
+ merchantName: string;
1787
+ updatedAt: any | null;
1788
+ }
1789
+ export interface City {
1790
+ cityCode: string | null;
1791
+ countryId: string;
1792
+ createdAt: any | null;
1793
+ deleted: boolean | null;
1794
+ id: string;
1795
+ latitude: string | null;
1796
+ longitude: string | null;
1797
+ name: string;
1798
+ order: number | null;
1799
+ stateId: string;
1800
+ updatedAt: any | null;
1801
+ }
1802
+ export interface Country {
1803
+ capital: string | null;
1804
+ createdAt: any | null;
1805
+ currency: string | null;
1806
+ deleted: boolean | null;
1807
+ emoji: string | null;
1808
+ emojiString: string | null;
1809
+ id: string;
1810
+ iso2: string | null;
1811
+ iso3: string | null;
1812
+ locationTranslations: LocationTranslations;
1813
+ name: string;
1814
+ native: string | null;
1815
+ phoneCode: string | null;
1816
+ region: string | null;
1817
+ subregion: string | null;
1818
+ updatedAt: any | null;
1819
+ }
1820
+ export interface District {
1821
+ cityId: string;
1822
+ countryId: string;
1823
+ createdAt: any | null;
1824
+ deleted: boolean | null;
1825
+ id: string;
1826
+ latitude: string | null;
1827
+ longitude: string | null;
1828
+ name: string;
1829
+ order: number | null;
1830
+ stateId: string;
1831
+ updatedAt: any | null;
1832
+ }
1833
+ export interface LocationTranslations {
1834
+ en: string;
1835
+ tr: string;
1836
+ }
1837
+ export interface State {
1838
+ countryId: string;
1839
+ createdAt: any | null;
1840
+ deleted: boolean | null;
1841
+ id: string;
1842
+ name: string;
1843
+ stateCode: string | null;
1844
+ updatedAt: any | null;
1845
+ }
1846
+ export interface Town {
1847
+ createdAt: any | null;
1848
+ deleted: boolean | null;
1849
+ districtId: string;
1850
+ id: string;
1851
+ name: string;
1852
+ order: number | null;
1853
+ updatedAt: any | null;
1854
+ }
1855
+ export interface CheckStocksLineResponse {
1856
+ isAvailable: boolean;
1857
+ stockCount: number;
1858
+ variantId: string;
1859
+ }
1860
+ export interface CheckStocksResponse {
1861
+ lines: CheckStocksLineResponse[];
1862
+ }
1863
+ export interface GetAvailableStockLocation {
1864
+ address: GetAvailableStockLocationAddress | null;
1865
+ id: string;
1866
+ name: string;
1867
+ type: StockLocationTypeEnum | null;
1868
+ }
1869
+ export interface GetAvailableStockLocationAddress {
1870
+ address: string | null;
1871
+ city: GetAvailableStockLocationAddressCity | null;
1872
+ country: GetAvailableStockLocationAddressCity | null;
1873
+ district: GetAvailableStockLocationAddressCity | null;
1874
+ phone: string | null;
1875
+ postalCode: string | null;
1876
+ state: GetAvailableStockLocationAddressCity | null;
1877
+ }
1878
+ export interface GetAvailableStockLocationAddressCity {
1879
+ code: string | null;
1880
+ id: string | null;
1881
+ name: string | null;
1882
+ }
1883
+ export interface GetAvailableStockLocationsResponse {
1884
+ stockLocations: GetAvailableStockLocation[];
1885
+ }
1886
+ export interface GetVariantStockLocation {
1887
+ stockCount: number;
1888
+ stockLocation: GetAvailableStockLocation;
1889
+ variantId: string;
1890
+ }
1891
+ export interface GetVariantStockLocationListResponse {
1892
+ stockLocations: GetVariantStockLocation[];
1893
+ }
1894
+ export interface ProductStockLocation {
1895
+ createdAt: any | null;
1896
+ deleted: boolean | null;
1897
+ id: string;
1898
+ productId: string;
1899
+ stockCount: number;
1900
+ stockLocationId: string;
1901
+ updatedAt: any | null;
1902
+ variantId: string;
1903
+ }
1904
+ export interface StockLocation {
1905
+ address: StockLocationAddress | null;
1906
+ createdAt: any | null;
1907
+ deleted: boolean | null;
1908
+ deliveryTime: StockLocationDeliveryTimeEnum | null;
1909
+ description: string | null;
1910
+ id: string;
1911
+ isRemindOutOfStockEnabled: boolean | null;
1912
+ name: string;
1913
+ outOfStockMailList: string[] | null;
1914
+ type: StockLocationTypeEnum | null;
1915
+ updatedAt: any | null;
1916
+ }
1917
+ export interface StockLocationAddress {
1918
+ address: string | null;
1919
+ city: StockLocationAddressCity | null;
1920
+ country: StockLocationAddressCountry | null;
1921
+ district: StockLocationAddressDistrict | null;
1922
+ phone: string | null;
1923
+ postalCode: string | null;
1924
+ state: StockLocationAddressState | null;
1925
+ }
1926
+ export interface StockLocationAddressCity {
1927
+ code: string | null;
1928
+ id: string | null;
1929
+ name: string;
1930
+ }
1931
+ export interface StockLocationAddressCountry {
1932
+ code: string | null;
1933
+ id: string | null;
1934
+ name: string;
1935
+ }
1936
+ export interface StockLocationAddressDistrict {
1937
+ code: string | null;
1938
+ id: string | null;
1939
+ name: string | null;
1940
+ }
1941
+ export interface StockLocationAddressState {
1942
+ code: string | null;
1943
+ id: string | null;
1944
+ name: string | null;
1945
+ }
1946
+ export interface Customer {
1947
+ accountStatus: CustomerAccountStatusEnum | null;
1948
+ accountStatusUpdatedAt: any | null;
1949
+ addresses: CustomerAddress[] | null;
1950
+ attributes: CustomerAttributeValue[] | null;
1951
+ createdAt: any | null;
1952
+ customerGroupIds: string[] | null;
1953
+ customerSequence: number | null;
1954
+ deleted: boolean | null;
1955
+ email: string | null;
1956
+ emailVerifiedDate: any | null;
1957
+ firstName: string;
1958
+ fullName: string | null;
1959
+ id: string;
1960
+ isEmailVerified: boolean | null;
1961
+ isPhoneVerified: boolean | null;
1962
+ lastName: string | null;
1963
+ note: string | null;
1964
+ orderCount: number | null;
1965
+ passwordUpdateDate: any | null;
1966
+ phone: string | null;
1967
+ phoneVerifiedDate: any | null;
1968
+ registrationSource: CustomerRegistrationSourceEnum | null;
1969
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
1970
+ subscriptionStatusUpdatedAt: any | null;
1971
+ tagIds: string[] | null;
1972
+ updatedAt: any | null;
1973
+ }
1974
+ export interface CustomerAddress {
1975
+ addressLine1: string;
1976
+ addressLine2: string | null;
1977
+ attributes: CustomerAttributeValue[] | null;
1978
+ city: CustomerAddressCity;
1979
+ company: string | null;
1980
+ country: CustomerAddressCountry;
1981
+ createdAt: any | null;
1982
+ deleted: boolean | null;
1983
+ district: CustomerAddressDistrict | null;
1984
+ firstName: string;
1985
+ id: string;
1986
+ identityNumber: string | null;
1987
+ isDefault: boolean | null;
1988
+ lastName: string;
1989
+ phone: string | null;
1990
+ postalCode: string | null;
1991
+ state: CustomerAddressState | null;
1992
+ taxNumber: string | null;
1993
+ taxOffice: string | null;
1994
+ title: string;
1995
+ updatedAt: any | null;
1996
+ }
1997
+ export interface CustomerAddressCity {
1998
+ code: string | null;
1999
+ id: string | null;
2000
+ name: string;
2001
+ }
2002
+ export interface CustomerAddressCountry {
2003
+ code: string | null;
2004
+ id: string | null;
2005
+ iso2: string | null;
2006
+ iso3: string | null;
2007
+ name: string;
2008
+ }
2009
+ export interface CustomerAddressDistrict {
2010
+ code: string | null;
2011
+ id: string | null;
2012
+ name: string | null;
2013
+ }
2014
+ export interface CustomerAddressState {
2015
+ code: string | null;
2016
+ id: string | null;
2017
+ name: string | null;
2018
+ }
2019
+ export interface CustomerAttribute {
2020
+ createdAt: any | null;
2021
+ deleted: boolean | null;
2022
+ description: string | null;
2023
+ id: string;
2024
+ name: string;
2025
+ options: CustomerAttributeOption[] | null;
2026
+ salesChannels: CustomerAttributeSalesChannel[] | null;
2027
+ translations: CustomerAttributeTranslation[] | null;
2028
+ type: CustomerAttributeTypeEnum;
2029
+ updatedAt: any | null;
2030
+ }
2031
+ export interface CustomerAttributeOption {
2032
+ createdAt: any | null;
2033
+ deleted: boolean | null;
2034
+ id: string;
2035
+ name: string;
2036
+ updatedAt: any | null;
2037
+ }
2038
+ export interface CustomerAttributeOptionTranslation {
2039
+ id: string;
2040
+ name: string | null;
2041
+ }
2042
+ export interface CustomerAttributeSalesChannel {
2043
+ permission: CustomerAttributePermissionEnum;
2044
+ registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
2045
+ salesChannelId: string;
2046
+ storefrontId: string;
2047
+ }
2048
+ export interface CustomerAttributeTranslation {
2049
+ description: string | null;
2050
+ locale: string;
2051
+ name: string | null;
2052
+ options: CustomerAttributeOptionTranslation[] | null;
2053
+ }
2054
+ export interface CustomerAttributeValue {
2055
+ customerAttributeId: string | null;
2056
+ customerAttributeOptionId: string | null;
2057
+ value: string | null;
2058
+ }
2059
+ export interface CustomerCheckResponse {
2060
+ exists: boolean;
2061
+ }
2062
+ export interface CustomerFavoriteProduct {
2063
+ createdAt: any | null;
2064
+ customerId: string;
2065
+ deleted: boolean | null;
2066
+ id: string;
2067
+ productId: string;
2068
+ updatedAt: any | null;
2069
+ }
2070
+ export interface CustomerLoginResponse {
2071
+ customer: Customer | null;
2072
+ token: string;
2073
+ tokenExpiry: number;
2074
+ }
2075
+ export interface CustomerRefreshTokenResponse {
2076
+ token: string;
2077
+ tokenExpiry: number;
2078
+ }
2079
+ export interface CustomerReview {
2080
+ comment: string | null;
2081
+ createdAt: any | null;
2082
+ customerId: string | null;
2083
+ deleted: boolean | null;
2084
+ id: string;
2085
+ imageIds: string[] | null;
2086
+ orderId: string | null;
2087
+ orderNumber: string | null;
2088
+ productId: string;
2089
+ salesChannelId: string | null;
2090
+ star: number;
2091
+ status: CustomerReviewStatusEnum | null;
2092
+ storefrontId: string | null;
2093
+ title: string | null;
2094
+ updatedAt: any | null;
2095
+ }
2096
+ export interface CustomerReviewSFPaginationResponse {
2097
+ count: number;
2098
+ data: CustomerReview[];
2099
+ hasNext: boolean;
2100
+ limit: number;
2101
+ page: number;
2102
+ }
2103
+ export interface CustomerReviewSummary {
2104
+ averageStar: number;
2105
+ createdAt: any | null;
2106
+ deleted: boolean | null;
2107
+ id: string;
2108
+ productId: string;
2109
+ stars: CustomerReviewSummaryStar[];
2110
+ totalReview: number;
2111
+ updatedAt: any | null;
2112
+ }
2113
+ export interface CustomerReviewSummaryPaginationResponse {
2114
+ count: number;
2115
+ data: CustomerReviewSummary[];
2116
+ hasNext: boolean;
2117
+ limit: number;
2118
+ page: number;
2119
+ }
2120
+ export interface CustomerReviewSummaryStar {
2121
+ count: number;
2122
+ star: number;
2123
+ }
2124
+ export interface BlogMetadataTargetTypeEnumFilter {
2125
+ eq?: BlogMetadataTargetTypeEnum | null;
2126
+ in?: BlogMetadataTargetTypeEnum[] | null;
2127
+ ne?: BlogMetadataTargetTypeEnum | null;
2128
+ nin?: BlogMetadataTargetTypeEnum | null;
2129
+ }
2130
+ export interface DateFilterInput {
2131
+ eq?: any | null;
2132
+ gt?: any | null;
2133
+ gte?: any | null;
2134
+ in?: any[] | null;
2135
+ lt?: any | null;
2136
+ lte?: any | null;
2137
+ ne?: any | null;
2138
+ nin?: any | null;
2139
+ }
2140
+ export interface PaginationInput {
2141
+ limit?: number | null;
2142
+ page?: number | null;
2143
+ }
2144
+ export interface StringFilterInput {
2145
+ eq?: string | null;
2146
+ in?: string[] | null;
2147
+ like?: string | null;
2148
+ ne?: string | null;
2149
+ nin?: string[] | null;
2150
+ }
2151
+ export interface CategoryFilterInput {
2152
+ eq?: string | null;
2153
+ in?: string[] | null;
2154
+ }
2155
+ export interface CategoryPathFilterInput {
2156
+ in?: string[] | null;
2157
+ }
2158
+ export interface HTMLMetaDataTargetTypeEnumFilter {
2159
+ eq?: HTMLMetaDataTargetTypeEnum | null;
2160
+ in?: HTMLMetaDataTargetTypeEnum[] | null;
2161
+ ne?: HTMLMetaDataTargetTypeEnum | null;
2162
+ nin?: HTMLMetaDataTargetTypeEnum | null;
2163
+ }
2164
+ export interface ProductBackInStockRemindInput {
2165
+ email: string;
2166
+ productId: string;
2167
+ variantId: string;
2168
+ }
2169
+ export interface ProductItemInput {
2170
+ createdAt?: any | null;
2171
+ deleted?: boolean | null;
2172
+ id?: string | null;
2173
+ productId: string;
2174
+ updatedAt?: any | null;
2175
+ variantId: string;
2176
+ }
2177
+ export interface ProductLastViewedInput {
2178
+ createdAt?: any | null;
2179
+ customerId: string;
2180
+ deleted?: boolean | null;
2181
+ id?: string | null;
2182
+ products: ProductItemInput[];
2183
+ updatedAt?: any | null;
2184
+ }
2185
+ export interface SearchDynamicCurrencySettings {
2186
+ roundingFormat?: string | null;
2187
+ targetCurrencyCode: string;
2188
+ }
2189
+ export interface SearchInput {
2190
+ barcodeList?: string[] | null;
2191
+ brandId?: string | null;
2192
+ brandIdList?: string[] | null;
2193
+ categoryIdList?: string[] | null;
2194
+ dynamicCurrencySettings?: SearchDynamicCurrencySettings | null;
2195
+ facetList?: SearchInputFacetListInput[] | null;
2196
+ filterList?: SearchInputFilterListInput[] | null;
2197
+ locale?: string | null;
2198
+ order?: SearchInputOrderByInput[] | null;
2199
+ page?: number | null;
2200
+ perPage?: number | null;
2201
+ priceListId?: string | null;
2202
+ productIdList?: string[] | null;
2203
+ query?: string | null;
2204
+ salesChannelId?: string | null;
2205
+ showStockOption?: ProductSearchShowStockOptionEnum | null;
2206
+ slug?: string | null;
2207
+ tagIdList?: string[] | null;
2208
+ vendorIdList?: string[] | null;
2209
+ }
2210
+ export interface SearchInputFacetListInput {
2211
+ displayType: ProductFilterDisplayTypeEnum;
2212
+ id: string;
2213
+ type: ProductFilterTypeEnum;
2214
+ }
2215
+ export interface SearchInputFilterListInput {
2216
+ displayType?: ProductFilterDisplayTypeEnum | null;
2217
+ id: string;
2218
+ type: ProductFilterTypeEnum;
2219
+ useAndFilter?: boolean | null;
2220
+ valueList: string[];
2221
+ }
2222
+ export interface SearchInputOrderByInput {
2223
+ direction: SortByDirectionEnum;
2224
+ type: SortByTypeEnum;
2225
+ }
2226
+ export interface CreateSaleTransactionWithCartInput {
2227
+ cartId: string;
2228
+ paymentGatewayId: string;
2229
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
2230
+ }
2231
+ export interface CreateSaleTransactionWithCheckoutInput {
2232
+ checkoutId: string;
2233
+ paymentGatewayId: string;
2234
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
2235
+ }
2236
+ export interface PaymentMethodDetailInput {
2237
+ cardHolderName: string;
2238
+ cardNumber: string;
2239
+ cvv: string;
2240
+ expiredMonth: number;
2241
+ expiredYear: number;
2242
+ installmentCount: number;
2243
+ threeDSecure: boolean;
2244
+ }
2245
+ export interface RetrieveInstallmentInfoInput {
2246
+ binNumber: string;
2247
+ paymentGatewayId: string;
2248
+ price: number;
2249
+ }
2250
+ export interface AddItemToCartInput {
2251
+ campaignOffer?: CartCampaignOfferInput | null;
2252
+ cartId?: string | null;
2253
+ item: CartLineItemInput;
2254
+ options?: CartLineOptionInput[] | null;
2255
+ priceListId?: string | null;
2256
+ salesChannelId: string;
2257
+ storefrontThemeId: string;
2258
+ }
2259
+ export interface AppliedProductInput {
2260
+ productId?: string | null;
2261
+ variantId: string;
2262
+ }
2263
+ export interface BooleanFilterInput {
2264
+ eq?: boolean | null;
2265
+ }
2266
+ export interface CartCampaignOfferInput {
2267
+ accepted: boolean;
2268
+ campaignOfferId: string;
2269
+ campaignOfferProductId: string;
2270
+ }
2271
+ export interface CartLineItemInput {
2272
+ id?: string | null;
2273
+ quantity: number;
2274
+ variant: CartLineVariantInput;
2275
+ }
2276
+ export interface CartLineOptionInput {
2277
+ productOptionId: string;
2278
+ productOptionsSetId: string;
2279
+ values: string[];
2280
+ }
2281
+ export interface CartLineVariantInput {
2282
+ id: string;
2283
+ name?: string | null;
2284
+ }
2285
+ export interface CheckoutCustomerInput {
2286
+ email?: string | null;
2287
+ firstName?: string | null;
2288
+ id?: string | null;
2289
+ lastName?: string | null;
2290
+ notificationsAccepted?: boolean | null;
2291
+ }
2292
+ export interface GetOrderLineFile {
2293
+ url: string;
2294
+ }
2295
+ export interface GetProductCampaignsInput {
2296
+ customerGroupIds?: string[] | null;
2297
+ salesChannelId: string;
2298
+ variantIds: string[];
2299
+ }
2300
+ export interface OrderAddressCityInput {
2301
+ code?: string | null;
2302
+ id?: string | null;
2303
+ name: string;
2304
+ }
2305
+ export interface OrderAddressCountryInput {
2306
+ code?: string | null;
2307
+ id?: string | null;
2308
+ iso2?: string | null;
2309
+ iso3?: string | null;
2310
+ name: string;
2311
+ }
2312
+ export interface OrderAddressDistrictInput {
2313
+ code?: string | null;
2314
+ id?: string | null;
2315
+ name?: string | null;
2316
+ }
2317
+ export interface OrderAddressInput {
2318
+ addressLine1: string;
2319
+ addressLine2?: string | null;
2320
+ city: OrderAddressCityInput;
2321
+ company?: string | null;
2322
+ country: OrderAddressCountryInput;
2323
+ district?: OrderAddressDistrictInput | null;
2324
+ firstName: string;
2325
+ id?: string | null;
2326
+ identityNumber?: string | null;
2327
+ isDefault: boolean;
2328
+ lastName: string;
2329
+ phone?: string | null;
2330
+ postalCode?: string | null;
2331
+ state?: OrderAddressStateInput | null;
2332
+ taxNumber?: string | null;
2333
+ taxOffice?: string | null;
2334
+ }
2335
+ export interface OrderAddressStateInput {
2336
+ code?: string | null;
2337
+ id?: string | null;
2338
+ name?: string | null;
2339
+ }
2340
+ export interface OrderAdjustmentInput {
2341
+ amount: number;
2342
+ amountType: AmountTypeEnum;
2343
+ campaignId?: string | null;
2344
+ couponId?: string | null;
2345
+ name: string;
2346
+ order: number;
2347
+ type: AdjustmentEnum;
2348
+ }
2349
+ export interface OrderRefundOrderLineInput {
2350
+ orderLineItemId: string;
2351
+ quantity: number;
2352
+ }
2353
+ export interface OrderRefundRequestInput {
2354
+ orderId: string;
2355
+ orderLineItems: OrderRefundOrderLineInput[];
2356
+ reason?: string | null;
2357
+ }
2358
+ export interface RaffleMetadataTargetTypeEnumFilter {
2359
+ eq?: RaffleMetadataTargetTypeEnum | null;
2360
+ in?: RaffleMetadataTargetTypeEnum[] | null;
2361
+ ne?: RaffleMetadataTargetTypeEnum | null;
2362
+ nin?: RaffleMetadataTargetTypeEnum | null;
2363
+ }
2364
+ export interface RaffleParticipantsInput {
2365
+ appliedProduct: AppliedProductInput;
2366
+ createdAt?: any | null;
2367
+ deleted?: boolean | null;
2368
+ email: string;
2369
+ extraData?: any | null;
2370
+ firstName: string;
2371
+ id?: string | null;
2372
+ lastName: string;
2373
+ phone?: string | null;
2374
+ raffleId: string;
2375
+ updatedAt?: any | null;
2376
+ }
2377
+ export interface RaffleParticipantsUpdateInput {
2378
+ createdAt?: any | null;
2379
+ deleted?: boolean | null;
2380
+ firstName?: string | null;
2381
+ id?: string | null;
2382
+ lastName?: string | null;
2383
+ participantId: string;
2384
+ phone?: string | null;
2385
+ updatedAt?: any | null;
2386
+ }
2387
+ export interface SaveCartInput {
2388
+ billingAddress?: OrderAddressInput | null;
2389
+ cartId: string;
2390
+ couponCode?: string | null;
2391
+ createdAt?: any | null;
2392
+ customer?: CheckoutCustomerInput | null;
2393
+ deleted?: boolean | null;
2394
+ giftPackageNote?: string | null;
2395
+ id?: string | null;
2396
+ isGiftPackage?: boolean | null;
2397
+ note?: string | null;
2398
+ orderAdjustments?: OrderAdjustmentInput[] | null;
2399
+ shippingAddress?: OrderAddressInput | null;
2400
+ shippingMethod: ShippingMethodEnum;
2401
+ shippingSettingsId?: string | null;
2402
+ shippingZoneRateId?: string | null;
2403
+ stockLocationId?: string | null;
2404
+ updatedAt?: any | null;
2405
+ }
2406
+ export interface SaveCheckoutInput {
2407
+ billingAddress?: OrderAddressInput | null;
2408
+ cartId: string;
2409
+ couponCode?: string | null;
2410
+ createdAt?: any | null;
2411
+ customer?: CheckoutCustomerInput | null;
2412
+ deleted?: boolean | null;
2413
+ giftPackageNote?: string | null;
2414
+ id?: string | null;
2415
+ isGiftPackage?: boolean | null;
2416
+ note?: string | null;
2417
+ orderAdjustments?: OrderAdjustmentInput[] | null;
2418
+ shippingAddress?: OrderAddressInput | null;
2419
+ shippingMethod: ShippingMethodEnum;
2420
+ shippingSettingsId?: string | null;
2421
+ shippingZoneRateId?: string | null;
2422
+ stockLocationId?: string | null;
2423
+ updatedAt?: any | null;
2424
+ }
2425
+ export interface SaveItemToCartInput {
2426
+ campaignOffer?: CartCampaignOfferInput | null;
2427
+ cartId?: string | null;
2428
+ customerId?: string | null;
2429
+ item: CartLineItemInput;
2430
+ options?: CartLineOptionInput[] | null;
2431
+ priceListId?: string | null;
2432
+ salesChannelId: string;
2433
+ storefrontId: string;
2434
+ storefrontRoutingId: string;
2435
+ storefrontThemeId: string;
2436
+ }
2437
+ export interface CheckStocksLineInput {
2438
+ productId: string;
2439
+ quantity: number;
2440
+ variantId: string;
2441
+ }
2442
+ export interface CreateCustomerEmailSubscriptionInput {
2443
+ createdAt?: any | null;
2444
+ deleted?: boolean | null;
2445
+ email: string;
2446
+ firstName?: string | null;
2447
+ id?: string | null;
2448
+ lastName?: string | null;
2449
+ updatedAt?: any | null;
2450
+ }
2451
+ export interface CreateCustomerReviewInput {
2452
+ comment?: string | null;
2453
+ createdAt?: any | null;
2454
+ customerId?: string | null;
2455
+ deleted?: boolean | null;
2456
+ id?: string | null;
2457
+ orderId?: string | null;
2458
+ orderNumber?: string | null;
2459
+ productId: string;
2460
+ salesChannelId: string;
2461
+ star: number;
2462
+ title?: string | null;
2463
+ updatedAt?: any | null;
2464
+ }
2465
+ export interface CustomerAddressCityInput {
2466
+ code?: string | null;
2467
+ id?: string | null;
2468
+ name: string;
2469
+ }
2470
+ export interface CustomerAddressCountryInput {
2471
+ code?: string | null;
2472
+ id?: string | null;
2473
+ iso2?: string | null;
2474
+ iso3?: string | null;
2475
+ name: string;
2476
+ }
2477
+ export interface CustomerAddressDistrictInput {
2478
+ code?: string | null;
2479
+ id?: string | null;
2480
+ name?: string | null;
2481
+ }
2482
+ export interface CustomerAddressStateInput {
2483
+ code?: string | null;
2484
+ id?: string | null;
2485
+ name?: string | null;
2486
+ }
2487
+ export interface CustomerAttributeValueInput {
2488
+ customerAttributeId?: string | null;
2489
+ customerAttributeOptionId?: string | null;
2490
+ value?: string | null;
2491
+ }
2492
+ export interface ListCustomerReviewInput {
2493
+ salesChannelId: string;
2494
+ }
2495
+ export interface SaveMyCustomerAddressInput {
2496
+ addressLine1: string;
2497
+ addressLine2?: string | null;
2498
+ city: CustomerAddressCityInput;
2499
+ company?: string | null;
2500
+ country: CustomerAddressCountryInput;
2501
+ createdAt?: any | null;
2502
+ deleted?: boolean | null;
2503
+ district?: CustomerAddressDistrictInput | null;
2504
+ firstName: string;
2505
+ id?: string | null;
2506
+ identityNumber?: string | null;
2507
+ isDefault?: boolean | null;
2508
+ lastName: string;
2509
+ phone?: string | null;
2510
+ postalCode?: string | null;
2511
+ state?: CustomerAddressStateInput | null;
2512
+ taxNumber?: string | null;
2513
+ taxOffice?: string | null;
2514
+ title: string;
2515
+ updatedAt?: any | null;
2516
+ }
2517
+ export interface SaveMyCustomerInput {
2518
+ addresses?: SaveMyCustomerAddressInput[] | null;
2519
+ attributes?: CustomerAttributeValueInput[] | null;
2520
+ firstName: string;
2521
+ lastName: string;
2522
+ phone?: string | null;
2523
+ subscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
2524
+ }