@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.
- package/build/{cjs/__generated__ → __generated__}/global-types.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/analytics.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/events.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/facebookPixel.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/googleTagManager.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/head/index.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/ikas.d.ts +0 -0
- package/build/{cjs/analytics → analytics}/index.d.ts +0 -0
- package/build/{cjs/api → api}/apollo.d.ts +0 -0
- package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -0
- package/build/{cjs/api → api}/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -0
- package/build/{cjs/api → api}/back-in-stock-reminder/index.d.ts +0 -0
- package/build/{cjs/api → api}/blog/__generated__/getBlog.d.ts +0 -0
- package/build/{cjs/api → api}/blog/__generated__/listBlog.d.ts +0 -0
- package/build/{cjs/api → api}/blog/__generated__/listBlogCategory.d.ts +0 -0
- package/build/{cjs/api → api}/blog/__generated__/listBlogMetaData.d.ts +0 -0
- package/build/{cjs/api → api}/blog/index.d.ts +0 -0
- package/build/{cjs/api → api}/brand/__generated__/listProductBrand.d.ts +0 -0
- package/build/{cjs/api → api}/brand/index.d.ts +0 -0
- package/build/{cjs/api → api}/cart/__generated__/getCart.d.ts +16 -1
- package/build/{cjs/api → api}/cart/__generated__/saveItemToCart.d.ts +0 -0
- package/build/{cjs/api → api}/cart/index.d.ts +0 -0
- package/build/{cjs/api → api}/category/__generated__/listCategory.d.ts +0 -0
- package/build/{cjs/api → api}/category/__generated__/listCategoryPaths.d.ts +0 -0
- package/build/{cjs/api → api}/category/index.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/checkStocks.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/getCheckoutByCartId.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/getCheckoutById.d.ts +4 -0
- package/build/{cjs/api → api}/checkout/__generated__/getOrder.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/listCheckoutSettings.d.ts +0 -0
- package/build/{esm/api → api}/checkout/__generated__/listPaymentGateway.d.ts +3 -1
- package/build/{cjs/api → api}/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/__generated__/saveCheckout.d.ts +0 -0
- package/build/{cjs/api → api}/checkout/index.d.ts +0 -0
- package/build/{cjs/api → api}/city/__generated__/listCity.d.ts +0 -0
- package/build/{cjs/api → api}/city/index.d.ts +0 -0
- package/build/{cjs/api → api}/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -0
- package/build/{cjs/api → api}/contact-form/index.d.ts +0 -0
- package/build/{cjs/api → api}/country/__generated__/getAvailableShippingCountries.d.ts +0 -0
- package/build/{cjs/api → api}/country/__generated__/getMyCountry.d.ts +0 -0
- package/build/{cjs/api → api}/country/__generated__/listCountry.d.ts +0 -0
- package/build/{cjs/api → api}/country/index.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/checkCustomerEmail.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/createOrderRefundRequest.d.ts +0 -0
- package/build/{esm/api → api}/customer/__generated__/customerForgotPassword.d.ts +1 -0
- package/build/{cjs/api → api}/customer/__generated__/customerLogin.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/customerRecoverPassword.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/customerRefreshToken.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/getCustomerOrders.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/getLastViewedProducts.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/getMyCustomer.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/listOrderRefundSettings.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/listOrderTransactions.d.ts +0 -0
- package/build/{esm/api → api}/customer/__generated__/registerCustomer.d.ts +1 -0
- package/build/{cjs/api → api}/customer/__generated__/saveLastViewedProducts.d.ts +0 -0
- package/build/{cjs/api → api}/customer/__generated__/saveMyCustomer.d.ts +0 -0
- package/build/{cjs/api → api}/customer/index.d.ts +0 -0
- package/build/{cjs/api → api}/customer-review/__generated__/createCustomerReview.d.ts +0 -0
- package/build/{cjs/api → api}/customer-review/__generated__/listCustomerReviews.d.ts +0 -0
- package/build/{cjs/api → api}/customer-review/index.d.ts +0 -0
- package/build/{cjs/api → api}/district/__generated__/listDistrict.d.ts +0 -0
- package/build/{cjs/api → api}/district/index.d.ts +0 -0
- package/build/{cjs/api → api}/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -0
- package/build/{cjs/api → api}/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -0
- package/build/{cjs/api → api}/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -0
- package/build/{cjs/api → api}/favorite-product/index.d.ts +0 -0
- package/build/{cjs/api → api}/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -0
- package/build/{cjs/api → api}/html-meta-data/index.d.ts +0 -0
- package/build/{cjs/api → api}/index.d.ts +0 -0
- package/build/{cjs/api → api}/merchant/__generated__/listMerchantSettings.d.ts +0 -0
- package/build/{cjs/api → api}/merchant/index.d.ts +0 -0
- package/build/{cjs/api → api}/product-attribute/__generated__/listProductAttribute.d.ts +0 -0
- package/build/{cjs/api → api}/product-attribute/index.d.ts +0 -0
- package/build/{cjs/api → api}/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -0
- package/build/{cjs/api → api}/product-option-set/index.d.ts +0 -0
- package/build/{cjs/api → api}/product-search/__generated__/getProductFilterData.d.ts +0 -0
- package/build/{cjs/api → api}/product-search/__generated__/searchProducts.d.ts +0 -0
- package/build/{cjs/api → api}/product-search/index.d.ts +0 -0
- package/build/{cjs/api → api}/state/__generated__/listState.d.ts +0 -0
- package/build/{cjs/api → api}/state/index.d.ts +0 -0
- package/build/{cjs/api → api}/stock-location/__generated__/listStockLocation.d.ts +0 -0
- package/build/{cjs/api → api}/stock-location/index.d.ts +0 -0
- package/build/{cjs/api → api}/storefront/__generated__/getStorefront.d.ts +0 -0
- package/build/{cjs/api → api}/storefront/index.d.ts +0 -0
- package/build/{cjs/api → api}/variant-type/__generated__/listVariantType.d.ts +0 -0
- package/build/{cjs/api → api}/variant-type/index.d.ts +0 -0
- package/build/{cjs/assets → assets}/translations/checkout/en.js +0 -0
- package/build/{cjs/assets → assets}/translations/checkout/tr.js +0 -0
- package/build/{cjs/components → components}/checkout/components/address-form/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/address-form/model.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/button/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/cart-summary/cart-item/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/cart-summary/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/checkbox/check.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/checkbox/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/model.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/amex.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/master-card.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/troy.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/credit-card-form/svg/visa.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/customer-addresses/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/customer-addresses/model.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/customer-login-required-error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/no-shipping-error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/payment-error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/stock-error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/error/unknown-error/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/expandable-section/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/form-item/caret-down.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/form-item/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/form-item/model.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/fullscreen-loading/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/input-with-button/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/modal/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/notification-box/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/select-box/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/step-container/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/arrow-down.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/arrow-left.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/arrow-right.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/cross.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/discount.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/external.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/gift.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/ikas.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/lock.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/shopping-cart.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/success-circle.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/tag.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/svg/warning.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/toggle/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/components/tooltip/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/model.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-info/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-payment/billing-address/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-payment/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-shipping/index.d.ts +0 -0
- package/build/{cjs/components → components}/checkout/steps/step-success/index.d.ts +0 -0
- package/build/{cjs/components → components}/error/index.d.ts +0 -0
- package/build/{cjs/components → components}/image/index.d.ts +0 -0
- package/build/{cjs/components → components}/index.d.ts +0 -0
- package/build/{cjs/components → components}/page/ThemeComponent.d.ts +0 -0
- package/build/{cjs/components → components}/page/head.d.ts +0 -0
- package/build/{cjs/components → components}/page/index.d.ts +0 -1
- package/build/{cjs/components → components}/page-editor/ThemeComponentEditor.d.ts +0 -0
- package/build/{cjs/components → components}/page-editor/index.d.ts +0 -0
- package/build/{cjs/components → components}/page-editor/model.d.ts +0 -0
- package/build/{cjs/index.css → index.css} +0 -0
- package/build/{cjs/index.d.ts → index.d.ts} +0 -0
- package/build/{esm/index.css → index.es.css} +0 -0
- package/build/index.es.js +74003 -0
- package/build/index.js +74132 -0
- package/build/{cjs/models → models}/data/blog/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/brand/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/cart/index.d.ts +3 -0
- package/build/{cjs/models → models}/data/category/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/checkout/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/checkout-settings/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/city/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/contact-form/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/country/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/customer/address/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/customer/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/customer-review/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/customer-review-settings/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/district/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/favorite-product/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/html-meta-data/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/image/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/index.d.ts +1 -1
- package/build/{cjs/models → models}/data/installment-info/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/merchant-settings/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/address/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/adjustment/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/gift-line/index.d.ts +0 -0
- package/build/{esm/models → models}/data/order/index.d.ts +1 -2
- package/build/{cjs/models → models}/data/order/line-item/discount/index.d.ts +0 -0
- package/build/{esm/models → models}/data/order/line-item/index.d.ts +3 -0
- package/build/models/data/order/line-item/options/index.d.ts +20 -0
- package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
- package/build/{cjs/models → models}/data/order/line-item/variant/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/refund/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/refund/refund-line-item/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/refund/settings.d.ts +0 -0
- package/build/{cjs/models → models}/data/order/shipping-line/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/order-transaction/index.d.ts +1 -0
- package/build/{cjs/models → models}/data/payment-gateway/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product/attribute-value/index.d.ts +0 -0
- package/build/{esm/models → models}/data/product/index.d.ts +1 -0
- package/build/{cjs/models → models}/data/product/variant/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product/variant/price/index.d.ts +1 -0
- package/build/{cjs/models → models}/data/product/variant-type/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-attribute/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-attribute/product-attribute-option/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-attribute/product-attribute-table-template/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-back-in-stock-settings/index.d.ts +0 -0
- package/build/models/data/product-cart-item-options/index.d.ts +6 -0
- package/build/{cjs/models → models}/data/product-filter/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/product-option-set/index.d.ts +18 -3
- package/build/{cjs/models → models}/data/product-tag/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/sales-channel/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/simple-product/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/state/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/domain/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/localization/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/routing/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/theme/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/storefront/theme-localization/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/variant-type/index.d.ts +0 -0
- package/build/{cjs/models → models}/data/variant-type/variant-value/index.d.ts +0 -0
- package/build/{cjs/models → models}/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/component/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/component/prop/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/custom-data/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/attribute-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/attribute.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/blog-category.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/blog-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/blog.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/brand-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/brand.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/category-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/category.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/link.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/product-detail.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/component/prop-value/product-list.d.ts +0 -0
- package/build/{cjs/models → models}/theme/page/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/settings/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/settings/prop/color/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/settings/prop/favicon/index.d.ts +0 -0
- package/build/{cjs/models → models}/theme/theme.d.ts +0 -0
- package/build/{cjs/models → models}/ui/blog-category-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/blog-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/brand-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/category-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/component-renderer/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/customer-review-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/navigation-link/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/product-attribute-detail/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/product-attribute-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/product-detail/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/product-list/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/account-info.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/address.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/contact-form.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/customer-review.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/forgot-password.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/login.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/recover-password.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/form/register.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/index.d.ts +0 -0
- package/build/{cjs/models → models}/ui/validator/rules/index.d.ts +0 -0
- package/build/{cjs/pages → pages}/404.d.ts +0 -0
- package/build/{cjs/pages/blog/[slug].d.ts → pages/[slug]/index.d.ts} +0 -0
- package/build/{cjs/pages → pages}/account/addresses.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/favorite-products.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/forgot-password.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/index.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/login.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/orders/[id].d.ts +0 -0
- package/build/{cjs/pages → pages}/account/orders/index.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/recover-password.d.ts +0 -0
- package/build/{cjs/pages → pages}/account/register.d.ts +0 -0
- package/build/{esm/pages → pages}/blog/[slug].d.ts +0 -0
- package/build/{cjs/pages → pages}/blog/index.d.ts +0 -0
- package/build/{cjs/pages → pages}/cart.d.ts +0 -0
- package/build/{cjs/pages → pages}/checkout.d.ts +0 -0
- package/build/{esm/pages → pages}/editor.d.ts +0 -1
- package/build/{cjs/pages → pages}/home.d.ts +0 -0
- package/build/pages/index.d.ts +20 -0
- package/build/{cjs/pages → pages}/pages/[slug].d.ts +0 -0
- package/build/{cjs/pages → pages}/search.d.ts +0 -0
- package/build/{cjs/providers → providers}/page-data-get.d.ts +0 -0
- package/build/{cjs/providers → providers}/page-data-init.d.ts +0 -0
- package/build/{cjs/providers → providers}/page-data-next.d.ts +0 -0
- package/build/{cjs/providers → providers}/placeholders.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/attribute-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/attribute.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/blog-category-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/blog-category.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/blog-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/blog.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/boolean.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/brand-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/brand.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/category-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/category.d.ts +0 -0
- package/build/providers/prop-value/checkout.d.ts +4 -0
- package/build/{cjs/providers → providers}/prop-value/color.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/custom.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/image-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/image.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/index.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/link.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/product-detail.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/product-list.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/rich-text.d.ts +0 -0
- package/build/{cjs/providers → providers}/prop-value/text.d.ts +0 -0
- package/build/{cjs/store → store}/base.d.ts +0 -0
- package/build/{cjs/store → store}/cart.d.ts +4 -2
- package/build/{cjs/store → store}/customer.d.ts +0 -0
- package/build/{cjs/store → store}/index.d.ts +0 -0
- package/build/{esm/storefront → storefront}/index.d.ts +2 -2
- package/build/utils/currency.d.ts +7 -0
- package/build/{cjs/utils → utils}/helper.d.ts +0 -0
- package/build/{cjs/utils → utils}/i18n.d.ts +0 -0
- package/build/{cjs/utils → utils}/index.d.ts +0 -0
- package/package.json +4 -6
- package/build/cjs/[slug]-e484ad76.js +0 -1
- package/build/cjs/analytics.js +0 -1
- package/build/cjs/api/checkout/__generated__/listPaymentGateway.d.ts +0 -40
- package/build/cjs/api/customer/__generated__/customerForgotPassword.d.ts +0 -6
- package/build/cjs/api/customer/__generated__/registerCustomer.d.ts +0 -71
- package/build/cjs/api.js +0 -1
- package/build/cjs/base-1fa38f9a.js +0 -1
- package/build/cjs/blog-category-list-2bc016a2.js +0 -1
- package/build/cjs/cart-90632b65.js +0 -1
- package/build/cjs/components.js +0 -1
- package/build/cjs/en-a1fa5309.js +0 -1
- package/build/cjs/get-e74270ba.js +0 -15
- package/build/cjs/i18n-23489f2d.js +0 -1
- package/build/cjs/index-4896761a.js +0 -1
- package/build/cjs/index-5114bb73.js +0 -1
- package/build/cjs/index-681c2517.js +0 -1
- package/build/cjs/index-9a0c47b1.js +0 -1
- package/build/cjs/index-a851ebb1.js +0 -1
- package/build/cjs/index-a8b07648.js +0 -1
- package/build/cjs/index-ad398c13.js +0 -1
- package/build/cjs/index-b8b2616a.js +0 -3
- package/build/cjs/index-eceaf256.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/models/data/order/index.d.ts +0 -147
- package/build/cjs/models/data/order/line-item/index.d.ts +0 -40
- package/build/cjs/models/data/product/index.d.ts +0 -34
- package/build/cjs/models.js +0 -1
- package/build/cjs/pages/[slug]/index.d.ts +0 -4
- package/build/cjs/pages/[slug]/providers.d.ts +0 -3
- package/build/cjs/pages/editor.d.ts +0 -9
- package/build/cjs/pages/index.d.ts +0 -20
- package/build/cjs/pages.js +0 -1
- package/build/cjs/store.js +0 -1
- package/build/cjs/storefront/index.d.ts +0 -53
- package/build/cjs/storefront.js +0 -1
- package/build/cjs/tr-5b03d013.js +0 -1
- package/build/cjs/utils/currency.d.ts +0 -1
- package/build/cjs/utils.js +0 -1
- package/build/esm/[slug]-a90edd15.js +0 -1
- package/build/esm/__generated__/global-types.d.ts +0 -624
- package/build/esm/analytics/analytics.d.ts +0 -37
- package/build/esm/analytics/events.d.ts +0 -36
- package/build/esm/analytics/facebookPixel.d.ts +0 -15
- package/build/esm/analytics/googleTagManager.d.ts +0 -201
- package/build/esm/analytics/head/index.d.ts +0 -7
- package/build/esm/analytics/ikas.d.ts +0 -133
- package/build/esm/analytics/index.d.ts +0 -2
- package/build/esm/analytics.js +0 -1
- package/build/esm/api/apollo.d.ts +0 -10
- package/build/esm/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
- package/build/esm/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
- package/build/esm/api/back-in-stock-reminder/index.d.ts +0 -23
- package/build/esm/api/blog/__generated__/getBlog.d.ts +0 -83
- package/build/esm/api/blog/__generated__/listBlog.d.ts +0 -86
- package/build/esm/api/blog/__generated__/listBlogCategory.d.ts +0 -38
- package/build/esm/api/blog/__generated__/listBlogMetaData.d.ts +0 -29
- package/build/esm/api/blog/index.d.ts +0 -32
- package/build/esm/api/brand/__generated__/listProductBrand.d.ts +0 -47
- package/build/esm/api/brand/index.d.ts +0 -16
- package/build/esm/api/cart/__generated__/getCart.d.ts +0 -71
- package/build/esm/api/cart/__generated__/saveItemToCart.d.ts +0 -74
- package/build/esm/api/cart/index.d.ts +0 -5
- package/build/esm/api/category/__generated__/listCategory.d.ts +0 -52
- package/build/esm/api/category/__generated__/listCategoryPaths.d.ts +0 -23
- package/build/esm/api/category/index.d.ts +0 -18
- package/build/esm/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
- package/build/esm/api/checkout/__generated__/checkStocks.d.ts +0 -18
- package/build/esm/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
- package/build/esm/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
- package/build/esm/api/checkout/__generated__/getCheckoutById.d.ts +0 -232
- package/build/esm/api/checkout/__generated__/getOrder.d.ts +0 -215
- package/build/esm/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
- package/build/esm/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
- package/build/esm/api/checkout/__generated__/saveCheckout.d.ts +0 -11
- package/build/esm/api/checkout/index.d.ts +0 -29
- package/build/esm/api/city/__generated__/listCity.d.ts +0 -14
- package/build/esm/api/city/index.d.ts +0 -4
- package/build/esm/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
- package/build/esm/api/contact-form/index.d.ts +0 -10
- package/build/esm/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
- package/build/esm/api/country/__generated__/getMyCountry.d.ts +0 -3
- package/build/esm/api/country/__generated__/listCountry.d.ts +0 -23
- package/build/esm/api/country/index.d.ts +0 -6
- package/build/esm/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
- package/build/esm/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
- package/build/esm/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -215
- package/build/esm/api/customer/__generated__/customerLogin.d.ts +0 -70
- package/build/esm/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
- package/build/esm/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
- package/build/esm/api/customer/__generated__/getCustomerOrders.d.ts +0 -215
- package/build/esm/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
- package/build/esm/api/customer/__generated__/getMyCustomer.d.ts +0 -59
- package/build/esm/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
- package/build/esm/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
- package/build/esm/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
- package/build/esm/api/customer/__generated__/saveMyCustomer.d.ts +0 -63
- package/build/esm/api/customer/index.d.ts +0 -44
- package/build/esm/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
- package/build/esm/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -25
- package/build/esm/api/customer-review/index.d.ts +0 -24
- package/build/esm/api/district/__generated__/listDistrict.d.ts +0 -13
- package/build/esm/api/district/index.d.ts +0 -4
- package/build/esm/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
- package/build/esm/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
- package/build/esm/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
- package/build/esm/api/favorite-product/index.d.ts +0 -6
- package/build/esm/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -18
- package/build/esm/api/html-meta-data/index.d.ts +0 -4
- package/build/esm/api/index.d.ts +0 -21
- package/build/esm/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
- package/build/esm/api/merchant/index.d.ts +0 -4
- package/build/esm/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -39
- package/build/esm/api/product-attribute/index.d.ts +0 -4
- package/build/esm/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -90
- package/build/esm/api/product-option-set/index.d.ts +0 -6
- package/build/esm/api/product-search/__generated__/getProductFilterData.d.ts +0 -52
- package/build/esm/api/product-search/__generated__/searchProducts.d.ts +0 -26
- package/build/esm/api/product-search/index.d.ts +0 -20
- package/build/esm/api/state/__generated__/listState.d.ts +0 -13
- package/build/esm/api/state/index.d.ts +0 -4
- package/build/esm/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
- package/build/esm/api/stock-location/index.d.ts +0 -4
- package/build/esm/api/storefront/__generated__/getStorefront.d.ts +0 -52
- package/build/esm/api/storefront/index.d.ts +0 -4
- package/build/esm/api/variant-type/__generated__/listVariantType.d.ts +0 -39
- package/build/esm/api/variant-type/index.d.ts +0 -4
- package/build/esm/api.js +0 -1
- package/build/esm/assets/translations/checkout/en.js +0 -161
- package/build/esm/assets/translations/checkout/tr.js +0 -160
- package/build/esm/base-46969f69.js +0 -1
- package/build/esm/blog-category-list-8bbfffa4.js +0 -1
- package/build/esm/cart-f58c6575.js +0 -1
- package/build/esm/components/checkout/components/address-form/index.d.ts +0 -3
- package/build/esm/components/checkout/components/address-form/model.d.ts +0 -123
- package/build/esm/components/checkout/components/button/index.d.ts +0 -12
- package/build/esm/components/checkout/components/cart-summary/cart-item/index.d.ts +0 -10
- package/build/esm/components/checkout/components/cart-summary/index.d.ts +0 -8
- package/build/esm/components/checkout/components/checkbox/check.d.ts +0 -6
- package/build/esm/components/checkout/components/checkbox/index.d.ts +0 -10
- package/build/esm/components/checkout/components/credit-card-form/index.d.ts +0 -7
- package/build/esm/components/checkout/components/credit-card-form/model.d.ts +0 -26
- package/build/esm/components/checkout/components/credit-card-form/svg/amex.d.ts +0 -6
- package/build/esm/components/checkout/components/credit-card-form/svg/master-card.d.ts +0 -6
- package/build/esm/components/checkout/components/credit-card-form/svg/troy.d.ts +0 -6
- package/build/esm/components/checkout/components/credit-card-form/svg/visa.d.ts +0 -6
- package/build/esm/components/checkout/components/customer-addresses/index.d.ts +0 -15
- package/build/esm/components/checkout/components/customer-addresses/model.d.ts +0 -21
- package/build/esm/components/checkout/components/error/customer-login-required-error/index.d.ts +0 -8
- package/build/esm/components/checkout/components/error/index.d.ts +0 -7
- package/build/esm/components/checkout/components/error/no-shipping-error/index.d.ts +0 -6
- package/build/esm/components/checkout/components/error/payment-error/index.d.ts +0 -8
- package/build/esm/components/checkout/components/error/stock-error/index.d.ts +0 -8
- package/build/esm/components/checkout/components/error/unknown-error/index.d.ts +0 -6
- package/build/esm/components/checkout/components/expandable-section/index.d.ts +0 -6
- package/build/esm/components/checkout/components/form-item/caret-down.d.ts +0 -6
- package/build/esm/components/checkout/components/form-item/index.d.ts +0 -3
- package/build/esm/components/checkout/components/form-item/model.d.ts +0 -59
- package/build/esm/components/checkout/components/fullscreen-loading/index.d.ts +0 -2
- package/build/esm/components/checkout/components/input-with-button/index.d.ts +0 -11
- package/build/esm/components/checkout/components/modal/index.d.ts +0 -8
- package/build/esm/components/checkout/components/notification-box/index.d.ts +0 -9
- package/build/esm/components/checkout/components/select-box/index.d.ts +0 -13
- package/build/esm/components/checkout/components/step-container/index.d.ts +0 -15
- package/build/esm/components/checkout/components/svg/arrow-down.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/arrow-left.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/arrow-right.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/cross.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/discount.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/external.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/gift.d.ts +0 -7
- package/build/esm/components/checkout/components/svg/ikas.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/lock.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/shopping-cart.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/success-circle.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/tag.d.ts +0 -6
- package/build/esm/components/checkout/components/svg/warning.d.ts +0 -6
- package/build/esm/components/checkout/components/toggle/index.d.ts +0 -10
- package/build/esm/components/checkout/components/tooltip/index.d.ts +0 -8
- package/build/esm/components/checkout/index.d.ts +0 -32
- package/build/esm/components/checkout/model.d.ts +0 -120
- package/build/esm/components/checkout/steps/step-info/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-payment/billing-address/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-payment/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-payment/payment-gateways/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-shipping/index.d.ts +0 -7
- package/build/esm/components/checkout/steps/step-success/index.d.ts +0 -7
- package/build/esm/components/error/index.d.ts +0 -5
- package/build/esm/components/image/index.d.ts +0 -36
- package/build/esm/components/index.d.ts +0 -4
- package/build/esm/components/page/ThemeComponent.d.ts +0 -10
- package/build/esm/components/page/head.d.ts +0 -12
- package/build/esm/components/page/index.d.ts +0 -18
- package/build/esm/components/page-editor/ThemeComponentEditor.d.ts +0 -9
- package/build/esm/components/page-editor/index.d.ts +0 -2
- package/build/esm/components/page-editor/model.d.ts +0 -65
- package/build/esm/components.js +0 -1
- package/build/esm/en-2122556b.js +0 -1
- package/build/esm/get-f6594d28.js +0 -15
- package/build/esm/i18n-88bbe1a1.js +0 -1
- package/build/esm/index-10011dee.js +0 -1
- package/build/esm/index-270f04f4.js +0 -3
- package/build/esm/index-b6ebc78e.js +0 -1
- package/build/esm/index-b8245ce8.js +0 -1
- package/build/esm/index-c6779c48.js +0 -1
- package/build/esm/index-d47c16b6.js +0 -1
- package/build/esm/index-df1da9c5.js +0 -1
- package/build/esm/index-f0720041.js +0 -1
- package/build/esm/index-f4c9dbad.js +0 -1
- package/build/esm/index.d.ts +0 -8
- package/build/esm/index.js +0 -1
- package/build/esm/models/data/blog/index.d.ts +0 -67
- package/build/esm/models/data/brand/index.d.ts +0 -21
- package/build/esm/models/data/cart/index.d.ts +0 -44
- package/build/esm/models/data/category/index.d.ts +0 -52
- package/build/esm/models/data/checkout/index.d.ts +0 -103
- package/build/esm/models/data/checkout-settings/index.d.ts +0 -25
- package/build/esm/models/data/city/index.d.ts +0 -4
- package/build/esm/models/data/contact-form/index.d.ts +0 -7
- package/build/esm/models/data/country/index.d.ts +0 -8
- package/build/esm/models/data/customer/address/index.d.ts +0 -49
- package/build/esm/models/data/customer/index.d.ts +0 -33
- package/build/esm/models/data/customer-review/index.d.ts +0 -23
- package/build/esm/models/data/customer-review-settings/index.d.ts +0 -4
- package/build/esm/models/data/district/index.d.ts +0 -4
- package/build/esm/models/data/favorite-product/index.d.ts +0 -6
- package/build/esm/models/data/html-meta-data/index.d.ts +0 -23
- package/build/esm/models/data/image/index.d.ts +0 -8
- package/build/esm/models/data/index.d.ts +0 -33
- package/build/esm/models/data/installment-info/index.d.ts +0 -30
- package/build/esm/models/data/merchant-settings/index.d.ts +0 -8
- package/build/esm/models/data/order/address/index.d.ts +0 -50
- package/build/esm/models/data/order/adjustment/index.d.ts +0 -16
- package/build/esm/models/data/order/gift-line/index.d.ts +0 -4
- package/build/esm/models/data/order/line-item/discount/index.d.ts +0 -11
- package/build/esm/models/data/order/line-item/variant/index.d.ts +0 -25
- package/build/esm/models/data/order/refund/index.d.ts +0 -6
- package/build/esm/models/data/order/refund/refund-line-item/index.d.ts +0 -5
- package/build/esm/models/data/order/refund/settings.d.ts +0 -6
- package/build/esm/models/data/order/shipping-line/index.d.ts +0 -7
- package/build/esm/models/data/order-transaction/index.d.ts +0 -73
- package/build/esm/models/data/payment-gateway/index.d.ts +0 -61
- package/build/esm/models/data/product/attribute-value/index.d.ts +0 -20
- package/build/esm/models/data/product/variant/index.d.ts +0 -24
- package/build/esm/models/data/product/variant/price/index.d.ts +0 -10
- package/build/esm/models/data/product/variant-type/index.d.ts +0 -6
- package/build/esm/models/data/product-attribute/index.d.ts +0 -34
- package/build/esm/models/data/product-attribute/product-attribute-option/index.d.ts +0 -5
- package/build/esm/models/data/product-attribute/product-attribute-table-cell/index.d.ts +0 -5
- package/build/esm/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
- package/build/esm/models/data/product-back-in-stock-settings/index.d.ts +0 -3
- package/build/esm/models/data/product-filter/index.d.ts +0 -109
- package/build/esm/models/data/product-option-set/index.d.ts +0 -85
- package/build/esm/models/data/product-tag/index.d.ts +0 -5
- package/build/esm/models/data/sales-channel/index.d.ts +0 -18
- package/build/esm/models/data/simple-product/index.d.ts +0 -136
- package/build/esm/models/data/state/index.d.ts +0 -5
- package/build/esm/models/data/storefront/domain/index.d.ts +0 -8
- package/build/esm/models/data/storefront/index.d.ts +0 -23
- package/build/esm/models/data/storefront/localization/index.d.ts +0 -7
- package/build/esm/models/data/storefront/routing/index.d.ts +0 -9
- package/build/esm/models/data/storefront/theme/index.d.ts +0 -13
- package/build/esm/models/data/storefront/theme-localization/index.d.ts +0 -12
- package/build/esm/models/data/variant-type/index.d.ts +0 -26
- package/build/esm/models/data/variant-type/variant-value/index.d.ts +0 -11
- package/build/esm/models/index.d.ts +0 -3
- package/build/esm/models/theme/component/index.d.ts +0 -10
- package/build/esm/models/theme/component/prop/index.d.ts +0 -40
- package/build/esm/models/theme/custom-data/index.d.ts +0 -24
- package/build/esm/models/theme/index.d.ts +0 -18
- package/build/esm/models/theme/page/component/index.d.ts +0 -6
- package/build/esm/models/theme/page/component/prop-value/attribute-list.d.ts +0 -7
- package/build/esm/models/theme/page/component/prop-value/attribute.d.ts +0 -7
- package/build/esm/models/theme/page/component/prop-value/blog-category-list.d.ts +0 -7
- package/build/esm/models/theme/page/component/prop-value/blog-category.d.ts +0 -5
- package/build/esm/models/theme/page/component/prop-value/blog-list.d.ts +0 -9
- package/build/esm/models/theme/page/component/prop-value/blog.d.ts +0 -5
- package/build/esm/models/theme/page/component/prop-value/brand-list.d.ts +0 -9
- package/build/esm/models/theme/page/component/prop-value/brand.d.ts +0 -5
- package/build/esm/models/theme/page/component/prop-value/category-list.d.ts +0 -9
- package/build/esm/models/theme/page/component/prop-value/category.d.ts +0 -5
- package/build/esm/models/theme/page/component/prop-value/link.d.ts +0 -19
- package/build/esm/models/theme/page/component/prop-value/product-detail.d.ts +0 -6
- package/build/esm/models/theme/page/component/prop-value/product-list.d.ts +0 -17
- package/build/esm/models/theme/page/index.d.ts +0 -40
- package/build/esm/models/theme/settings/index.d.ts +0 -13
- package/build/esm/models/theme/settings/prop/color/index.d.ts +0 -7
- package/build/esm/models/theme/settings/prop/favicon/index.d.ts +0 -4
- package/build/esm/models/theme/theme.d.ts +0 -16
- package/build/esm/models/ui/blog-category-list/index.d.ts +0 -52
- package/build/esm/models/ui/blog-list/index.d.ts +0 -56
- package/build/esm/models/ui/brand-list/index.d.ts +0 -61
- package/build/esm/models/ui/category-list/index.d.ts +0 -61
- package/build/esm/models/ui/component-renderer/index.d.ts +0 -7
- package/build/esm/models/ui/customer-review-list/index.d.ts +0 -43
- package/build/esm/models/ui/index.d.ts +0 -22
- package/build/esm/models/ui/navigation-link/index.d.ts +0 -7
- package/build/esm/models/ui/product-attribute-detail/index.d.ts +0 -8
- package/build/esm/models/ui/product-attribute-list/index.d.ts +0 -9
- package/build/esm/models/ui/product-detail/index.d.ts +0 -28
- package/build/esm/models/ui/product-list/index.d.ts +0 -132
- package/build/esm/models/ui/validator/form/account-info.d.ts +0 -40
- package/build/esm/models/ui/validator/form/address.d.ts +0 -75
- package/build/esm/models/ui/validator/form/contact-form.d.ts +0 -45
- package/build/esm/models/ui/validator/form/customer-review.d.ts +0 -37
- package/build/esm/models/ui/validator/form/forgot-password.d.ts +0 -29
- package/build/esm/models/ui/validator/form/login.d.ts +0 -35
- package/build/esm/models/ui/validator/form/recover-password.d.ts +0 -36
- package/build/esm/models/ui/validator/form/register.d.ts +0 -48
- package/build/esm/models/ui/validator/index.d.ts +0 -27
- package/build/esm/models/ui/validator/rules/index.d.ts +0 -87
- package/build/esm/models.js +0 -1
- package/build/esm/pages/404.d.ts +0 -6
- package/build/esm/pages/[slug]/index.d.ts +0 -4
- package/build/esm/pages/[slug]/providers.d.ts +0 -3
- package/build/esm/pages/account/addresses.d.ts +0 -6
- package/build/esm/pages/account/favorite-products.d.ts +0 -6
- package/build/esm/pages/account/forgot-password.d.ts +0 -6
- package/build/esm/pages/account/index.d.ts +0 -6
- package/build/esm/pages/account/login.d.ts +0 -6
- package/build/esm/pages/account/orders/[id].d.ts +0 -6
- package/build/esm/pages/account/orders/index.d.ts +0 -6
- package/build/esm/pages/account/recover-password.d.ts +0 -6
- package/build/esm/pages/account/register.d.ts +0 -6
- package/build/esm/pages/blog/index.d.ts +0 -6
- package/build/esm/pages/cart.d.ts +0 -6
- package/build/esm/pages/checkout.d.ts +0 -18
- package/build/esm/pages/home.d.ts +0 -6
- package/build/esm/pages/index.d.ts +0 -20
- package/build/esm/pages/pages/[slug].d.ts +0 -7
- package/build/esm/pages/search.d.ts +0 -6
- package/build/esm/pages.js +0 -1
- package/build/esm/providers/page-data-get.d.ts +0 -57
- package/build/esm/providers/page-data-init.d.ts +0 -58
- package/build/esm/providers/page-data-next.d.ts +0 -243
- package/build/esm/providers/placeholders.d.ts +0 -6
- package/build/esm/providers/prop-value/attribute-list.d.ts +0 -12
- package/build/esm/providers/prop-value/attribute.d.ts +0 -12
- package/build/esm/providers/prop-value/blog-category-list.d.ts +0 -7
- package/build/esm/providers/prop-value/blog-category.d.ts +0 -11
- package/build/esm/providers/prop-value/blog-list.d.ts +0 -9
- package/build/esm/providers/prop-value/blog.d.ts +0 -11
- package/build/esm/providers/prop-value/boolean.d.ts +0 -6
- package/build/esm/providers/prop-value/brand-list.d.ts +0 -7
- package/build/esm/providers/prop-value/brand.d.ts +0 -11
- package/build/esm/providers/prop-value/category-list.d.ts +0 -7
- package/build/esm/providers/prop-value/category.d.ts +0 -11
- package/build/esm/providers/prop-value/color.d.ts +0 -6
- package/build/esm/providers/prop-value/custom.d.ts +0 -42
- package/build/esm/providers/prop-value/image-list.d.ts +0 -7
- package/build/esm/providers/prop-value/image.d.ts +0 -7
- package/build/esm/providers/prop-value/index.d.ts +0 -3
- package/build/esm/providers/prop-value/link.d.ts +0 -9
- package/build/esm/providers/prop-value/product-detail.d.ts +0 -11
- package/build/esm/providers/prop-value/product-list.d.ts +0 -9
- package/build/esm/providers/prop-value/rich-text.d.ts +0 -6
- package/build/esm/providers/prop-value/text.d.ts +0 -6
- package/build/esm/store/base.d.ts +0 -25
- package/build/esm/store/cart.d.ts +0 -27
- package/build/esm/store/customer.d.ts +0 -72
- package/build/esm/store/index.d.ts +0 -1
- package/build/esm/store.js +0 -1
- package/build/esm/storefront.js +0 -1
- package/build/esm/tr-26d6f603.js +0 -1
- package/build/esm/utils/currency.d.ts +0 -1
- package/build/esm/utils/helper.d.ts +0 -8
- package/build/esm/utils/i18n.d.ts +0 -20
- package/build/esm/utils/index.d.ts +0 -3
- 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,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,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
|
-
}
|