@ikas/storefront 0.2.0-alpha.8 → 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 → 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/{cjs/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/{cjs/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]-256d483b.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-3f6c0c18.js +0 -1
- package/build/cjs/blog-category-list-301760cf.js +0 -1
- package/build/cjs/cart-cdd60c45.js +0 -1
- package/build/cjs/components.js +0 -1
- package/build/cjs/en-39787a68.js +0 -1
- package/build/cjs/get-9a974b32.js +0 -15
- package/build/cjs/i18n-c9c8631c.js +0 -1
- package/build/cjs/index-0102eb01.js +0 -1
- package/build/cjs/index-0e84ec4c.js +0 -1
- package/build/cjs/index-346e3673.js +0 -1
- package/build/cjs/index-557eda08.js +0 -1
- package/build/cjs/index-60458497.js +0 -1
- package/build/cjs/index-6b3fb1e9.js +0 -1
- package/build/cjs/index-bb1c2b0f.js +0 -3
- package/build/cjs/index-c5a4b4b2.js +0 -1
- package/build/cjs/index-dfb3bc66.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/editor.d.ts +0 -9
- package/build/cjs/pages/index.d.ts +0 -19
- package/build/cjs/pages.js +0 -1
- package/build/cjs/store.js +0 -1
- package/build/cjs/storefront.js +0 -1
- package/build/cjs/tr-b58ac020.js +0 -1
- package/build/cjs/utils/currency.d.ts +0 -1
- package/build/cjs/utils.js +0 -1
- package/build/esm/[slug]-a5af448c.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-64b83211.js +0 -1
- package/build/esm/blog-category-list-f9bde7de.js +0 -1
- package/build/esm/cart-a5410bc1.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-61fffa63.js +0 -1
- package/build/esm/get-ade3f4d4.js +0 -15
- package/build/esm/i18n-faeafc92.js +0 -1
- package/build/esm/index-2108fd47.js +0 -3
- package/build/esm/index-3e13a5d9.js +0 -1
- package/build/esm/index-413970db.js +0 -1
- package/build/esm/index-42f5840b.js +0 -1
- package/build/esm/index-4adde2ba.js +0 -1
- package/build/esm/index-63a08778.js +0 -1
- package/build/esm/index-7a9b2ec6.js +0 -1
- package/build/esm/index-9157d480.js +0 -1
- package/build/esm/index-dbaba7ab.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 -7
- 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/[slug].d.ts +0 -7
- 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 -19
- 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/index.d.ts +0 -53
- package/build/esm/storefront.js +0 -1
- package/build/esm/tr-8305fadb.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 +0,0 @@
|
|
|
1
|
-
import{_ as n,c as t,e}from"./get-ade3f4d4.js";import{p as a,i,ah as r}from"./index-2108fd47.js";import{x as d}from"./index-3e13a5d9.js";var l,u,o=function(){function d(){}return d.listHTMLMetaData=function(d,u,o){return n(this,void 0,void 0,(function(){var n,s,p,c,g;return t(this,(function(t){switch(t.label){case 0:n=r(l||(l=e(["\n query listHTMLMetaData(\n $slug: StringFilterInput\n $targetId: StringFilterInput\n $targetType: HTMLMetaDataTargetTypeEnumFilter\n ) {\n listHTMLMetaData(\n slug: $slug\n targetId: $targetId\n targetType: $targetType\n ) {\n slug\n pageTitle\n description\n targetId\n targetType\n redirectTo\n }\n }\n "],["\n query listHTMLMetaData(\n $slug: StringFilterInput\n $targetId: StringFilterInput\n $targetType: HTMLMetaDataTargetTypeEnumFilter\n ) {\n listHTMLMetaData(\n slug: $slug\n targetId: $targetId\n targetType: $targetType\n ) {\n slug\n pageTitle\n description\n targetId\n targetType\n redirectTo\n }\n }\n "]))),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,i.getClient().query({query:n,variables:{slug:d?{eq:d}:void 0,targetId:u?{eq:u}:void 0,targetType:o?{in:o}:void 0}})];case 2:return s=t.sent(),p=s.data,(c=s.errors)&&c.length?[2,[]]:[2,p.listHTMLMetaData.map((function(n){return new a(n)}))];case 3:return g=t.sent(),console.log(g),[2,[]];case 4:return[2]}}))}))},d}(),s=function(){function a(){}return a.list=function(a,l,o){return void 0===o&&(o=!1),n(this,void 0,void 0,(function(){var n,s,p,c,g;return t(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),n=r(u||(u=e(["\n query ListProductOptionSet(\n $id: StringFilterInput!\n $updatedAt: DateFilterInput\n $includeDeleted: Boolean!\n ) {\n listProductOptionSet(\n updatedAt: $updatedAt\n includeDeleted: $includeDeleted\n id: $id\n ) {\n createdAt\n deleted\n id\n name\n options {\n createdAt\n dateSettings {\n max\n min\n }\n deleted\n fileSettings {\n allowedExtensions\n maxQuantity\n minQuantity\n }\n id\n isOptional\n name\n optionalText\n requiredOptionId\n requiredOptionValueIds\n order\n price\n selectSettings {\n maxSelect\n minSelect\n type\n values {\n createdAt\n deleted\n id\n order\n price\n updatedAt\n value\n thumbnailImageId\n colorCode\n }\n }\n textSettings {\n max\n min\n }\n type\n updatedAt\n }\n translations {\n locale\n options {\n id\n name\n optionalText\n values {\n id\n value\n }\n }\n }\n updatedAt\n }\n }\n "],["\n query ListProductOptionSet(\n $id: StringFilterInput!\n $updatedAt: DateFilterInput\n $includeDeleted: Boolean!\n ) {\n listProductOptionSet(\n updatedAt: $updatedAt\n includeDeleted: $includeDeleted\n id: $id\n ) {\n createdAt\n deleted\n id\n name\n options {\n createdAt\n dateSettings {\n max\n min\n }\n deleted\n fileSettings {\n allowedExtensions\n maxQuantity\n minQuantity\n }\n id\n isOptional\n name\n optionalText\n requiredOptionId\n requiredOptionValueIds\n order\n price\n selectSettings {\n maxSelect\n minSelect\n type\n values {\n createdAt\n deleted\n id\n order\n price\n updatedAt\n value\n thumbnailImageId\n colorCode\n }\n }\n textSettings {\n max\n min\n }\n type\n updatedAt\n }\n translations {\n locale\n options {\n id\n name\n optionalText\n values {\n id\n value\n }\n }\n }\n updatedAt\n }\n }\n "]))),[4,i.getClient().query({query:n,variables:{includeDeleted:o,updatedAt:{gt:l},id:{eq:a}}})];case 1:return s=t.sent(),p=s.data,(c=s.errors)&&c.length?(console.log(c),[2]):[2,{data:p.listProductOptionSet.map((function(n){return new d(n)}))}];case 2:return g=t.sent(),console.log(g),[3,3];case 3:return[2]}}))}))},a}();export{o as I,s as a};
|
package/build/esm/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./api/index";
|
|
2
|
-
export * from "./components/index";
|
|
3
|
-
export * from "./models/index";
|
|
4
|
-
export * from "./pages/index";
|
|
5
|
-
export * from "./store/index";
|
|
6
|
-
export * from "./storefront/index";
|
|
7
|
-
export * from "./utils/index";
|
|
8
|
-
export * from "./analytics/index";
|
package/build/esm/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export{IkasStorefrontConfig}from"./storefront.js";export{f as IkasBlog,I as IkasBlogAPI,k as IkasBlogCategory,g as IkasBlogContent,j as IkasBlogMetaData,i as IkasBlogMetadataTargetType,l as IkasBlogTag,h as IkasBlogWriter,a as IkasBrandAPI,b as IkasCategoryAPI,c as IkasCityAPI,d as IkasDistrictAPI,w as IkasProductOption,t as IkasProductOptionDateSettings,v as IkasProductOptionFileSettings,s as IkasProductOptionSelectSettings,n as IkasProductOptionSelectType,r as IkasProductOptionSelectValue,o as IkasProductOptionSelectValueTranslations,x as IkasProductOptionSet,q as IkasProductOptionSetTranslations,u as IkasProductOptionTextSettings,p as IkasProductOptionTranslations,m as IkasProductOptionType,e as IkasStateAPI}from"./index-3e13a5d9.js";export{I as IkasCartAPI}from"./index-42f5840b.js";export{ag as Analytics,V as IkasAmountTypeEnum,a0 as IkasApplicableProductFilterValue,j as IkasBrand,k as IkasCategory,m as IkasCategoryPath,H as IkasCheckout,I as IkasCheckoutAPI,J as IkasCheckoutCustomer,M as IkasCheckoutRecoveryEmailStatus,N as IkasCheckoutRecoveryStatus,L as IkasCheckoutStatus,g as IkasContactFormAPI,a as IkasCountryAPI,n as IkasCustomer,b as IkasCustomerAPI,Q as IkasCustomerAddress,o as IkasCustomerReview,c as IkasCustomerReviewAPI,af as IkasCustomerReviewList,C as IkasFavoriteProduct,f as IkasFavoriteProductAPI,l as IkasFilterCategory,p as IkasHTMLMetaData,q as IkasHTMLMetaDataTargetType,r as IkasImage,d as IkasMerchantAPI,R as IkasMerchantSettings,S as IkasOrder,U as IkasOrderCancelledReason,s as IkasOrderLineItem,Y as IkasOrderPackageFulfillStatus,X as IkasOrderPackageStatus,W as IkasOrderPaymentStatus,t as IkasOrderRefundSettings,Z as IkasOrderShippingMethod,T as IkasOrderStatus,E as IkasOrderTransaction,O as IkasPaymentMethod,u as IkasProduct,z as IkasProductAttribute,A as IkasProductAttributeType,B as IkasProductAttributeValue,h as IkasProductBackInStockReminderAPI,ae as IkasProductDetail,$ as IkasProductFilter,a4 as IkasProductFilterDisplayType,a2 as IkasProductFilterSettings,a5 as IkasProductFilterSortType,a3 as IkasProductFilterType,a1 as IkasProductFilterValue,y as IkasProductPrice,e as IkasProductSearchAPI,v as IkasProductType,x as IkasProductVariant,w as IkasProductVariantType,K as IkasShippingMethod,P as IkasShippingMethodEnum,aa as IkasThemePage,ac as IkasThemePageComponent,ab as IkasThemePageType,ad as IkasThemeSettings,F as IkasTransactionStatusEnum,G as IkasTransactionTypeEnum,a9 as IkasVariantSelectionType,a8 as IkasVariantType,D as IkasVariantValue,_ as OrderLineItemStatusEnum,a6 as RangeValue,i as apollo,a7 as parseRangeStr}from"./index-2108fd47.js";export{I as IkasHTMLMetaDataAPI,a as IkasProductOptionSetAPI}from"./index-dbaba7ab.js";export{I as IkasProductAttributeAPI,a as IkasVariantTypeAPI}from"./index-7a9b2ec6.js";export{I as IkasPage,a as IkasPageHead,b as Image}from"./index-9157d480.js";export{I as IkasPageEditor}from"./index-4adde2ba.js";export{j as IkasBlogCategoryListPropValue,i as IkasBlogCategoryPropValue,h as IkasBlogListPropValue,g as IkasBlogPropValue,b as IkasBrandListPropValue,a as IkasBrandPropValue,f as IkasCategoryListPropValue,e as IkasCategoryPropValue,I as IkasContactForm,d as IkasProductDetailPropValue,c as IkasProductListPropValue}from"./blog-category-list-f9bde7de.js";export{t as AccountInfoForm,A as AddressForm,C as ContactForm,u as CustomerReviewForm,K as EmailRule,N as EqualsRule,F as ForgotPasswordForm,z as IkasAttributeDetail,B as IkasAttributeList,x as IkasBlogCategoryList,y as IkasBlogCategoryListType,v as IkasBlogList,w as IkasBlogListType,i as IkasBrandList,k as IkasBrandListSortType,j as IkasBrandListType,I as IkasCardAssociation,a as IkasCardType,l as IkasCategoryList,n as IkasCategoryListSortType,m as IkasCategoryListType,O as IkasComponentRenderer,f as IkasLinkPropValue,g as IkasLinkType,o as IkasNavigationLink,p as IkasProductList,r as IkasProductListSortType,q as IkasProductListType,b as IkasTheme,c as IkasThemeComponent,d as IkasThemeComponentProp,e as IkasThemeComponentPropType,h as IkasThemeCustomData,J as LessThanRule,L as LoginForm,G as MaxRule,M as MinRule,P as PhoneRule,s as RecoverPasswordForm,R as RegisterForm,H as RequiredRule,E as ValidationRule,V as Validator,D as ValidatorErrorType}from"./index-413970db.js";export{a as AccountPage,b as AddressesPage,o as BlogPage,p as BlogSlugPage,j as CartPage,c as CheckoutPage,_ as CustomPage,k as EditorPage,m as FavoriteProductsPage,f as ForgotPasswordPage,h as IndexPage,l as LoginPage,n as NotFoundPage,e as OrderDetailPage,d as OrdersPage,g as RecoverPasswordPage,r as RegisterPage,s as SearchPage,i as SlugPage}from"./[slug]-a5af448c.js";export{I as IkasBaseStore}from"./base-64b83211.js";export{c as createTranslationInputData,f as formatMoney,u as useTranslation}from"./i18n-faeafc92.js";export{d as decodeBase64,f as findAllIndexes,b as formatDate,p as pascalCase,a as stringSorter,s as stringToSlug,t as tryForEach,v as validatePhoneNumber}from"./get-ade3f4d4.js";export{a as AnalyticsBody,A as AnalyticsHead}from"./index-63a08778.js";import"mobx";import"react";import"mobx-react-lite";import"next/router";import"crypto";import"./cart-a5410bc1.js";import"next/head";import"next/image";import"next/link";import"next/dynamic";import"next/error";import"fs";import"next/config";import"path";
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { IkasImage } from "../image/index";
|
|
2
|
-
export declare class IkasBlog {
|
|
3
|
-
id: string;
|
|
4
|
-
createdAt: number;
|
|
5
|
-
updatedAt: number;
|
|
6
|
-
categoryId: string | null;
|
|
7
|
-
category: IkasBlogCategory | null;
|
|
8
|
-
imageId: string | null;
|
|
9
|
-
title: string | null;
|
|
10
|
-
shortDescription: string | null;
|
|
11
|
-
isPublished: boolean;
|
|
12
|
-
storefrontId: string;
|
|
13
|
-
tagIds: string[] | null;
|
|
14
|
-
tags: IkasBlogTag[] | null;
|
|
15
|
-
writer: IkasBlogWriter;
|
|
16
|
-
blogContent: IkasBlogContent;
|
|
17
|
-
metadata: IkasBlogMetaData | null;
|
|
18
|
-
image: IkasImage | null;
|
|
19
|
-
constructor(data?: Partial<IkasBlog>);
|
|
20
|
-
get href(): string;
|
|
21
|
-
}
|
|
22
|
-
export declare class IkasBlogContent {
|
|
23
|
-
id: string;
|
|
24
|
-
createdAt: number;
|
|
25
|
-
updatedAt: number;
|
|
26
|
-
content: string;
|
|
27
|
-
constructor(data?: Partial<IkasBlogContent>);
|
|
28
|
-
}
|
|
29
|
-
export declare class IkasBlogWriter {
|
|
30
|
-
firstName: string;
|
|
31
|
-
lastName: string;
|
|
32
|
-
constructor(data?: Partial<IkasBlogWriter>);
|
|
33
|
-
}
|
|
34
|
-
export declare enum IkasBlogMetadataTargetType {
|
|
35
|
-
BLOG = "BLOG",
|
|
36
|
-
BLOG_CATEGORY = "BLOG_CATEGORY"
|
|
37
|
-
}
|
|
38
|
-
export declare class IkasBlogMetaData {
|
|
39
|
-
id: string;
|
|
40
|
-
createdAt: number;
|
|
41
|
-
updatedAt: number;
|
|
42
|
-
pageTitle: string | null;
|
|
43
|
-
description: string | null;
|
|
44
|
-
slug: string;
|
|
45
|
-
targetId: string;
|
|
46
|
-
targetType: IkasBlogMetadataTargetType;
|
|
47
|
-
constructor(data?: Partial<IkasBlogMetaData>);
|
|
48
|
-
}
|
|
49
|
-
export declare class IkasBlogCategory {
|
|
50
|
-
id: string;
|
|
51
|
-
createdAt: number;
|
|
52
|
-
updatedAt: number;
|
|
53
|
-
deleted: boolean;
|
|
54
|
-
name: string;
|
|
55
|
-
imageId: string;
|
|
56
|
-
metadata: IkasBlogMetaData | null;
|
|
57
|
-
constructor(data?: Partial<IkasBlogCategory>);
|
|
58
|
-
get href(): string;
|
|
59
|
-
}
|
|
60
|
-
export declare class IkasBlogTag {
|
|
61
|
-
id: string;
|
|
62
|
-
createdAt: number;
|
|
63
|
-
updatedAt: number;
|
|
64
|
-
deleted: boolean;
|
|
65
|
-
name: string | null;
|
|
66
|
-
constructor(data?: Partial<IkasBlogTag>);
|
|
67
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IkasImage } from "../image/index";
|
|
2
|
-
import { IkasHTMLMetaData } from "../html-meta-data/index";
|
|
3
|
-
import { ModelOrder } from "../category/index";
|
|
4
|
-
export declare class IkasBrand {
|
|
5
|
-
id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
description: string | null;
|
|
8
|
-
metaData?: IkasHTMLMetaData | null;
|
|
9
|
-
image?: IkasImage | null;
|
|
10
|
-
orderType: ModelOrder | null;
|
|
11
|
-
translations: IkasProductBrandTranslation[] | null;
|
|
12
|
-
constructor(data?: Partial<IkasBrand>);
|
|
13
|
-
get href(): string;
|
|
14
|
-
private setTranslations;
|
|
15
|
-
}
|
|
16
|
-
declare type IkasProductBrandTranslation = {
|
|
17
|
-
description: string | null;
|
|
18
|
-
locale: string;
|
|
19
|
-
name: string | null;
|
|
20
|
-
};
|
|
21
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { IkasOrderLineItem } from "../order/line-item/index";
|
|
2
|
-
export declare class IkasCart {
|
|
3
|
-
id: string;
|
|
4
|
-
createdAt: string;
|
|
5
|
-
updatedAt: string;
|
|
6
|
-
dueDate?: string | null;
|
|
7
|
-
currencyCode: string;
|
|
8
|
-
customerId?: string | null;
|
|
9
|
-
itemCount: number;
|
|
10
|
-
items: IkasOrderLineItem[];
|
|
11
|
-
merchantId: string;
|
|
12
|
-
totalPrice: number;
|
|
13
|
-
salesChannelId: string;
|
|
14
|
-
storefrontId: string | null;
|
|
15
|
-
storefrontRoutingId: string | null;
|
|
16
|
-
storefrontThemeId: string | null;
|
|
17
|
-
taxLines: IkasCartTaxLine[] | null;
|
|
18
|
-
constructor(data: Partial<IkasCart>);
|
|
19
|
-
get totalTax(): number;
|
|
20
|
-
}
|
|
21
|
-
declare type IkasCartLineItemInput = {
|
|
22
|
-
id: string | null;
|
|
23
|
-
quantity: number;
|
|
24
|
-
variant: IkasCartLineVariantInput;
|
|
25
|
-
};
|
|
26
|
-
declare type IkasCartLineVariantInput = {
|
|
27
|
-
id: string;
|
|
28
|
-
name: string;
|
|
29
|
-
};
|
|
30
|
-
declare type IkasCartTaxLine = {
|
|
31
|
-
price: number;
|
|
32
|
-
rate: number;
|
|
33
|
-
};
|
|
34
|
-
export declare type IkasSaveItemToCartInput = {
|
|
35
|
-
cartId: string | null;
|
|
36
|
-
customerId: string | null;
|
|
37
|
-
item: IkasCartLineItemInput;
|
|
38
|
-
priceListId: string | null;
|
|
39
|
-
salesChannelId: string;
|
|
40
|
-
storefrontId: string;
|
|
41
|
-
storefrontRoutingId: string;
|
|
42
|
-
storefrontThemeId: string;
|
|
43
|
-
};
|
|
44
|
-
export {};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { IkasImage } from "../image/index";
|
|
2
|
-
import { IkasHTMLMetaData } from "../html-meta-data/index";
|
|
3
|
-
export declare class IkasCategory {
|
|
4
|
-
id: string;
|
|
5
|
-
name: string;
|
|
6
|
-
description: string | null;
|
|
7
|
-
parentId: string | null;
|
|
8
|
-
metaData?: IkasHTMLMetaData | null;
|
|
9
|
-
image?: IkasImage | null;
|
|
10
|
-
path: IkasCategoryPath[];
|
|
11
|
-
orderType: ModelOrder | null;
|
|
12
|
-
translations: IkasCategoryTranslation[] | null;
|
|
13
|
-
constructor(data?: Partial<IkasCategory>);
|
|
14
|
-
get href(): string;
|
|
15
|
-
private setTranslations;
|
|
16
|
-
}
|
|
17
|
-
export declare class IkasCategoryPath {
|
|
18
|
-
id: string;
|
|
19
|
-
name: string;
|
|
20
|
-
slug?: string | null;
|
|
21
|
-
constructor(data: Partial<IkasCategoryPath>);
|
|
22
|
-
get href(): string;
|
|
23
|
-
}
|
|
24
|
-
export declare class IkasFilterCategory {
|
|
25
|
-
id: string;
|
|
26
|
-
name: string;
|
|
27
|
-
slug?: string | null;
|
|
28
|
-
resultCount?: number | null;
|
|
29
|
-
private _isSelected;
|
|
30
|
-
constructor(data: Partial<IkasFilterCategory>);
|
|
31
|
-
get isSelected(): boolean;
|
|
32
|
-
get href(): string;
|
|
33
|
-
toJSON(): this & {
|
|
34
|
-
isSelected: boolean;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare enum ModelOrder {
|
|
38
|
-
BEST_SELLER = "BEST_SELLER",
|
|
39
|
-
HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
|
|
40
|
-
HIGHEST_PRICE = "HIGHEST_PRICE",
|
|
41
|
-
LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
|
|
42
|
-
LOWEST_PRICE = "LOWEST_PRICE",
|
|
43
|
-
MANUALLY = "MANUALLY",
|
|
44
|
-
NEWEST = "NEWEST",
|
|
45
|
-
OLDEST = "OLDEST"
|
|
46
|
-
}
|
|
47
|
-
declare type IkasCategoryTranslation = {
|
|
48
|
-
description: string | null;
|
|
49
|
-
locale: string;
|
|
50
|
-
name: string | null;
|
|
51
|
-
};
|
|
52
|
-
export {};
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { IkasOrderAddress } from "../order/address/index";
|
|
2
|
-
import { IkasOrderShippingLine } from "../order/shipping-line/index";
|
|
3
|
-
import { IkasCart } from "../cart/index";
|
|
4
|
-
import { IkasOrderAdjustment } from "../order/index";
|
|
5
|
-
import { IkasPaymentGateway } from "../payment-gateway/index";
|
|
6
|
-
import { IkasOrderGiftPackageLine } from "../order/gift-line/index";
|
|
7
|
-
export declare class IkasCheckout {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
createdAt?: string | null;
|
|
10
|
-
updatedAt?: string | null;
|
|
11
|
-
cartId?: string | null;
|
|
12
|
-
cart?: IkasCart | null;
|
|
13
|
-
orderId?: string | null;
|
|
14
|
-
orderNumber?: string | null;
|
|
15
|
-
merchantId?: string | null;
|
|
16
|
-
shippingSettingsId?: string | null;
|
|
17
|
-
shippingZoneRateId?: string | null;
|
|
18
|
-
availableShippingMethods: IkasAvailableShippingMethod[];
|
|
19
|
-
customer?: IkasCheckoutCustomer | null;
|
|
20
|
-
billingAddress?: IkasOrderAddress | null;
|
|
21
|
-
shippingAddress?: IkasOrderAddress | null;
|
|
22
|
-
shippingLines?: IkasOrderShippingLine[] | null;
|
|
23
|
-
shippingMethod?: IkasShippingMethod | null;
|
|
24
|
-
status?: IkasCheckoutStatus | null;
|
|
25
|
-
couponCode?: string | null;
|
|
26
|
-
recoverEmailStatus?: IkasCheckoutRecoveryEmailStatus | null;
|
|
27
|
-
recoveryStatus?: IkasCheckoutRecoveryStatus | null;
|
|
28
|
-
totalFinalPrice?: number | null;
|
|
29
|
-
adjustments?: IkasOrderAdjustment[] | null;
|
|
30
|
-
note: string | null;
|
|
31
|
-
isGiftPackage: boolean;
|
|
32
|
-
giftPackageLines: IkasOrderGiftPackageLine[] | null;
|
|
33
|
-
giftPackageNote: string | null;
|
|
34
|
-
appliedCouponCode?: string | null;
|
|
35
|
-
selectedPaymentGateway?: IkasPaymentGateway | null;
|
|
36
|
-
constructor(data?: Partial<IkasCheckout>);
|
|
37
|
-
get isComplete(): boolean;
|
|
38
|
-
get totalTax(): number;
|
|
39
|
-
get shippingTotal(): number;
|
|
40
|
-
get hasCustomer(): boolean;
|
|
41
|
-
get hasValidCustomer(): boolean;
|
|
42
|
-
get customerFullName(): string;
|
|
43
|
-
get customerEmail(): string;
|
|
44
|
-
get dateStr(): string;
|
|
45
|
-
get $totalFinalPrice(): number;
|
|
46
|
-
get couponAdjustment(): IkasOrderAdjustment | undefined;
|
|
47
|
-
get nonCouponAdjustments(): IkasOrderAdjustment[] | undefined;
|
|
48
|
-
}
|
|
49
|
-
export declare class IkasCheckoutCustomer {
|
|
50
|
-
id?: string;
|
|
51
|
-
email?: string;
|
|
52
|
-
firstName?: string;
|
|
53
|
-
lastName?: string;
|
|
54
|
-
notificationsAccepted?: boolean | null;
|
|
55
|
-
constructor(data: Partial<IkasCheckoutCustomer>);
|
|
56
|
-
}
|
|
57
|
-
export declare enum IkasShippingMethod {
|
|
58
|
-
CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
|
|
59
|
-
NO_SHIPMENT = "NO_SHIPMENT",
|
|
60
|
-
SHIPMENT = "SHIPMENT"
|
|
61
|
-
}
|
|
62
|
-
export declare enum IkasCheckoutStatus {
|
|
63
|
-
COMPLETED = "COMPLETED",
|
|
64
|
-
OPEN = "OPEN"
|
|
65
|
-
}
|
|
66
|
-
export declare enum IkasCheckoutRecoveryEmailStatus {
|
|
67
|
-
NOT_SENT = "NOT_SENT",
|
|
68
|
-
SENT = "SENT"
|
|
69
|
-
}
|
|
70
|
-
export declare enum IkasCheckoutRecoveryStatus {
|
|
71
|
-
NOT_RECOVERED = "NOT_RECOVERED",
|
|
72
|
-
RECOVERED = "RECOVERED"
|
|
73
|
-
}
|
|
74
|
-
export declare enum IkasPaymentMethod {
|
|
75
|
-
BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
|
|
76
|
-
CASH = "CASH",
|
|
77
|
-
CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
|
|
78
|
-
CREDIT_CARD = "CREDIT_CARD",
|
|
79
|
-
GIFT_CARD = "GIFT_CARD",
|
|
80
|
-
MONEY_ORDER = "MONEY_ORDER",
|
|
81
|
-
OTHER = "OTHER"
|
|
82
|
-
}
|
|
83
|
-
export declare type IkasPaymentMethodDetail = {
|
|
84
|
-
cardHolderName: string;
|
|
85
|
-
cardNumber: string;
|
|
86
|
-
cvv: string;
|
|
87
|
-
expiredMonth: number;
|
|
88
|
-
expiredYear: number;
|
|
89
|
-
installmentCount: number;
|
|
90
|
-
threeDSecure: boolean;
|
|
91
|
-
};
|
|
92
|
-
export declare enum IkasShippingMethodEnum {
|
|
93
|
-
CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
|
|
94
|
-
NO_SHIPMENT = "NO_SHIPMENT",
|
|
95
|
-
SHIPMENT = "SHIPMENT"
|
|
96
|
-
}
|
|
97
|
-
export declare type IkasAvailableShippingMethod = {
|
|
98
|
-
price: number;
|
|
99
|
-
rateName: string;
|
|
100
|
-
shippingMethod: IkasShippingMethodEnum;
|
|
101
|
-
shippingSettingsId: string;
|
|
102
|
-
shippingZoneRateId: string;
|
|
103
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare class IkasCheckoutSettings {
|
|
2
|
-
id: string;
|
|
3
|
-
createdAt: number;
|
|
4
|
-
updatedAt: number;
|
|
5
|
-
phoneRequirement: IkasCheckoutRequirementEnum | null;
|
|
6
|
-
identityNumberRequirement: IkasCheckoutRequirementEnum | null;
|
|
7
|
-
isAccountRequired: boolean;
|
|
8
|
-
isTermsAndConditionsDefaultChecked: boolean;
|
|
9
|
-
showTermsAndConditionsCheckbox: boolean;
|
|
10
|
-
showCheckoutNote: boolean;
|
|
11
|
-
storefrontId: string;
|
|
12
|
-
giftPackagePriceList: IkasCheckoutSettingsPrice[] | null;
|
|
13
|
-
isGiftPackageEnabled: boolean;
|
|
14
|
-
isShowPostalCode: boolean;
|
|
15
|
-
constructor(data?: Partial<IkasCheckoutSettings>);
|
|
16
|
-
}
|
|
17
|
-
export declare enum IkasCheckoutRequirementEnum {
|
|
18
|
-
INVISIBLE = "INVISIBLE",
|
|
19
|
-
MANDATORY = "MANDATORY",
|
|
20
|
-
OPTIONAL = "OPTIONAL"
|
|
21
|
-
}
|
|
22
|
-
export declare type IkasCheckoutSettingsPrice = {
|
|
23
|
-
currencyCode: string;
|
|
24
|
-
price: number;
|
|
25
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { IkasCheckoutSettings } from "../../checkout-settings/index";
|
|
2
|
-
export declare class IkasCustomerAddress {
|
|
3
|
-
id?: string | null;
|
|
4
|
-
title?: string | null;
|
|
5
|
-
addressLine1?: string | null;
|
|
6
|
-
addressLine2?: string | null;
|
|
7
|
-
country?: IkasCustomerAddressCountry | null;
|
|
8
|
-
state?: IkasCustomerAddressState | null;
|
|
9
|
-
city?: IkasCustomerAddressCity | null;
|
|
10
|
-
district?: IkasCustomerAddressDistrict | null;
|
|
11
|
-
isDefault?: boolean | null;
|
|
12
|
-
company?: string | null;
|
|
13
|
-
firstName?: string | null;
|
|
14
|
-
lastName?: string | null;
|
|
15
|
-
phone?: string | null;
|
|
16
|
-
postalCode?: string | null;
|
|
17
|
-
identityNumber?: string | null;
|
|
18
|
-
taxNumber?: string | null;
|
|
19
|
-
taxOffice?: string | null;
|
|
20
|
-
checkoutSettings?: IkasCheckoutSettings;
|
|
21
|
-
isDistrictRequired?: boolean;
|
|
22
|
-
constructor(data?: Partial<IkasCustomerAddress>);
|
|
23
|
-
get addressText(): string;
|
|
24
|
-
get validationResult(): IkasAddressValidationResult;
|
|
25
|
-
get isValid(): boolean;
|
|
26
|
-
toJSON(): this;
|
|
27
|
-
}
|
|
28
|
-
declare type IkasCustomerAddressLocation = {
|
|
29
|
-
id?: string;
|
|
30
|
-
name?: string;
|
|
31
|
-
code?: string;
|
|
32
|
-
};
|
|
33
|
-
export declare type IkasCustomerAddressCountry = IkasCustomerAddressLocation;
|
|
34
|
-
export declare type IkasCustomerAddressCity = IkasCustomerAddressLocation;
|
|
35
|
-
export declare type IkasCustomerAddressDistrict = IkasCustomerAddressLocation;
|
|
36
|
-
export declare type IkasCustomerAddressState = IkasCustomerAddressLocation;
|
|
37
|
-
export declare type IkasAddressValidationResult = {
|
|
38
|
-
firstName: boolean;
|
|
39
|
-
lastName: boolean;
|
|
40
|
-
addressLine1: boolean;
|
|
41
|
-
country: boolean;
|
|
42
|
-
state: boolean;
|
|
43
|
-
city: boolean;
|
|
44
|
-
district: boolean;
|
|
45
|
-
phone: boolean;
|
|
46
|
-
identityNumber: boolean;
|
|
47
|
-
title: boolean;
|
|
48
|
-
};
|
|
49
|
-
export {};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IkasCustomerAddress } from "./address/index";
|
|
2
|
-
export declare class IkasCustomer {
|
|
3
|
-
id: string;
|
|
4
|
-
firstName: string;
|
|
5
|
-
lastName: string;
|
|
6
|
-
email: string;
|
|
7
|
-
phone?: string | null;
|
|
8
|
-
isEmailVerified: boolean;
|
|
9
|
-
isPhoneVerified: boolean;
|
|
10
|
-
accountStatus: IkasCustomerAccountStatus;
|
|
11
|
-
addresses: IkasCustomerAddress[];
|
|
12
|
-
subscriptionStatus: IkasCustomerEmailSubscriptionStatus | null;
|
|
13
|
-
constructor(data: Partial<IkasCustomer>);
|
|
14
|
-
get isSubscribed(): boolean;
|
|
15
|
-
get basicInfo(): {
|
|
16
|
-
id: string;
|
|
17
|
-
firstName: string;
|
|
18
|
-
lastName: string;
|
|
19
|
-
email: string;
|
|
20
|
-
phone: string | null | undefined;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
export declare enum IkasCustomerAccountStatus {
|
|
24
|
-
ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
|
|
25
|
-
DECLINED_ACCOUNT_INVITATION = "DECLINED_ACCOUNT_INVITATION",
|
|
26
|
-
DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
|
|
27
|
-
INVITED_TO_CREATE_ACCOUNT = "INVITED_TO_CREATE_ACCOUNT"
|
|
28
|
-
}
|
|
29
|
-
export declare enum IkasCustomerEmailSubscriptionStatus {
|
|
30
|
-
NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
|
|
31
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
32
|
-
SUBSCRIBED = "SUBSCRIBED"
|
|
33
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class IkasCustomerReview {
|
|
2
|
-
comment: string;
|
|
3
|
-
createdAt: string;
|
|
4
|
-
customerId: string;
|
|
5
|
-
deleted: boolean;
|
|
6
|
-
id: string;
|
|
7
|
-
orderId: string;
|
|
8
|
-
orderNumber: string;
|
|
9
|
-
productId: string;
|
|
10
|
-
salesChannelId: string;
|
|
11
|
-
star: number;
|
|
12
|
-
status: CustomerReviewStatusEnum;
|
|
13
|
-
storefrontId: string;
|
|
14
|
-
title: string;
|
|
15
|
-
updatedAt: string;
|
|
16
|
-
constructor(data: Partial<IkasCustomerReview>);
|
|
17
|
-
}
|
|
18
|
-
declare enum CustomerReviewStatusEnum {
|
|
19
|
-
APPROVED = "APPROVED",
|
|
20
|
-
REJECTED = "REJECTED",
|
|
21
|
-
WAITING = "WAITING"
|
|
22
|
-
}
|
|
23
|
-
export {};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class IkasHTMLMetaData {
|
|
2
|
-
slug: string;
|
|
3
|
-
pageTitle: string | null;
|
|
4
|
-
description: string | null;
|
|
5
|
-
targetType: IkasHTMLMetaDataTargetType | null;
|
|
6
|
-
targetId: string | null;
|
|
7
|
-
redirectTo?: string | null;
|
|
8
|
-
translations?: IkasHTMLMetaDataTranslations[] | null;
|
|
9
|
-
constructor(data?: Partial<IkasHTMLMetaData>);
|
|
10
|
-
private setTranslations;
|
|
11
|
-
}
|
|
12
|
-
export declare enum IkasHTMLMetaDataTargetType {
|
|
13
|
-
PRODUCT = "PRODUCT",
|
|
14
|
-
CATEGORY = "CATEGORY",
|
|
15
|
-
BRAND = "BRAND",
|
|
16
|
-
PAGE = "PAGE"
|
|
17
|
-
}
|
|
18
|
-
declare type IkasHTMLMetaDataTranslations = {
|
|
19
|
-
description: string | null;
|
|
20
|
-
locale: string;
|
|
21
|
-
pageTitle: string | null;
|
|
22
|
-
};
|
|
23
|
-
export {};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export * from "./blog/index";
|
|
2
|
-
export { IkasBrand } from "./brand/index";
|
|
3
|
-
export { IkasCategory, IkasFilterCategory, IkasCategoryPath } from "./category/index";
|
|
4
|
-
export * from "./checkout/index";
|
|
5
|
-
export type { IkasCity } from "./city/index";
|
|
6
|
-
export * from "./customer/address/index";
|
|
7
|
-
export { IkasCustomer } from "./customer/index";
|
|
8
|
-
export { IkasCustomerReview } from "./customer-review/index";
|
|
9
|
-
export type { IkasCustomerReviewSettings } from "./customer-review-settings/index";
|
|
10
|
-
export type { IkasCountry } from "./country/index";
|
|
11
|
-
export type { IkasDistrict } from "./district/index";
|
|
12
|
-
export { IkasHTMLMetaData, IkasHTMLMetaDataTargetType } from "./html-meta-data/index";
|
|
13
|
-
export { IkasImage } from "./image/index";
|
|
14
|
-
export * from "./installment-info/index";
|
|
15
|
-
export type { IkasInstallmentInfo, IkasInstallmentPrice, IkasInstallmentInfoInput, } from "./installment-info/index";
|
|
16
|
-
export * from "./merchant-settings/index";
|
|
17
|
-
export * from "./order/index";
|
|
18
|
-
export { IkasOrderLineItem } from "./order/line-item/index";
|
|
19
|
-
export { IkasOrderRefundSettings } from "./order/refund/settings";
|
|
20
|
-
export { IkasProduct, IkasProductType } from "./product/index";
|
|
21
|
-
export { IkasProductVariantType } from "./product/variant-type/index";
|
|
22
|
-
export { IkasProductVariant } from "./product/variant/index";
|
|
23
|
-
export { IkasProductPrice } from "./product/variant/price/index";
|
|
24
|
-
export { IkasProductAttribute, IkasProductAttributeType, } from "./product-attribute/index";
|
|
25
|
-
export { IkasProductAttributeValue, IkasAttributeTableCellValue, IkasProductAttributeMap, } from "./product/attribute-value/index";
|
|
26
|
-
export * from "./product-filter/index";
|
|
27
|
-
export { IkasFavoriteProduct } from "./favorite-product/index";
|
|
28
|
-
export { IkasContactForm } from "./contact-form/index";
|
|
29
|
-
export type { IkasState } from "./state/index";
|
|
30
|
-
export * from "./variant-type/index";
|
|
31
|
-
export { IkasVariantValue } from "./variant-type/variant-value/index";
|
|
32
|
-
export { IkasOrderTransaction, IkasTransactionStatusEnum, IkasTransactionTypeEnum, } from "./order-transaction/index";
|
|
33
|
-
export * from "./product-option-set/index";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare type IkasInstallmentInfo = {
|
|
2
|
-
bankName: string | null;
|
|
3
|
-
binNumber: string;
|
|
4
|
-
cardAssociation: IkasCardAssociation;
|
|
5
|
-
cardFamily: string | null;
|
|
6
|
-
cardType: IkasCardType;
|
|
7
|
-
installmentPrices: IkasInstallmentPrice[];
|
|
8
|
-
price: number;
|
|
9
|
-
};
|
|
10
|
-
export declare type IkasInstallmentPrice = {
|
|
11
|
-
installmentCount: number | null;
|
|
12
|
-
installmentPrice: number | null;
|
|
13
|
-
totalPrice: number | null;
|
|
14
|
-
};
|
|
15
|
-
export declare type IkasInstallmentInfoInput = {
|
|
16
|
-
binNumber: string;
|
|
17
|
-
paymentGatewayId: string;
|
|
18
|
-
price: number;
|
|
19
|
-
};
|
|
20
|
-
export declare enum IkasCardAssociation {
|
|
21
|
-
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
|
|
22
|
-
MASTER_CARD = "MASTER_CARD",
|
|
23
|
-
TROY = "TROY",
|
|
24
|
-
VISA = "VISA"
|
|
25
|
-
}
|
|
26
|
-
export declare enum IkasCardType {
|
|
27
|
-
CREDIT = "CREDIT",
|
|
28
|
-
DEBIT = "DEBIT",
|
|
29
|
-
PREPAID = "PREPAID"
|
|
30
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { IkasCheckoutSettings } from "../../checkout-settings/index";
|
|
2
|
-
export declare class IkasOrderAddress {
|
|
3
|
-
id?: string | null;
|
|
4
|
-
title?: string | null;
|
|
5
|
-
addressLine1?: string | null;
|
|
6
|
-
addressLine2?: string | null;
|
|
7
|
-
country?: IkasOrderAddressCountry | null;
|
|
8
|
-
state?: IkasOrderAddressState | null;
|
|
9
|
-
city?: IkasOrderAddressCity | null;
|
|
10
|
-
district?: IkasOrderAddressDistrict | null;
|
|
11
|
-
isDefault?: boolean | null;
|
|
12
|
-
company?: string | null;
|
|
13
|
-
firstName?: string | null;
|
|
14
|
-
lastName?: string | null;
|
|
15
|
-
phone?: string | null;
|
|
16
|
-
postalCode?: string | null;
|
|
17
|
-
identityNumber?: string | null;
|
|
18
|
-
taxNumber?: string | null;
|
|
19
|
-
taxOffice?: string | null;
|
|
20
|
-
checkoutSettings?: IkasCheckoutSettings;
|
|
21
|
-
isDistrictRequired?: boolean;
|
|
22
|
-
constructor(data?: Partial<IkasOrderAddress>);
|
|
23
|
-
get addressText(): string;
|
|
24
|
-
get validationResult(): IkasAddressValidationResult;
|
|
25
|
-
get isValid(): boolean;
|
|
26
|
-
toJSON(): this;
|
|
27
|
-
}
|
|
28
|
-
declare type IkasOrderAddressLocation = {
|
|
29
|
-
id?: string;
|
|
30
|
-
name?: string;
|
|
31
|
-
code?: string;
|
|
32
|
-
iso2?: string;
|
|
33
|
-
iso3?: string;
|
|
34
|
-
};
|
|
35
|
-
export declare type IkasOrderAddressCountry = IkasOrderAddressLocation;
|
|
36
|
-
export declare type IkasOrderAddressCity = IkasOrderAddressLocation;
|
|
37
|
-
export declare type IkasOrderAddressDistrict = IkasOrderAddressLocation;
|
|
38
|
-
export declare type IkasOrderAddressState = IkasOrderAddressLocation;
|
|
39
|
-
export declare type IkasAddressValidationResult = {
|
|
40
|
-
firstName: boolean;
|
|
41
|
-
lastName: boolean;
|
|
42
|
-
addressLine1: boolean;
|
|
43
|
-
country: boolean;
|
|
44
|
-
state: boolean;
|
|
45
|
-
city: boolean;
|
|
46
|
-
district: boolean;
|
|
47
|
-
phone: boolean;
|
|
48
|
-
identityNumber: boolean;
|
|
49
|
-
};
|
|
50
|
-
export {};
|