@ikas/storefront 3.0.0-alpha.49 → 3.0.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/__generated__/global-types.d.ts +772 -0
- package/build/__generated__/global-types.js +1 -0
- package/build/_virtual/Observable.js_commonjs-proxy.js +1 -0
- package/build/_virtual/_commonjsHelpers.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
- package/build/_virtual/parser.mjs_commonjs-proxy.js +1 -0
- package/build/analytics/analytics.d.ts +4 -5
- package/build/analytics/analytics.js +1 -1
- package/build/analytics/facebookPixel.d.ts +1 -2
- package/build/analytics/facebookPixel.js +1 -1
- package/build/analytics/googleAnalytics.d.ts +1 -2
- package/build/analytics/googleAnalytics.js +1 -1
- package/build/analytics/googleTagManager.d.ts +15 -16
- package/build/analytics/googleTagManager.js +1 -1
- package/build/analytics/googleUniversal.d.ts +1 -2
- package/build/analytics/googleUniversal.js +1 -1
- package/build/analytics/head/index.js +1 -1
- package/build/analytics/ikas.d.ts +1 -2
- package/build/analytics/ikas.js +1 -1
- package/build/api/apollo.d.ts +10 -0
- package/build/api/apollo.js +1 -0
- package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +24 -0
- package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +19 -0
- package/build/api/back-in-stock-reminder/index.d.ts +23 -0
- package/build/api/back-in-stock-reminder/index.js +1 -0
- package/build/api/blog/__generated__/getBlog.d.ts +110 -0
- package/build/api/blog/__generated__/listBlog.d.ts +113 -0
- package/build/api/blog/__generated__/listBlogCategory.d.ts +65 -0
- package/build/api/blog/__generated__/listBlogMetaData.d.ts +57 -0
- package/build/api/blog/index.d.ts +32 -0
- package/build/api/blog/index.js +1 -0
- package/build/api/brand/__generated__/listProductBrand.d.ts +88 -0
- package/build/api/brand/index.d.ts +16 -0
- package/build/api/brand/index.js +1 -0
- package/build/api/cart/__generated__/getCart.d.ts +178 -0
- package/build/api/cart/__generated__/saveItemToCart.d.ts +210 -0
- package/build/api/cart/index.d.ts +5 -0
- package/build/api/cart/index.js +1 -0
- package/build/api/category/__generated__/listCategory.d.ts +99 -0
- package/build/api/category/__generated__/listCategoryPaths.d.ts +32 -0
- package/build/api/category/index.d.ts +18 -0
- package/build/api/category/index.js +1 -0
- package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +11 -0
- package/build/api/checkout/__generated__/checkStocks.d.ts +18 -0
- package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +22 -0
- package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +10 -0
- package/build/api/checkout/__generated__/getCheckoutById.d.ts +574 -0
- package/build/api/checkout/__generated__/getOrder.d.ts +620 -0
- package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +34 -0
- package/build/api/checkout/__generated__/listPaymentGateway.d.ts +42 -0
- package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +23 -0
- package/build/api/checkout/__generated__/saveCheckout.d.ts +11 -0
- package/build/api/checkout/index.d.ts +35 -0
- package/build/api/checkout/index.js +1 -0
- package/build/api/city/__generated__/listCity.d.ts +20 -0
- package/build/api/city/index.d.ts +4 -0
- package/build/api/city/index.js +1 -0
- package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +10 -0
- package/build/api/contact-form/index.d.ts +11 -0
- package/build/api/contact-form/index.js +1 -0
- package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +6 -0
- package/build/api/country/__generated__/getMyCountry.d.ts +3 -0
- package/build/api/country/__generated__/listCountry.d.ts +41 -0
- package/build/api/country/index.d.ts +6 -0
- package/build/api/country/index.js +1 -0
- package/build/api/customer/__generated__/checkCustomerEmail.d.ts +10 -0
- package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +11 -0
- package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +590 -0
- package/build/api/customer/__generated__/customerForgotPassword.d.ts +7 -0
- package/build/api/customer/__generated__/customerLogin.d.ts +174 -0
- package/build/api/customer/__generated__/customerRecoverPassword.d.ts +8 -0
- package/build/api/customer/__generated__/customerRefreshToken.d.ts +11 -0
- package/build/api/customer/__generated__/customerSocialLogin.d.ts +173 -0
- package/build/api/customer/__generated__/getCustomerOrders.d.ts +620 -0
- package/build/api/customer/__generated__/getLastViewedProducts.d.ts +15 -0
- package/build/api/customer/__generated__/getMyCustomer.d.ts +156 -0
- package/build/api/customer/__generated__/getOrderByEmail.d.ts +621 -0
- package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +13 -0
- package/build/api/customer/__generated__/listOrderTransactions.d.ts +53 -0
- package/build/api/customer/__generated__/registerCustomer.d.ts +175 -0
- package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +11 -0
- package/build/api/customer/__generated__/saveMyCustomer.d.ts +171 -0
- package/build/api/customer/index.d.ts +51 -0
- package/build/api/customer/index.js +1 -0
- package/build/api/customer-attribute/__generated__/listCustomerAttribute.d.ts +44 -0
- package/build/api/customer-attribute/index.d.ts +4 -0
- package/build/api/customer-attribute/index.js +1 -0
- package/build/api/customer-review/__generated__/createCustomerReview.d.ts +11 -0
- package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +53 -0
- package/build/api/customer-review/index.d.ts +24 -0
- package/build/api/customer-review/index.js +1 -0
- package/build/api/customer-review-summary/__generated__/listCustomerReviewSummary.d.ts +59 -0
- package/build/api/customer-review-summary/index.d.ts +21 -0
- package/build/api/customer-review-summary/index.js +1 -0
- package/build/api/district/__generated__/listDistrict.d.ts +16 -0
- package/build/api/district/index.d.ts +4 -0
- package/build/api/district/index.js +1 -0
- package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +6 -0
- package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +12 -0
- package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +7 -0
- package/build/api/favorite-product/index.d.ts +6 -0
- package/build/api/favorite-product/index.js +1 -0
- package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +38 -0
- package/build/api/html-meta-data/index.d.ts +4 -0
- package/build/api/html-meta-data/index.js +1 -0
- package/build/api/index.d.ts +25 -0
- package/build/api/merchant/__generated__/listMerchantSettings.d.ts +9 -0
- package/build/api/merchant/index.d.ts +4 -0
- package/build/api/merchant/index.js +1 -0
- package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +72 -0
- package/build/api/product-attribute/index.d.ts +4 -0
- package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +91 -0
- package/build/api/product-campaign/index.d.ts +10 -0
- package/build/api/product-campaign/index.js +1 -0
- package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +7 -0
- package/build/api/product-option-file/index.d.ts +7 -0
- package/build/api/product-option-file/index.js +1 -0
- package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +104 -0
- package/build/api/product-option-set/index.d.ts +4 -0
- package/build/api/product-option-set/index.js +1 -0
- package/build/api/product-search/__generated__/getProductFilterData.d.ts +61 -0
- package/build/api/product-search/__generated__/getRelatedProducts.d.ts +14 -0
- package/build/api/product-search/__generated__/searchProducts.d.ts +26 -0
- package/build/api/product-search/index.d.ts +38 -0
- package/build/api/product-search/index.js +1 -0
- package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +44 -0
- package/build/api/raffle/__generated__/listRaffle.d.ts +85 -0
- package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +22 -0
- package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +30 -0
- package/build/api/raffle/index.d.ts +24 -0
- package/build/api/raffle/index.js +1 -0
- package/build/api/state/__generated__/listState.d.ts +19 -0
- package/build/api/state/index.d.ts +4 -0
- package/build/api/state/index.js +1 -0
- package/build/api/stock-location/__generated__/listStockLocation.d.ts +7 -0
- package/build/api/stock-location/index.d.ts +4 -0
- package/build/api/storefront/__generated__/getStorefront.d.ts +63 -0
- package/build/api/storefront/index.d.ts +4 -0
- package/build/api/storefront/index.js +1 -0
- package/build/api/variant-type/__generated__/listVariantType.d.ts +76 -0
- package/build/api/variant-type/index.d.ts +4 -0
- package/build/assets/translations/checkout/en.js +1 -1
- package/build/assets/translations/checkout/tr.js +1 -1
- package/build/components/checkout/components/address-form/index.js +1 -1
- package/build/components/checkout/components/address-form/model.d.ts +57 -11
- package/build/components/checkout/components/address-form/model.js +1 -1
- package/build/components/checkout/components/button/index.d.ts +1 -2
- package/build/components/checkout/components/button/index.js +1 -1
- package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
- package/build/components/checkout/components/cart-summary/index.js +1 -1
- package/build/components/checkout/components/checkbox/index.d.ts +1 -1
- package/build/components/checkout/components/credit-card-form/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/index.d.ts +0 -4
- package/build/components/checkout/components/customer-addresses/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
- package/build/components/checkout/components/customer-addresses/model.js +1 -1
- package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
- package/build/components/checkout/components/error/stock-error/index.js +1 -1
- package/build/components/checkout/components/form-item/index.js +1 -1
- package/build/components/checkout/components/form-item/model.d.ts +0 -2
- package/build/components/checkout/components/form-item/model.js +1 -1
- package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
- package/build/components/checkout/components/modal/index.js +1 -1
- package/build/components/checkout/components/select-box/index.d.ts +2 -2
- package/build/components/checkout/components/toggle/index.d.ts +1 -1
- package/build/components/checkout/index.d.ts +1 -2
- package/build/components/checkout/index.js +1 -1
- package/build/components/checkout/model.d.ts +8 -48
- package/build/components/checkout/model.js +1 -1
- package/build/components/checkout/steps/step-info/index.js +1 -1
- package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
- package/build/components/checkout/steps/step-shipping/index.js +1 -1
- package/build/components/checkout/steps/step-success/index.js +1 -1
- package/build/components/checkout/steps/step-success/style.module.scss.js +1 -1
- package/build/components/checkout/style.module.scss.js +1 -1
- package/build/components/index.d.ts +1 -1
- package/build/components/page/head.d.ts +1 -2
- package/build/components/page/head.js +1 -1
- package/build/components/page/index.d.ts +1 -2
- package/build/components/page/index.js +1 -1
- package/build/components/page-editor/ThemeComponentEditor.js +1 -1
- package/build/components/page-editor/model.js +1 -1
- package/build/ext/@apollo/client/cache/core/cache.js +1 -0
- package/build/ext/@apollo/client/cache/core/types/common.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/entityStore.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/helpers.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/policies.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +1 -0
- package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +1 -0
- package/build/ext/@apollo/client/core/ApolloClient.js +1 -0
- package/build/ext/@apollo/client/core/LocalState.js +1 -0
- package/build/ext/@apollo/client/core/ObservableQuery.js +1 -0
- package/build/ext/@apollo/client/core/QueryInfo.js +1 -0
- package/build/ext/@apollo/client/core/QueryManager.js +1 -0
- package/build/ext/@apollo/client/core/Reobserver.js +1 -0
- package/build/ext/@apollo/client/core/networkStatus.js +1 -0
- package/build/ext/@apollo/client/errors/index.js +1 -0
- package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +15 -0
- package/build/ext/@apollo/client/link/context/index.js +1 -0
- package/build/ext/@apollo/client/link/core/ApolloLink.js +1 -0
- package/build/ext/@apollo/client/link/core/execute.js +1 -0
- package/build/ext/@apollo/client/link/error/index.js +1 -0
- package/build/ext/@apollo/client/link/http/HttpLink.js +1 -0
- package/build/ext/@apollo/client/link/http/checkFetcher.js +1 -0
- package/build/ext/@apollo/client/link/http/createHttpLink.js +1 -0
- package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +1 -0
- package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +1 -0
- package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +1 -0
- package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +1 -0
- package/build/ext/@apollo/client/link/http/selectURI.js +1 -0
- package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +1 -0
- package/build/ext/@apollo/client/link/utils/createOperation.js +1 -0
- package/build/ext/@apollo/client/link/utils/fromError.js +1 -0
- package/build/ext/@apollo/client/link/utils/throwServerError.js +1 -0
- package/build/ext/@apollo/client/link/utils/transformOperation.js +1 -0
- package/build/ext/@apollo/client/link/utils/validateOperation.js +1 -0
- package/build/ext/@apollo/client/utilities/common/arrays.js +1 -0
- package/build/ext/@apollo/client/utilities/common/canUse.js +1 -0
- package/build/ext/@apollo/client/utilities/common/cloneDeep.js +1 -0
- package/build/ext/@apollo/client/utilities/common/compact.js +1 -0
- package/build/ext/@apollo/client/utilities/common/environment.js +1 -0
- package/build/ext/@apollo/client/utilities/common/errorHandling.js +1 -0
- package/build/ext/@apollo/client/utilities/common/filterInPlace.js +1 -0
- package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +1 -0
- package/build/ext/@apollo/client/utilities/common/mergeDeep.js +1 -0
- package/build/ext/@apollo/client/utilities/graphql/directives.js +1 -0
- package/build/ext/@apollo/client/utilities/graphql/fragments.js +1 -0
- package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +1 -0
- package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +1 -0
- package/build/ext/@apollo/client/utilities/graphql/transform.js +1 -0
- package/build/ext/@apollo/client/utilities/observables/Concast.js +1 -0
- package/build/ext/@apollo/client/utilities/observables/Observable.js +1 -0
- package/build/ext/@apollo/client/utilities/observables/asyncMap.js +1 -0
- package/build/ext/@apollo/client/utilities/observables/iteration.js +1 -0
- package/build/ext/@apollo/client/version.js +1 -0
- package/build/ext/@ungap/global-this/esm/index.js +1 -0
- package/build/ext/@wry/context/lib/context.esm.js +1 -0
- package/build/ext/@wry/equality/lib/equality.esm.js +1 -0
- package/build/ext/@wry/trie/lib/trie.esm.js +1 -0
- package/build/ext/fast-json-stable-stringify/index.js +1 -0
- package/build/ext/graphql/error/GraphQLError.mjs.js +1 -0
- package/build/ext/graphql/error/syntaxError.mjs.js +1 -0
- package/build/ext/graphql/jsutils/defineInspect.mjs.js +1 -0
- package/build/ext/graphql/jsutils/devAssert.mjs.js +1 -0
- package/build/ext/graphql/jsutils/inspect.mjs.js +1 -0
- package/build/ext/graphql/jsutils/instanceOf.mjs.js +1 -0
- package/build/ext/graphql/jsutils/invariant.mjs.js +1 -0
- package/build/ext/graphql/jsutils/isObjectLike.mjs.js +1 -0
- package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +1 -0
- package/build/ext/graphql/language/ast.mjs.js +1 -0
- package/build/ext/graphql/language/blockString.mjs.js +1 -0
- package/build/ext/graphql/language/directiveLocation.mjs.js +1 -0
- package/build/ext/graphql/language/kinds.mjs.js +1 -0
- package/build/ext/graphql/language/lexer.mjs.js +1 -0
- package/build/ext/graphql/language/location.mjs.js +1 -0
- package/build/ext/graphql/language/parser.mjs.js +1 -0
- package/build/ext/graphql/language/printLocation.mjs.js +1 -0
- package/build/ext/graphql/language/printer.mjs.js +1 -0
- package/build/ext/graphql/language/source.mjs.js +1 -0
- package/build/ext/graphql/language/tokenKind.mjs.js +1 -0
- package/build/ext/graphql/language/visitor.mjs.js +1 -0
- package/build/ext/graphql/polyfills/symbols.mjs.js +1 -0
- package/build/ext/graphql-tag/src/index.js +1 -0
- package/build/ext/optimism/lib/bundle.esm.js +1 -0
- package/build/ext/symbol-observable/es/index.js +1 -0
- package/build/ext/symbol-observable/es/ponyfill.js +1 -0
- package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +15 -0
- package/build/ext/ts-invariant/lib/invariant.esm.js +1 -0
- package/build/ext/tslib/tslib.es6.js +1 -1
- package/build/ext/uuid/dist/{esm-node → esm-browser}/regex.js +0 -0
- package/build/ext/uuid/dist/esm-browser/rng.js +1 -0
- package/build/ext/uuid/dist/esm-browser/stringify.js +1 -0
- package/build/ext/uuid/dist/esm-browser/v4.js +1 -0
- package/build/ext/uuid/dist/{esm-node → esm-browser}/validate.js +0 -0
- package/build/ext/zen-observable/index.js +1 -0
- package/build/ext/zen-observable/lib/Observable.js +1 -0
- package/build/ikas.js +30 -0
- package/build/index.d.ts +0 -1
- package/build/index.js +1 -1
- package/build/models/data/blog/index.d.ts +53 -19
- package/build/models/data/blog/index.js +1 -1
- package/build/models/data/brand/index.d.ts +14 -10
- package/build/models/data/brand/index.js +1 -1
- package/build/models/data/cart/index.d.ts +45 -18
- package/build/models/data/cart/index.js +1 -1
- package/build/models/data/category/index.d.ts +31 -18
- package/build/models/data/category/index.js +1 -1
- package/build/models/data/checkout/index.d.ts +90 -5
- package/build/models/data/checkout/index.js +1 -1
- package/build/models/data/checkout-settings/index.d.ts +20 -8
- package/build/models/data/checkout-settings/index.js +1 -1
- package/build/models/data/city/index.d.ts +4 -3
- package/build/models/data/country/index.d.ts +8 -3
- package/build/models/data/customer/address/index.d.ts +33 -36
- package/build/models/data/customer/address/index.js +1 -1
- package/build/models/data/customer/attribute-value/index.d.ts +6 -4
- package/build/models/data/customer/attribute-value/index.js +1 -1
- package/build/models/data/customer/index.d.ts +26 -29
- package/build/models/data/customer/index.js +1 -1
- package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +4 -2
- package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -1
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +15 -6
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -1
- package/build/models/data/customer-attribute/index.d.ts +27 -14
- package/build/models/data/customer-attribute/index.js +1 -1
- package/build/models/data/customer-review/index.d.ts +22 -7
- package/build/models/data/customer-review/index.js +1 -1
- package/build/models/data/customer-review-settings/index.d.ts +4 -0
- package/build/models/data/customer-review-summary/index.d.ts +14 -6
- package/build/models/data/customer-review-summary/index.js +1 -1
- package/build/models/data/district/index.d.ts +4 -3
- package/build/models/data/favorite-product/index.d.ts +5 -2
- package/build/models/data/favorite-product/index.js +1 -1
- package/build/models/data/html-meta-data/index.d.ts +18 -7
- package/build/models/data/html-meta-data/index.js +1 -1
- package/build/models/data/image/index.js +1 -1
- package/build/models/data/index.d.ts +38 -59
- package/build/models/data/installment-info/index.d.ts +30 -0
- package/build/models/data/installment-info/index.js +1 -0
- package/build/models/data/language/index.d.ts +6 -0
- package/build/models/data/merchant-settings/index.d.ts +5 -3
- package/build/models/data/merchant-settings/index.js +1 -1
- package/build/models/data/order/address/index.d.ts +32 -32
- package/build/models/data/order/address/index.js +1 -1
- package/build/models/data/order/adjustment/index.d.ts +15 -8
- package/build/models/data/order/gift-line/index.d.ts +4 -3
- package/build/models/data/order/index.d.ts +132 -39
- package/build/models/data/order/index.js +1 -1
- package/build/models/data/order/line-item/discount/index.d.ts +10 -5
- package/build/models/data/order/line-item/discount/index.js +1 -1
- package/build/models/data/order/line-item/index.d.ts +31 -10
- package/build/models/data/order/line-item/index.js +1 -1
- package/build/models/data/order/line-item/options/index.d.ts +11 -0
- package/build/models/data/order/line-item/options/index.js +1 -0
- package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
- package/build/models/data/order/line-item/options/options-value/index.js +1 -0
- package/build/models/data/order/line-item/variant/index.d.ts +17 -7
- package/build/models/data/order/line-item/variant/index.js +1 -1
- package/build/models/data/order/refund/index.d.ts +1 -1
- package/build/models/data/order/refund/refund-line-item/index.d.ts +5 -0
- package/build/models/data/order/refund/{settings/index.d.ts → settings.d.ts} +0 -0
- package/build/models/data/order/refund/{settings/index.js → settings.js} +0 -0
- package/build/models/data/order/shipping-line/index.d.ts +7 -3
- package/build/models/data/order-transaction/index.d.ts +74 -0
- package/build/models/data/order-transaction/index.js +1 -0
- package/build/models/data/payment-gateway/index.d.ts +34 -10
- package/build/models/data/payment-gateway/index.js +1 -1
- package/build/models/data/product/attribute-value/index.d.ts +5 -5
- package/build/models/data/product/attribute-value/index.js +1 -1
- package/build/models/data/product/variant/index.d.ts +1 -1
- package/build/models/data/product/variant/index.js +1 -1
- package/build/models/data/product/variant/price/index.d.ts +4 -2
- package/build/models/data/product/variant/price/index.js +1 -1
- package/build/models/data/product-attribute/index.d.ts +2 -2
- package/build/models/data/product-attribute/{option → product-attribute-option}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{option → product-attribute-option}/index.js +0 -0
- package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.js +0 -0
- package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +6 -0
- package/build/models/data/product-attribute/product-attribute-table-template/index.js +1 -0
- package/build/models/data/product-campaing/campaign/index.d.ts +41 -0
- package/build/models/data/{product-campaign → product-campaing}/campaign/index.js +0 -0
- package/build/models/data/{product-campaign → product-campaing}/filter/index.d.ts +0 -0
- package/build/models/data/{product-campaign → product-campaing}/filter/index.js +0 -0
- package/build/models/data/{product-campaign → product-campaing}/index.d.ts +0 -0
- package/build/models/data/{product-campaign → product-campaing}/index.js +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.d.ts +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.js +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.d.ts +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.js +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.d.ts +0 -0
- package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.js +0 -0
- package/build/models/data/product-cart-item-options/index.d.ts +6 -0
- package/build/models/data/product-cart-item-options/index.js +1 -0
- package/build/models/data/product-filter/index.d.ts +7 -6
- package/build/models/data/product-filter/index.js +1 -1
- package/build/models/data/product-option-set/index.d.ts +14 -2
- package/build/models/data/product-option-set/index.js +1 -1
- package/build/models/data/raffle/index.d.ts +0 -2
- package/build/models/data/raffle/index.js +1 -1
- package/build/models/data/simple-product/index.d.ts +138 -0
- package/build/models/data/state/index.d.ts +5 -3
- package/build/models/data/storefront/index.d.ts +0 -2
- package/build/models/data/storefront/index.js +1 -1
- package/build/models/theme/custom-data/index.js +1 -1
- package/build/models/theme/page/index.d.ts +1 -2
- package/build/models/theme/page/index.js +1 -1
- package/build/models/theme/settings/color/index.js +1 -1
- package/build/models/ui/blog-category-list/index.js +1 -1
- package/build/models/ui/blog-list/index.js +1 -1
- package/build/models/ui/brand-list/index.js +1 -1
- package/build/models/ui/category-list/index.js +1 -1
- package/build/models/ui/customer-review-list/index.js +1 -1
- package/build/models/ui/customer-review-summary-list/index.d.ts +1 -1
- package/build/models/ui/customer-review-summary-list/index.js +1 -1
- package/build/models/ui/product-detail/index.js +1 -1
- package/build/models/ui/product-list/index.d.ts +2 -2
- package/build/models/ui/product-list/index.js +1 -1
- package/build/models/ui/raffle-list/index.js +1 -1
- package/build/models/ui/validator/form/account-info.d.ts +1 -1
- package/build/models/ui/validator/form/account-info.js +1 -1
- package/build/models/ui/validator/form/address.js +1 -1
- package/build/models/ui/validator/form/raffle-form.js +1 -1
- package/build/models/ui/validator/form/register.d.ts +1 -1
- package/build/pages/404.js +1 -1
- package/build/pages/_slug_/index.js +1 -1
- package/build/pages/account/addresses.js +1 -1
- package/build/pages/account/favorite-products.js +1 -1
- package/build/pages/account/forgot-password.js +1 -1
- package/build/pages/account/index.js +1 -1
- package/build/pages/account/login.js +1 -1
- package/build/pages/account/orders/_id_.js +1 -1
- package/build/pages/account/orders/index.js +1 -1
- package/build/pages/account/raffles.js +1 -1
- package/build/pages/account/recover-password.js +1 -1
- package/build/pages/account/register.js +1 -1
- package/build/pages/blog/_slug_.js +1 -1
- package/build/pages/blog/index.js +1 -1
- package/build/pages/cart.js +1 -1
- package/build/pages/checkout.js +1 -1
- package/build/pages/editor.d.ts +1 -1
- package/build/pages/editor.js +1 -1
- package/build/pages/home.js +1 -1
- package/build/pages/pages/_slug_.js +1 -1
- package/build/pages/raffle/_slug_.js +1 -1
- package/build/pages/raffle/index.js +1 -1
- package/build/pages/search.js +1 -1
- package/build/providers/helpers/raffles.js +1 -1
- package/build/providers/page-data-get.d.ts +1 -4
- package/build/providers/page-data-get.js +1 -1
- package/build/providers/page-data-init.js +1 -1
- package/build/providers/page-data-next.d.ts +6 -30
- package/build/providers/page-data-next.js +1 -1
- package/build/providers/placeholders.js +1 -1
- package/build/providers/prop-value/attribute-list.js +1 -1
- package/build/providers/prop-value/attribute.js +1 -1
- package/build/providers/prop-value/blog-category-list.js +1 -1
- package/build/providers/prop-value/blog-category.js +1 -1
- package/build/providers/prop-value/blog-list.js +1 -1
- package/build/providers/prop-value/blog.js +1 -1
- package/build/providers/prop-value/brand-list.js +1 -1
- package/build/providers/prop-value/brand.js +1 -1
- package/build/providers/prop-value/category-list.js +1 -1
- package/build/providers/prop-value/category.js +1 -1
- package/build/providers/prop-value/custom.js +1 -1
- package/build/providers/prop-value/image-list.js +1 -1
- package/build/providers/prop-value/image.js +1 -1
- package/build/providers/prop-value/link.js +1 -1
- package/build/providers/prop-value/product-detail.js +1 -1
- package/build/providers/prop-value/product-list.js +1 -1
- package/build/providers/prop-value/raffle-list.js +1 -1
- package/build/providers/prop-value/raffle.js +1 -1
- package/build/providers/prop-value/slider.d.ts +1 -1
- package/build/scripts/generators/config/content.d.ts +0 -5
- package/build/scripts/generators/config/content.js +1 -1
- package/build/scripts/generators/config/index.js +1 -1
- package/build/scripts/generators/types/index.d.ts +1 -2
- package/build/scripts/generators/types/index.js +1 -1
- package/build/store/base.d.ts +0 -2
- package/build/store/base.js +1 -1
- package/build/store/cart.d.ts +29 -0
- package/build/store/cart.js +1 -0
- package/build/store/customer.d.ts +96 -0
- package/build/store/customer.js +1 -0
- package/build/storefront/index.d.ts +2 -9
- package/build/storefront/index.js +1 -1
- package/build/utils/constants.d.ts +0 -1
- package/build/utils/constants.js +1 -1
- package/build/utils/currency.d.ts +2 -2
- package/build/utils/currency.js +1 -1
- package/build/utils/helper.js +1 -1
- package/package.json +7 -7
- package/build/__api/models/AbandonedCartFlow.d.ts +0 -19
- package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +0 -10
- package/build/__api/models/AddItemToCartInput.d.ts +0 -16
- package/build/__api/models/AdditionalPrice.d.ts +0 -13
- package/build/__api/models/AdditionalPrice.js +0 -1
- package/build/__api/models/ApplicableProductFilterValue.d.ts +0 -13
- package/build/__api/models/AppliedProduct.d.ts +0 -10
- package/build/__api/models/AppliedProductInput.d.ts +0 -10
- package/build/__api/models/AvailableShippingMethod.d.ts +0 -14
- package/build/__api/models/AvailableShippingMethod.js +0 -1
- package/build/__api/models/Blog.d.ts +0 -28
- package/build/__api/models/Blog.js +0 -1
- package/build/__api/models/BlogCategory.d.ts +0 -13
- package/build/__api/models/BlogCategory.js +0 -1
- package/build/__api/models/BlogCategoryPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogContent.d.ts +0 -12
- package/build/__api/models/BlogContent.js +0 -1
- package/build/__api/models/BlogMetadata.d.ts +0 -17
- package/build/__api/models/BlogMetadata.js +0 -1
- package/build/__api/models/BlogMetadataPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/BlogPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogTag.d.ts +0 -10
- package/build/__api/models/BlogTag.js +0 -1
- package/build/__api/models/BlogWriter.d.ts +0 -10
- package/build/__api/models/BlogWriter.js +0 -1
- package/build/__api/models/BooleanFilterInput.d.ts +0 -9
- package/build/__api/models/BuyX.d.ts +0 -12
- package/build/__api/models/BuyXThenGetY.d.ts +0 -13
- package/build/__api/models/Campaign.d.ts +0 -30
- package/build/__api/models/CampaignDateRangeField.d.ts +0 -10
- package/build/__api/models/CampaignFilter.d.ts +0 -11
- package/build/__api/models/CampaignMinMaxRangeField.d.ts +0 -10
- package/build/__api/models/CampaignOffer.d.ts +0 -22
- package/build/__api/models/CampaignOffer.js +0 -1
- package/build/__api/models/CampaignOfferProduct.d.ts +0 -22
- package/build/__api/models/CampaignOfferProduct.js +0 -1
- package/build/__api/models/CampaignOfferProductTranslation.d.ts +0 -11
- package/build/__api/models/CampaignOfferProductTranslation.js +0 -1
- package/build/__api/models/CampaignOfferTriggerSettings.d.ts +0 -11
- package/build/__api/models/CampaignOfferTriggerSettings.js +0 -1
- package/build/__api/models/Cart.d.ts +0 -31
- package/build/__api/models/CartCampaignOffer.d.ts +0 -17
- package/build/__api/models/CartLineItemInput.d.ts +0 -12
- package/build/__api/models/CartLineOptionInput.d.ts +0 -11
- package/build/__api/models/CartLineVariantInput.d.ts +0 -10
- package/build/__api/models/CartStorefrontRouting.d.ts +0 -15
- package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/CartV2.d.ts +0 -68
- package/build/__api/models/CartV2CampaignOffer.d.ts +0 -19
- package/build/__api/models/CartV2CampaignOffer.js +0 -1
- package/build/__api/models/Category.d.ts +0 -27
- package/build/__api/models/Category.js +0 -1
- package/build/__api/models/CategoryCondition.d.ts +0 -11
- package/build/__api/models/CategoryCondition.js +0 -1
- package/build/__api/models/CategoryFilterInput.d.ts +0 -10
- package/build/__api/models/CategoryPaginationResponse.d.ts +0 -14
- package/build/__api/models/CategoryPathFilterInput.d.ts +0 -9
- package/build/__api/models/CategoryPathItem.d.ts +0 -17
- package/build/__api/models/CategoryPathItem.js +0 -1
- package/build/__api/models/CategoryTranslation.d.ts +0 -11
- package/build/__api/models/CategoryTranslation.js +0 -1
- package/build/__api/models/CheckStocksLineInput.d.ts +0 -11
- package/build/__api/models/CheckStocksLineInput.js +0 -1
- package/build/__api/models/CheckStocksLineResponse.d.ts +0 -11
- package/build/__api/models/CheckStocksResponse.d.ts +0 -10
- package/build/__api/models/Checkout.d.ts +0 -44
- package/build/__api/models/CheckoutCustomer.d.ts +0 -19
- package/build/__api/models/CheckoutCustomerInput.d.ts +0 -13
- package/build/__api/models/CheckoutCustomerInput.js +0 -1
- package/build/__api/models/CheckoutOption.d.ts +0 -10
- package/build/__api/models/CheckoutOption.js +0 -1
- package/build/__api/models/CheckoutSettings.d.ts +0 -24
- package/build/__api/models/CheckoutSettings.js +0 -1
- package/build/__api/models/CheckoutSettingsPrice.d.ts +0 -10
- package/build/__api/models/CheckoutSettingsPrice.js +0 -1
- package/build/__api/models/City.d.ts +0 -16
- package/build/__api/models/City.js +0 -1
- package/build/__api/models/Country.d.ts +0 -22
- package/build/__api/models/Country.js +0 -1
- package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +0 -12
- package/build/__api/models/CreateCustomerReviewInput.d.ts +0 -20
- package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +0 -10
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +0 -14
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +0 -14
- package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +0 -12
- package/build/__api/models/CreateStripePaymentIntentResponse.js +0 -1
- package/build/__api/models/CurrencyRate.d.ts +0 -13
- package/build/__api/models/CurrencyRateData.d.ts +0 -10
- package/build/__api/models/Customer.d.ts +0 -34
- package/build/__api/models/CustomerAddress.d.ts +0 -31
- package/build/__api/models/CustomerAddressCity.d.ts +0 -11
- package/build/__api/models/CustomerAddressCity.js +0 -1
- package/build/__api/models/CustomerAddressCityInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressCityInput.js +0 -1
- package/build/__api/models/CustomerAddressCountry.d.ts +0 -13
- package/build/__api/models/CustomerAddressCountry.js +0 -1
- package/build/__api/models/CustomerAddressCountryInput.d.ts +0 -13
- package/build/__api/models/CustomerAddressCountryInput.js +0 -1
- package/build/__api/models/CustomerAddressDistrict.d.ts +0 -11
- package/build/__api/models/CustomerAddressDistrict.js +0 -1
- package/build/__api/models/CustomerAddressDistrictInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressDistrictInput.js +0 -1
- package/build/__api/models/CustomerAddressState.d.ts +0 -11
- package/build/__api/models/CustomerAddressState.js +0 -1
- package/build/__api/models/CustomerAddressStateInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressStateInput.js +0 -1
- package/build/__api/models/CustomerAttribute.d.ts +0 -19
- package/build/__api/models/CustomerAttribute.js +0 -1
- package/build/__api/models/CustomerAttributeOption.d.ts +0 -10
- package/build/__api/models/CustomerAttributeOption.js +0 -1
- package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +0 -10
- package/build/__api/models/CustomerAttributeOptionTranslation.js +0 -1
- package/build/__api/models/CustomerAttributeSalesChannel.d.ts +0 -13
- package/build/__api/models/CustomerAttributeSalesChannel.js +0 -1
- package/build/__api/models/CustomerAttributeTranslation.d.ts +0 -13
- package/build/__api/models/CustomerAttributeTranslation.js +0 -1
- package/build/__api/models/CustomerAttributeValue.d.ts +0 -11
- package/build/__api/models/CustomerAttributeValue.js +0 -1
- package/build/__api/models/CustomerAttributeValueInput.d.ts +0 -11
- package/build/__api/models/CustomerAttributeValueInput.js +0 -1
- package/build/__api/models/CustomerCheckResponse.d.ts +0 -9
- package/build/__api/models/CustomerFavoriteProduct.d.ts +0 -11
- package/build/__api/models/CustomerFavoriteProduct.js +0 -1
- package/build/__api/models/CustomerLoginResponse.d.ts +0 -12
- package/build/__api/models/CustomerRefreshTokenResponse.d.ts +0 -10
- package/build/__api/models/CustomerReview.d.ts +0 -24
- package/build/__api/models/CustomerReview.js +0 -1
- package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummary.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummary.js +0 -1
- package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummaryStar.d.ts +0 -10
- package/build/__api/models/CustomerReviewSummaryStar.js +0 -1
- package/build/__api/models/DateFilterInput.d.ts +0 -16
- package/build/__api/models/District.d.ts +0 -16
- package/build/__api/models/District.js +0 -1
- package/build/__api/models/FixedDiscount.d.ts +0 -14
- package/build/__api/models/GetAvailableStockLocation.d.ts +0 -14
- package/build/__api/models/GetAvailableStockLocation.js +0 -1
- package/build/__api/models/GetAvailableStockLocationAddress.d.ts +0 -16
- package/build/__api/models/GetAvailableStockLocationAddress.js +0 -1
- package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +0 -11
- package/build/__api/models/GetAvailableStockLocationAddressCity.js +0 -1
- package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +0 -10
- package/build/__api/models/GetOrderLineFile.d.ts +0 -9
- package/build/__api/models/GetProductCampaignsInput.d.ts +0 -11
- package/build/__api/models/GetProductCampaignsResponse.d.ts +0 -11
- package/build/__api/models/GetProductOptionFileUrl.d.ts +0 -11
- package/build/__api/models/GetVariantStockLocation.d.ts +0 -12
- package/build/__api/models/GetVariantStockLocationListResponse.d.ts +0 -10
- package/build/__api/models/GetY.d.ts +0 -13
- package/build/__api/models/HTMLMetaData.d.ts +0 -22
- package/build/__api/models/HTMLMetaData.js +0 -1
- package/build/__api/models/HTMLMetaDataOverride.d.ts +0 -13
- package/build/__api/models/HTMLMetaDataOverride.js +0 -1
- package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +0 -11
- package/build/__api/models/HTMLMetaDataTranslation.js +0 -1
- package/build/__api/models/Invoice.d.ts +0 -16
- package/build/__api/models/Invoice.js +0 -1
- package/build/__api/models/ListCustomerReviewInput.d.ts +0 -9
- package/build/__api/models/LocationTranslations.d.ts +0 -10
- package/build/__api/models/LocationTranslations.js +0 -1
- package/build/__api/models/MasterpassTokenResponse.d.ts +0 -11
- package/build/__api/models/MerchantSettings.d.ts +0 -14
- package/build/__api/models/MerchantSettings.js +0 -1
- package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +0 -15
- package/build/__api/models/MerchantSettingsCurrencyFormat.js +0 -1
- package/build/__api/models/OrderAddress.d.ts +0 -28
- package/build/__api/models/OrderAddressCity.d.ts +0 -11
- package/build/__api/models/OrderAddressCity.js +0 -1
- package/build/__api/models/OrderAddressCityInput.d.ts +0 -11
- package/build/__api/models/OrderAddressCityInput.js +0 -1
- package/build/__api/models/OrderAddressCountry.d.ts +0 -13
- package/build/__api/models/OrderAddressCountry.js +0 -1
- package/build/__api/models/OrderAddressCountryInput.d.ts +0 -13
- package/build/__api/models/OrderAddressCountryInput.js +0 -1
- package/build/__api/models/OrderAddressDistrict.d.ts +0 -11
- package/build/__api/models/OrderAddressDistrict.js +0 -1
- package/build/__api/models/OrderAddressDistrictInput.d.ts +0 -11
- package/build/__api/models/OrderAddressDistrictInput.js +0 -1
- package/build/__api/models/OrderAddressInput.d.ts +0 -28
- package/build/__api/models/OrderAddressInput.js +0 -1
- package/build/__api/models/OrderAddressState.d.ts +0 -11
- package/build/__api/models/OrderAddressState.js +0 -1
- package/build/__api/models/OrderAddressStateInput.d.ts +0 -11
- package/build/__api/models/OrderAddressStateInput.js +0 -1
- package/build/__api/models/OrderAdjustment.d.ts +0 -19
- package/build/__api/models/OrderAdjustment.js +0 -1
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +0 -12
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +0 -1
- package/build/__api/models/OrderAdjustmentInput.d.ts +0 -16
- package/build/__api/models/OrderAdjustmentInput.js +0 -1
- package/build/__api/models/OrderCurrencyRate.d.ts +0 -11
- package/build/__api/models/OrderCustomer.d.ts +0 -16
- package/build/__api/models/OrderGiftPackageLine.d.ts +0 -10
- package/build/__api/models/OrderGiftPackageLine.js +0 -1
- package/build/__api/models/OrderLineDiscount.d.ts +0 -15
- package/build/__api/models/OrderLineDiscount.js +0 -1
- package/build/__api/models/OrderLineItem.d.ts +0 -26
- package/build/__api/models/OrderLineItem.js +0 -1
- package/build/__api/models/OrderLineOption.d.ts +0 -15
- package/build/__api/models/OrderLineOption.js +0 -1
- package/build/__api/models/OrderLineOptionValue.d.ts +0 -11
- package/build/__api/models/OrderLineOptionValue.js +0 -1
- package/build/__api/models/OrderLineVariant.d.ts +0 -27
- package/build/__api/models/OrderLineVariant.js +0 -1
- package/build/__api/models/OrderLineVariantBrand.d.ts +0 -10
- package/build/__api/models/OrderLineVariantBrand.js +0 -1
- package/build/__api/models/OrderLineVariantCategory.d.ts +0 -12
- package/build/__api/models/OrderLineVariantCategory.js +0 -1
- package/build/__api/models/OrderLineVariantCategoryPath.d.ts +0 -10
- package/build/__api/models/OrderLineVariantCategoryPath.js +0 -1
- package/build/__api/models/OrderLineVariantPrice.d.ts +0 -13
- package/build/__api/models/OrderLineVariantPrice.js +0 -1
- package/build/__api/models/OrderLineVariantVariantValues.d.ts +0 -13
- package/build/__api/models/OrderLineVariantVariantValues.js +0 -1
- package/build/__api/models/OrderPackage.d.ts +0 -18
- package/build/__api/models/OrderPackage.js +0 -1
- package/build/__api/models/OrderPaymentMethod.d.ts +0 -14
- package/build/__api/models/OrderPaymentMethod.js +0 -1
- package/build/__api/models/OrderRefundOrderLineInput.d.ts +0 -10
- package/build/__api/models/OrderRefundOrderLineInput.js +0 -1
- package/build/__api/models/OrderRefundRequestInput.d.ts +0 -12
- package/build/__api/models/OrderRefundSettings.d.ts +0 -14
- package/build/__api/models/OrderShippingLine.d.ts +0 -17
- package/build/__api/models/OrderShippingLine.js +0 -1
- package/build/__api/models/OrderStorefrontRouting.d.ts +0 -15
- package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/OrderTaxLine.d.ts +0 -10
- package/build/__api/models/OrderTaxLine.js +0 -1
- package/build/__api/models/PaginationInput.d.ts +0 -10
- package/build/__api/models/PaymentGateway.d.ts +0 -29
- package/build/__api/models/PaymentGateway.js +0 -1
- package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +0 -10
- package/build/__api/models/PaymentGatewayPaymentMethod.js +0 -1
- package/build/__api/models/PaymentGatewaySettings.d.ts +0 -13
- package/build/__api/models/PaymentGatewaySettings.js +0 -1
- package/build/__api/models/PaymentGatewayTranslation.d.ts +0 -11
- package/build/__api/models/PaymentGatewayTranslation.js +0 -1
- package/build/__api/models/PaymentMethodDetailInput.d.ts +0 -15
- package/build/__api/models/Product.d.ts +0 -33
- package/build/__api/models/ProductAttribute.d.ts +0 -19
- package/build/__api/models/ProductAttributeOption.d.ts +0 -10
- package/build/__api/models/ProductAttributeOptionTranslation.d.ts +0 -10
- package/build/__api/models/ProductAttributeTableCellData.d.ts +0 -10
- package/build/__api/models/ProductAttributeTableTemplate.d.ts +0 -11
- package/build/__api/models/ProductAttributeTranslation.d.ts +0 -13
- package/build/__api/models/ProductAttributeValue.d.ts +0 -12
- package/build/__api/models/ProductAttributeValue.js +0 -1
- package/build/__api/models/ProductBackInStockRemind.d.ts +0 -14
- package/build/__api/models/ProductBackInStockRemindInput.d.ts +0 -11
- package/build/__api/models/ProductBrand.d.ts +0 -19
- package/build/__api/models/ProductBrand.js +0 -1
- package/build/__api/models/ProductBrandPaginationResponse.d.ts +0 -14
- package/build/__api/models/ProductBrandTranslation.d.ts +0 -11
- package/build/__api/models/ProductBrandTranslation.js +0 -1
- package/build/__api/models/ProductFacetCount.d.ts +0 -11
- package/build/__api/models/ProductFacetCountValue.d.ts +0 -10
- package/build/__api/models/ProductFilterData.d.ts +0 -12
- package/build/__api/models/ProductFilterDataFilter.d.ts +0 -24
- package/build/__api/models/ProductFilterSettings.d.ts +0 -14
- package/build/__api/models/ProductImage.d.ts +0 -12
- package/build/__api/models/ProductItem.d.ts +0 -11
- package/build/__api/models/ProductItemInput.d.ts +0 -11
- package/build/__api/models/ProductLastViewed.d.ts +0 -12
- package/build/__api/models/ProductLastViewedInput.d.ts +0 -12
- package/build/__api/models/ProductOption.d.ts +0 -28
- package/build/__api/models/ProductOptionDateSettings.d.ts +0 -12
- package/build/__api/models/ProductOptionFileSettings.d.ts +0 -11
- package/build/__api/models/ProductOptionSelectSettings.d.ts +0 -14
- package/build/__api/models/ProductOptionSelectValue.d.ts +0 -16
- package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +0 -10
- package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +0 -10
- package/build/__api/models/ProductOptionSet.d.ts +0 -14
- package/build/__api/models/ProductOptionSetTranslations.d.ts +0 -11
- package/build/__api/models/ProductOptionTextSettings.d.ts +0 -10
- package/build/__api/models/ProductOptionTranslations.d.ts +0 -13
- package/build/__api/models/ProductPaginationResponse.d.ts +0 -14
- package/build/__api/models/ProductPrice.d.ts +0 -13
- package/build/__api/models/ProductPrice.js +0 -1
- package/build/__api/models/ProductSearchResponse.d.ts +0 -17
- package/build/__api/models/ProductStockLocation.d.ts +0 -13
- package/build/__api/models/ProductTagTranslation.d.ts +0 -11
- package/build/__api/models/ProductTranslation.d.ts +0 -11
- package/build/__api/models/ProductVariantType.d.ts +0 -11
- package/build/__api/models/Raffle.d.ts +0 -23
- package/build/__api/models/RaffleDateRangeField.d.ts +0 -10
- package/build/__api/models/RaffleMetadata.d.ts +0 -17
- package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/RafflePaginationResponse.d.ts +0 -14
- package/build/__api/models/RaffleParticipants.d.ts +0 -23
- package/build/__api/models/RaffleParticipantsInput.d.ts +0 -17
- package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +0 -13
- package/build/__api/models/RaffleVariantInformation.d.ts +0 -10
- package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +0 -11
- package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +0 -17
- package/build/__api/models/SaveCartInput.d.ts +0 -23
- package/build/__api/models/SaveCartInput.js +0 -1
- package/build/__api/models/SaveCheckoutInput.d.ts +0 -26
- package/build/__api/models/SaveItemToCartInput.d.ts +0 -19
- package/build/__api/models/SaveMyCustomerAddressInput.d.ts +0 -29
- package/build/__api/models/SaveMyCustomerAddressInput.js +0 -1
- package/build/__api/models/SaveMyCustomerInput.d.ts +0 -17
- package/build/__api/models/SaveMyCustomerInput.js +0 -1
- package/build/__api/models/SearchCategory.d.ts +0 -15
- package/build/__api/models/SearchCategoryPath.d.ts +0 -13
- package/build/__api/models/SearchDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/SearchHTMLMetaData.d.ts +0 -18
- package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +0 -13
- package/build/__api/models/SearchInput.d.ts +0 -32
- package/build/__api/models/SearchInputFacetListInput.d.ts +0 -12
- package/build/__api/models/SearchInputFilterListInput.d.ts +0 -14
- package/build/__api/models/SearchInputFilterListInput.js +0 -1
- package/build/__api/models/SearchInputOrderByInput.d.ts +0 -11
- package/build/__api/models/SearchProduct.d.ts +0 -34
- package/build/__api/models/SearchProductAttribute.d.ts +0 -15
- package/build/__api/models/SearchProductAttributeOption.d.ts +0 -10
- package/build/__api/models/SearchProductAttributeTableCellData.d.ts +0 -10
- package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +0 -11
- package/build/__api/models/SearchProductAttributeValue.d.ts +0 -14
- package/build/__api/models/SearchProductBrand.d.ts +0 -13
- package/build/__api/models/SearchProductImage.d.ts +0 -12
- package/build/__api/models/SearchProductPrice.d.ts +0 -13
- package/build/__api/models/SearchProductStockLocation.d.ts +0 -10
- package/build/__api/models/SearchProductTag.d.ts +0 -12
- package/build/__api/models/SearchProductVariantType.d.ts +0 -12
- package/build/__api/models/SearchVariant.d.ts +0 -25
- package/build/__api/models/SearchVariantType.d.ts +0 -15
- package/build/__api/models/SearchVariantValue.d.ts +0 -12
- package/build/__api/models/SearchVariationValueRelation.d.ts +0 -10
- package/build/__api/models/SocialLoginSettings.d.ts +0 -12
- package/build/__api/models/State.d.ts +0 -12
- package/build/__api/models/State.js +0 -1
- package/build/__api/models/StockLocation.d.ts +0 -18
- package/build/__api/models/StockLocation.js +0 -1
- package/build/__api/models/StockLocationAddress.d.ts +0 -19
- package/build/__api/models/StockLocationAddress.js +0 -1
- package/build/__api/models/StockLocationAddressCity.d.ts +0 -11
- package/build/__api/models/StockLocationAddressCity.js +0 -1
- package/build/__api/models/StockLocationAddressCountry.d.ts +0 -11
- package/build/__api/models/StockLocationAddressCountry.js +0 -1
- package/build/__api/models/StockLocationAddressDistrict.d.ts +0 -11
- package/build/__api/models/StockLocationAddressDistrict.js +0 -1
- package/build/__api/models/StockLocationAddressState.d.ts +0 -11
- package/build/__api/models/StockLocationAddressState.js +0 -1
- package/build/__api/models/Storefront.d.ts +0 -32
- package/build/__api/models/StorefrontDomain.d.ts +0 -13
- package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/StorefrontLocalization.d.ts +0 -12
- package/build/__api/models/StorefrontOrder.d.ts +0 -50
- package/build/__api/models/StorefrontRouting.d.ts +0 -16
- package/build/__api/models/StorefrontTheme.d.ts +0 -15
- package/build/__api/models/StorefrontTransaction.d.ts +0 -27
- package/build/__api/models/StringFilterInput.d.ts +0 -13
- package/build/__api/models/Town.d.ts +0 -12
- package/build/__api/models/TrackingInfo.d.ts +0 -13
- package/build/__api/models/TrackingInfo.js +0 -1
- package/build/__api/models/TransactionError.d.ts +0 -11
- package/build/__api/models/TransactionError.js +0 -1
- package/build/__api/models/TransactionInstallmentPrice.d.ts +0 -13
- package/build/__api/models/TransactionInstallmentPrice.js +0 -1
- package/build/__api/models/TransactionPaymentMethodDetail.d.ts +0 -18
- package/build/__api/models/TransactionPaymentMethodDetail.js +0 -1
- package/build/__api/models/TransactionResponse.d.ts +0 -16
- package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +0 -14
- package/build/__api/models/Variant.d.ts +0 -25
- package/build/__api/models/VariantStock.d.ts +0 -10
- package/build/__api/models/VariantType.d.ts +0 -16
- package/build/__api/models/VariantTypeTranslation.d.ts +0 -12
- package/build/__api/models/VariantValue.d.ts +0 -12
- package/build/__api/models/VariantValueRelation.d.ts +0 -10
- package/build/__api/models/VariantValueTranslation.d.ts +0 -10
- package/build/__api/models/_base.d.ts +0 -18
- package/build/__api/models/_base.js +0 -1
- package/build/__api/mutations/activateCustomer.d.ts +0 -6
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +0 -218
- package/build/__api/mutations/addItemToCart.d.ts +0 -245
- package/build/__api/mutations/addItemToCart.js +0 -1
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +0 -69
- package/build/__api/mutations/createCustomerEmailSubscription.js +0 -1
- package/build/__api/mutations/createCustomerReview.d.ts +0 -27
- package/build/__api/mutations/createCustomerReview.js +0 -1
- package/build/__api/mutations/createOrderRefundRequest.d.ts +0 -198
- package/build/__api/mutations/createOrderRefundRequest.js +0 -1
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +0 -17
- package/build/__api/mutations/createSaleTransactionWithCart.js +0 -1
- package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +0 -17
- package/build/__api/mutations/createStripePaymentIntent.d.ts +0 -13
- package/build/__api/mutations/createStripePaymentIntent.js +0 -1
- package/build/__api/mutations/customerForgotPassword.d.ts +0 -7
- package/build/__api/mutations/customerForgotPassword.js +0 -1
- package/build/__api/mutations/customerLogin.d.ts +0 -72
- package/build/__api/mutations/customerLogin.js +0 -1
- package/build/__api/mutations/customerRecoverPassword.d.ts +0 -8
- package/build/__api/mutations/customerRecoverPassword.js +0 -1
- package/build/__api/mutations/customerRefreshToken.d.ts +0 -11
- package/build/__api/mutations/customerRefreshToken.js +0 -1
- package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +0 -6
- package/build/__api/mutations/getOrderLineFile.d.ts +0 -7
- package/build/__api/mutations/getOrderLineFile.js +0 -1
- package/build/__api/mutations/registerCustomer.d.ts +0 -77
- package/build/__api/mutations/registerCustomer.js +0 -1
- package/build/__api/mutations/retrieveInstallmentInfo.d.ts +0 -20
- package/build/__api/mutations/retrieveInstallmentInfo.js +0 -1
- package/build/__api/mutations/saveCart.d.ts +0 -245
- package/build/__api/mutations/saveCart.js +0 -1
- package/build/__api/mutations/saveCartCouponCode.d.ts +0 -246
- package/build/__api/mutations/saveCartCouponCode.js +0 -1
- package/build/__api/mutations/saveCheckout.d.ts +0 -217
- package/build/__api/mutations/saveFavoriteProduct.d.ts +0 -7
- package/build/__api/mutations/saveFavoriteProduct.js +0 -1
- package/build/__api/mutations/saveItemToCart.d.ts +0 -97
- package/build/__api/mutations/saveLastViewedProducts.d.ts +0 -20
- package/build/__api/mutations/saveLastViewedProducts.js +0 -1
- package/build/__api/mutations/saveMyCustomer.d.ts +0 -69
- package/build/__api/mutations/saveMyCustomer.js +0 -1
- package/build/__api/mutations/saveProductBackInStockRemind.d.ts +0 -18
- package/build/__api/mutations/saveProductBackInStockRemind.js +0 -1
- package/build/__api/mutations/saveRaffleParticipant.d.ts +0 -27
- package/build/__api/mutations/saveRaffleParticipant.js +0 -1
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +0 -11
- package/build/__api/mutations/sendContactFormToMerchant.js +0 -1
- package/build/__api/mutations/updateCartCampaignOffer.d.ts +0 -245
- package/build/__api/mutations/updateCartCampaignOffer.js +0 -1
- package/build/__api/mutations/updateRaffleParticipant.d.ts +0 -28
- package/build/__api/queries/checkCustomerEmail.d.ts +0 -11
- package/build/__api/queries/checkCustomerEmail.js +0 -1
- package/build/__api/queries/checkStocks.d.ts +0 -13
- package/build/__api/queries/checkStocks.js +0 -1
- package/build/__api/queries/customerSocialLogin.d.ts +0 -71
- package/build/__api/queries/customerSocialLogin.js +0 -1
- package/build/__api/queries/getAvailableShippingCountries.d.ts +0 -6
- package/build/__api/queries/getAvailableShippingCountries.js +0 -1
- package/build/__api/queries/getAvailableStockLocations.d.ts +0 -28
- package/build/__api/queries/getAvailableStockLocations.js +0 -1
- package/build/__api/queries/getCart.d.ts +0 -99
- package/build/__api/queries/getCartById.d.ts +0 -246
- package/build/__api/queries/getCartById.js +0 -1
- package/build/__api/queries/getCheckoutByCartId.d.ts +0 -217
- package/build/__api/queries/getCheckoutById.d.ts +0 -217
- package/build/__api/queries/getCurrencyRate.d.ts +0 -17
- package/build/__api/queries/getCustomerOrders.d.ts +0 -198
- package/build/__api/queries/getCustomerOrders.js +0 -1
- package/build/__api/queries/getLastViewedProducts.d.ts +0 -20
- package/build/__api/queries/getLastViewedProducts.js +0 -1
- package/build/__api/queries/getMasterpassRequestToken.d.ts +0 -15
- package/build/__api/queries/getMasterpassRequestToken.js +0 -1
- package/build/__api/queries/getMyCountry.d.ts +0 -3
- package/build/__api/queries/getMyCountry.js +0 -1
- package/build/__api/queries/getMyCustomer.d.ts +0 -66
- package/build/__api/queries/getMyCustomer.js +0 -1
- package/build/__api/queries/getOrder.d.ts +0 -198
- package/build/__api/queries/getOrderByEmail.d.ts +0 -199
- package/build/__api/queries/getOrderByEmail.js +0 -1
- package/build/__api/queries/getProductCampaigns.d.ts +0 -47
- package/build/__api/queries/getProductCampaigns.js +0 -1
- package/build/__api/queries/getProductFilterData.d.ts +0 -167
- package/build/__api/queries/getProductFilterData.js +0 -1
- package/build/__api/queries/getProductOptionFileUrl.d.ts +0 -14
- package/build/__api/queries/getRaffleParticipants.d.ts +0 -24
- package/build/__api/queries/getRafflesByCustomerId.d.ts +0 -35
- package/build/__api/queries/getRafflesByCustomerId.js +0 -1
- package/build/__api/queries/getRelatedProducts.d.ts +0 -14
- package/build/__api/queries/getRelatedProducts.js +0 -1
- package/build/__api/queries/getStorefront.d.ts +0 -63
- package/build/__api/queries/getStorefront.js +0 -1
- package/build/__api/queries/getVariantStockLocations.d.ts +0 -30
- package/build/__api/queries/isFavoriteProduct.d.ts +0 -6
- package/build/__api/queries/isFavoriteProduct.js +0 -1
- package/build/__api/queries/listBlog.d.ts +0 -76
- package/build/__api/queries/listBlog.js +0 -1
- package/build/__api/queries/listBlogCategory.d.ts +0 -35
- package/build/__api/queries/listBlogCategory.js +0 -1
- package/build/__api/queries/listBlogMetadata.d.ts +0 -30
- package/build/__api/queries/listBlogMetadata.js +0 -1
- package/build/__api/queries/listCampaignOffer.d.ts +0 -37
- package/build/__api/queries/listCategory.d.ts +0 -89
- package/build/__api/queries/listCategory.js +0 -1
- package/build/__api/queries/listCheckoutSettings.d.ts +0 -29
- package/build/__api/queries/listCheckoutSettings.js +0 -1
- package/build/__api/queries/listCity.d.ts +0 -25
- package/build/__api/queries/listCity.js +0 -1
- package/build/__api/queries/listCountry.d.ts +0 -31
- package/build/__api/queries/listCountry.js +0 -1
- package/build/__api/queries/listCustomerAttribute.d.ts +0 -27
- package/build/__api/queries/listCustomerAttribute.js +0 -1
- package/build/__api/queries/listCustomerReviewSummary.d.ts +0 -23
- package/build/__api/queries/listCustomerReviewSummary.js +0 -1
- package/build/__api/queries/listCustomerReviews.d.ts +0 -35
- package/build/__api/queries/listCustomerReviews.js +0 -1
- package/build/__api/queries/listDistrict.d.ts +0 -26
- package/build/__api/queries/listDistrict.js +0 -1
- package/build/__api/queries/listFavoriteProducts.d.ts +0 -12
- package/build/__api/queries/listFavoriteProducts.js +0 -1
- package/build/__api/queries/listHTMLMetaData.d.ts +0 -34
- package/build/__api/queries/listHTMLMetaData.js +0 -1
- package/build/__api/queries/listMerchantSettings.d.ts +0 -23
- package/build/__api/queries/listMerchantSettings.js +0 -1
- package/build/__api/queries/listOrderRefundSettings.d.ts +0 -21
- package/build/__api/queries/listOrderRefundSettings.js +0 -1
- package/build/__api/queries/listOrderTransactions.d.ts +0 -43
- package/build/__api/queries/listOrderTransactions.js +0 -1
- package/build/__api/queries/listPaymentGateway.d.ts +0 -40
- package/build/__api/queries/listPaymentGateway.js +0 -1
- package/build/__api/queries/listProduct.d.ts +0 -94
- package/build/__api/queries/listProductAttribute.d.ts +0 -33
- package/build/__api/queries/listProductAttribute.js +0 -1
- package/build/__api/queries/listProductBackInStockRemind.d.ts +0 -23
- package/build/__api/queries/listProductBackInStockRemind.js +0 -1
- package/build/__api/queries/listProductBrand.d.ts +0 -51
- package/build/__api/queries/listProductBrand.js +0 -1
- package/build/__api/queries/listProductOptionSet.d.ts +0 -59
- package/build/__api/queries/listProductOptionSet.js +0 -1
- package/build/__api/queries/listProductStockLocation.d.ts +0 -18
- package/build/__api/queries/listRaffle.d.ts +0 -47
- package/build/__api/queries/listRaffle.js +0 -1
- package/build/__api/queries/listRaffleMetadata.d.ts +0 -26
- package/build/__api/queries/listRaffleMetadata.js +0 -1
- package/build/__api/queries/listState.d.ts +0 -20
- package/build/__api/queries/listState.js +0 -1
- package/build/__api/queries/listStockLocation.d.ts +0 -35
- package/build/__api/queries/listStockLocation.js +0 -1
- package/build/__api/queries/listTown.d.ts +0 -20
- package/build/__api/queries/listVariantType.d.ts +0 -29
- package/build/__api/queries/searchProducts.d.ts +0 -132
- package/build/__api/queries/searchProducts.js +0 -1
- package/build/__api/types/index.d.ts +0 -2662
- package/build/__api/types/index.js +0 -1
- package/build/_virtual/Axios.js_commonjs-proxy2.js +0 -1
- package/build/_virtual/Cancel.js_commonjs-proxy.js +0 -1
- package/build/_virtual/CancelToken.js_commonjs-proxy.js +0 -1
- package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +0 -1
- package/build/_virtual/axios.js_commonjs-proxy.js +0 -1
- package/build/_virtual/bind.js_commonjs-proxy.js +0 -1
- package/build/_virtual/browser.js_commonjs-proxy.js +0 -1
- package/build/_virtual/buildFullPath.js_commonjs-proxy.js +0 -1
- package/build/_virtual/buildURL.js_commonjs-proxy.js +0 -1
- package/build/_virtual/combineURLs.js_commonjs-proxy.js +0 -1
- package/build/_virtual/common.js_commonjs-proxy.js +0 -1
- package/build/_virtual/cookies.js_commonjs-proxy.js +0 -1
- package/build/_virtual/createError.js_commonjs-proxy.js +0 -1
- package/build/_virtual/debug.js_commonjs-proxy.js +0 -1
- package/build/_virtual/defaults.js_commonjs-proxy.js +0 -1
- package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +0 -1
- package/build/_virtual/enhanceError.js_commonjs-proxy.js +0 -1
- package/build/_virtual/http.js_commonjs-proxy.js +0 -1
- package/build/_virtual/index.js_commonjs-proxy14.js +0 -1
- package/build/_virtual/index.js_commonjs-proxy15.js +0 -1
- package/build/_virtual/index.js_commonjs-proxy16.js +0 -1
- package/build/_virtual/index.js_commonjs-proxy17.js +0 -1
- package/build/_virtual/index.js_commonjs-proxy18.js +0 -1
- package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +0 -1
- package/build/_virtual/isAxiosError.js_commonjs-proxy.js +0 -1
- package/build/_virtual/isCancel.js_commonjs-proxy.js +0 -1
- package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +0 -1
- package/build/_virtual/mergeConfig.js_commonjs-proxy.js +0 -1
- package/build/_virtual/node.js_commonjs-proxy3.js +0 -1
- package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +0 -1
- package/build/_virtual/parseHeaders.js_commonjs-proxy.js +0 -1
- package/build/_virtual/settle.js_commonjs-proxy.js +0 -1
- package/build/_virtual/spread.js_commonjs-proxy.js +0 -1
- package/build/_virtual/transformData.js_commonjs-proxy.js +0 -1
- package/build/_virtual/utils.js_commonjs-proxy.js +0 -1
- package/build/_virtual/validator.js_commonjs-proxy.js +0 -1
- package/build/_virtual/xhr.js_commonjs-proxy.js +0 -1
- package/build/analytics/tiktokPixel.d.ts +0 -14
- package/build/analytics/tiktokPixel.js +0 -1
- package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +0 -10
- package/build/components/checkout/components/delivery-methods/icon-button/index.js +0 -1
- package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +0 -1
- package/build/components/checkout/components/delivery-methods/icons/box.d.ts +0 -6
- package/build/components/checkout/components/delivery-methods/icons/box.js +0 -1
- package/build/components/checkout/components/delivery-methods/icons/store.d.ts +0 -6
- package/build/components/checkout/components/delivery-methods/icons/store.js +0 -1
- package/build/components/checkout/components/delivery-methods/index.d.ts +0 -7
- package/build/components/checkout/components/delivery-methods/index.js +0 -1
- package/build/components/checkout/components/delivery-methods/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +0 -9
- package/build/components/checkout/components/master-pass/credit-card-form/index.js +0 -1
- package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal/index.d.ts +0 -11
- package/build/components/checkout/components/master-pass/modal/index.js +0 -1
- package/build/components/checkout/components/master-pass/modal/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +0 -1
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +0 -11
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +0 -1
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +0 -1
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +0 -1
- package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +0 -10
- package/build/components/checkout/components/master-pass/modal-otp/index.js +0 -1
- package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +0 -1
- package/build/components/checkout/components/master-pass/modal-response/index.d.ts +0 -10
- package/build/components/checkout/components/master-pass/modal-response/index.js +0 -1
- package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal-success/index.d.ts +0 -11
- package/build/components/checkout/components/master-pass/modal-success/index.js +0 -1
- package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +0 -1
- package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.js +0 -1
- package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +0 -3
- package/build/components/checkout/components/master-pass/modal-success/svg/success.js +0 -1
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +0 -3
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +0 -1
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +0 -3
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +0 -1
- package/build/components/checkout/components/modal/useEscape.d.ts +0 -5
- package/build/components/checkout/components/modal/useEscape.js +0 -1
- package/build/components/checkout/components/offer-product/index.d.ts +0 -8
- package/build/components/checkout/components/offer-product/index.js +0 -1
- package/build/components/checkout/components/offer-product/select/arrows.d.ts +0 -6
- package/build/components/checkout/components/offer-product/select/arrows.js +0 -1
- package/build/components/checkout/components/offer-product/select/index.d.ts +0 -11
- package/build/components/checkout/components/offer-product/select/index.js +0 -1
- package/build/components/checkout/components/offer-product/select/style.module.scss.js +0 -1
- package/build/components/checkout/components/offer-product/style.module.scss.js +0 -1
- package/build/components/checkout/components/stripe/checkout-form.d.ts +0 -8
- package/build/components/checkout/components/stripe/checkout-form.js +0 -1
- package/build/components/checkout/components/stripe/index.d.ts +0 -9
- package/build/components/checkout/components/stripe/index.js +0 -1
- package/build/components/checkout/components/stripe/style.module.scss.js +0 -1
- package/build/components/checkout/modelMasterPass.d.ts +0 -202
- package/build/components/checkout/modelMasterPass.js +0 -1
- package/build/components/link/index.d.ts +0 -4
- package/build/components/link/index.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/config/index.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +0 -15
- package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/utils/api.js +0 -1
- package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +0 -1
- package/build/ext/@stripe/react-stripe-js/dist/react-stripe.esm.js +0 -1
- package/build/ext/@stripe/stripe-js/dist/stripe.esm.js +0 -1
- package/build/ext/axios/index.js +0 -1
- package/build/ext/axios/lib/adapters/http.js +0 -1
- package/build/ext/axios/lib/adapters/xhr.js +0 -1
- package/build/ext/axios/lib/axios.js +0 -1
- package/build/ext/axios/lib/cancel/Cancel.js +0 -1
- package/build/ext/axios/lib/cancel/CancelToken.js +0 -1
- package/build/ext/axios/lib/cancel/isCancel.js +0 -1
- package/build/ext/axios/lib/core/Axios.js +0 -1
- package/build/ext/axios/lib/core/InterceptorManager.js +0 -1
- package/build/ext/axios/lib/core/buildFullPath.js +0 -1
- package/build/ext/axios/lib/core/createError.js +0 -1
- package/build/ext/axios/lib/core/dispatchRequest.js +0 -1
- package/build/ext/axios/lib/core/enhanceError.js +0 -1
- package/build/ext/axios/lib/core/mergeConfig.js +0 -1
- package/build/ext/axios/lib/core/settle.js +0 -1
- package/build/ext/axios/lib/core/transformData.js +0 -1
- package/build/ext/axios/lib/defaults.js +0 -1
- package/build/ext/axios/lib/helpers/bind.js +0 -1
- package/build/ext/axios/lib/helpers/buildURL.js +0 -1
- package/build/ext/axios/lib/helpers/combineURLs.js +0 -1
- package/build/ext/axios/lib/helpers/cookies.js +0 -1
- package/build/ext/axios/lib/helpers/isAbsoluteURL.js +0 -1
- package/build/ext/axios/lib/helpers/isAxiosError.js +0 -1
- package/build/ext/axios/lib/helpers/isURLSameOrigin.js +0 -1
- package/build/ext/axios/lib/helpers/normalizeHeaderName.js +0 -1
- package/build/ext/axios/lib/helpers/parseHeaders.js +0 -1
- package/build/ext/axios/lib/helpers/spread.js +0 -1
- package/build/ext/axios/lib/helpers/validator.js +0 -1
- package/build/ext/axios/lib/utils.js +0 -1
- package/build/ext/axios/package.json.js +0 -1
- package/build/ext/debug/src/browser.js +0 -1
- package/build/ext/debug/src/common.js +0 -1
- package/build/ext/debug/src/index.js +0 -1
- package/build/ext/debug/src/node.js +0 -1
- package/build/ext/follow-redirects/debug.js +0 -1
- package/build/ext/follow-redirects/index.js +0 -1
- package/build/ext/has-flag/index.js +0 -1
- package/build/ext/ms/index.js +0 -1
- package/build/ext/supports-color/index.js +0 -1
- package/build/ext/uuid/dist/esm-node/rng.js +0 -1
- package/build/ext/uuid/dist/esm-node/stringify.js +0 -1
- package/build/ext/uuid/dist/esm-node/v4.js +0 -1
- package/build/ikas.cjs +0 -2
- package/build/models/data/blog/enums.d.ts +0 -2
- package/build/models/data/brand/enums.d.ts +0 -2
- package/build/models/data/cart/campaign-offer/enums.d.ts +0 -3
- package/build/models/data/cart/campaign-offer/index.d.ts +0 -8
- package/build/models/data/cart/campaign-offer/index.js +0 -1
- package/build/models/data/cart/enums.d.ts +0 -2
- package/build/models/data/category/enums.d.ts +0 -2
- package/build/models/data/checkout-settings/enums.d.ts +0 -2
- package/build/models/data/city/index.js +0 -1
- package/build/models/data/country/index.js +0 -1
- package/build/models/data/customer/enums.d.ts +0 -4
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +0 -3
- package/build/models/data/customer-attribute/enums.d.ts +0 -2
- package/build/models/data/customer-review/enums.d.ts +0 -2
- package/build/models/data/district/index.js +0 -1
- package/build/models/data/html-meta-data/enums.d.ts +0 -2
- package/build/models/data/order/adjustment/enums.d.ts +0 -4
- package/build/models/data/order/adjustment/index.js +0 -1
- package/build/models/data/order/customer/index.d.ts +0 -10
- package/build/models/data/order/customer/index.js +0 -1
- package/build/models/data/order/enums.d.ts +0 -6
- package/build/models/data/order/gift-line/index.js +0 -1
- package/build/models/data/order/invoice/enums.d.ts +0 -2
- package/build/models/data/order/invoice/index.d.ts +0 -7
- package/build/models/data/order/invoice/index.js +0 -1
- package/build/models/data/order/line-item/enums.d.ts +0 -2
- package/build/models/data/order/line-item/option/index.d.ts +0 -9
- package/build/models/data/order/line-item/option/index.js +0 -1
- package/build/models/data/order/line-item/option/value/index.d.ts +0 -3
- package/build/models/data/order/line-item/option/value/index.js +0 -1
- package/build/models/data/order/package/enums.d.ts +0 -2
- package/build/models/data/order/package/index.d.ts +0 -9
- package/build/models/data/order/package/index.js +0 -1
- package/build/models/data/order/package/tracking-info/index.d.ts +0 -3
- package/build/models/data/order/package/tracking-info/index.js +0 -1
- package/build/models/data/order/payment-method/enums.d.ts +0 -2
- package/build/models/data/order/payment-method/index.d.ts +0 -7
- package/build/models/data/order/payment-method/index.js +0 -1
- package/build/models/data/order/refund/index.js +0 -1
- package/build/models/data/order/refund/line-item/index.d.ts +0 -3
- package/build/models/data/order/refund/line-item/index.js +0 -1
- package/build/models/data/order/shipping-line/index.js +0 -1
- package/build/models/data/order/tax-line/index.d.ts +0 -3
- package/build/models/data/order/tax-line/index.js +0 -1
- package/build/models/data/order/transaction/enums.d.ts +0 -5
- package/build/models/data/order/transaction/index.d.ts +0 -37
- package/build/models/data/order/transaction/index.js +0 -1
- package/build/models/data/payment-gateway/additional-price/index.d.ts +0 -7
- package/build/models/data/payment-gateway/additional-price/index.js +0 -1
- package/build/models/data/payment-gateway/enums.d.ts +0 -5
- package/build/models/data/product-attribute/table-template/index.d.ts +0 -6
- package/build/models/data/product-attribute/table-template/index.js +0 -1
- package/build/models/data/product-campaign/campaign/index.d.ts +0 -41
- package/build/models/data/product-option-set/enums.d.ts +0 -3
- package/build/models/data/state/index.js +0 -1
- package/build/store/blog/index.d.ts +0 -28
- package/build/store/blog/index.js +0 -1
- package/build/store/brand/index.d.ts +0 -12
- package/build/store/brand/index.js +0 -1
- package/build/store/cart/api.d.ts +0 -14
- package/build/store/cart/api.js +0 -1
- package/build/store/cart/index.d.ts +0 -28
- package/build/store/cart/index.js +0 -1
- package/build/store/category/index.d.ts +0 -12
- package/build/store/category/index.js +0 -1
- package/build/store/checkout/index.d.ts +0 -26
- package/build/store/checkout/index.js +0 -1
- package/build/store/customer/api.d.ts +0 -82
- package/build/store/customer/api.js +0 -1
- package/build/store/customer/index.d.ts +0 -79
- package/build/store/customer/index.js +0 -1
- package/build/store/html-meta-data/index.d.ts +0 -6
- package/build/store/html-meta-data/index.js +0 -1
- package/build/store/location/index.d.ts +0 -13
- package/build/store/location/index.js +0 -1
- package/build/store/merchant/index.d.ts +0 -6
- package/build/store/merchant/index.js +0 -1
- package/build/store/product/index.d.ts +0 -45
- package/build/store/product/index.js +0 -1
- package/build/store/raffle/index.d.ts +0 -18
- package/build/store/raffle/index.js +0 -1
- package/build/store/storefront/index.d.ts +0 -6
- package/build/store/storefront/index.js +0 -1
|
@@ -0,0 +1,772 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OrderAdjustment Enum
|
|
3
|
+
*/
|
|
4
|
+
export declare enum AdjustmentEnum {
|
|
5
|
+
DECREMENT = "DECREMENT",
|
|
6
|
+
INCREMENT = "INCREMENT"
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Amount Type Enum
|
|
10
|
+
*/
|
|
11
|
+
export declare enum AmountTypeEnum {
|
|
12
|
+
AMOUNT = "AMOUNT",
|
|
13
|
+
RATIO = "RATIO"
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Url Slug Target Type Enum Codes
|
|
17
|
+
*/
|
|
18
|
+
export declare enum BlogMetadataTargetTypeEnum {
|
|
19
|
+
BLOG = "BLOG",
|
|
20
|
+
BLOG_CATEGORY = "BLOG_CATEGORY"
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Campaign Applicable Price Enum
|
|
24
|
+
*/
|
|
25
|
+
export declare enum CampaignApplicablePriceEnum {
|
|
26
|
+
DISCOUNT_PRICE = "DISCOUNT_PRICE",
|
|
27
|
+
SELL_PRICE = "SELL_PRICE"
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Campaign Created For Enum
|
|
31
|
+
*/
|
|
32
|
+
export declare enum CampaignCreatedForEnum {
|
|
33
|
+
ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
|
|
34
|
+
CART = "CART",
|
|
35
|
+
CUSTOMER_REVIEW = "CUSTOMER_REVIEW"
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Campaign Filter Type Enum
|
|
39
|
+
*/
|
|
40
|
+
export declare enum CampaignFilterTypeEnum {
|
|
41
|
+
CATEGORY = "CATEGORY",
|
|
42
|
+
PRODUCT = "PRODUCT",
|
|
43
|
+
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
44
|
+
PRODUCT_TAG = "PRODUCT_TAG",
|
|
45
|
+
VARIANT = "VARIANT"
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Campaign Type Enum
|
|
49
|
+
*/
|
|
50
|
+
export declare enum CampaignTypeEnum {
|
|
51
|
+
BUY_X_THEN_GET_Y = "BUY_X_THEN_GET_Y",
|
|
52
|
+
FIXED_AMOUNT = "FIXED_AMOUNT",
|
|
53
|
+
FREE_SHIPPING = "FREE_SHIPPING",
|
|
54
|
+
RATIO = "RATIO"
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Cancelled Reason Enum
|
|
58
|
+
*/
|
|
59
|
+
export declare enum CancelledReasonEnum {
|
|
60
|
+
CUSTOMER = "CUSTOMER",
|
|
61
|
+
DECLINED = "DECLINED",
|
|
62
|
+
INVENTORY = "INVENTORY",
|
|
63
|
+
OTHER = "OTHER"
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Cart Status Enum
|
|
67
|
+
*/
|
|
68
|
+
export declare enum CartStatusEnum {
|
|
69
|
+
ACTIVE = "ACTIVE",
|
|
70
|
+
FREEZE = "FREEZE",
|
|
71
|
+
PASSIVE = "PASSIVE"
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* CategoryProductsOrder Types
|
|
75
|
+
*/
|
|
76
|
+
export declare enum CategoryProductsOrderTypeEnum {
|
|
77
|
+
BEST_SELLER = "BEST_SELLER",
|
|
78
|
+
HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
|
|
79
|
+
HIGHEST_PRICE = "HIGHEST_PRICE",
|
|
80
|
+
LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
|
|
81
|
+
LOWEST_PRICE = "LOWEST_PRICE",
|
|
82
|
+
MANUALLY = "MANUALLY",
|
|
83
|
+
NEWEST = "NEWEST",
|
|
84
|
+
OLDEST = "OLDEST"
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Checkout Recovery Email Status Enum
|
|
88
|
+
*/
|
|
89
|
+
export declare enum CheckoutRecoveryEmailStatusEnum {
|
|
90
|
+
NOT_SENT = "NOT_SENT",
|
|
91
|
+
SENT = "SENT"
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Checkout Recovery Status Enum
|
|
95
|
+
*/
|
|
96
|
+
export declare enum CheckoutRecoveryStatusEnum {
|
|
97
|
+
NOT_RECOVERED = "NOT_RECOVERED",
|
|
98
|
+
RECOVERED = "RECOVERED"
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Checkout Requirement Enum
|
|
102
|
+
*/
|
|
103
|
+
export declare enum CheckoutRequirementEnum {
|
|
104
|
+
INVISIBLE = "INVISIBLE",
|
|
105
|
+
MANDATORY = "MANDATORY",
|
|
106
|
+
OPTIONAL = "OPTIONAL"
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Checkout Status Enum
|
|
110
|
+
*/
|
|
111
|
+
export declare enum CheckoutStatusEnum {
|
|
112
|
+
COMPLETED = "COMPLETED",
|
|
113
|
+
FREEZE = "FREEZE",
|
|
114
|
+
KILLED = "KILLED",
|
|
115
|
+
OPEN = "OPEN"
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Customer Account Statuses
|
|
119
|
+
*/
|
|
120
|
+
export declare enum CustomerAccountStatusEnum {
|
|
121
|
+
ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
|
|
122
|
+
DECLINED_ACCOUNT_INVITATION = "DECLINED_ACCOUNT_INVITATION",
|
|
123
|
+
DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
|
|
124
|
+
INVITED_TO_CREATE_ACCOUNT = "INVITED_TO_CREATE_ACCOUNT"
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Customer Attribute Permission Types
|
|
128
|
+
*/
|
|
129
|
+
export declare enum CustomerAttributePermissionEnum {
|
|
130
|
+
INVISIBLE = "INVISIBLE",
|
|
131
|
+
READ = "READ",
|
|
132
|
+
WRITE = "WRITE"
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Customer Attribute Register Page Requirement Types
|
|
136
|
+
*/
|
|
137
|
+
export declare enum CustomerAttributeRegisterPageRequirementEnum {
|
|
138
|
+
INVISIBLE = "INVISIBLE",
|
|
139
|
+
MANDATORY = "MANDATORY",
|
|
140
|
+
OPTIONAL = "OPTIONAL"
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* CustomerAttribute Types
|
|
144
|
+
*/
|
|
145
|
+
export declare enum CustomerAttributeTypeEnum {
|
|
146
|
+
BOOLEAN = "BOOLEAN",
|
|
147
|
+
CHOICE = "CHOICE",
|
|
148
|
+
DATETIME = "DATETIME",
|
|
149
|
+
MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
|
|
150
|
+
NUMERIC = "NUMERIC",
|
|
151
|
+
TEXT = "TEXT"
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Customer Email Subscription Statuses
|
|
155
|
+
*/
|
|
156
|
+
export declare enum CustomerEmailSubscriptionStatusesEnum {
|
|
157
|
+
NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
|
|
158
|
+
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
159
|
+
SUBSCRIBED = "SUBSCRIBED"
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Url Slug Target Type Enum Codes
|
|
163
|
+
*/
|
|
164
|
+
export declare enum HTMLMetaDataTargetTypeEnum {
|
|
165
|
+
BRAND = "BRAND",
|
|
166
|
+
CATEGORY = "CATEGORY",
|
|
167
|
+
PAGE = "PAGE",
|
|
168
|
+
PRODUCT = "PRODUCT"
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Order Line Item Status Enum
|
|
172
|
+
*/
|
|
173
|
+
export declare enum OrderLineItemStatusEnum {
|
|
174
|
+
CANCELLED = "CANCELLED",
|
|
175
|
+
CANCEL_REJECTED = "CANCEL_REJECTED",
|
|
176
|
+
CANCEL_REQUESTED = "CANCEL_REQUESTED",
|
|
177
|
+
DELIVERED = "DELIVERED",
|
|
178
|
+
FULFILLED = "FULFILLED",
|
|
179
|
+
REFUNDED = "REFUNDED",
|
|
180
|
+
REFUND_REJECTED = "REFUND_REJECTED",
|
|
181
|
+
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
182
|
+
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
183
|
+
UNFULFILLED = "UNFULFILLED"
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Order Package Fulfill Status Enum
|
|
187
|
+
*/
|
|
188
|
+
export declare enum OrderPackageFulfillStatusEnum {
|
|
189
|
+
CANCELLED = "CANCELLED",
|
|
190
|
+
CANCEL_REJECTED = "CANCEL_REJECTED",
|
|
191
|
+
CANCEL_REQUESTED = "CANCEL_REQUESTED",
|
|
192
|
+
DELIVERED = "DELIVERED",
|
|
193
|
+
ERROR = "ERROR",
|
|
194
|
+
FULFILLED = "FULFILLED",
|
|
195
|
+
READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
|
|
196
|
+
READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
|
|
197
|
+
REFUNDED = "REFUNDED",
|
|
198
|
+
REFUND_REJECTED = "REFUND_REJECTED",
|
|
199
|
+
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
200
|
+
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
201
|
+
UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER"
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Order Package Status Enum
|
|
205
|
+
*/
|
|
206
|
+
export declare enum OrderPackageStatusEnum {
|
|
207
|
+
CANCELLED = "CANCELLED",
|
|
208
|
+
CANCEL_REJECTED = "CANCEL_REJECTED",
|
|
209
|
+
CANCEL_REQUESTED = "CANCEL_REQUESTED",
|
|
210
|
+
DELIVERED = "DELIVERED",
|
|
211
|
+
FULFILLED = "FULFILLED",
|
|
212
|
+
PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
|
|
213
|
+
PARTIALLY_DELIVERED = "PARTIALLY_DELIVERED",
|
|
214
|
+
PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED",
|
|
215
|
+
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
216
|
+
READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
|
|
217
|
+
READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
|
|
218
|
+
REFUNDED = "REFUNDED",
|
|
219
|
+
REFUND_REJECTED = "REFUND_REJECTED",
|
|
220
|
+
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
221
|
+
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
222
|
+
UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER",
|
|
223
|
+
UNFULFILLED = "UNFULFILLED"
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Order Payment Status Enum
|
|
227
|
+
*/
|
|
228
|
+
export declare enum OrderPaymentStatusEnum {
|
|
229
|
+
PAID = "PAID",
|
|
230
|
+
PARTIALLY_PAID = "PARTIALLY_PAID",
|
|
231
|
+
WAITING = "WAITING"
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Order Status Enum
|
|
235
|
+
*/
|
|
236
|
+
export declare enum OrderStatusEnum {
|
|
237
|
+
CANCELLED = "CANCELLED",
|
|
238
|
+
CREATED = "CREATED",
|
|
239
|
+
DRAFT = "DRAFT",
|
|
240
|
+
PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
|
|
241
|
+
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
242
|
+
REFUNDED = "REFUNDED",
|
|
243
|
+
REFUND_REJECTED = "REFUND_REJECTED",
|
|
244
|
+
REFUND_REQUESTED = "REFUND_REQUESTED"
|
|
245
|
+
}
|
|
246
|
+
export declare enum PaymentGatewayAdditionalPriceTypeEnum {
|
|
247
|
+
DECREMENT = "DECREMENT",
|
|
248
|
+
INCREMENT = "INCREMENT"
|
|
249
|
+
}
|
|
250
|
+
export declare enum PaymentGatewayTransactionFeeTypeEnum {
|
|
251
|
+
AMOUNT = "AMOUNT",
|
|
252
|
+
RATIO = "RATIO"
|
|
253
|
+
}
|
|
254
|
+
export declare enum PaymentGatewayTypeEnum {
|
|
255
|
+
EXTERNAL = "EXTERNAL",
|
|
256
|
+
INTERNAL = "INTERNAL",
|
|
257
|
+
THIRD_PARTY = "THIRD_PARTY"
|
|
258
|
+
}
|
|
259
|
+
export declare enum PaymentMethodEnum {
|
|
260
|
+
APP_PAYMENT = "APP_PAYMENT",
|
|
261
|
+
BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
|
|
262
|
+
CASH = "CASH",
|
|
263
|
+
CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
|
|
264
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
265
|
+
CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
|
|
266
|
+
GIFT_CARD = "GIFT_CARD",
|
|
267
|
+
MONEY_ORDER = "MONEY_ORDER",
|
|
268
|
+
OTHER = "OTHER",
|
|
269
|
+
WALLET = "WALLET"
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* ProductAttribute Types
|
|
273
|
+
*/
|
|
274
|
+
export declare enum ProductAttributeTypeEnum {
|
|
275
|
+
BOOLEAN = "BOOLEAN",
|
|
276
|
+
CHOICE = "CHOICE",
|
|
277
|
+
DATETIME = "DATETIME",
|
|
278
|
+
HTML = "HTML",
|
|
279
|
+
IMAGE = "IMAGE",
|
|
280
|
+
MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
|
|
281
|
+
NUMERIC = "NUMERIC",
|
|
282
|
+
PRODUCT = "PRODUCT",
|
|
283
|
+
TABLE = "TABLE",
|
|
284
|
+
TEXT = "TEXT"
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Product Filter Type Enum Codes
|
|
288
|
+
*/
|
|
289
|
+
export declare enum ProductFilterDisplayTypeEnum {
|
|
290
|
+
BOX = "BOX",
|
|
291
|
+
DATE_RANGE = "DATE_RANGE",
|
|
292
|
+
LIST = "LIST",
|
|
293
|
+
NUMBER_RANGE = "NUMBER_RANGE",
|
|
294
|
+
NUMBER_RANGE_LIST = "NUMBER_RANGE_LIST",
|
|
295
|
+
SWATCH = "SWATCH"
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* ProductFilter Sort Type Enum
|
|
299
|
+
*/
|
|
300
|
+
export declare enum ProductFilterSortTypeEnum {
|
|
301
|
+
ALPHABETICAL_ASC = "ALPHABETICAL_ASC",
|
|
302
|
+
ALPHABETICAL_DESC = "ALPHABETICAL_DESC",
|
|
303
|
+
CUSTOM_SORT = "CUSTOM_SORT",
|
|
304
|
+
PRODUCT_COUNT_ASC = "PRODUCT_COUNT_ASC",
|
|
305
|
+
PRODUCT_COUNT_DESC = "PRODUCT_COUNT_DESC"
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Product Filter Type Enum Codes
|
|
309
|
+
*/
|
|
310
|
+
export declare enum ProductFilterTypeEnum {
|
|
311
|
+
ATTRIBUTE = "ATTRIBUTE",
|
|
312
|
+
AVAILABLE_VARIANT_VALUE = "AVAILABLE_VARIANT_VALUE",
|
|
313
|
+
BRAND = "BRAND",
|
|
314
|
+
DISCOUNT_RATIO = "DISCOUNT_RATIO",
|
|
315
|
+
PRICE = "PRICE",
|
|
316
|
+
STOCK_STATUS = "STOCK_STATUS",
|
|
317
|
+
TAG = "TAG",
|
|
318
|
+
VARIANT_TYPE = "VARIANT_TYPE"
|
|
319
|
+
}
|
|
320
|
+
export declare enum ProductOptionSelectTypeEnum {
|
|
321
|
+
BOX = "BOX",
|
|
322
|
+
SELECT = "SELECT",
|
|
323
|
+
SWATCH = "SWATCH"
|
|
324
|
+
}
|
|
325
|
+
export declare enum ProductOptionTypeEnum {
|
|
326
|
+
CHECKBOX = "CHECKBOX",
|
|
327
|
+
CHOICE = "CHOICE",
|
|
328
|
+
COLOR_PICKER = "COLOR_PICKER",
|
|
329
|
+
DATE_PICKER = "DATE_PICKER",
|
|
330
|
+
FILE = "FILE",
|
|
331
|
+
IMAGE = "IMAGE",
|
|
332
|
+
TEXT = "TEXT",
|
|
333
|
+
TEXT_AREA = "TEXT_AREA"
|
|
334
|
+
}
|
|
335
|
+
export declare enum ProductSearchShowStockOptionEnum {
|
|
336
|
+
HIDE_OUT_OF_STOCK = "HIDE_OUT_OF_STOCK",
|
|
337
|
+
SHOW_ALL = "SHOW_ALL",
|
|
338
|
+
SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* RaffleMetadataTargetTypeEnum
|
|
342
|
+
*/
|
|
343
|
+
export declare enum RaffleMetadataTargetTypeEnum {
|
|
344
|
+
RAFFLE = "RAFFLE"
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Shipping Method Enum
|
|
348
|
+
*/
|
|
349
|
+
export declare enum ShippingMethodEnum {
|
|
350
|
+
CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
|
|
351
|
+
NO_SHIPMENT = "NO_SHIPMENT",
|
|
352
|
+
SHIPMENT = "SHIPMENT"
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* Sort By Direction Enum Codes
|
|
356
|
+
*/
|
|
357
|
+
export declare enum SortByDirectionEnum {
|
|
358
|
+
ASC = "ASC",
|
|
359
|
+
DESC = "DESC"
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Sort By Type Enum Codes
|
|
363
|
+
*/
|
|
364
|
+
export declare enum SortByTypeEnum {
|
|
365
|
+
CREATED_AT = "CREATED_AT",
|
|
366
|
+
DISCOUNT_RATIO = "DISCOUNT_RATIO",
|
|
367
|
+
MANUAL_SORT = "MANUAL_SORT",
|
|
368
|
+
NAME = "NAME",
|
|
369
|
+
PRICE = "PRICE"
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* StorefrontStatusEnum
|
|
373
|
+
*/
|
|
374
|
+
export declare enum StorefrontStatusTypes {
|
|
375
|
+
FAILED = "FAILED",
|
|
376
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
377
|
+
READY = "READY",
|
|
378
|
+
WAITING = "WAITING"
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* StorefrontThemeStatusEnum
|
|
382
|
+
*/
|
|
383
|
+
export declare enum StorefrontThemeStatus {
|
|
384
|
+
FAILED = "FAILED",
|
|
385
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
386
|
+
READY = "READY",
|
|
387
|
+
WAITING = "WAITING"
|
|
388
|
+
}
|
|
389
|
+
export declare enum TransactionCardAssociationEnum {
|
|
390
|
+
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
|
|
391
|
+
MASTER_CARD = "MASTER_CARD",
|
|
392
|
+
TROY = "TROY",
|
|
393
|
+
VISA = "VISA"
|
|
394
|
+
}
|
|
395
|
+
export declare enum TransactionCardTypeEnum {
|
|
396
|
+
CREDIT = "CREDIT",
|
|
397
|
+
DEBIT = "DEBIT",
|
|
398
|
+
PREPAID = "PREPAID"
|
|
399
|
+
}
|
|
400
|
+
export declare enum TransactionStatusEnum {
|
|
401
|
+
AUTHORIZED = "AUTHORIZED",
|
|
402
|
+
FAILED = "FAILED",
|
|
403
|
+
PENDING = "PENDING",
|
|
404
|
+
SUCCESS = "SUCCESS"
|
|
405
|
+
}
|
|
406
|
+
export declare enum TransactionTypeEnum {
|
|
407
|
+
REFUND = "REFUND",
|
|
408
|
+
SALE = "SALE",
|
|
409
|
+
VOID = "VOID"
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* Variant Selection Types
|
|
413
|
+
*/
|
|
414
|
+
export declare enum VariantSelectionTypeEnum {
|
|
415
|
+
CHOICE = "CHOICE",
|
|
416
|
+
COLOR = "COLOR"
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Verification Type Enum
|
|
420
|
+
*/
|
|
421
|
+
export declare enum VerificationTypeEnum {
|
|
422
|
+
EMAIL = "EMAIL",
|
|
423
|
+
MERSIS = "MERSIS"
|
|
424
|
+
}
|
|
425
|
+
export interface AppliedProductInput {
|
|
426
|
+
productId?: string | null;
|
|
427
|
+
variantId: string;
|
|
428
|
+
}
|
|
429
|
+
export interface BlogMetadataTargetTypeEnumFilter {
|
|
430
|
+
eq?: BlogMetadataTargetTypeEnum | null;
|
|
431
|
+
in?: BlogMetadataTargetTypeEnum[] | null;
|
|
432
|
+
ne?: BlogMetadataTargetTypeEnum | null;
|
|
433
|
+
nin?: BlogMetadataTargetTypeEnum | null;
|
|
434
|
+
}
|
|
435
|
+
export interface CartCampaignOfferInput {
|
|
436
|
+
accepted: boolean;
|
|
437
|
+
campaignOfferId: string;
|
|
438
|
+
campaignOfferProductId: string;
|
|
439
|
+
}
|
|
440
|
+
export interface CartLineItemInput {
|
|
441
|
+
id?: string | null;
|
|
442
|
+
quantity: number;
|
|
443
|
+
variant: CartLineVariantInput;
|
|
444
|
+
}
|
|
445
|
+
export interface CartLineOptionInput {
|
|
446
|
+
productOptionId: string;
|
|
447
|
+
productOptionsSetId: string;
|
|
448
|
+
values: string[];
|
|
449
|
+
}
|
|
450
|
+
export interface CartLineVariantInput {
|
|
451
|
+
id: string;
|
|
452
|
+
name?: string | null;
|
|
453
|
+
}
|
|
454
|
+
export interface CheckStocksLineInput {
|
|
455
|
+
productId: string;
|
|
456
|
+
quantity: number;
|
|
457
|
+
variantId: string;
|
|
458
|
+
}
|
|
459
|
+
export interface CheckoutCustomerInput {
|
|
460
|
+
email?: string | null;
|
|
461
|
+
firstName?: string | null;
|
|
462
|
+
id?: string | null;
|
|
463
|
+
lastName?: string | null;
|
|
464
|
+
notificationsAccepted?: boolean | null;
|
|
465
|
+
}
|
|
466
|
+
export interface CreateCustomerEmailSubscriptionInput {
|
|
467
|
+
createdAt?: any | null;
|
|
468
|
+
deleted?: boolean | null;
|
|
469
|
+
email: string;
|
|
470
|
+
firstName?: string | null;
|
|
471
|
+
id?: string | null;
|
|
472
|
+
lastName?: string | null;
|
|
473
|
+
updatedAt?: any | null;
|
|
474
|
+
}
|
|
475
|
+
export interface CreateCustomerReviewInput {
|
|
476
|
+
comment?: string | null;
|
|
477
|
+
createdAt?: any | null;
|
|
478
|
+
customerId?: string | null;
|
|
479
|
+
deleted?: boolean | null;
|
|
480
|
+
id?: string | null;
|
|
481
|
+
orderId?: string | null;
|
|
482
|
+
orderNumber?: string | null;
|
|
483
|
+
productId: string;
|
|
484
|
+
salesChannelId: string;
|
|
485
|
+
star: number;
|
|
486
|
+
title?: string | null;
|
|
487
|
+
updatedAt?: any | null;
|
|
488
|
+
}
|
|
489
|
+
export interface CreateSaleTransactionWithCheckoutInput {
|
|
490
|
+
checkoutId: string;
|
|
491
|
+
paymentGatewayId: string;
|
|
492
|
+
paymentMethodDetail?: PaymentMethodDetailInput | null;
|
|
493
|
+
}
|
|
494
|
+
export interface CustomerAddressCityInput {
|
|
495
|
+
code?: string | null;
|
|
496
|
+
id?: string | null;
|
|
497
|
+
name: string;
|
|
498
|
+
}
|
|
499
|
+
export interface CustomerAddressCountryInput {
|
|
500
|
+
code?: string | null;
|
|
501
|
+
id?: string | null;
|
|
502
|
+
iso2?: string | null;
|
|
503
|
+
iso3?: string | null;
|
|
504
|
+
name: string;
|
|
505
|
+
}
|
|
506
|
+
export interface CustomerAddressDistrictInput {
|
|
507
|
+
code?: string | null;
|
|
508
|
+
id?: string | null;
|
|
509
|
+
name?: string | null;
|
|
510
|
+
}
|
|
511
|
+
export interface CustomerAddressStateInput {
|
|
512
|
+
code?: string | null;
|
|
513
|
+
id?: string | null;
|
|
514
|
+
name?: string | null;
|
|
515
|
+
}
|
|
516
|
+
export interface CustomerAttributeValueInput {
|
|
517
|
+
customerAttributeId?: string | null;
|
|
518
|
+
customerAttributeOptionId?: string | null;
|
|
519
|
+
value?: string | null;
|
|
520
|
+
}
|
|
521
|
+
export interface DateFilterInput {
|
|
522
|
+
eq?: any | null;
|
|
523
|
+
gt?: any | null;
|
|
524
|
+
gte?: any | null;
|
|
525
|
+
in?: any[] | null;
|
|
526
|
+
lt?: any | null;
|
|
527
|
+
lte?: any | null;
|
|
528
|
+
ne?: any | null;
|
|
529
|
+
nin?: any | null;
|
|
530
|
+
}
|
|
531
|
+
export interface GetOrderLineFile {
|
|
532
|
+
url: string;
|
|
533
|
+
}
|
|
534
|
+
export interface GetProductCampaignsInput {
|
|
535
|
+
customerGroupIds?: string[] | null;
|
|
536
|
+
salesChannelId: string;
|
|
537
|
+
variantIds: string[];
|
|
538
|
+
}
|
|
539
|
+
export interface HTMLMetaDataTargetTypeEnumFilter {
|
|
540
|
+
eq?: HTMLMetaDataTargetTypeEnum | null;
|
|
541
|
+
in?: HTMLMetaDataTargetTypeEnum[] | null;
|
|
542
|
+
ne?: HTMLMetaDataTargetTypeEnum | null;
|
|
543
|
+
nin?: HTMLMetaDataTargetTypeEnum | null;
|
|
544
|
+
}
|
|
545
|
+
export interface ListCustomerReviewInput {
|
|
546
|
+
salesChannelId: string;
|
|
547
|
+
}
|
|
548
|
+
export interface OrderAddressCityInput {
|
|
549
|
+
code?: string | null;
|
|
550
|
+
id?: string | null;
|
|
551
|
+
name: string;
|
|
552
|
+
}
|
|
553
|
+
export interface OrderAddressCountryInput {
|
|
554
|
+
code?: string | null;
|
|
555
|
+
id?: string | null;
|
|
556
|
+
iso2?: string | null;
|
|
557
|
+
iso3?: string | null;
|
|
558
|
+
name: string;
|
|
559
|
+
}
|
|
560
|
+
export interface OrderAddressDistrictInput {
|
|
561
|
+
code?: string | null;
|
|
562
|
+
id?: string | null;
|
|
563
|
+
name?: string | null;
|
|
564
|
+
}
|
|
565
|
+
export interface OrderAddressInput {
|
|
566
|
+
addressLine1: string;
|
|
567
|
+
addressLine2?: string | null;
|
|
568
|
+
city: OrderAddressCityInput;
|
|
569
|
+
company?: string | null;
|
|
570
|
+
country: OrderAddressCountryInput;
|
|
571
|
+
district?: OrderAddressDistrictInput | null;
|
|
572
|
+
firstName: string;
|
|
573
|
+
id?: string | null;
|
|
574
|
+
identityNumber?: string | null;
|
|
575
|
+
isDefault: boolean;
|
|
576
|
+
lastName: string;
|
|
577
|
+
phone?: string | null;
|
|
578
|
+
postalCode?: string | null;
|
|
579
|
+
state?: OrderAddressStateInput | null;
|
|
580
|
+
taxNumber?: string | null;
|
|
581
|
+
taxOffice?: string | null;
|
|
582
|
+
}
|
|
583
|
+
export interface OrderAddressStateInput {
|
|
584
|
+
code?: string | null;
|
|
585
|
+
id?: string | null;
|
|
586
|
+
name?: string | null;
|
|
587
|
+
}
|
|
588
|
+
export interface OrderAdjustmentInput {
|
|
589
|
+
amount: number;
|
|
590
|
+
amountType: AmountTypeEnum;
|
|
591
|
+
campaignId?: string | null;
|
|
592
|
+
couponId?: string | null;
|
|
593
|
+
name: string;
|
|
594
|
+
order: number;
|
|
595
|
+
type: AdjustmentEnum;
|
|
596
|
+
}
|
|
597
|
+
export interface OrderRefundOrderLineInput {
|
|
598
|
+
orderLineItemId: string;
|
|
599
|
+
quantity: number;
|
|
600
|
+
}
|
|
601
|
+
export interface OrderRefundRequestInput {
|
|
602
|
+
orderId: string;
|
|
603
|
+
orderLineItems: OrderRefundOrderLineInput[];
|
|
604
|
+
reason?: string | null;
|
|
605
|
+
}
|
|
606
|
+
export interface PaginationInput {
|
|
607
|
+
limit?: number | null;
|
|
608
|
+
page?: number | null;
|
|
609
|
+
}
|
|
610
|
+
export interface PaymentMethodDetailInput {
|
|
611
|
+
cardHolderName: string;
|
|
612
|
+
cardNumber: string;
|
|
613
|
+
cvv: string;
|
|
614
|
+
expiredMonth: number;
|
|
615
|
+
expiredYear: number;
|
|
616
|
+
installmentCount: number;
|
|
617
|
+
threeDSecure: boolean;
|
|
618
|
+
}
|
|
619
|
+
export interface ProductBackInStockRemindInput {
|
|
620
|
+
email: string;
|
|
621
|
+
productId: string;
|
|
622
|
+
variantId: string;
|
|
623
|
+
}
|
|
624
|
+
export interface ProductItemInput {
|
|
625
|
+
createdAt?: any | null;
|
|
626
|
+
deleted?: boolean | null;
|
|
627
|
+
id?: string | null;
|
|
628
|
+
productId: string;
|
|
629
|
+
updatedAt?: any | null;
|
|
630
|
+
variantId: string;
|
|
631
|
+
}
|
|
632
|
+
export interface ProductLastViewedInput {
|
|
633
|
+
createdAt?: any | null;
|
|
634
|
+
customerId: string;
|
|
635
|
+
deleted?: boolean | null;
|
|
636
|
+
id?: string | null;
|
|
637
|
+
products: ProductItemInput[];
|
|
638
|
+
updatedAt?: any | null;
|
|
639
|
+
}
|
|
640
|
+
export interface RaffleMetadataTargetTypeEnumFilter {
|
|
641
|
+
eq?: RaffleMetadataTargetTypeEnum | null;
|
|
642
|
+
in?: RaffleMetadataTargetTypeEnum[] | null;
|
|
643
|
+
ne?: RaffleMetadataTargetTypeEnum | null;
|
|
644
|
+
nin?: RaffleMetadataTargetTypeEnum | null;
|
|
645
|
+
}
|
|
646
|
+
export interface RaffleParticipantsInput {
|
|
647
|
+
appliedProduct: AppliedProductInput;
|
|
648
|
+
createdAt?: any | null;
|
|
649
|
+
deleted?: boolean | null;
|
|
650
|
+
email: string;
|
|
651
|
+
extraData?: any | null;
|
|
652
|
+
firstName: string;
|
|
653
|
+
id?: string | null;
|
|
654
|
+
lastName: string;
|
|
655
|
+
phone?: string | null;
|
|
656
|
+
raffleId: string;
|
|
657
|
+
updatedAt?: any | null;
|
|
658
|
+
}
|
|
659
|
+
export interface RetrieveInstallmentInfoInput {
|
|
660
|
+
binNumber: string;
|
|
661
|
+
paymentGatewayId: string;
|
|
662
|
+
price: number;
|
|
663
|
+
}
|
|
664
|
+
export interface SaveCheckoutInput {
|
|
665
|
+
billingAddress?: OrderAddressInput | null;
|
|
666
|
+
cartId: string;
|
|
667
|
+
couponCode?: string | null;
|
|
668
|
+
createdAt?: any | null;
|
|
669
|
+
customer?: CheckoutCustomerInput | null;
|
|
670
|
+
deleted?: boolean | null;
|
|
671
|
+
giftPackageNote?: string | null;
|
|
672
|
+
id?: string | null;
|
|
673
|
+
isGiftPackage?: boolean | null;
|
|
674
|
+
note?: string | null;
|
|
675
|
+
orderAdjustments?: OrderAdjustmentInput[] | null;
|
|
676
|
+
shippingAddress?: OrderAddressInput | null;
|
|
677
|
+
shippingMethod: ShippingMethodEnum;
|
|
678
|
+
shippingSettingsId?: string | null;
|
|
679
|
+
shippingZoneRateId?: string | null;
|
|
680
|
+
stockLocationId?: string | null;
|
|
681
|
+
updatedAt?: any | null;
|
|
682
|
+
}
|
|
683
|
+
export interface SaveItemToCartInput {
|
|
684
|
+
campaignOffer?: CartCampaignOfferInput | null;
|
|
685
|
+
cartId?: string | null;
|
|
686
|
+
customerId?: string | null;
|
|
687
|
+
item: CartLineItemInput;
|
|
688
|
+
options?: CartLineOptionInput[] | null;
|
|
689
|
+
priceListId?: string | null;
|
|
690
|
+
salesChannelId: string;
|
|
691
|
+
storefrontId: string;
|
|
692
|
+
storefrontRoutingId: string;
|
|
693
|
+
storefrontThemeId: string;
|
|
694
|
+
}
|
|
695
|
+
export interface SaveMyCustomerAddressInput {
|
|
696
|
+
addressLine1: string;
|
|
697
|
+
addressLine2?: string | null;
|
|
698
|
+
city: CustomerAddressCityInput;
|
|
699
|
+
company?: string | null;
|
|
700
|
+
country: CustomerAddressCountryInput;
|
|
701
|
+
createdAt?: any | null;
|
|
702
|
+
deleted?: boolean | null;
|
|
703
|
+
district?: CustomerAddressDistrictInput | null;
|
|
704
|
+
firstName: string;
|
|
705
|
+
id?: string | null;
|
|
706
|
+
identityNumber?: string | null;
|
|
707
|
+
isDefault?: boolean | null;
|
|
708
|
+
lastName: string;
|
|
709
|
+
phone?: string | null;
|
|
710
|
+
postalCode?: string | null;
|
|
711
|
+
state?: CustomerAddressStateInput | null;
|
|
712
|
+
taxNumber?: string | null;
|
|
713
|
+
taxOffice?: string | null;
|
|
714
|
+
title: string;
|
|
715
|
+
updatedAt?: any | null;
|
|
716
|
+
}
|
|
717
|
+
export interface SaveMyCustomerInput {
|
|
718
|
+
addresses?: SaveMyCustomerAddressInput[] | null;
|
|
719
|
+
attributes?: CustomerAttributeValueInput[] | null;
|
|
720
|
+
firstName: string;
|
|
721
|
+
lastName: string;
|
|
722
|
+
phone?: string | null;
|
|
723
|
+
subscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
|
|
724
|
+
}
|
|
725
|
+
export interface SearchDynamicCurrencySettings {
|
|
726
|
+
roundingFormat?: string | null;
|
|
727
|
+
targetCurrencyCode: string;
|
|
728
|
+
}
|
|
729
|
+
export interface SearchInput {
|
|
730
|
+
barcodeList?: string[] | null;
|
|
731
|
+
brandId?: string | null;
|
|
732
|
+
brandIdList?: string[] | null;
|
|
733
|
+
categoryIdList?: string[] | null;
|
|
734
|
+
dynamicCurrencySettings?: SearchDynamicCurrencySettings | null;
|
|
735
|
+
facetList?: SearchInputFacetListInput[] | null;
|
|
736
|
+
filterList?: SearchInputFilterListInput[] | null;
|
|
737
|
+
locale?: string | null;
|
|
738
|
+
order?: SearchInputOrderByInput[] | null;
|
|
739
|
+
page?: number | null;
|
|
740
|
+
perPage?: number | null;
|
|
741
|
+
priceListId?: string | null;
|
|
742
|
+
productIdList?: string[] | null;
|
|
743
|
+
query?: string | null;
|
|
744
|
+
salesChannelId?: string | null;
|
|
745
|
+
showStockOption?: ProductSearchShowStockOptionEnum | null;
|
|
746
|
+
slug?: string | null;
|
|
747
|
+
tagIdList?: string[] | null;
|
|
748
|
+
vendorIdList?: string[] | null;
|
|
749
|
+
}
|
|
750
|
+
export interface SearchInputFacetListInput {
|
|
751
|
+
displayType: ProductFilterDisplayTypeEnum;
|
|
752
|
+
id: string;
|
|
753
|
+
type: ProductFilterTypeEnum;
|
|
754
|
+
}
|
|
755
|
+
export interface SearchInputFilterListInput {
|
|
756
|
+
displayType?: ProductFilterDisplayTypeEnum | null;
|
|
757
|
+
id: string;
|
|
758
|
+
type: ProductFilterTypeEnum;
|
|
759
|
+
useAndFilter?: boolean | null;
|
|
760
|
+
valueList: string[];
|
|
761
|
+
}
|
|
762
|
+
export interface SearchInputOrderByInput {
|
|
763
|
+
direction: SortByDirectionEnum;
|
|
764
|
+
type: SortByTypeEnum;
|
|
765
|
+
}
|
|
766
|
+
export interface StringFilterInput {
|
|
767
|
+
eq?: string | null;
|
|
768
|
+
in?: string[] | null;
|
|
769
|
+
like?: string | null;
|
|
770
|
+
ne?: string | null;
|
|
771
|
+
nin?: string[] | null;
|
|
772
|
+
}
|