@ikas/storefront 0.2.0-alpha.9 → 0.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (691) hide show
  1. package/build/{cjs/__generated__ → __generated__}/global-types.d.ts +0 -0
  2. package/build/{cjs/analytics → analytics}/analytics.d.ts +0 -0
  3. package/build/{cjs/analytics → analytics}/events.d.ts +0 -0
  4. package/build/{cjs/analytics → analytics}/facebookPixel.d.ts +0 -0
  5. package/build/{cjs/analytics → analytics}/googleTagManager.d.ts +0 -0
  6. package/build/{cjs/analytics → analytics}/head/index.d.ts +0 -0
  7. package/build/{cjs/analytics → analytics}/ikas.d.ts +0 -0
  8. package/build/{cjs/analytics → analytics}/index.d.ts +0 -0
  9. package/build/{cjs/api → api}/apollo.d.ts +0 -0
  10. package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -0
  11. package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -0
  12. package/build/{cjs/api → api}/back-in-stock-reminder/index.d.ts +0 -0
  13. package/build/{cjs/api → api}/blog/__generated__/getBlog.d.ts +0 -0
  14. package/build/{cjs/api → api}/blog/__generated__/listBlog.d.ts +0 -0
  15. package/build/{cjs/api → api}/blog/__generated__/listBlogCategory.d.ts +0 -0
  16. package/build/{cjs/api → api}/blog/__generated__/listBlogMetaData.d.ts +0 -0
  17. package/build/{cjs/api → api}/blog/index.d.ts +0 -0
  18. package/build/{cjs/api → api}/brand/__generated__/listProductBrand.d.ts +0 -0
  19. package/build/{cjs/api → api}/brand/index.d.ts +0 -0
  20. package/build/{cjs/api → api}/cart/__generated__/getCart.d.ts +16 -1
  21. package/build/{cjs/api → api}/cart/__generated__/saveItemToCart.d.ts +0 -0
  22. package/build/{cjs/api → api}/cart/index.d.ts +0 -0
  23. package/build/{cjs/api → api}/category/__generated__/listCategory.d.ts +0 -0
  24. package/build/{cjs/api → api}/category/__generated__/listCategoryPaths.d.ts +0 -0
  25. package/build/{cjs/api → api}/category/index.d.ts +0 -0
  26. package/build/{cjs/api → api}/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -0
  27. package/build/{cjs/api → api}/checkout/__generated__/checkStocks.d.ts +0 -0
  28. package/build/{cjs/api → api}/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -0
  29. package/build/{cjs/api → api}/checkout/__generated__/getCheckoutByCartId.d.ts +0 -0
  30. package/build/{cjs/api → api}/checkout/__generated__/getCheckoutById.d.ts +4 -0
  31. package/build/{cjs/api → api}/checkout/__generated__/getOrder.d.ts +0 -0
  32. package/build/{cjs/api → api}/checkout/__generated__/listCheckoutSettings.d.ts +0 -0
  33. package/build/{esm/api → api}/checkout/__generated__/listPaymentGateway.d.ts +3 -1
  34. package/build/{cjs/api → api}/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -0
  35. package/build/{cjs/api → api}/checkout/__generated__/saveCheckout.d.ts +0 -0
  36. package/build/{cjs/api → api}/checkout/index.d.ts +0 -0
  37. package/build/{cjs/api → api}/city/__generated__/listCity.d.ts +0 -0
  38. package/build/{cjs/api → api}/city/index.d.ts +0 -0
  39. package/build/{cjs/api → api}/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -0
  40. package/build/{cjs/api → api}/contact-form/index.d.ts +0 -0
  41. package/build/{cjs/api → api}/country/__generated__/getAvailableShippingCountries.d.ts +0 -0
  42. package/build/{cjs/api → api}/country/__generated__/getMyCountry.d.ts +0 -0
  43. package/build/{cjs/api → api}/country/__generated__/listCountry.d.ts +0 -0
  44. package/build/{cjs/api → api}/country/index.d.ts +0 -0
  45. package/build/{cjs/api → api}/customer/__generated__/checkCustomerEmail.d.ts +0 -0
  46. package/build/{cjs/api → api}/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -0
  47. package/build/{cjs/api → api}/customer/__generated__/createOrderRefundRequest.d.ts +0 -0
  48. package/build/{esm/api → api}/customer/__generated__/customerForgotPassword.d.ts +1 -0
  49. package/build/{cjs/api → api}/customer/__generated__/customerLogin.d.ts +0 -0
  50. package/build/{cjs/api → api}/customer/__generated__/customerRecoverPassword.d.ts +0 -0
  51. package/build/{cjs/api → api}/customer/__generated__/customerRefreshToken.d.ts +0 -0
  52. package/build/{cjs/api → api}/customer/__generated__/getCustomerOrders.d.ts +0 -0
  53. package/build/{cjs/api → api}/customer/__generated__/getLastViewedProducts.d.ts +0 -0
  54. package/build/{cjs/api → api}/customer/__generated__/getMyCustomer.d.ts +0 -0
  55. package/build/{cjs/api → api}/customer/__generated__/listOrderRefundSettings.d.ts +0 -0
  56. package/build/{cjs/api → api}/customer/__generated__/listOrderTransactions.d.ts +0 -0
  57. package/build/{esm/api → api}/customer/__generated__/registerCustomer.d.ts +1 -0
  58. package/build/{cjs/api → api}/customer/__generated__/saveLastViewedProducts.d.ts +0 -0
  59. package/build/{cjs/api → api}/customer/__generated__/saveMyCustomer.d.ts +0 -0
  60. package/build/{cjs/api → api}/customer/index.d.ts +0 -0
  61. package/build/{cjs/api → api}/customer-review/__generated__/createCustomerReview.d.ts +0 -0
  62. package/build/{cjs/api → api}/customer-review/__generated__/listCustomerReviews.d.ts +0 -0
  63. package/build/{cjs/api → api}/customer-review/index.d.ts +0 -0
  64. package/build/{cjs/api → api}/district/__generated__/listDistrict.d.ts +0 -0
  65. package/build/{cjs/api → api}/district/index.d.ts +0 -0
  66. package/build/{cjs/api → api}/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -0
  67. package/build/{cjs/api → api}/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -0
  68. package/build/{cjs/api → api}/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -0
  69. package/build/{cjs/api → api}/favorite-product/index.d.ts +0 -0
  70. package/build/{cjs/api → api}/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -0
  71. package/build/{cjs/api → api}/html-meta-data/index.d.ts +0 -0
  72. package/build/{cjs/api → api}/index.d.ts +0 -0
  73. package/build/{cjs/api → api}/merchant/__generated__/listMerchantSettings.d.ts +0 -0
  74. package/build/{cjs/api → api}/merchant/index.d.ts +0 -0
  75. package/build/{cjs/api → api}/product-attribute/__generated__/listProductAttribute.d.ts +0 -0
  76. package/build/{cjs/api → api}/product-attribute/index.d.ts +0 -0
  77. package/build/{cjs/api → api}/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -0
  78. package/build/{cjs/api → api}/product-option-set/index.d.ts +0 -0
  79. package/build/{cjs/api → api}/product-search/__generated__/getProductFilterData.d.ts +0 -0
  80. package/build/{cjs/api → api}/product-search/__generated__/searchProducts.d.ts +0 -0
  81. package/build/{cjs/api → api}/product-search/index.d.ts +0 -0
  82. package/build/{cjs/api → api}/state/__generated__/listState.d.ts +0 -0
  83. package/build/{cjs/api → api}/state/index.d.ts +0 -0
  84. package/build/{cjs/api → api}/stock-location/__generated__/listStockLocation.d.ts +0 -0
  85. package/build/{cjs/api → api}/stock-location/index.d.ts +0 -0
  86. package/build/{cjs/api → api}/storefront/__generated__/getStorefront.d.ts +0 -0
  87. package/build/{cjs/api → api}/storefront/index.d.ts +0 -0
  88. package/build/{cjs/api → api}/variant-type/__generated__/listVariantType.d.ts +0 -0
  89. package/build/{cjs/api → api}/variant-type/index.d.ts +0 -0
  90. package/build/{cjs/assets → assets}/translations/checkout/en.js +0 -0
  91. package/build/{cjs/assets → assets}/translations/checkout/tr.js +0 -0
  92. package/build/{cjs/components → components}/checkout/components/address-form/index.d.ts +0 -0
  93. package/build/{cjs/components → components}/checkout/components/address-form/model.d.ts +0 -0
  94. package/build/{cjs/components → components}/checkout/components/button/index.d.ts +0 -0
  95. package/build/{cjs/components → components}/checkout/components/cart-summary/cart-item/index.d.ts +0 -0
  96. package/build/{cjs/components → components}/checkout/components/cart-summary/index.d.ts +0 -0
  97. package/build/{cjs/components → components}/checkout/components/checkbox/check.d.ts +0 -0
  98. package/build/{cjs/components → components}/checkout/components/checkbox/index.d.ts +0 -0
  99. package/build/{cjs/components → components}/checkout/components/credit-card-form/index.d.ts +0 -0
  100. package/build/{cjs/components → components}/checkout/components/credit-card-form/model.d.ts +0 -0
  101. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/amex.d.ts +0 -0
  102. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/master-card.d.ts +0 -0
  103. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/troy.d.ts +0 -0
  104. package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/visa.d.ts +0 -0
  105. package/build/{cjs/components → components}/checkout/components/customer-addresses/index.d.ts +0 -0
  106. package/build/{cjs/components → components}/checkout/components/customer-addresses/model.d.ts +0 -0
  107. package/build/{cjs/components → components}/checkout/components/error/customer-login-required-error/index.d.ts +0 -0
  108. package/build/{cjs/components → components}/checkout/components/error/index.d.ts +0 -0
  109. package/build/{cjs/components → components}/checkout/components/error/no-shipping-error/index.d.ts +0 -0
  110. package/build/{cjs/components → components}/checkout/components/error/payment-error/index.d.ts +0 -0
  111. package/build/{cjs/components → components}/checkout/components/error/stock-error/index.d.ts +0 -0
  112. package/build/{cjs/components → components}/checkout/components/error/unknown-error/index.d.ts +0 -0
  113. package/build/{cjs/components → components}/checkout/components/expandable-section/index.d.ts +0 -0
  114. package/build/{cjs/components → components}/checkout/components/form-item/caret-down.d.ts +0 -0
  115. package/build/{cjs/components → components}/checkout/components/form-item/index.d.ts +0 -0
  116. package/build/{cjs/components → components}/checkout/components/form-item/model.d.ts +0 -0
  117. package/build/{cjs/components → components}/checkout/components/fullscreen-loading/index.d.ts +0 -0
  118. package/build/{cjs/components → components}/checkout/components/input-with-button/index.d.ts +0 -0
  119. package/build/{cjs/components → components}/checkout/components/modal/index.d.ts +0 -0
  120. package/build/{cjs/components → components}/checkout/components/notification-box/index.d.ts +0 -0
  121. package/build/{cjs/components → components}/checkout/components/select-box/index.d.ts +0 -0
  122. package/build/{cjs/components → components}/checkout/components/step-container/index.d.ts +0 -0
  123. package/build/{cjs/components → components}/checkout/components/svg/arrow-down.d.ts +0 -0
  124. package/build/{cjs/components → components}/checkout/components/svg/arrow-left.d.ts +0 -0
  125. package/build/{cjs/components → components}/checkout/components/svg/arrow-right.d.ts +0 -0
  126. package/build/{cjs/components → components}/checkout/components/svg/cross.d.ts +0 -0
  127. package/build/{cjs/components → components}/checkout/components/svg/discount.d.ts +0 -0
  128. package/build/{cjs/components → components}/checkout/components/svg/external.d.ts +0 -0
  129. package/build/{cjs/components → components}/checkout/components/svg/gift.d.ts +0 -0
  130. package/build/{cjs/components → components}/checkout/components/svg/ikas.d.ts +0 -0
  131. package/build/{cjs/components → components}/checkout/components/svg/lock.d.ts +0 -0
  132. package/build/{cjs/components → components}/checkout/components/svg/shopping-cart.d.ts +0 -0
  133. package/build/{cjs/components → components}/checkout/components/svg/success-circle.d.ts +0 -0
  134. package/build/{cjs/components → components}/checkout/components/svg/tag.d.ts +0 -0
  135. package/build/{cjs/components → components}/checkout/components/svg/warning.d.ts +0 -0
  136. package/build/{cjs/components → components}/checkout/components/toggle/index.d.ts +0 -0
  137. package/build/{cjs/components → components}/checkout/components/tooltip/index.d.ts +0 -0
  138. package/build/{cjs/components → components}/checkout/index.d.ts +0 -0
  139. package/build/{cjs/components → components}/checkout/model.d.ts +0 -0
  140. package/build/{cjs/components → components}/checkout/steps/step-info/index.d.ts +0 -0
  141. package/build/{cjs/components → components}/checkout/steps/step-payment/billing-address/index.d.ts +0 -0
  142. package/build/{cjs/components → components}/checkout/steps/step-payment/index.d.ts +0 -0
  143. package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -0
  144. package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -0
  145. package/build/{cjs/components → components}/checkout/steps/step-shipping/index.d.ts +0 -0
  146. package/build/{cjs/components → components}/checkout/steps/step-success/index.d.ts +0 -0
  147. package/build/{cjs/components → components}/error/index.d.ts +0 -0
  148. package/build/{cjs/components → components}/image/index.d.ts +0 -0
  149. package/build/{cjs/components → components}/index.d.ts +0 -0
  150. package/build/{cjs/components → components}/page/ThemeComponent.d.ts +0 -0
  151. package/build/{cjs/components → components}/page/head.d.ts +0 -0
  152. package/build/{cjs/components → components}/page/index.d.ts +0 -1
  153. package/build/{cjs/components → components}/page-editor/ThemeComponentEditor.d.ts +0 -0
  154. package/build/{cjs/components → components}/page-editor/index.d.ts +0 -0
  155. package/build/{cjs/components → components}/page-editor/model.d.ts +0 -0
  156. package/build/{cjs/index.css → index.css} +0 -0
  157. package/build/{cjs/index.d.ts → index.d.ts} +0 -0
  158. package/build/{esm/index.css → index.es.css} +0 -0
  159. package/build/index.es.js +74003 -0
  160. package/build/index.js +74132 -0
  161. package/build/{cjs/models → models}/data/blog/index.d.ts +0 -0
  162. package/build/{cjs/models → models}/data/brand/index.d.ts +0 -0
  163. package/build/{cjs/models → models}/data/cart/index.d.ts +3 -0
  164. package/build/{cjs/models → models}/data/category/index.d.ts +0 -0
  165. package/build/{cjs/models → models}/data/checkout/index.d.ts +0 -0
  166. package/build/{cjs/models → models}/data/checkout-settings/index.d.ts +0 -0
  167. package/build/{cjs/models → models}/data/city/index.d.ts +0 -0
  168. package/build/{cjs/models → models}/data/contact-form/index.d.ts +0 -0
  169. package/build/{cjs/models → models}/data/country/index.d.ts +0 -0
  170. package/build/{cjs/models → models}/data/customer/address/index.d.ts +0 -0
  171. package/build/{cjs/models → models}/data/customer/index.d.ts +0 -0
  172. package/build/{cjs/models → models}/data/customer-review/index.d.ts +0 -0
  173. package/build/{cjs/models → models}/data/customer-review-settings/index.d.ts +0 -0
  174. package/build/{cjs/models → models}/data/district/index.d.ts +0 -0
  175. package/build/{cjs/models → models}/data/favorite-product/index.d.ts +0 -0
  176. package/build/{cjs/models → models}/data/html-meta-data/index.d.ts +0 -0
  177. package/build/{cjs/models → models}/data/image/index.d.ts +0 -0
  178. package/build/{cjs/models → models}/data/index.d.ts +1 -1
  179. package/build/{cjs/models → models}/data/installment-info/index.d.ts +0 -0
  180. package/build/{cjs/models → models}/data/merchant-settings/index.d.ts +0 -0
  181. package/build/{cjs/models → models}/data/order/address/index.d.ts +0 -0
  182. package/build/{cjs/models → models}/data/order/adjustment/index.d.ts +0 -0
  183. package/build/{cjs/models → models}/data/order/gift-line/index.d.ts +0 -0
  184. package/build/{esm/models → models}/data/order/index.d.ts +1 -2
  185. package/build/{cjs/models → models}/data/order/line-item/discount/index.d.ts +0 -0
  186. package/build/{esm/models → models}/data/order/line-item/index.d.ts +3 -0
  187. package/build/models/data/order/line-item/options/index.d.ts +20 -0
  188. package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
  189. package/build/{cjs/models → models}/data/order/line-item/variant/index.d.ts +0 -0
  190. package/build/{cjs/models → models}/data/order/refund/index.d.ts +0 -0
  191. package/build/{cjs/models → models}/data/order/refund/refund-line-item/index.d.ts +0 -0
  192. package/build/{cjs/models → models}/data/order/refund/settings.d.ts +0 -0
  193. package/build/{cjs/models → models}/data/order/shipping-line/index.d.ts +0 -0
  194. package/build/{cjs/models → models}/data/order-transaction/index.d.ts +1 -0
  195. package/build/{cjs/models → models}/data/payment-gateway/index.d.ts +0 -0
  196. package/build/{cjs/models → models}/data/product/attribute-value/index.d.ts +0 -0
  197. package/build/{esm/models → models}/data/product/index.d.ts +1 -0
  198. package/build/{cjs/models → models}/data/product/variant/index.d.ts +0 -0
  199. package/build/{cjs/models → models}/data/product/variant/price/index.d.ts +1 -0
  200. package/build/{cjs/models → models}/data/product/variant-type/index.d.ts +0 -0
  201. package/build/{cjs/models → models}/data/product-attribute/index.d.ts +0 -0
  202. package/build/{cjs/models → models}/data/product-attribute/product-attribute-option/index.d.ts +0 -0
  203. package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -0
  204. package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-template/index.d.ts +0 -0
  205. package/build/{cjs/models → models}/data/product-back-in-stock-settings/index.d.ts +0 -0
  206. package/build/models/data/product-cart-item-options/index.d.ts +6 -0
  207. package/build/{cjs/models → models}/data/product-filter/index.d.ts +0 -0
  208. package/build/{cjs/models → models}/data/product-option-set/index.d.ts +18 -3
  209. package/build/{cjs/models → models}/data/product-tag/index.d.ts +0 -0
  210. package/build/{cjs/models → models}/data/sales-channel/index.d.ts +0 -0
  211. package/build/{cjs/models → models}/data/simple-product/index.d.ts +0 -0
  212. package/build/{cjs/models → models}/data/state/index.d.ts +0 -0
  213. package/build/{cjs/models → models}/data/storefront/domain/index.d.ts +0 -0
  214. package/build/{cjs/models → models}/data/storefront/index.d.ts +0 -0
  215. package/build/{cjs/models → models}/data/storefront/localization/index.d.ts +0 -0
  216. package/build/{cjs/models → models}/data/storefront/routing/index.d.ts +0 -0
  217. package/build/{cjs/models → models}/data/storefront/theme/index.d.ts +0 -0
  218. package/build/{cjs/models → models}/data/storefront/theme-localization/index.d.ts +0 -0
  219. package/build/{cjs/models → models}/data/variant-type/index.d.ts +0 -0
  220. package/build/{cjs/models → models}/data/variant-type/variant-value/index.d.ts +0 -0
  221. package/build/{cjs/models → models}/index.d.ts +0 -0
  222. package/build/{cjs/models → models}/theme/component/index.d.ts +0 -0
  223. package/build/{cjs/models → models}/theme/component/prop/index.d.ts +0 -0
  224. package/build/{cjs/models → models}/theme/custom-data/index.d.ts +0 -0
  225. package/build/{cjs/models → models}/theme/index.d.ts +0 -0
  226. package/build/{cjs/models → models}/theme/page/component/index.d.ts +0 -0
  227. package/build/{cjs/models → models}/theme/page/component/prop-value/attribute-list.d.ts +0 -0
  228. package/build/{cjs/models → models}/theme/page/component/prop-value/attribute.d.ts +0 -0
  229. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category-list.d.ts +0 -0
  230. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category.d.ts +0 -0
  231. package/build/{cjs/models → models}/theme/page/component/prop-value/blog-list.d.ts +0 -0
  232. package/build/{cjs/models → models}/theme/page/component/prop-value/blog.d.ts +0 -0
  233. package/build/{cjs/models → models}/theme/page/component/prop-value/brand-list.d.ts +0 -0
  234. package/build/{cjs/models → models}/theme/page/component/prop-value/brand.d.ts +0 -0
  235. package/build/{cjs/models → models}/theme/page/component/prop-value/category-list.d.ts +0 -0
  236. package/build/{cjs/models → models}/theme/page/component/prop-value/category.d.ts +0 -0
  237. package/build/{cjs/models → models}/theme/page/component/prop-value/link.d.ts +0 -0
  238. package/build/{cjs/models → models}/theme/page/component/prop-value/product-detail.d.ts +0 -0
  239. package/build/{cjs/models → models}/theme/page/component/prop-value/product-list.d.ts +0 -0
  240. package/build/{cjs/models → models}/theme/page/index.d.ts +0 -0
  241. package/build/{cjs/models → models}/theme/settings/index.d.ts +0 -0
  242. package/build/{cjs/models → models}/theme/settings/prop/color/index.d.ts +0 -0
  243. package/build/{cjs/models → models}/theme/settings/prop/favicon/index.d.ts +0 -0
  244. package/build/{cjs/models → models}/theme/theme.d.ts +0 -0
  245. package/build/{cjs/models → models}/ui/blog-category-list/index.d.ts +0 -0
  246. package/build/{cjs/models → models}/ui/blog-list/index.d.ts +0 -0
  247. package/build/{cjs/models → models}/ui/brand-list/index.d.ts +0 -0
  248. package/build/{cjs/models → models}/ui/category-list/index.d.ts +0 -0
  249. package/build/{cjs/models → models}/ui/component-renderer/index.d.ts +0 -0
  250. package/build/{cjs/models → models}/ui/customer-review-list/index.d.ts +0 -0
  251. package/build/{cjs/models → models}/ui/index.d.ts +0 -0
  252. package/build/{cjs/models → models}/ui/navigation-link/index.d.ts +0 -0
  253. package/build/{cjs/models → models}/ui/product-attribute-detail/index.d.ts +0 -0
  254. package/build/{cjs/models → models}/ui/product-attribute-list/index.d.ts +0 -0
  255. package/build/{cjs/models → models}/ui/product-detail/index.d.ts +0 -0
  256. package/build/{cjs/models → models}/ui/product-list/index.d.ts +0 -0
  257. package/build/{cjs/models → models}/ui/validator/form/account-info.d.ts +0 -0
  258. package/build/{cjs/models → models}/ui/validator/form/address.d.ts +0 -0
  259. package/build/{cjs/models → models}/ui/validator/form/contact-form.d.ts +0 -0
  260. package/build/{cjs/models → models}/ui/validator/form/customer-review.d.ts +0 -0
  261. package/build/{cjs/models → models}/ui/validator/form/forgot-password.d.ts +0 -0
  262. package/build/{cjs/models → models}/ui/validator/form/login.d.ts +0 -0
  263. package/build/{cjs/models → models}/ui/validator/form/recover-password.d.ts +0 -0
  264. package/build/{cjs/models → models}/ui/validator/form/register.d.ts +0 -0
  265. package/build/{cjs/models → models}/ui/validator/index.d.ts +0 -0
  266. package/build/{cjs/models → models}/ui/validator/rules/index.d.ts +0 -0
  267. package/build/{cjs/pages → pages}/404.d.ts +0 -0
  268. package/build/{cjs/pages/blog/[slug].d.ts → pages/[slug]/index.d.ts} +0 -0
  269. package/build/{cjs/pages → pages}/account/addresses.d.ts +0 -0
  270. package/build/{cjs/pages → pages}/account/favorite-products.d.ts +0 -0
  271. package/build/{cjs/pages → pages}/account/forgot-password.d.ts +0 -0
  272. package/build/{cjs/pages → pages}/account/index.d.ts +0 -0
  273. package/build/{cjs/pages → pages}/account/login.d.ts +0 -0
  274. package/build/{cjs/pages → pages}/account/orders/[id].d.ts +0 -0
  275. package/build/{cjs/pages → pages}/account/orders/index.d.ts +0 -0
  276. package/build/{cjs/pages → pages}/account/recover-password.d.ts +0 -0
  277. package/build/{cjs/pages → pages}/account/register.d.ts +0 -0
  278. package/build/{esm/pages → pages}/blog/[slug].d.ts +0 -0
  279. package/build/{cjs/pages → pages}/blog/index.d.ts +0 -0
  280. package/build/{cjs/pages → pages}/cart.d.ts +0 -0
  281. package/build/{cjs/pages → pages}/checkout.d.ts +0 -0
  282. package/build/{esm/pages → pages}/editor.d.ts +0 -1
  283. package/build/{cjs/pages → pages}/home.d.ts +0 -0
  284. package/build/pages/index.d.ts +20 -0
  285. package/build/{cjs/pages → pages}/pages/[slug].d.ts +0 -0
  286. package/build/{cjs/pages → pages}/search.d.ts +0 -0
  287. package/build/{cjs/providers → providers}/page-data-get.d.ts +0 -0
  288. package/build/{cjs/providers → providers}/page-data-init.d.ts +0 -0
  289. package/build/{cjs/providers → providers}/page-data-next.d.ts +0 -0
  290. package/build/{cjs/providers → providers}/placeholders.d.ts +0 -0
  291. package/build/{cjs/providers → providers}/prop-value/attribute-list.d.ts +0 -0
  292. package/build/{cjs/providers → providers}/prop-value/attribute.d.ts +0 -0
  293. package/build/{cjs/providers → providers}/prop-value/blog-category-list.d.ts +0 -0
  294. package/build/{cjs/providers → providers}/prop-value/blog-category.d.ts +0 -0
  295. package/build/{cjs/providers → providers}/prop-value/blog-list.d.ts +0 -0
  296. package/build/{cjs/providers → providers}/prop-value/blog.d.ts +0 -0
  297. package/build/{cjs/providers → providers}/prop-value/boolean.d.ts +0 -0
  298. package/build/{cjs/providers → providers}/prop-value/brand-list.d.ts +0 -0
  299. package/build/{cjs/providers → providers}/prop-value/brand.d.ts +0 -0
  300. package/build/{cjs/providers → providers}/prop-value/category-list.d.ts +0 -0
  301. package/build/{cjs/providers → providers}/prop-value/category.d.ts +0 -0
  302. package/build/providers/prop-value/checkout.d.ts +4 -0
  303. package/build/{cjs/providers → providers}/prop-value/color.d.ts +0 -0
  304. package/build/{cjs/providers → providers}/prop-value/custom.d.ts +0 -0
  305. package/build/{cjs/providers → providers}/prop-value/image-list.d.ts +0 -0
  306. package/build/{cjs/providers → providers}/prop-value/image.d.ts +0 -0
  307. package/build/{cjs/providers → providers}/prop-value/index.d.ts +0 -0
  308. package/build/{cjs/providers → providers}/prop-value/link.d.ts +0 -0
  309. package/build/{cjs/providers → providers}/prop-value/product-detail.d.ts +0 -0
  310. package/build/{cjs/providers → providers}/prop-value/product-list.d.ts +0 -0
  311. package/build/{cjs/providers → providers}/prop-value/rich-text.d.ts +0 -0
  312. package/build/{cjs/providers → providers}/prop-value/text.d.ts +0 -0
  313. package/build/{cjs/store → store}/base.d.ts +0 -0
  314. package/build/{cjs/store → store}/cart.d.ts +4 -2
  315. package/build/{cjs/store → store}/customer.d.ts +0 -0
  316. package/build/{cjs/store → store}/index.d.ts +0 -0
  317. package/build/{esm/storefront → storefront}/index.d.ts +2 -2
  318. package/build/utils/currency.d.ts +7 -0
  319. package/build/{cjs/utils → utils}/helper.d.ts +0 -0
  320. package/build/{cjs/utils → utils}/i18n.d.ts +0 -0
  321. package/build/{cjs/utils → utils}/index.d.ts +0 -0
  322. package/package.json +4 -6
  323. package/build/cjs/[slug]-e484ad76.js +0 -1
  324. package/build/cjs/analytics.js +0 -1
  325. package/build/cjs/api/checkout/__generated__/listPaymentGateway.d.ts +0 -40
  326. package/build/cjs/api/customer/__generated__/customerForgotPassword.d.ts +0 -6
  327. package/build/cjs/api/customer/__generated__/registerCustomer.d.ts +0 -71
  328. package/build/cjs/api.js +0 -1
  329. package/build/cjs/base-1fa38f9a.js +0 -1
  330. package/build/cjs/blog-category-list-2bc016a2.js +0 -1
  331. package/build/cjs/cart-90632b65.js +0 -1
  332. package/build/cjs/components.js +0 -1
  333. package/build/cjs/en-a1fa5309.js +0 -1
  334. package/build/cjs/get-e74270ba.js +0 -15
  335. package/build/cjs/i18n-23489f2d.js +0 -1
  336. package/build/cjs/index-4896761a.js +0 -1
  337. package/build/cjs/index-5114bb73.js +0 -1
  338. package/build/cjs/index-681c2517.js +0 -1
  339. package/build/cjs/index-9a0c47b1.js +0 -1
  340. package/build/cjs/index-a851ebb1.js +0 -1
  341. package/build/cjs/index-a8b07648.js +0 -1
  342. package/build/cjs/index-ad398c13.js +0 -1
  343. package/build/cjs/index-b8b2616a.js +0 -3
  344. package/build/cjs/index-eceaf256.js +0 -1
  345. package/build/cjs/index.js +0 -1
  346. package/build/cjs/models/data/order/index.d.ts +0 -147
  347. package/build/cjs/models/data/order/line-item/index.d.ts +0 -40
  348. package/build/cjs/models/data/product/index.d.ts +0 -34
  349. package/build/cjs/models.js +0 -1
  350. package/build/cjs/pages/[slug]/index.d.ts +0 -4
  351. package/build/cjs/pages/[slug]/providers.d.ts +0 -3
  352. package/build/cjs/pages/editor.d.ts +0 -9
  353. package/build/cjs/pages/index.d.ts +0 -20
  354. package/build/cjs/pages.js +0 -1
  355. package/build/cjs/store.js +0 -1
  356. package/build/cjs/storefront/index.d.ts +0 -53
  357. package/build/cjs/storefront.js +0 -1
  358. package/build/cjs/tr-5b03d013.js +0 -1
  359. package/build/cjs/utils/currency.d.ts +0 -1
  360. package/build/cjs/utils.js +0 -1
  361. package/build/esm/[slug]-a90edd15.js +0 -1
  362. package/build/esm/__generated__/global-types.d.ts +0 -624
  363. package/build/esm/analytics/analytics.d.ts +0 -37
  364. package/build/esm/analytics/events.d.ts +0 -36
  365. package/build/esm/analytics/facebookPixel.d.ts +0 -15
  366. package/build/esm/analytics/googleTagManager.d.ts +0 -201
  367. package/build/esm/analytics/head/index.d.ts +0 -7
  368. package/build/esm/analytics/ikas.d.ts +0 -133
  369. package/build/esm/analytics/index.d.ts +0 -2
  370. package/build/esm/analytics.js +0 -1
  371. package/build/esm/api/apollo.d.ts +0 -10
  372. package/build/esm/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
  373. package/build/esm/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
  374. package/build/esm/api/back-in-stock-reminder/index.d.ts +0 -23
  375. package/build/esm/api/blog/__generated__/getBlog.d.ts +0 -83
  376. package/build/esm/api/blog/__generated__/listBlog.d.ts +0 -86
  377. package/build/esm/api/blog/__generated__/listBlogCategory.d.ts +0 -38
  378. package/build/esm/api/blog/__generated__/listBlogMetaData.d.ts +0 -29
  379. package/build/esm/api/blog/index.d.ts +0 -32
  380. package/build/esm/api/brand/__generated__/listProductBrand.d.ts +0 -47
  381. package/build/esm/api/brand/index.d.ts +0 -16
  382. package/build/esm/api/cart/__generated__/getCart.d.ts +0 -71
  383. package/build/esm/api/cart/__generated__/saveItemToCart.d.ts +0 -74
  384. package/build/esm/api/cart/index.d.ts +0 -5
  385. package/build/esm/api/category/__generated__/listCategory.d.ts +0 -52
  386. package/build/esm/api/category/__generated__/listCategoryPaths.d.ts +0 -23
  387. package/build/esm/api/category/index.d.ts +0 -18
  388. package/build/esm/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
  389. package/build/esm/api/checkout/__generated__/checkStocks.d.ts +0 -18
  390. package/build/esm/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
  391. package/build/esm/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
  392. package/build/esm/api/checkout/__generated__/getCheckoutById.d.ts +0 -232
  393. package/build/esm/api/checkout/__generated__/getOrder.d.ts +0 -215
  394. package/build/esm/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
  395. package/build/esm/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
  396. package/build/esm/api/checkout/__generated__/saveCheckout.d.ts +0 -11
  397. package/build/esm/api/checkout/index.d.ts +0 -29
  398. package/build/esm/api/city/__generated__/listCity.d.ts +0 -14
  399. package/build/esm/api/city/index.d.ts +0 -4
  400. package/build/esm/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
  401. package/build/esm/api/contact-form/index.d.ts +0 -10
  402. package/build/esm/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
  403. package/build/esm/api/country/__generated__/getMyCountry.d.ts +0 -3
  404. package/build/esm/api/country/__generated__/listCountry.d.ts +0 -23
  405. package/build/esm/api/country/index.d.ts +0 -6
  406. package/build/esm/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
  407. package/build/esm/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
  408. package/build/esm/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -215
  409. package/build/esm/api/customer/__generated__/customerLogin.d.ts +0 -70
  410. package/build/esm/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
  411. package/build/esm/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
  412. package/build/esm/api/customer/__generated__/getCustomerOrders.d.ts +0 -215
  413. package/build/esm/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
  414. package/build/esm/api/customer/__generated__/getMyCustomer.d.ts +0 -59
  415. package/build/esm/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
  416. package/build/esm/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
  417. package/build/esm/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
  418. package/build/esm/api/customer/__generated__/saveMyCustomer.d.ts +0 -63
  419. package/build/esm/api/customer/index.d.ts +0 -44
  420. package/build/esm/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
  421. package/build/esm/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -25
  422. package/build/esm/api/customer-review/index.d.ts +0 -24
  423. package/build/esm/api/district/__generated__/listDistrict.d.ts +0 -13
  424. package/build/esm/api/district/index.d.ts +0 -4
  425. package/build/esm/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
  426. package/build/esm/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
  427. package/build/esm/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
  428. package/build/esm/api/favorite-product/index.d.ts +0 -6
  429. package/build/esm/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -18
  430. package/build/esm/api/html-meta-data/index.d.ts +0 -4
  431. package/build/esm/api/index.d.ts +0 -21
  432. package/build/esm/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
  433. package/build/esm/api/merchant/index.d.ts +0 -4
  434. package/build/esm/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -39
  435. package/build/esm/api/product-attribute/index.d.ts +0 -4
  436. package/build/esm/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -90
  437. package/build/esm/api/product-option-set/index.d.ts +0 -6
  438. package/build/esm/api/product-search/__generated__/getProductFilterData.d.ts +0 -52
  439. package/build/esm/api/product-search/__generated__/searchProducts.d.ts +0 -26
  440. package/build/esm/api/product-search/index.d.ts +0 -20
  441. package/build/esm/api/state/__generated__/listState.d.ts +0 -13
  442. package/build/esm/api/state/index.d.ts +0 -4
  443. package/build/esm/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
  444. package/build/esm/api/stock-location/index.d.ts +0 -4
  445. package/build/esm/api/storefront/__generated__/getStorefront.d.ts +0 -52
  446. package/build/esm/api/storefront/index.d.ts +0 -4
  447. package/build/esm/api/variant-type/__generated__/listVariantType.d.ts +0 -39
  448. package/build/esm/api/variant-type/index.d.ts +0 -4
  449. package/build/esm/api.js +0 -1
  450. package/build/esm/assets/translations/checkout/en.js +0 -161
  451. package/build/esm/assets/translations/checkout/tr.js +0 -160
  452. package/build/esm/base-46969f69.js +0 -1
  453. package/build/esm/blog-category-list-8bbfffa4.js +0 -1
  454. package/build/esm/cart-f58c6575.js +0 -1
  455. package/build/esm/components/checkout/components/address-form/index.d.ts +0 -3
  456. package/build/esm/components/checkout/components/address-form/model.d.ts +0 -123
  457. package/build/esm/components/checkout/components/button/index.d.ts +0 -12
  458. package/build/esm/components/checkout/components/cart-summary/cart-item/index.d.ts +0 -10
  459. package/build/esm/components/checkout/components/cart-summary/index.d.ts +0 -8
  460. package/build/esm/components/checkout/components/checkbox/check.d.ts +0 -6
  461. package/build/esm/components/checkout/components/checkbox/index.d.ts +0 -10
  462. package/build/esm/components/checkout/components/credit-card-form/index.d.ts +0 -7
  463. package/build/esm/components/checkout/components/credit-card-form/model.d.ts +0 -26
  464. package/build/esm/components/checkout/components/credit-card-form/svg/amex.d.ts +0 -6
  465. package/build/esm/components/checkout/components/credit-card-form/svg/master-card.d.ts +0 -6
  466. package/build/esm/components/checkout/components/credit-card-form/svg/troy.d.ts +0 -6
  467. package/build/esm/components/checkout/components/credit-card-form/svg/visa.d.ts +0 -6
  468. package/build/esm/components/checkout/components/customer-addresses/index.d.ts +0 -15
  469. package/build/esm/components/checkout/components/customer-addresses/model.d.ts +0 -21
  470. package/build/esm/components/checkout/components/error/customer-login-required-error/index.d.ts +0 -8
  471. package/build/esm/components/checkout/components/error/index.d.ts +0 -7
  472. package/build/esm/components/checkout/components/error/no-shipping-error/index.d.ts +0 -6
  473. package/build/esm/components/checkout/components/error/payment-error/index.d.ts +0 -8
  474. package/build/esm/components/checkout/components/error/stock-error/index.d.ts +0 -8
  475. package/build/esm/components/checkout/components/error/unknown-error/index.d.ts +0 -6
  476. package/build/esm/components/checkout/components/expandable-section/index.d.ts +0 -6
  477. package/build/esm/components/checkout/components/form-item/caret-down.d.ts +0 -6
  478. package/build/esm/components/checkout/components/form-item/index.d.ts +0 -3
  479. package/build/esm/components/checkout/components/form-item/model.d.ts +0 -59
  480. package/build/esm/components/checkout/components/fullscreen-loading/index.d.ts +0 -2
  481. package/build/esm/components/checkout/components/input-with-button/index.d.ts +0 -11
  482. package/build/esm/components/checkout/components/modal/index.d.ts +0 -8
  483. package/build/esm/components/checkout/components/notification-box/index.d.ts +0 -9
  484. package/build/esm/components/checkout/components/select-box/index.d.ts +0 -13
  485. package/build/esm/components/checkout/components/step-container/index.d.ts +0 -15
  486. package/build/esm/components/checkout/components/svg/arrow-down.d.ts +0 -6
  487. package/build/esm/components/checkout/components/svg/arrow-left.d.ts +0 -6
  488. package/build/esm/components/checkout/components/svg/arrow-right.d.ts +0 -6
  489. package/build/esm/components/checkout/components/svg/cross.d.ts +0 -6
  490. package/build/esm/components/checkout/components/svg/discount.d.ts +0 -6
  491. package/build/esm/components/checkout/components/svg/external.d.ts +0 -6
  492. package/build/esm/components/checkout/components/svg/gift.d.ts +0 -7
  493. package/build/esm/components/checkout/components/svg/ikas.d.ts +0 -6
  494. package/build/esm/components/checkout/components/svg/lock.d.ts +0 -6
  495. package/build/esm/components/checkout/components/svg/shopping-cart.d.ts +0 -6
  496. package/build/esm/components/checkout/components/svg/success-circle.d.ts +0 -6
  497. package/build/esm/components/checkout/components/svg/tag.d.ts +0 -6
  498. package/build/esm/components/checkout/components/svg/warning.d.ts +0 -6
  499. package/build/esm/components/checkout/components/toggle/index.d.ts +0 -10
  500. package/build/esm/components/checkout/components/tooltip/index.d.ts +0 -8
  501. package/build/esm/components/checkout/index.d.ts +0 -32
  502. package/build/esm/components/checkout/model.d.ts +0 -120
  503. package/build/esm/components/checkout/steps/step-info/index.d.ts +0 -7
  504. package/build/esm/components/checkout/steps/step-payment/billing-address/index.d.ts +0 -7
  505. package/build/esm/components/checkout/steps/step-payment/index.d.ts +0 -7
  506. package/build/esm/components/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -7
  507. package/build/esm/components/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -7
  508. package/build/esm/components/checkout/steps/step-shipping/index.d.ts +0 -7
  509. package/build/esm/components/checkout/steps/step-success/index.d.ts +0 -7
  510. package/build/esm/components/error/index.d.ts +0 -5
  511. package/build/esm/components/image/index.d.ts +0 -36
  512. package/build/esm/components/index.d.ts +0 -4
  513. package/build/esm/components/page/ThemeComponent.d.ts +0 -10
  514. package/build/esm/components/page/head.d.ts +0 -12
  515. package/build/esm/components/page/index.d.ts +0 -18
  516. package/build/esm/components/page-editor/ThemeComponentEditor.d.ts +0 -9
  517. package/build/esm/components/page-editor/index.d.ts +0 -2
  518. package/build/esm/components/page-editor/model.d.ts +0 -65
  519. package/build/esm/components.js +0 -1
  520. package/build/esm/en-2122556b.js +0 -1
  521. package/build/esm/get-f6594d28.js +0 -15
  522. package/build/esm/i18n-88bbe1a1.js +0 -1
  523. package/build/esm/index-10011dee.js +0 -1
  524. package/build/esm/index-270f04f4.js +0 -3
  525. package/build/esm/index-b6ebc78e.js +0 -1
  526. package/build/esm/index-b8245ce8.js +0 -1
  527. package/build/esm/index-c6779c48.js +0 -1
  528. package/build/esm/index-d47c16b6.js +0 -1
  529. package/build/esm/index-df1da9c5.js +0 -1
  530. package/build/esm/index-f0720041.js +0 -1
  531. package/build/esm/index-f4c9dbad.js +0 -1
  532. package/build/esm/index.d.ts +0 -8
  533. package/build/esm/index.js +0 -1
  534. package/build/esm/models/data/blog/index.d.ts +0 -67
  535. package/build/esm/models/data/brand/index.d.ts +0 -21
  536. package/build/esm/models/data/cart/index.d.ts +0 -44
  537. package/build/esm/models/data/category/index.d.ts +0 -52
  538. package/build/esm/models/data/checkout/index.d.ts +0 -103
  539. package/build/esm/models/data/checkout-settings/index.d.ts +0 -25
  540. package/build/esm/models/data/city/index.d.ts +0 -4
  541. package/build/esm/models/data/contact-form/index.d.ts +0 -7
  542. package/build/esm/models/data/country/index.d.ts +0 -8
  543. package/build/esm/models/data/customer/address/index.d.ts +0 -49
  544. package/build/esm/models/data/customer/index.d.ts +0 -33
  545. package/build/esm/models/data/customer-review/index.d.ts +0 -23
  546. package/build/esm/models/data/customer-review-settings/index.d.ts +0 -4
  547. package/build/esm/models/data/district/index.d.ts +0 -4
  548. package/build/esm/models/data/favorite-product/index.d.ts +0 -6
  549. package/build/esm/models/data/html-meta-data/index.d.ts +0 -23
  550. package/build/esm/models/data/image/index.d.ts +0 -8
  551. package/build/esm/models/data/index.d.ts +0 -33
  552. package/build/esm/models/data/installment-info/index.d.ts +0 -30
  553. package/build/esm/models/data/merchant-settings/index.d.ts +0 -8
  554. package/build/esm/models/data/order/address/index.d.ts +0 -50
  555. package/build/esm/models/data/order/adjustment/index.d.ts +0 -16
  556. package/build/esm/models/data/order/gift-line/index.d.ts +0 -4
  557. package/build/esm/models/data/order/line-item/discount/index.d.ts +0 -11
  558. package/build/esm/models/data/order/line-item/variant/index.d.ts +0 -25
  559. package/build/esm/models/data/order/refund/index.d.ts +0 -6
  560. package/build/esm/models/data/order/refund/refund-line-item/index.d.ts +0 -5
  561. package/build/esm/models/data/order/refund/settings.d.ts +0 -6
  562. package/build/esm/models/data/order/shipping-line/index.d.ts +0 -7
  563. package/build/esm/models/data/order-transaction/index.d.ts +0 -73
  564. package/build/esm/models/data/payment-gateway/index.d.ts +0 -61
  565. package/build/esm/models/data/product/attribute-value/index.d.ts +0 -20
  566. package/build/esm/models/data/product/variant/index.d.ts +0 -24
  567. package/build/esm/models/data/product/variant/price/index.d.ts +0 -10
  568. package/build/esm/models/data/product/variant-type/index.d.ts +0 -6
  569. package/build/esm/models/data/product-attribute/index.d.ts +0 -34
  570. package/build/esm/models/data/product-attribute/product-attribute-option/index.d.ts +0 -5
  571. package/build/esm/models/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -5
  572. package/build/esm/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
  573. package/build/esm/models/data/product-back-in-stock-settings/index.d.ts +0 -3
  574. package/build/esm/models/data/product-filter/index.d.ts +0 -109
  575. package/build/esm/models/data/product-option-set/index.d.ts +0 -85
  576. package/build/esm/models/data/product-tag/index.d.ts +0 -5
  577. package/build/esm/models/data/sales-channel/index.d.ts +0 -18
  578. package/build/esm/models/data/simple-product/index.d.ts +0 -136
  579. package/build/esm/models/data/state/index.d.ts +0 -5
  580. package/build/esm/models/data/storefront/domain/index.d.ts +0 -8
  581. package/build/esm/models/data/storefront/index.d.ts +0 -23
  582. package/build/esm/models/data/storefront/localization/index.d.ts +0 -7
  583. package/build/esm/models/data/storefront/routing/index.d.ts +0 -9
  584. package/build/esm/models/data/storefront/theme/index.d.ts +0 -13
  585. package/build/esm/models/data/storefront/theme-localization/index.d.ts +0 -12
  586. package/build/esm/models/data/variant-type/index.d.ts +0 -26
  587. package/build/esm/models/data/variant-type/variant-value/index.d.ts +0 -11
  588. package/build/esm/models/index.d.ts +0 -3
  589. package/build/esm/models/theme/component/index.d.ts +0 -10
  590. package/build/esm/models/theme/component/prop/index.d.ts +0 -40
  591. package/build/esm/models/theme/custom-data/index.d.ts +0 -24
  592. package/build/esm/models/theme/index.d.ts +0 -18
  593. package/build/esm/models/theme/page/component/index.d.ts +0 -6
  594. package/build/esm/models/theme/page/component/prop-value/attribute-list.d.ts +0 -7
  595. package/build/esm/models/theme/page/component/prop-value/attribute.d.ts +0 -7
  596. package/build/esm/models/theme/page/component/prop-value/blog-category-list.d.ts +0 -7
  597. package/build/esm/models/theme/page/component/prop-value/blog-category.d.ts +0 -5
  598. package/build/esm/models/theme/page/component/prop-value/blog-list.d.ts +0 -9
  599. package/build/esm/models/theme/page/component/prop-value/blog.d.ts +0 -5
  600. package/build/esm/models/theme/page/component/prop-value/brand-list.d.ts +0 -9
  601. package/build/esm/models/theme/page/component/prop-value/brand.d.ts +0 -5
  602. package/build/esm/models/theme/page/component/prop-value/category-list.d.ts +0 -9
  603. package/build/esm/models/theme/page/component/prop-value/category.d.ts +0 -5
  604. package/build/esm/models/theme/page/component/prop-value/link.d.ts +0 -19
  605. package/build/esm/models/theme/page/component/prop-value/product-detail.d.ts +0 -6
  606. package/build/esm/models/theme/page/component/prop-value/product-list.d.ts +0 -17
  607. package/build/esm/models/theme/page/index.d.ts +0 -40
  608. package/build/esm/models/theme/settings/index.d.ts +0 -13
  609. package/build/esm/models/theme/settings/prop/color/index.d.ts +0 -7
  610. package/build/esm/models/theme/settings/prop/favicon/index.d.ts +0 -4
  611. package/build/esm/models/theme/theme.d.ts +0 -16
  612. package/build/esm/models/ui/blog-category-list/index.d.ts +0 -52
  613. package/build/esm/models/ui/blog-list/index.d.ts +0 -56
  614. package/build/esm/models/ui/brand-list/index.d.ts +0 -61
  615. package/build/esm/models/ui/category-list/index.d.ts +0 -61
  616. package/build/esm/models/ui/component-renderer/index.d.ts +0 -7
  617. package/build/esm/models/ui/customer-review-list/index.d.ts +0 -43
  618. package/build/esm/models/ui/index.d.ts +0 -22
  619. package/build/esm/models/ui/navigation-link/index.d.ts +0 -7
  620. package/build/esm/models/ui/product-attribute-detail/index.d.ts +0 -8
  621. package/build/esm/models/ui/product-attribute-list/index.d.ts +0 -9
  622. package/build/esm/models/ui/product-detail/index.d.ts +0 -28
  623. package/build/esm/models/ui/product-list/index.d.ts +0 -132
  624. package/build/esm/models/ui/validator/form/account-info.d.ts +0 -40
  625. package/build/esm/models/ui/validator/form/address.d.ts +0 -75
  626. package/build/esm/models/ui/validator/form/contact-form.d.ts +0 -45
  627. package/build/esm/models/ui/validator/form/customer-review.d.ts +0 -37
  628. package/build/esm/models/ui/validator/form/forgot-password.d.ts +0 -29
  629. package/build/esm/models/ui/validator/form/login.d.ts +0 -35
  630. package/build/esm/models/ui/validator/form/recover-password.d.ts +0 -36
  631. package/build/esm/models/ui/validator/form/register.d.ts +0 -48
  632. package/build/esm/models/ui/validator/index.d.ts +0 -27
  633. package/build/esm/models/ui/validator/rules/index.d.ts +0 -87
  634. package/build/esm/models.js +0 -1
  635. package/build/esm/pages/404.d.ts +0 -6
  636. package/build/esm/pages/[slug]/index.d.ts +0 -4
  637. package/build/esm/pages/[slug]/providers.d.ts +0 -3
  638. package/build/esm/pages/account/addresses.d.ts +0 -6
  639. package/build/esm/pages/account/favorite-products.d.ts +0 -6
  640. package/build/esm/pages/account/forgot-password.d.ts +0 -6
  641. package/build/esm/pages/account/index.d.ts +0 -6
  642. package/build/esm/pages/account/login.d.ts +0 -6
  643. package/build/esm/pages/account/orders/[id].d.ts +0 -6
  644. package/build/esm/pages/account/orders/index.d.ts +0 -6
  645. package/build/esm/pages/account/recover-password.d.ts +0 -6
  646. package/build/esm/pages/account/register.d.ts +0 -6
  647. package/build/esm/pages/blog/index.d.ts +0 -6
  648. package/build/esm/pages/cart.d.ts +0 -6
  649. package/build/esm/pages/checkout.d.ts +0 -18
  650. package/build/esm/pages/home.d.ts +0 -6
  651. package/build/esm/pages/index.d.ts +0 -20
  652. package/build/esm/pages/pages/[slug].d.ts +0 -7
  653. package/build/esm/pages/search.d.ts +0 -6
  654. package/build/esm/pages.js +0 -1
  655. package/build/esm/providers/page-data-get.d.ts +0 -57
  656. package/build/esm/providers/page-data-init.d.ts +0 -58
  657. package/build/esm/providers/page-data-next.d.ts +0 -243
  658. package/build/esm/providers/placeholders.d.ts +0 -6
  659. package/build/esm/providers/prop-value/attribute-list.d.ts +0 -12
  660. package/build/esm/providers/prop-value/attribute.d.ts +0 -12
  661. package/build/esm/providers/prop-value/blog-category-list.d.ts +0 -7
  662. package/build/esm/providers/prop-value/blog-category.d.ts +0 -11
  663. package/build/esm/providers/prop-value/blog-list.d.ts +0 -9
  664. package/build/esm/providers/prop-value/blog.d.ts +0 -11
  665. package/build/esm/providers/prop-value/boolean.d.ts +0 -6
  666. package/build/esm/providers/prop-value/brand-list.d.ts +0 -7
  667. package/build/esm/providers/prop-value/brand.d.ts +0 -11
  668. package/build/esm/providers/prop-value/category-list.d.ts +0 -7
  669. package/build/esm/providers/prop-value/category.d.ts +0 -11
  670. package/build/esm/providers/prop-value/color.d.ts +0 -6
  671. package/build/esm/providers/prop-value/custom.d.ts +0 -42
  672. package/build/esm/providers/prop-value/image-list.d.ts +0 -7
  673. package/build/esm/providers/prop-value/image.d.ts +0 -7
  674. package/build/esm/providers/prop-value/index.d.ts +0 -3
  675. package/build/esm/providers/prop-value/link.d.ts +0 -9
  676. package/build/esm/providers/prop-value/product-detail.d.ts +0 -11
  677. package/build/esm/providers/prop-value/product-list.d.ts +0 -9
  678. package/build/esm/providers/prop-value/rich-text.d.ts +0 -6
  679. package/build/esm/providers/prop-value/text.d.ts +0 -6
  680. package/build/esm/store/base.d.ts +0 -25
  681. package/build/esm/store/cart.d.ts +0 -27
  682. package/build/esm/store/customer.d.ts +0 -72
  683. package/build/esm/store/index.d.ts +0 -1
  684. package/build/esm/store.js +0 -1
  685. package/build/esm/storefront.js +0 -1
  686. package/build/esm/tr-26d6f603.js +0 -1
  687. package/build/esm/utils/currency.d.ts +0 -1
  688. package/build/esm/utils/helper.d.ts +0 -8
  689. package/build/esm/utils/i18n.d.ts +0 -20
  690. package/build/esm/utils/index.d.ts +0 -3
  691. package/build/esm/utils.js +0 -1
@@ -1,70 +0,0 @@
1
- import { CustomerAccountStatusEnum, CustomerEmailSubscriptionStatusesEnum } from "../../../__generated__/global-types";
2
- export interface customerLogin_customerLogin_customer_addresses_city {
3
- __typename: "CustomerAddressCity";
4
- code: string | null;
5
- id: string | null;
6
- name: string;
7
- }
8
- export interface customerLogin_customerLogin_customer_addresses_country {
9
- __typename: "CustomerAddressCountry";
10
- code: string | null;
11
- id: string | null;
12
- name: string;
13
- }
14
- export interface customerLogin_customerLogin_customer_addresses_district {
15
- __typename: "CustomerAddressDistrict";
16
- id: string | null;
17
- name: string | null;
18
- code: string | null;
19
- }
20
- export interface customerLogin_customerLogin_customer_addresses_state {
21
- __typename: "CustomerAddressState";
22
- name: string | null;
23
- id: string | null;
24
- code: string | null;
25
- }
26
- export interface customerLogin_customerLogin_customer_addresses {
27
- __typename: "CustomerAddress";
28
- addressLine1: string;
29
- addressLine2: string | null;
30
- identityNumber: string | null;
31
- city: customerLogin_customerLogin_customer_addresses_city;
32
- company: string | null;
33
- country: customerLogin_customerLogin_customer_addresses_country;
34
- district: customerLogin_customerLogin_customer_addresses_district | null;
35
- id: string;
36
- firstName: string;
37
- isDefault: boolean | null;
38
- lastName: string;
39
- postalCode: string | null;
40
- state: customerLogin_customerLogin_customer_addresses_state | null;
41
- taxNumber: string | null;
42
- taxOffice: string | null;
43
- title: string;
44
- }
45
- export interface customerLogin_customerLogin_customer {
46
- __typename: "Customer";
47
- id: string;
48
- isEmailVerified: boolean | null;
49
- isPhoneVerified: boolean | null;
50
- lastName: string | null;
51
- addresses: customerLogin_customerLogin_customer_addresses[] | null;
52
- phone: string | null;
53
- accountStatus: CustomerAccountStatusEnum | null;
54
- email: string | null;
55
- firstName: string;
56
- subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
57
- }
58
- export interface customerLogin_customerLogin {
59
- __typename: "CustomerLoginResponse";
60
- token: string;
61
- tokenExpiry: number;
62
- customer: customerLogin_customerLogin_customer | null;
63
- }
64
- export interface customerLogin {
65
- customerLogin: customerLogin_customerLogin;
66
- }
67
- export interface customerLoginVariables {
68
- email: string;
69
- password: string;
70
- }
@@ -1,8 +0,0 @@
1
- export interface customerRecoverPassword {
2
- customerRecoverPassword: boolean;
3
- }
4
- export interface customerRecoverPasswordVariables {
5
- password: string;
6
- passwordAgain: string;
7
- token: string;
8
- }
@@ -1,11 +0,0 @@
1
- export interface customerRefreshToken_customerRefreshToken {
2
- __typename: "CustomerRefreshTokenResponse";
3
- token: string;
4
- tokenExpiry: number;
5
- }
6
- export interface customerRefreshToken {
7
- customerRefreshToken: customerRefreshToken_customerRefreshToken;
8
- }
9
- export interface customerRefreshTokenVariables {
10
- token: string;
11
- }
@@ -1,215 +0,0 @@
1
- import { CancelledReasonEnum, AdjustmentEnum, AmountTypeEnum, OrderLineItemStatusEnum, OrderPackageFulfillStatusEnum, OrderPackageStatusEnum, OrderPaymentStatusEnum, ShippingMethodEnum, OrderStatusEnum } from "../../../__generated__/global-types";
2
- export interface getCustomerOrders_getCustomerOrders_billingAddress_city {
3
- __typename: "OrderAddressCity";
4
- code: string | null;
5
- id: string | null;
6
- name: string;
7
- }
8
- export interface getCustomerOrders_getCustomerOrders_billingAddress_country {
9
- __typename: "OrderAddressCountry";
10
- name: string;
11
- id: string | null;
12
- code: string | null;
13
- }
14
- export interface getCustomerOrders_getCustomerOrders_billingAddress_district {
15
- __typename: "OrderAddressDistrict";
16
- name: string | null;
17
- id: string | null;
18
- code: string | null;
19
- }
20
- export interface getCustomerOrders_getCustomerOrders_billingAddress_state {
21
- __typename: "OrderAddressState";
22
- name: string | null;
23
- id: string | null;
24
- code: string | null;
25
- }
26
- export interface getCustomerOrders_getCustomerOrders_billingAddress {
27
- __typename: "OrderAddress";
28
- addressLine1: string;
29
- addressLine2: string | null;
30
- city: getCustomerOrders_getCustomerOrders_billingAddress_city;
31
- company: string | null;
32
- country: getCustomerOrders_getCustomerOrders_billingAddress_country;
33
- district: getCustomerOrders_getCustomerOrders_billingAddress_district | null;
34
- firstName: string;
35
- identityNumber: string | null;
36
- isDefault: boolean;
37
- lastName: string;
38
- phone: string | null;
39
- postalCode: string | null;
40
- state: getCustomerOrders_getCustomerOrders_billingAddress_state | null;
41
- taxNumber: string | null;
42
- taxOffice: string | null;
43
- }
44
- export interface getCustomerOrders_getCustomerOrders_currencyRates {
45
- __typename: "OrderCurrencyRate";
46
- rate: number;
47
- originalRate: number;
48
- code: string;
49
- }
50
- export interface getCustomerOrders_getCustomerOrders_customer {
51
- __typename: "OrderCustomer";
52
- lastName: string | null;
53
- firstName: string | null;
54
- email: string | null;
55
- id: string | null;
56
- }
57
- export interface getCustomerOrders_getCustomerOrders_orderAdjustments {
58
- __typename: "OrderAdjustment";
59
- type: AdjustmentEnum;
60
- order: number;
61
- name: string;
62
- amountType: AmountTypeEnum;
63
- amount: number;
64
- }
65
- export interface getCustomerOrders_getCustomerOrders_orderLineItems_discount {
66
- __typename: "OrderLineDiscount";
67
- reason: string | null;
68
- amountType: AmountTypeEnum;
69
- amount: number;
70
- }
71
- export interface getCustomerOrders_getCustomerOrders_orderLineItems_variant_variantValues {
72
- __typename: "OrderLineVariantVariantValues";
73
- variantValueName: string | null;
74
- variantValueId: string;
75
- variantTypeName: string | null;
76
- variantTypeId: string;
77
- order: number;
78
- }
79
- export interface getCustomerOrders_getCustomerOrders_orderLineItems_variant {
80
- __typename: "OrderLineVariant";
81
- barcodeList: string[] | null;
82
- id: string | null;
83
- mainImageId: string | null;
84
- name: string;
85
- productId: string | null;
86
- sku: string | null;
87
- variantValues: getCustomerOrders_getCustomerOrders_orderLineItems_variant_variantValues[] | null;
88
- }
89
- export interface getCustomerOrders_getCustomerOrders_orderLineItems {
90
- __typename: "OrderLineItem";
91
- createdAt: any | null;
92
- currencyCode: string | null;
93
- deleted: boolean | null;
94
- discount: getCustomerOrders_getCustomerOrders_orderLineItems_discount | null;
95
- discountPrice: number | null;
96
- finalPrice: number | null;
97
- id: string;
98
- originalOrderLineItemId: string | null;
99
- price: number;
100
- quantity: number;
101
- status: OrderLineItemStatusEnum;
102
- statusUpdatedAt: any | null;
103
- stockLocationId: string | null;
104
- taxValue: number | null;
105
- updatedAt: any | null;
106
- variant: getCustomerOrders_getCustomerOrders_orderLineItems_variant;
107
- }
108
- export interface getCustomerOrders_getCustomerOrders_orderPackages_trackingInfo {
109
- __typename: "TrackingInfo";
110
- trackingNumber: string | null;
111
- trackingLink: string | null;
112
- isSendNotification: boolean | null;
113
- cargoCompany: string | null;
114
- }
115
- export interface getCustomerOrders_getCustomerOrders_orderPackages {
116
- __typename: "OrderPackage";
117
- updatedAt: any | null;
118
- trackingInfo: getCustomerOrders_getCustomerOrders_orderPackages_trackingInfo | null;
119
- stockLocationId: string;
120
- orderPackageNumber: string;
121
- orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
122
- orderLineItemIds: string[];
123
- id: string;
124
- deleted: boolean | null;
125
- createdAt: any | null;
126
- }
127
- export interface getCustomerOrders_getCustomerOrders_shippingAddress_state {
128
- __typename: "OrderAddressState";
129
- name: string | null;
130
- id: string | null;
131
- code: string | null;
132
- }
133
- export interface getCustomerOrders_getCustomerOrders_shippingAddress_district {
134
- __typename: "OrderAddressDistrict";
135
- name: string | null;
136
- id: string | null;
137
- code: string | null;
138
- }
139
- export interface getCustomerOrders_getCustomerOrders_shippingAddress_country {
140
- __typename: "OrderAddressCountry";
141
- name: string;
142
- id: string | null;
143
- code: string | null;
144
- }
145
- export interface getCustomerOrders_getCustomerOrders_shippingAddress_city {
146
- __typename: "OrderAddressCity";
147
- id: string | null;
148
- code: string | null;
149
- name: string;
150
- }
151
- export interface getCustomerOrders_getCustomerOrders_shippingAddress {
152
- __typename: "OrderAddress";
153
- taxOffice: string | null;
154
- taxNumber: string | null;
155
- state: getCustomerOrders_getCustomerOrders_shippingAddress_state | null;
156
- postalCode: string | null;
157
- phone: string | null;
158
- lastName: string;
159
- isDefault: boolean;
160
- identityNumber: string | null;
161
- firstName: string;
162
- district: getCustomerOrders_getCustomerOrders_shippingAddress_district | null;
163
- country: getCustomerOrders_getCustomerOrders_shippingAddress_country;
164
- company: string | null;
165
- city: getCustomerOrders_getCustomerOrders_shippingAddress_city;
166
- addressLine2: string | null;
167
- addressLine1: string;
168
- }
169
- export interface getCustomerOrders_getCustomerOrders_shippingLines {
170
- __typename: "OrderShippingLine";
171
- title: string;
172
- taxValue: number | null;
173
- price: number;
174
- }
175
- export interface getCustomerOrders_getCustomerOrders_taxLines {
176
- __typename: "OrderTaxLine";
177
- rate: number;
178
- price: number;
179
- }
180
- export interface getCustomerOrders_getCustomerOrders {
181
- __typename: "Order";
182
- billingAddress: getCustomerOrders_getCustomerOrders_billingAddress | null;
183
- cancelledAt: any | null;
184
- cancelReason: CancelledReasonEnum | null;
185
- createdAt: any | null;
186
- currencyCode: string;
187
- currencyRates: getCustomerOrders_getCustomerOrders_currencyRates[];
188
- customer: getCustomerOrders_getCustomerOrders_customer | null;
189
- deleted: boolean | null;
190
- id: string;
191
- merchantId: string;
192
- note: string | null;
193
- orderedAt: any | null;
194
- orderAdjustments: getCustomerOrders_getCustomerOrders_orderAdjustments[] | null;
195
- orderLineItems: getCustomerOrders_getCustomerOrders_orderLineItems[];
196
- orderNumber: string | null;
197
- orderPackages: getCustomerOrders_getCustomerOrders_orderPackages[] | null;
198
- orderPackageStatus: OrderPackageStatusEnum | null;
199
- orderPaymentStatus: OrderPaymentStatusEnum | null;
200
- orderTagIds: string[] | null;
201
- shippingAddress: getCustomerOrders_getCustomerOrders_shippingAddress | null;
202
- shippingLines: getCustomerOrders_getCustomerOrders_shippingLines[] | null;
203
- shippingMethod: ShippingMethodEnum;
204
- status: OrderStatusEnum;
205
- taxLines: getCustomerOrders_getCustomerOrders_taxLines[] | null;
206
- totalFinalPrice: number;
207
- totalPrice: number;
208
- updatedAt: any | null;
209
- }
210
- export interface getCustomerOrders {
211
- getCustomerOrders: getCustomerOrders_getCustomerOrders[];
212
- }
213
- export interface getCustomerOrdersVariables {
214
- orderId?: string | null;
215
- }
@@ -1,15 +0,0 @@
1
- export interface getLastViewedProducts_getLastViewedProducts_products {
2
- __typename: "ProductItem";
3
- productId: string;
4
- variantId: string;
5
- }
6
- export interface getLastViewedProducts_getLastViewedProducts {
7
- __typename: "ProductLastViewed";
8
- products: getLastViewedProducts_getLastViewedProducts_products[];
9
- }
10
- export interface getLastViewedProducts {
11
- getLastViewedProducts: getLastViewedProducts_getLastViewedProducts | null;
12
- }
13
- export interface getLastViewedProductsVariables {
14
- customerId?: string | null;
15
- }
@@ -1,59 +0,0 @@
1
- import { CustomerAccountStatusEnum } from "../../../__generated__/global-types";
2
- export interface getMyCustomer_getMyCustomer_addresses_city {
3
- __typename: "CustomerAddressCity";
4
- code: string | null;
5
- id: string | null;
6
- name: string;
7
- }
8
- export interface getMyCustomer_getMyCustomer_addresses_country {
9
- __typename: "CustomerAddressCountry";
10
- code: string | null;
11
- id: string | null;
12
- name: string;
13
- }
14
- export interface getMyCustomer_getMyCustomer_addresses_district {
15
- __typename: "CustomerAddressDistrict";
16
- id: string | null;
17
- name: string | null;
18
- code: string | null;
19
- }
20
- export interface getMyCustomer_getMyCustomer_addresses_state {
21
- __typename: "CustomerAddressState";
22
- name: string | null;
23
- id: string | null;
24
- code: string | null;
25
- }
26
- export interface getMyCustomer_getMyCustomer_addresses {
27
- __typename: "CustomerAddress";
28
- addressLine1: string;
29
- addressLine2: string | null;
30
- city: getMyCustomer_getMyCustomer_addresses_city;
31
- company: string | null;
32
- country: getMyCustomer_getMyCustomer_addresses_country;
33
- district: getMyCustomer_getMyCustomer_addresses_district | null;
34
- id: string;
35
- firstName: string;
36
- isDefault: boolean | null;
37
- lastName: string;
38
- postalCode: string | null;
39
- state: getMyCustomer_getMyCustomer_addresses_state | null;
40
- taxNumber: string | null;
41
- taxOffice: string | null;
42
- title: string;
43
- phone: string | null;
44
- }
45
- export interface getMyCustomer_getMyCustomer {
46
- __typename: "Customer";
47
- id: string;
48
- isEmailVerified: boolean | null;
49
- isPhoneVerified: boolean | null;
50
- lastName: string | null;
51
- addresses: getMyCustomer_getMyCustomer_addresses[] | null;
52
- phone: string | null;
53
- accountStatus: CustomerAccountStatusEnum | null;
54
- email: string | null;
55
- firstName: string;
56
- }
57
- export interface getMyCustomer {
58
- getMyCustomer: getMyCustomer_getMyCustomer;
59
- }
@@ -1,13 +0,0 @@
1
- import { StringFilterInput } from "../../../__generated__/global-types";
2
- export interface listOrderRefundSettings_listOrderRefundSettings {
3
- __typename: "OrderRefundSettings";
4
- isActiveRefundSection: boolean;
5
- orderRefundDayLimit: number | null;
6
- refundDesc: string;
7
- }
8
- export interface listOrderRefundSettings {
9
- listOrderRefundSettings: listOrderRefundSettings_listOrderRefundSettings[];
10
- }
11
- export interface listOrderRefundSettingsVariables {
12
- storefrontId: StringFilterInput;
13
- }
@@ -1,53 +0,0 @@
1
- import { StringFilterInput, PaymentMethodEnum, TransactionCardAssociationEnum, TransactionCardTypeEnum, TransactionStatusEnum, TransactionTypeEnum } from "../../../__generated__/global-types";
2
- export interface listOrderTransactions_listOrderTransactions_error {
3
- __typename: "TransactionError";
4
- code: string | null;
5
- declineCode: string | null;
6
- message: string | null;
7
- }
8
- export interface listOrderTransactions_listOrderTransactions_paymentMethodDetail_installment {
9
- __typename: "TransactionInstallmentPrice";
10
- installmentCount: number | null;
11
- installmentPrice: number | null;
12
- totalPrice: number | null;
13
- }
14
- export interface listOrderTransactions_listOrderTransactions_paymentMethodDetail {
15
- __typename: "TransactionPaymentMethodDetail";
16
- bankName: string | null;
17
- binNumber: string;
18
- cardAssociation: TransactionCardAssociationEnum | null;
19
- cardFamily: string | null;
20
- cardType: TransactionCardTypeEnum | null;
21
- installment: listOrderTransactions_listOrderTransactions_paymentMethodDetail_installment | null;
22
- lastFourDigits: string;
23
- threeDSecure: boolean | null;
24
- }
25
- export interface listOrderTransactions_listOrderTransactions {
26
- __typename: "StorefrontTransaction";
27
- amount: number;
28
- checkoutId: string | null;
29
- createdAt: any | null;
30
- currencyCode: string;
31
- customerId: string | null;
32
- deleted: boolean | null;
33
- error: listOrderTransactions_listOrderTransactions_error | null;
34
- id: string;
35
- orderId: string | null;
36
- paymentGatewayId: string;
37
- paymentGatewayName: string;
38
- paymentMethod: PaymentMethodEnum | null;
39
- paymentMethodDetail: listOrderTransactions_listOrderTransactions_paymentMethodDetail | null;
40
- processedAt: any | null;
41
- refundReason: string | null;
42
- status: TransactionStatusEnum;
43
- type: TransactionTypeEnum;
44
- updatedAt: any | null;
45
- }
46
- export interface listOrderTransactions {
47
- listOrderTransactions: listOrderTransactions_listOrderTransactions[];
48
- }
49
- export interface listOrderTransactionsVariables {
50
- checkoutId?: StringFilterInput | null;
51
- id?: StringFilterInput | null;
52
- orderId?: StringFilterInput | null;
53
- }
@@ -1,11 +0,0 @@
1
- import { ProductLastViewedInput } from "../../../__generated__/global-types";
2
- export interface saveLastViewedProducts_saveLastViewedProducts {
3
- __typename: "ProductLastViewed";
4
- id: string;
5
- }
6
- export interface saveLastViewedProducts {
7
- saveLastViewedProducts: saveLastViewedProducts_saveLastViewedProducts;
8
- }
9
- export interface saveLastViewedProductsVariables {
10
- input: ProductLastViewedInput;
11
- }
@@ -1,63 +0,0 @@
1
- import { SaveMyCustomerInput, CustomerAccountStatusEnum } from "../../../__generated__/global-types";
2
- export interface saveMyCustomer_saveMyCustomer_addresses_city {
3
- __typename: "CustomerAddressCity";
4
- code: string | null;
5
- id: string | null;
6
- name: string;
7
- }
8
- export interface saveMyCustomer_saveMyCustomer_addresses_country {
9
- __typename: "CustomerAddressCountry";
10
- code: string | null;
11
- id: string | null;
12
- name: string;
13
- }
14
- export interface saveMyCustomer_saveMyCustomer_addresses_district {
15
- __typename: "CustomerAddressDistrict";
16
- id: string | null;
17
- name: string | null;
18
- code: string | null;
19
- }
20
- export interface saveMyCustomer_saveMyCustomer_addresses_state {
21
- __typename: "CustomerAddressState";
22
- name: string | null;
23
- id: string | null;
24
- code: string | null;
25
- }
26
- export interface saveMyCustomer_saveMyCustomer_addresses {
27
- __typename: "CustomerAddress";
28
- addressLine1: string;
29
- addressLine2: string | null;
30
- city: saveMyCustomer_saveMyCustomer_addresses_city;
31
- company: string | null;
32
- country: saveMyCustomer_saveMyCustomer_addresses_country;
33
- district: saveMyCustomer_saveMyCustomer_addresses_district | null;
34
- id: string;
35
- firstName: string;
36
- isDefault: boolean | null;
37
- lastName: string;
38
- postalCode: string | null;
39
- state: saveMyCustomer_saveMyCustomer_addresses_state | null;
40
- identityNumber: string | null;
41
- taxNumber: string | null;
42
- taxOffice: string | null;
43
- title: string;
44
- phone: string | null;
45
- }
46
- export interface saveMyCustomer_saveMyCustomer {
47
- __typename: "Customer";
48
- id: string;
49
- isEmailVerified: boolean | null;
50
- isPhoneVerified: boolean | null;
51
- lastName: string | null;
52
- addresses: saveMyCustomer_saveMyCustomer_addresses[] | null;
53
- phone: string | null;
54
- accountStatus: CustomerAccountStatusEnum | null;
55
- email: string | null;
56
- firstName: string;
57
- }
58
- export interface saveMyCustomer {
59
- saveMyCustomer: saveMyCustomer_saveMyCustomer;
60
- }
61
- export interface saveMyCustomerVariables {
62
- input: SaveMyCustomerInput;
63
- }
@@ -1,44 +0,0 @@
1
- import { IkasCustomer, IkasOrder, IkasOrderRefundSettings, IkasOrderTransaction } from "../../models/index";
2
- import { IkasRefund } from "../../models/data/order/refund/index";
3
- import * as RefreshTokenTypes from "./__generated__/customerRefreshToken";
4
- import * as GetLastViewedProductsTypes from "./__generated__/getLastViewedProducts";
5
- export declare class IkasCustomerAPI {
6
- static login(email: string, password: string): Promise<{
7
- customer: IkasCustomer;
8
- __typename: "CustomerLoginResponse";
9
- token: string;
10
- tokenExpiry: number;
11
- } | undefined>;
12
- static register(email: string, password: string, firstName: string, lastName: string, isAcceptMarketing?: boolean): Promise<{
13
- customer: IkasCustomer;
14
- __typename: "CustomerLoginResponse";
15
- token: string;
16
- tokenExpiry: number;
17
- } | undefined>;
18
- static refreshToken(token: string): Promise<RefreshTokenTypes.customerRefreshToken_customerRefreshToken | undefined>;
19
- static forgotPassword(email: string): Promise<boolean>;
20
- static recoverPassword(password: string, passwordAgain: string, token: string): Promise<boolean>;
21
- static checkEmail(email: string): Promise<boolean>;
22
- static getCustomer(): Promise<IkasCustomer | undefined>;
23
- static saveCustomer(customer: IkasCustomer): Promise<IkasCustomer | undefined>;
24
- static getOrders(id?: string): Promise<IkasOrder[] | undefined>;
25
- static getOrderTransactions(params?: {
26
- checkoutId?: string;
27
- id?: string;
28
- orderId?: string;
29
- }): Promise<IkasOrderTransaction[]>;
30
- static saveIkasOrderRefund(input: IkasRefund): Promise<IkasOrder | undefined>;
31
- static createCustomerEmailSubscription(email: string): Promise<boolean>;
32
- static getLastViewedProducts(customerId: string): Promise<GetLastViewedProductsTypes.getLastViewedProducts_getLastViewedProducts_products[]>;
33
- static saveLastViewedProducts(input: LastViewedProductInput): Promise<boolean>;
34
- static getOrderRefundSettings(): Promise<IkasOrderRefundSettings | undefined>;
35
- }
36
- declare type LastViewedProduct = {
37
- productId: string;
38
- variantId: string;
39
- };
40
- declare type LastViewedProductInput = {
41
- customerId: string;
42
- products: LastViewedProduct[];
43
- };
44
- export {};
@@ -1,11 +0,0 @@
1
- import { CreateCustomerReviewInput } from "../../../__generated__/global-types";
2
- export interface createCustomerReview_createCustomerReview {
3
- __typename: "CustomerReview";
4
- id: string;
5
- }
6
- export interface createCustomerReview {
7
- createCustomerReview: createCustomerReview_createCustomerReview;
8
- }
9
- export interface createCustomerReviewVariables {
10
- input: CreateCustomerReviewInput;
11
- }
@@ -1,25 +0,0 @@
1
- import { ListCustomerReviewInput, PaginationInput } from "../../../__generated__/global-types";
2
- export interface listCustomerReviews_listCustomerReviews_data {
3
- __typename: "CustomerReview";
4
- comment: string | null;
5
- createdAt: any | null;
6
- id: string;
7
- star: number;
8
- title: string | null;
9
- }
10
- export interface listCustomerReviews_listCustomerReviews {
11
- __typename: "CustomerReviewSFPaginationResponse";
12
- count: number;
13
- data: listCustomerReviews_listCustomerReviews_data[];
14
- hasNext: boolean;
15
- limit: number;
16
- page: number;
17
- }
18
- export interface listCustomerReviews {
19
- listCustomerReviews: listCustomerReviews_listCustomerReviews;
20
- }
21
- export interface listCustomerReviewsVariables {
22
- input: ListCustomerReviewInput;
23
- productId?: string | null;
24
- pagination?: PaginationInput | null;
25
- }
@@ -1,24 +0,0 @@
1
- import { IkasCustomerReview } from "../../models/index";
2
- import * as CreateCustomerReviewTypes from "./__generated__/createCustomerReview";
3
- export declare class IkasCustomerReviewAPI {
4
- static listCustomerReviews(params: ListCustomerReviewInput): Promise<{
5
- data: IkasCustomerReview[];
6
- count: number;
7
- }>;
8
- static createCustomerReview(params: CreateCustomerReviewInput): Promise<false | CreateCustomerReviewTypes.createCustomerReview_createCustomerReview | undefined>;
9
- }
10
- declare type ListCustomerReviewInput = {
11
- productId?: string;
12
- salesChannelId: string;
13
- page?: number;
14
- limit?: number;
15
- };
16
- declare type CreateCustomerReviewInput = {
17
- comment?: string;
18
- customerId?: string;
19
- productId: string;
20
- salesChannelId: string;
21
- star: number;
22
- title?: string;
23
- };
24
- export {};
@@ -1,13 +0,0 @@
1
- import { StringFilterInput } from "../../../__generated__/global-types";
2
- export interface listDistrict_listDistrict {
3
- __typename: "District";
4
- id: string;
5
- name: string;
6
- }
7
- export interface listDistrict {
8
- listDistrict: listDistrict_listDistrict[];
9
- }
10
- export interface listDistrictVariables {
11
- cityId: StringFilterInput;
12
- stateId?: StringFilterInput | null;
13
- }
@@ -1,4 +0,0 @@
1
- import { IkasDistrict } from "../../models/index";
2
- export declare class IkasDistrictAPI {
3
- static listDistricts(cityId: string, stateId?: string): Promise<IkasDistrict[]>;
4
- }
@@ -1,6 +0,0 @@
1
- export interface isFavoriteProduct {
2
- isFavoriteProduct: boolean;
3
- }
4
- export interface isFavoriteProductVariables {
5
- productId: string;
6
- }
@@ -1,12 +0,0 @@
1
- export interface listFavoriteProducts_listFavoriteProducts {
2
- __typename: "CustomerFavoriteProduct";
3
- id: string;
4
- createdAt: any | null;
5
- updatedAt: any | null;
6
- deleted: boolean | null;
7
- productId: string;
8
- customerId: string;
9
- }
10
- export interface listFavoriteProducts {
11
- listFavoriteProducts: listFavoriteProducts_listFavoriteProducts[];
12
- }