@ikas/bp-storefront 0.15.0
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/dist/_virtual/URL-impl.js +1 -0
- package/dist/_virtual/URL.js +1 -0
- package/dist/_virtual/_commonjsHelpers.js +1 -0
- package/dist/_virtual/_nodeUtil.js +1 -0
- package/dist/_virtual/fetch-npm-node.js +1 -0
- package/dist/_virtual/index.js +1 -0
- package/dist/_virtual/index.mjs.js +1 -0
- package/dist/_virtual/isBuffer.js +1 -0
- package/dist/_virtual/public-api.js +1 -0
- package/dist/_virtual/url-state-machine.js +1 -0
- package/dist/_virtual/utils.js +1 -0
- package/dist/analytics/analytics-functions/addToCart.js +1 -0
- package/dist/analytics/analytics-functions/addToWishlist.js +1 -0
- package/dist/analytics/analytics-functions/completeRegistration.js +1 -0
- package/dist/analytics/analytics-functions/contactForm.js +1 -0
- package/dist/analytics/analytics-functions/createEmailSubscription.js +1 -0
- package/dist/analytics/analytics-functions/customerLogin.js +1 -0
- package/dist/analytics/analytics-functions/customerLogout.js +1 -0
- package/dist/analytics/analytics-functions/customerVisit.js +1 -0
- package/dist/analytics/analytics-functions/helpers.js +1 -0
- package/dist/analytics/analytics-functions/pageView.js +1 -0
- package/dist/analytics/analytics-functions/productView.js +1 -0
- package/dist/analytics/analytics-functions/removeFromCart.js +1 -0
- package/dist/analytics/analytics-functions/search.js +1 -0
- package/dist/analytics/analytics-functions/viewBrand.js +1 -0
- package/dist/analytics/analytics-functions/viewCart.js +1 -0
- package/dist/analytics/analytics-functions/viewCategory.js +1 -0
- package/dist/analytics/analytics-functions/viewListing.js +1 -0
- package/dist/analytics/analytics-functions/viewSearchResults.js +1 -0
- package/dist/analytics/analytics-functions/viewStorefrontPopup.js +1 -0
- package/dist/analytics/analytics.js +1 -0
- package/dist/analytics/events.js +1 -0
- package/dist/analytics/facebook/addToCart.js +1 -0
- package/dist/analytics/facebook/addToWishlist.js +1 -0
- package/dist/analytics/facebook/completeRegistration.js +1 -0
- package/dist/analytics/facebook/contactForm.js +1 -0
- package/dist/analytics/facebook/pageView.js +1 -0
- package/dist/analytics/facebook/productView.js +1 -0
- package/dist/analytics/facebook/search.js +1 -0
- package/dist/analytics/facebook/utils.js +1 -0
- package/dist/analytics/facebook/viewCart.js +1 -0
- package/dist/analytics/facebook/viewCategory.js +1 -0
- package/dist/analytics/google-analytics/addToCart.js +1 -0
- package/dist/analytics/google-analytics/productView.js +1 -0
- package/dist/analytics/google-analytics/removeFromCart.js +1 -0
- package/dist/analytics/google-analytics/search.js +1 -0
- package/dist/analytics/google-analytics/utils.js +1 -0
- package/dist/analytics/google-analytics/viewCart.js +1 -0
- package/dist/analytics/google-tag-manager/addToCart.js +1 -0
- package/dist/analytics/google-tag-manager/completeRegistration.js +1 -0
- package/dist/analytics/google-tag-manager/customerLogin.js +1 -0
- package/dist/analytics/google-tag-manager/customerLogout.js +1 -0
- package/dist/analytics/google-tag-manager/customerVisit.js +1 -0
- package/dist/analytics/google-tag-manager/pageView.js +1 -0
- package/dist/analytics/google-tag-manager/productView.js +1 -0
- package/dist/analytics/google-tag-manager/removeFromCart.js +1 -0
- package/dist/analytics/google-tag-manager/search.js +1 -0
- package/dist/analytics/google-tag-manager/utils.js +1 -0
- package/dist/analytics/google-tag-manager/viewCart.js +1 -0
- package/dist/analytics/google-tag-manager/viewCategory.js +1 -0
- package/dist/analytics/ikas/analytics.js +1 -0
- package/dist/analytics/tiktok/addToCart.js +1 -0
- package/dist/analytics/tiktok/addToWishlist.js +1 -0
- package/dist/analytics/tiktok/completeRegistration.js +1 -0
- package/dist/analytics/tiktok/contactForm.js +1 -0
- package/dist/analytics/tiktok/identify.js +1 -0
- package/dist/analytics/tiktok/pageView.js +1 -0
- package/dist/analytics/tiktok/productView.js +1 -0
- package/dist/analytics/tiktok/search.js +1 -0
- package/dist/analytics/tiktok/utils.js +1 -0
- package/dist/analytics/tiktok/viewCategory.js +1 -0
- package/dist/analytics/utils.js +1 -0
- package/dist/ext/animejs/lib/anime.esm.js +9 -0
- package/dist/ext/isomorphic-fetch/fetch-npm-node.js +1 -0
- package/dist/ext/lodash/_DataView.js +1 -0
- package/dist/ext/lodash/_Hash.js +1 -0
- package/dist/ext/lodash/_ListCache.js +1 -0
- package/dist/ext/lodash/_Map.js +1 -0
- package/dist/ext/lodash/_MapCache.js +1 -0
- package/dist/ext/lodash/_Promise.js +1 -0
- package/dist/ext/lodash/_Set.js +1 -0
- package/dist/ext/lodash/_SetCache.js +1 -0
- package/dist/ext/lodash/_Stack.js +1 -0
- package/dist/ext/lodash/_Symbol.js +1 -0
- package/dist/ext/lodash/_Uint8Array.js +1 -0
- package/dist/ext/lodash/_WeakMap.js +1 -0
- package/dist/ext/lodash/_apply.js +1 -0
- package/dist/ext/lodash/_arrayFilter.js +1 -0
- package/dist/ext/lodash/_arrayLikeKeys.js +1 -0
- package/dist/ext/lodash/_arrayMap.js +1 -0
- package/dist/ext/lodash/_arrayPush.js +1 -0
- package/dist/ext/lodash/_arraySome.js +1 -0
- package/dist/ext/lodash/_assocIndexOf.js +1 -0
- package/dist/ext/lodash/_baseEach.js +1 -0
- package/dist/ext/lodash/_baseFlatten.js +1 -0
- package/dist/ext/lodash/_baseFor.js +1 -0
- package/dist/ext/lodash/_baseForOwn.js +1 -0
- package/dist/ext/lodash/_baseGet.js +1 -0
- package/dist/ext/lodash/_baseGetAllKeys.js +1 -0
- package/dist/ext/lodash/_baseGetTag.js +1 -0
- package/dist/ext/lodash/_baseHasIn.js +1 -0
- package/dist/ext/lodash/_baseIsArguments.js +1 -0
- package/dist/ext/lodash/_baseIsEqual.js +1 -0
- package/dist/ext/lodash/_baseIsEqualDeep.js +1 -0
- package/dist/ext/lodash/_baseIsMatch.js +1 -0
- package/dist/ext/lodash/_baseIsNative.js +1 -0
- package/dist/ext/lodash/_baseIsTypedArray.js +1 -0
- package/dist/ext/lodash/_baseIteratee.js +1 -0
- package/dist/ext/lodash/_baseKeys.js +1 -0
- package/dist/ext/lodash/_baseMap.js +1 -0
- package/dist/ext/lodash/_baseMatches.js +1 -0
- package/dist/ext/lodash/_baseMatchesProperty.js +1 -0
- package/dist/ext/lodash/_baseOrderBy.js +1 -0
- package/dist/ext/lodash/_baseProperty.js +1 -0
- package/dist/ext/lodash/_basePropertyDeep.js +1 -0
- package/dist/ext/lodash/_baseRest.js +1 -0
- package/dist/ext/lodash/_baseSetToString.js +1 -0
- package/dist/ext/lodash/_baseSortBy.js +1 -0
- package/dist/ext/lodash/_baseTimes.js +1 -0
- package/dist/ext/lodash/_baseToString.js +1 -0
- package/dist/ext/lodash/_baseUnary.js +1 -0
- package/dist/ext/lodash/_cacheHas.js +1 -0
- package/dist/ext/lodash/_castPath.js +1 -0
- package/dist/ext/lodash/_compareAscending.js +1 -0
- package/dist/ext/lodash/_compareMultiple.js +1 -0
- package/dist/ext/lodash/_coreJsData.js +1 -0
- package/dist/ext/lodash/_createBaseEach.js +1 -0
- package/dist/ext/lodash/_createBaseFor.js +1 -0
- package/dist/ext/lodash/_defineProperty.js +1 -0
- package/dist/ext/lodash/_equalArrays.js +1 -0
- package/dist/ext/lodash/_equalByTag.js +1 -0
- package/dist/ext/lodash/_equalObjects.js +1 -0
- package/dist/ext/lodash/_freeGlobal.js +1 -0
- package/dist/ext/lodash/_getAllKeys.js +1 -0
- package/dist/ext/lodash/_getMapData.js +1 -0
- package/dist/ext/lodash/_getMatchData.js +1 -0
- package/dist/ext/lodash/_getNative.js +1 -0
- package/dist/ext/lodash/_getRawTag.js +1 -0
- package/dist/ext/lodash/_getSymbols.js +1 -0
- package/dist/ext/lodash/_getTag.js +1 -0
- package/dist/ext/lodash/_getValue.js +1 -0
- package/dist/ext/lodash/_hasPath.js +1 -0
- package/dist/ext/lodash/_hashClear.js +1 -0
- package/dist/ext/lodash/_hashDelete.js +1 -0
- package/dist/ext/lodash/_hashGet.js +1 -0
- package/dist/ext/lodash/_hashHas.js +1 -0
- package/dist/ext/lodash/_hashSet.js +1 -0
- package/dist/ext/lodash/_isFlattenable.js +1 -0
- package/dist/ext/lodash/_isIndex.js +1 -0
- package/dist/ext/lodash/_isIterateeCall.js +1 -0
- package/dist/ext/lodash/_isKey.js +1 -0
- package/dist/ext/lodash/_isKeyable.js +1 -0
- package/dist/ext/lodash/_isMasked.js +1 -0
- package/dist/ext/lodash/_isPrototype.js +1 -0
- package/dist/ext/lodash/_isStrictComparable.js +1 -0
- package/dist/ext/lodash/_listCacheClear.js +1 -0
- package/dist/ext/lodash/_listCacheDelete.js +1 -0
- package/dist/ext/lodash/_listCacheGet.js +1 -0
- package/dist/ext/lodash/_listCacheHas.js +1 -0
- package/dist/ext/lodash/_listCacheSet.js +1 -0
- package/dist/ext/lodash/_mapCacheClear.js +1 -0
- package/dist/ext/lodash/_mapCacheDelete.js +1 -0
- package/dist/ext/lodash/_mapCacheGet.js +1 -0
- package/dist/ext/lodash/_mapCacheHas.js +1 -0
- package/dist/ext/lodash/_mapCacheSet.js +1 -0
- package/dist/ext/lodash/_mapToArray.js +1 -0
- package/dist/ext/lodash/_matchesStrictComparable.js +1 -0
- package/dist/ext/lodash/_memoizeCapped.js +1 -0
- package/dist/ext/lodash/_nativeCreate.js +1 -0
- package/dist/ext/lodash/_nativeKeys.js +1 -0
- package/dist/ext/lodash/_nodeUtil.js +1 -0
- package/dist/ext/lodash/_objectToString.js +1 -0
- package/dist/ext/lodash/_overArg.js +1 -0
- package/dist/ext/lodash/_overRest.js +1 -0
- package/dist/ext/lodash/_root.js +1 -0
- package/dist/ext/lodash/_setCacheAdd.js +1 -0
- package/dist/ext/lodash/_setCacheHas.js +1 -0
- package/dist/ext/lodash/_setToArray.js +1 -0
- package/dist/ext/lodash/_setToString.js +1 -0
- package/dist/ext/lodash/_shortOut.js +1 -0
- package/dist/ext/lodash/_stackClear.js +1 -0
- package/dist/ext/lodash/_stackDelete.js +1 -0
- package/dist/ext/lodash/_stackGet.js +1 -0
- package/dist/ext/lodash/_stackHas.js +1 -0
- package/dist/ext/lodash/_stackSet.js +1 -0
- package/dist/ext/lodash/_stringToPath.js +1 -0
- package/dist/ext/lodash/_toKey.js +1 -0
- package/dist/ext/lodash/_toSource.js +1 -0
- package/dist/ext/lodash/constant.js +1 -0
- package/dist/ext/lodash/eq.js +1 -0
- package/dist/ext/lodash/get.js +1 -0
- package/dist/ext/lodash/hasIn.js +1 -0
- package/dist/ext/lodash/identity.js +1 -0
- package/dist/ext/lodash/isArguments.js +1 -0
- package/dist/ext/lodash/isArray.js +1 -0
- package/dist/ext/lodash/isArrayLike.js +1 -0
- package/dist/ext/lodash/isBuffer.js +1 -0
- package/dist/ext/lodash/isFunction.js +1 -0
- package/dist/ext/lodash/isLength.js +1 -0
- package/dist/ext/lodash/isObject.js +1 -0
- package/dist/ext/lodash/isObjectLike.js +1 -0
- package/dist/ext/lodash/isSymbol.js +1 -0
- package/dist/ext/lodash/isTypedArray.js +1 -0
- package/dist/ext/lodash/keys.js +1 -0
- package/dist/ext/lodash/memoize.js +1 -0
- package/dist/ext/lodash/property.js +1 -0
- package/dist/ext/lodash/sortBy.js +1 -0
- package/dist/ext/lodash/stubArray.js +1 -0
- package/dist/ext/lodash/stubFalse.js +1 -0
- package/dist/ext/lodash/toString.js +1 -0
- package/dist/ext/mobx/dist/mobx.esm.js +1 -0
- package/dist/ext/node-fetch/lib/index.mjs.js +1 -0
- package/dist/ext/tr46/index.js +1 -0
- package/dist/ext/tr46/lib/mappingTable.json.js +1 -0
- package/dist/ext/tslib/tslib.es6.mjs.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/md5.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/native.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/parse.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/regex.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/rng.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/sha1.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/stringify.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/v3.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/v35.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/v4.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/v5.js +1 -0
- package/dist/ext/uuid/dist/esm-browser/validate.js +1 -0
- package/dist/ext/webidl-conversions/lib/index.js +1 -0
- package/dist/ext/whatwg-url/lib/URL-impl.js +1 -0
- package/dist/ext/whatwg-url/lib/URL.js +1 -0
- package/dist/ext/whatwg-url/lib/public-api.js +1 -0
- package/dist/ext/whatwg-url/lib/url-state-machine.js +1 -0
- package/dist/ext/whatwg-url/lib/utils.js +1 -0
- package/dist/externals/index.js +1 -0
- package/dist/functions/api/blog/index.js +1 -0
- package/dist/functions/api/brand/index.js +1 -0
- package/dist/functions/api/cart/index.js +1 -0
- package/dist/functions/api/category/index.js +1 -0
- package/dist/functions/api/checkout/index.js +1 -0
- package/dist/functions/api/customer/index.js +1 -0
- package/dist/functions/api/file/index.js +1 -0
- package/dist/functions/api/location/index.js +1 -0
- package/dist/functions/api/loyalty/index.js +1 -0
- package/dist/functions/api/popup/index.js +1 -0
- package/dist/functions/api/product/index.js +1 -0
- package/dist/functions/models/attribute-detail/index.js +1 -0
- package/dist/functions/models/attribute-list/index.js +1 -0
- package/dist/functions/models/base/index.js +1 -0
- package/dist/functions/models/blog/category/index.js +1 -0
- package/dist/functions/models/blog/category/init.js +1 -0
- package/dist/functions/models/blog/index.js +1 -0
- package/dist/functions/models/blog/init.js +1 -0
- package/dist/functions/models/blog-category-list/index.js +1 -0
- package/dist/functions/models/blog-category-list/init.js +1 -0
- package/dist/functions/models/blog-list/index.js +1 -0
- package/dist/functions/models/blog-list/init.js +1 -0
- package/dist/functions/models/brand/index.js +1 -0
- package/dist/functions/models/brand/init.js +1 -0
- package/dist/functions/models/brand-list/index.js +1 -0
- package/dist/functions/models/brand-list/init.js +1 -0
- package/dist/functions/models/campaign-offer/index.js +1 -0
- package/dist/functions/models/category/index.js +1 -0
- package/dist/functions/models/category/init.js +1 -0
- package/dist/functions/models/category/path-item/index.js +1 -0
- package/dist/functions/models/category/path-item/init.js +1 -0
- package/dist/functions/models/category-list/index.js +1 -0
- package/dist/functions/models/category-list/init.js +1 -0
- package/dist/functions/models/checkout/index.js +1 -0
- package/dist/functions/models/country/init.js +1 -0
- package/dist/functions/models/customer/address/index.js +1 -0
- package/dist/functions/models/customer/attribute/index.js +1 -0
- package/dist/functions/models/customer/attribute/init.js +1 -0
- package/dist/functions/models/customer/index.js +1 -0
- package/dist/functions/models/customer/review/index.js +1 -0
- package/dist/functions/models/customer/review/init.js +1 -0
- package/dist/functions/models/customer-review-list/index.js +1 -0
- package/dist/functions/models/customer-review-list/init.js +1 -0
- package/dist/functions/models/customer-review-summary-list/index.js +1 -0
- package/dist/functions/models/customer-review-summary-list/init.js +1 -0
- package/dist/functions/models/filter-category/index.js +1 -0
- package/dist/functions/models/html-meta-data/init.js +1 -0
- package/dist/functions/models/ikas-theme/date-picker.js +1 -0
- package/dist/functions/models/image/index.js +1 -0
- package/dist/functions/models/merchant-settings/init.js +1 -0
- package/dist/functions/models/order/address/index.js +1 -0
- package/dist/functions/models/order/adjustment/index.js +1 -0
- package/dist/functions/models/order/gift-package/index.js +1 -0
- package/dist/functions/models/order/index.js +1 -0
- package/dist/functions/models/order/line-item/index.js +1 -0
- package/dist/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.js +1 -0
- package/dist/functions/models/order/line-item/variant/index.js +1 -0
- package/dist/functions/models/order/line-item/variant/value/index.js +1 -0
- package/dist/functions/models/order/transaction/index.js +1 -0
- package/dist/functions/models/payment-gateway/index.js +1 -0
- package/dist/functions/models/payment-gateway/init.js +1 -0
- package/dist/functions/models/product/attribute/init.js +1 -0
- package/dist/functions/models/product/attribute-value/index.js +1 -0
- package/dist/functions/models/product/attribute-value/init.js +1 -0
- package/dist/functions/models/product/campaign-offer/index.js +1 -0
- package/dist/functions/models/product/campaign-offer/init.js +1 -0
- package/dist/functions/models/product/campaign-offer/product/init.js +1 -0
- package/dist/functions/models/product/filter/index.js +1 -0
- package/dist/functions/models/product/group/init.js +1 -0
- package/dist/functions/models/product/image/init.js +1 -0
- package/dist/functions/models/product/index.js +1 -0
- package/dist/functions/models/product/init.js +1 -0
- package/dist/functions/models/product/option-set/index.js +1 -0
- package/dist/functions/models/product/option-set/init.js +1 -0
- package/dist/functions/models/product/option-set/option/index.js +1 -0
- package/dist/functions/models/product/option-set/option/init.js +1 -0
- package/dist/functions/models/product/variant/index.js +1 -0
- package/dist/functions/models/product/variant/init.js +1 -0
- package/dist/functions/models/product/variant/price/index.js +1 -0
- package/dist/functions/models/product/variant-type/init.js +1 -0
- package/dist/functions/models/product-list/index.js +1 -0
- package/dist/functions/models/raffle/index.js +1 -0
- package/dist/functions/models/raffle/init.js +1 -0
- package/dist/functions/models/state/init.js +1 -0
- package/dist/functions/models/validator/account-info/index.js +1 -0
- package/dist/functions/models/validator/address/index.js +1 -0
- package/dist/functions/models/validator/back-in-stock-notification/index.js +1 -0
- package/dist/functions/models/validator/contact-form/index.js +1 -0
- package/dist/functions/models/validator/coupon-code-form/index.js +1 -0
- package/dist/functions/models/validator/customer-review/index.js +1 -0
- package/dist/functions/models/validator/forgot-password/index.js +1 -0
- package/dist/functions/models/validator/index.js +1 -0
- package/dist/functions/models/validator/login/index.js +1 -0
- package/dist/functions/models/validator/newsletter-subscription/index.js +1 -0
- package/dist/functions/models/validator/order-tracking/index.js +1 -0
- package/dist/functions/models/validator/recover-password/index.js +1 -0
- package/dist/functions/models/validator/register/index.js +1 -0
- package/dist/functions/models/validator/sms-login/index.js +1 -0
- package/dist/functions/models/validator/verify-phone-number/index.js +1 -0
- package/dist/functions/models/variant-type/index.js +1 -0
- package/dist/functions/models/variant-type/init.js +1 -0
- package/dist/functions/models/variant-type/variant-value/index.js +1 -0
- package/dist/functions/others/index.js +1 -0
- package/dist/functions/stores/base/index.js +1 -0
- package/dist/functions/stores/cart/index.js +1 -0
- package/dist/functions/stores/customer/index.js +1 -0
- package/dist/i18n/index.js +1 -0
- package/dist/index.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/activateCustomer.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/addItemToCart.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createCustomerReview.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createKlarnaClientToken.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createOrderRefundRequest.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createPaypalOrder.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createSaleTransactionWithCart.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/createStripePaymentIntent.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/customerDeactivate.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/customerForgotPassword.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/customerLogin.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/customerRecoverPassword.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/customerRefreshToken.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/getOrderLineFile.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/getPaypalClientId.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/registerCustomer.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/resendCustomerActivationMail.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/retrieveInstallmentInfo.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveCart.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveCartCouponCode.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveCustomerFormData.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveFavoriteProduct.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveLastViewedProducts.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveMyCustomer.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/saveProductBackInStockRemind.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/sendContactFormToMerchant.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/updateCartCampaignOffer.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/useLoyaltyPoints.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
- package/dist/packages/storefront-api/src/__api/mutations/validateOTPCode.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/checkCartStocks.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/checkCustomerEmail.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/checkStocks.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/customerSocialLogin.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/exportCustomerPersonalData.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingCountries.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingZones.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getAvailableStockLocations.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getCartById.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getCustomerOrders.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getLastViewedProducts.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getMyCountry.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getMyCustomer.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getOrderByEmail.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getProductCampaigns.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getProductFilterData.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getProductOptionFileUrl.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getRelatedProducts.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getStorefrontWidgetSettings.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getSuggestedProducts.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/getVariantStockLocations.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/isFavoriteProduct.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listBlog.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listBlogCategory.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listBlogMetadata.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCampaignOffer.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCategory.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCheckoutSettings.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCity.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCountry.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCustomerAttribute.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCustomerReviewSummary.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCustomerReviews.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listCustomerSettings.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listDistrict.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listEarningMethods.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listFavoriteProducts.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramTiers.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listOrderRefundSettings.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listOrderTransactions.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listPaymentGateway.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listProductAttribute.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listProductBackInStockRemind.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listProductBrand.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listProductFile.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listProductOptionSet.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listSpendingMethodsByCartId.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listState.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listStockLocation.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/listStorefrontPopup.js +1 -0
- package/dist/packages/storefront-api/src/__api/queries/searchProducts.js +1 -0
- package/dist/packages/storefront-api/src/index.js +1 -0
- package/dist/packages/storefront-api-client/ext/tslib/tslib.es6.js +15 -0
- package/dist/packages/storefront-api-client/src/config/index.js +1 -0
- package/dist/packages/storefront-api-client/src/utils/api.js +1 -0
- package/dist/packages/storefront-api-client/src/utils/fetch-query.js +1 -0
- package/dist/packages/storefront-config/src/index.js +1 -0
- package/dist/packages/storefront-models/src/models/merchant-settings/index.js +1 -0
- package/dist/router/index.js +1 -0
- package/dist/storefront/src/analytics/analytics-functions/addToCart.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/addToWishlist.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/completeRegistration.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/contactForm.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/createEmailSubscription.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/customerLogin.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/customerLogout.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/customerVisit.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/helpers.d.ts +12 -0
- package/dist/storefront/src/analytics/analytics-functions/index.d.ts +18 -0
- package/dist/storefront/src/analytics/analytics-functions/pageView.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/productView.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/removeFromCart.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/search.d.ts +1 -0
- package/dist/storefront/src/analytics/analytics-functions/viewBrand.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/viewCart.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/viewCategory.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/viewListing.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/viewSearchResults.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics-functions/viewStorefrontPopup.d.ts +2 -0
- package/dist/storefront/src/analytics/analytics.d.ts +5 -0
- package/dist/storefront/src/analytics/events.d.ts +15 -0
- package/dist/storefront/src/analytics/facebook/addToCart.d.ts +2 -0
- package/dist/storefront/src/analytics/facebook/addToWishlist.d.ts +1 -0
- package/dist/storefront/src/analytics/facebook/completeRegistration.d.ts +1 -0
- package/dist/storefront/src/analytics/facebook/contactForm.d.ts +1 -0
- package/dist/storefront/src/analytics/facebook/pageView.d.ts +1 -0
- package/dist/storefront/src/analytics/facebook/productView.d.ts +2 -0
- package/dist/storefront/src/analytics/facebook/purchase.d.ts +2 -0
- package/dist/storefront/src/analytics/facebook/search.d.ts +1 -0
- package/dist/storefront/src/analytics/facebook/utils.d.ts +3 -0
- package/dist/storefront/src/analytics/facebook/viewCart.d.ts +2 -0
- package/dist/storefront/src/analytics/facebook/viewCategory.d.ts +1 -0
- package/dist/storefront/src/analytics/google-analytics/addToCart.d.ts +2 -0
- package/dist/storefront/src/analytics/google-analytics/productView.d.ts +2 -0
- package/dist/storefront/src/analytics/google-analytics/removeFromCart.d.ts +2 -0
- package/dist/storefront/src/analytics/google-analytics/search.d.ts +1 -0
- package/dist/storefront/src/analytics/google-analytics/utils.d.ts +16 -0
- package/dist/storefront/src/analytics/google-analytics/viewCart.d.ts +2 -0
- package/dist/storefront/src/analytics/google-tag-manager/addToCart.d.ts +22 -0
- package/dist/storefront/src/analytics/google-tag-manager/completeRegistration.d.ts +5 -0
- package/dist/storefront/src/analytics/google-tag-manager/customerLogin.d.ts +4 -0
- package/dist/storefront/src/analytics/google-tag-manager/customerLogout.d.ts +3 -0
- package/dist/storefront/src/analytics/google-tag-manager/customerVisit.d.ts +4 -0
- package/dist/storefront/src/analytics/google-tag-manager/disableHTML.d.ts +1 -0
- package/dist/storefront/src/analytics/google-tag-manager/pageView.d.ts +4 -0
- package/dist/storefront/src/analytics/google-tag-manager/productView.d.ts +30 -0
- package/dist/storefront/src/analytics/google-tag-manager/removeFromCart.d.ts +22 -0
- package/dist/storefront/src/analytics/google-tag-manager/search.d.ts +4 -0
- package/dist/storefront/src/analytics/google-tag-manager/utils.d.ts +16 -0
- package/dist/storefront/src/analytics/google-tag-manager/viewCart.d.ts +7 -0
- package/dist/storefront/src/analytics/google-tag-manager/viewCategory.d.ts +14 -0
- package/dist/storefront/src/analytics/ikas/analytics.d.ts +28 -0
- package/dist/storefront/src/analytics/tiktok/addToCart.d.ts +2 -0
- package/dist/storefront/src/analytics/tiktok/addToWishlist.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/completeRegistration.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/contactForm.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/identify.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/pageView.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/productView.d.ts +2 -0
- package/dist/storefront/src/analytics/tiktok/search.d.ts +1 -0
- package/dist/storefront/src/analytics/tiktok/utils.d.ts +2 -0
- package/dist/storefront/src/analytics/tiktok/viewCategory.d.ts +2 -0
- package/dist/storefront/src/analytics/utils.d.ts +43 -0
- package/dist/storefront/src/externals/index.d.ts +6 -0
- package/dist/storefront/src/functions/api/blog/index.d.ts +26 -0
- package/dist/storefront/src/functions/api/brand/index.d.ts +11 -0
- package/dist/storefront/src/functions/api/cart/index.d.ts +14 -0
- package/dist/storefront/src/functions/api/category/index.d.ts +10 -0
- package/dist/storefront/src/functions/api/checkout/index.d.ts +32 -0
- package/dist/storefront/src/functions/api/customer/index.d.ts +204 -0
- package/dist/storefront/src/functions/api/file/index.d.ts +10 -0
- package/dist/storefront/src/functions/api/html-meta-data/index.d.ts +4 -0
- package/dist/storefront/src/functions/api/location/index.d.ts +13 -0
- package/dist/storefront/src/functions/api/loyalty/index.d.ts +15 -0
- package/dist/storefront/src/functions/api/masterpass/index.d.ts +2 -0
- package/dist/storefront/src/functions/api/merchant/index.d.ts +4 -0
- package/dist/storefront/src/functions/api/popup/index.d.ts +4 -0
- package/dist/storefront/src/functions/api/product/index.d.ts +55 -0
- package/dist/storefront/src/functions/api/raffle/index.d.ts +15 -0
- package/dist/storefront/src/functions/api/storefront/index.d.ts +3 -0
- package/dist/storefront/src/functions/models/attribute-detail/index.d.ts +21 -0
- package/dist/storefront/src/functions/models/attribute-list/index.d.ts +21 -0
- package/dist/storefront/src/functions/models/base/index.d.ts +18 -0
- package/dist/storefront/src/functions/models/blog/category/index.d.ts +33 -0
- package/dist/storefront/src/functions/models/blog/category/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/blog/index.d.ts +35 -0
- package/dist/storefront/src/functions/models/blog/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/blog-category-list/index.d.ts +149 -0
- package/dist/storefront/src/functions/models/blog-category-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/blog-list/index.d.ts +149 -0
- package/dist/storefront/src/functions/models/blog-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/brand/index.d.ts +18 -0
- package/dist/storefront/src/functions/models/brand/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/brand-list/index.d.ts +149 -0
- package/dist/storefront/src/functions/models/brand-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/campaign-offer/index.d.ts +55 -0
- package/dist/storefront/src/functions/models/category/index.d.ts +35 -0
- package/dist/storefront/src/functions/models/category/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/category/path-item/index.d.ts +35 -0
- package/dist/storefront/src/functions/models/category/path-item/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/category-list/index.d.ts +149 -0
- package/dist/storefront/src/functions/models/category-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/checkout/index.d.ts +39 -0
- package/dist/storefront/src/functions/models/country/init.d.ts +20 -0
- package/dist/storefront/src/functions/models/customer/address/index.d.ts +106 -0
- package/dist/storefront/src/functions/models/customer/attribute/index.d.ts +39 -0
- package/dist/storefront/src/functions/models/customer/attribute/init.d.ts +19 -0
- package/dist/storefront/src/functions/models/customer/index.d.ts +47 -0
- package/dist/storefront/src/functions/models/customer/review/index.d.ts +18 -0
- package/dist/storefront/src/functions/models/customer/review/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/customer-review-list/index.d.ts +141 -0
- package/dist/storefront/src/functions/models/customer-review-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/customer-review-summary-list/index.d.ts +106 -0
- package/dist/storefront/src/functions/models/customer-review-summary-list/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/filter-category/index.d.ts +35 -0
- package/dist/storefront/src/functions/models/html-meta-data/init.d.ts +38 -0
- package/dist/storefront/src/functions/models/ikas-theme/date-picker.d.ts +379 -0
- package/dist/storefront/src/functions/models/image/index.d.ts +56 -0
- package/dist/storefront/src/functions/models/index.d.ts +84 -0
- package/dist/storefront/src/functions/models/merchant-settings/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/order/address/index.d.ts +93 -0
- package/dist/storefront/src/functions/models/order/adjustment/index.d.ts +56 -0
- package/dist/storefront/src/functions/models/order/gift-package/index.d.ts +19 -0
- package/dist/storefront/src/functions/models/order/index.d.ts +428 -0
- package/dist/storefront/src/functions/models/order/line-item/index.d.ts +307 -0
- package/dist/storefront/src/functions/models/order/line-item/option/value/index.d.ts +37 -0
- package/dist/storefront/src/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +20 -0
- package/dist/storefront/src/functions/models/order/line-item/variant/index.d.ts +37 -0
- package/dist/storefront/src/functions/models/order/line-item/variant/value/index.d.ts +35 -0
- package/dist/storefront/src/functions/models/order/package/index.d.ts +20 -0
- package/dist/storefront/src/functions/models/order/transaction/index.d.ts +37 -0
- package/dist/storefront/src/functions/models/payment-gateway/index.d.ts +31 -0
- package/dist/storefront/src/functions/models/payment-gateway/init.d.ts +20 -0
- package/dist/storefront/src/functions/models/product/attribute/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/product/attribute-value/index.d.ts +52 -0
- package/dist/storefront/src/functions/models/product/attribute-value/init.d.ts +16 -0
- package/dist/storefront/src/functions/models/product/campaign-offer/index.d.ts +18 -0
- package/dist/storefront/src/functions/models/product/campaign-offer/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/product/campaign-offer/product/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/product/filter/index.d.ts +344 -0
- package/dist/storefront/src/functions/models/product/filter/settings/init.d.ts +22 -0
- package/dist/storefront/src/functions/models/product/group/init.d.ts +35 -0
- package/dist/storefront/src/functions/models/product/image/init.d.ts +16 -0
- package/dist/storefront/src/functions/models/product/index.d.ts +1055 -0
- package/dist/storefront/src/functions/models/product/init.d.ts +57 -0
- package/dist/storefront/src/functions/models/product/option-set/index.d.ts +84 -0
- package/dist/storefront/src/functions/models/product/option-set/init.d.ts +19 -0
- package/dist/storefront/src/functions/models/product/option-set/option/index.d.ts +449 -0
- package/dist/storefront/src/functions/models/product/option-set/option/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/product/stock-location/index.d.ts +17 -0
- package/dist/storefront/src/functions/models/product/variant/index.d.ts +868 -0
- package/dist/storefront/src/functions/models/product/variant/init.d.ts +16 -0
- package/dist/storefront/src/functions/models/product/variant/price/index.d.ts +70 -0
- package/dist/storefront/src/functions/models/product/variant-type/init.d.ts +17 -0
- package/dist/storefront/src/functions/models/product-list/index.d.ts +669 -0
- package/dist/storefront/src/functions/models/raffle/index.d.ts +19 -0
- package/dist/storefront/src/functions/models/raffle/init.d.ts +20 -0
- package/dist/storefront/src/functions/models/state/init.d.ts +20 -0
- package/dist/storefront/src/functions/models/validator/account-info/index.d.ts +87 -0
- package/dist/storefront/src/functions/models/validator/address/index.d.ts +333 -0
- package/dist/storefront/src/functions/models/validator/back-in-stock-notification/index.d.ts +54 -0
- package/dist/storefront/src/functions/models/validator/contact-form/index.d.ts +121 -0
- package/dist/storefront/src/functions/models/validator/coupon-code-form/index.d.ts +72 -0
- package/dist/storefront/src/functions/models/validator/customer-review/index.d.ts +88 -0
- package/dist/storefront/src/functions/models/validator/forgot-password/index.d.ts +53 -0
- package/dist/storefront/src/functions/models/validator/index.d.ts +54 -0
- package/dist/storefront/src/functions/models/validator/login/index.d.ts +70 -0
- package/dist/storefront/src/functions/models/validator/newsletter-subscription/index.d.ts +70 -0
- package/dist/storefront/src/functions/models/validator/order-tracking/index.d.ts +70 -0
- package/dist/storefront/src/functions/models/validator/recover-password/index.d.ts +70 -0
- package/dist/storefront/src/functions/models/validator/register/index.d.ts +297 -0
- package/dist/storefront/src/functions/models/validator/sms-login/index.d.ts +171 -0
- package/dist/storefront/src/functions/models/validator/verify-phone-number/index.d.ts +69 -0
- package/dist/storefront/src/functions/models/variant-type/index.d.ts +37 -0
- package/dist/storefront/src/functions/models/variant-type/init.d.ts +18 -0
- package/dist/storefront/src/functions/models/variant-type/variant-value/index.d.ts +91 -0
- package/dist/storefront/src/functions/others/index.d.ts +18 -0
- package/dist/storefront/src/functions/stores/base/index.d.ts +18 -0
- package/dist/storefront/src/functions/stores/cart/index.d.ts +547 -0
- package/dist/storefront/src/functions/stores/customer/index.d.ts +1919 -0
- package/dist/storefront/src/functions/stores/index.d.ts +3 -0
- package/dist/storefront/src/i18n/index.d.ts +9 -0
- package/dist/storefront/src/index.d.ts +28 -0
- package/dist/storefront/src/router/index.d.ts +161 -0
- package/dist/storefront/src/stores/base/index.d.ts +11 -0
- package/dist/storefront/src/stores/cart/index.d.ts +9 -0
- package/dist/storefront/src/stores/customer/index.d.ts +44 -0
- package/dist/storefront/src/theme/infinite-scroller/index.d.ts +3 -0
- package/dist/storefront/src/theme/overlay/index.d.ts +5 -0
- package/dist/storefront/src/theme/slider/index.d.ts +8 -0
- package/dist/storefront/src/theme/styles/index.d.ts +7 -0
- package/dist/storefront/src/utils/blueprint.d.ts +4 -0
- package/dist/storefront/src/utils/currency.d.ts +7 -0
- package/dist/storefront/src/utils/fetch.d.ts +7 -0
- package/dist/storefront/src/utils/helper.d.ts +21 -0
- package/dist/storefront/src/utils/object-wrapper.d.ts +9 -0
- package/dist/storefront-api/src/__api/mutations/activateCustomer.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/addItemToCart.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createCustomerReview.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createKlarnaClientToken.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createOrderRefundRequest.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createPaypalOrder.d.ts +7 -0
- package/dist/storefront-api/src/__api/mutations/createSaleTransactionWithCart.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/createStripePaymentIntent.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/customerDeactivate.d.ts +5 -0
- package/dist/storefront-api/src/__api/mutations/customerForgotPassword.d.ts +7 -0
- package/dist/storefront-api/src/__api/mutations/customerLogin.d.ts +9 -0
- package/dist/storefront-api/src/__api/mutations/customerRecoverPassword.d.ts +8 -0
- package/dist/storefront-api/src/__api/mutations/customerRefreshToken.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/getOrderLineFile.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/getPaypalClientId.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/registerCustomer.d.ts +20 -0
- package/dist/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.d.ts +7 -0
- package/dist/storefront-api/src/__api/mutations/resendCustomerActivationMail.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/retrieveInstallmentInfo.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/saveCart.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/saveCartCouponCode.d.ts +7 -0
- package/dist/storefront-api/src/__api/mutations/saveCustomerFormData.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/saveFavoriteProduct.d.ts +8 -0
- package/dist/storefront-api/src/__api/mutations/saveLastViewedProducts.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/saveMyCustomer.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/saveProductBackInStockRemind.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
- package/dist/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/updateCartCampaignOffer.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/useLoyaltyPoints.d.ts +6 -0
- package/dist/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.d.ts +7 -0
- package/dist/storefront-api/src/__api/mutations/validateOTPCode.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/checkCartStocks.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/checkCustomerEmail.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/checkStocks.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/customerSocialLogin.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/exportCustomerPersonalData.d.ts +2 -0
- package/dist/storefront-api/src/__api/queries/getAvailableShippingCountries.d.ts +5 -0
- package/dist/storefront-api/src/__api/queries/getAvailableShippingZones.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getAvailableStockLocations.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/getCartById.d.ts +9 -0
- package/dist/storefront-api/src/__api/queries/getCustomerOrders.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getLastViewedProducts.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getMyCountry.d.ts +2 -0
- package/dist/storefront-api/src/__api/queries/getMyCustomer.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/getOrderByEmail.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/getProductCampaigns.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/getProductFilterData.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/getProductOptionFileUrl.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/getRelatedProducts.d.ts +16 -0
- package/dist/storefront-api/src/__api/queries/getStorefrontWidgetSettings.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/getSuggestedProducts.d.ts +16 -0
- package/dist/storefront-api/src/__api/queries/getVariantStockLocations.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/isFavoriteProduct.d.ts +5 -0
- package/dist/storefront-api/src/__api/queries/listBlog.d.ts +14 -0
- package/dist/storefront-api/src/__api/queries/listBlogCategory.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listBlogMetadata.d.ts +12 -0
- package/dist/storefront-api/src/__api/queries/listCampaignOffer.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/listCategory.d.ts +12 -0
- package/dist/storefront-api/src/__api/queries/listCheckoutSettings.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/listCity.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listCountry.d.ts +12 -0
- package/dist/storefront-api/src/__api/queries/listCustomerAttribute.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/listCustomerReviewSummary.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/listCustomerReviews.d.ts +15 -0
- package/dist/storefront-api/src/__api/queries/listCustomerSettings.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/listDistrict.d.ts +12 -0
- package/dist/storefront-api/src/__api/queries/listEarningMethods.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/listFavoriteProducts.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/listLoyaltyProgramTiers.d.ts +3 -0
- package/dist/storefront-api/src/__api/queries/listOrderRefundSettings.d.ts +9 -0
- package/dist/storefront-api/src/__api/queries/listOrderTransactions.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/listPaymentGateway.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listProductAttribute.d.ts +9 -0
- package/dist/storefront-api/src/__api/queries/listProductBackInStockRemind.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listProductBrand.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listProductFile.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/listProductOptionSet.d.ts +8 -0
- package/dist/storefront-api/src/__api/queries/listSpendingMethodsByCartId.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/listState.d.ts +11 -0
- package/dist/storefront-api/src/__api/queries/listStockLocation.d.ts +7 -0
- package/dist/storefront-api/src/__api/queries/listStorefrontPopup.d.ts +6 -0
- package/dist/storefront-api/src/__api/queries/searchProducts.d.ts +6 -0
- package/dist/storefront-api/src/__api/types/index.d.ts +3532 -0
- package/dist/storefront-api/src/index.d.ts +7 -0
- package/dist/storefront-api-client/src/config/index.d.ts +32 -0
- package/dist/storefront-api-client/src/index.d.ts +4 -0
- package/dist/storefront-api-client/src/utils/api.d.ts +40 -0
- package/dist/storefront-api-client/src/utils/fetch-query.d.ts +9 -0
- package/dist/storefront-config/src/index.d.ts +130 -0
- package/dist/storefront-models/src/index.d.ts +220 -0
- package/dist/storefront-models/src/models/_theme/styles.d.ts +34 -0
- package/dist/storefront-models/src/models/attribute-detail/index.d.ts +6 -0
- package/dist/storefront-models/src/models/attribute-list/index.d.ts +6 -0
- package/dist/storefront-models/src/models/base/index.d.ts +6 -0
- package/dist/storefront-models/src/models/blog/category/index.d.ts +12 -0
- package/dist/storefront-models/src/models/blog/content/index.d.ts +7 -0
- package/dist/storefront-models/src/models/blog/index.d.ts +27 -0
- package/dist/storefront-models/src/models/blog/meta-data/index.d.ts +14 -0
- package/dist/storefront-models/src/models/blog/tag/index.d.ts +7 -0
- package/dist/storefront-models/src/models/blog/writer/index.d.ts +4 -0
- package/dist/storefront-models/src/models/blog-category-list/index.d.ts +14 -0
- package/dist/storefront-models/src/models/blog-list/index.d.ts +15 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/attribute-list.d.ts +6 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/attribute.d.ts +6 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/blog-category-list.d.ts +6 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/blog-category.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/blog-list.d.ts +8 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/blog.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/boolean.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/brand-list.d.ts +8 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/brand.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/category-list.d.ts +7 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/category.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/color.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/component-list.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/component.d.ts +8 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/date.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/enum.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/image-list.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/image.d.ts +5 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/index.d.ts +29 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/link-list.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/link.d.ts +15 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/number-range.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/number.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/product-list.d.ts +16 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/product.d.ts +5 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/raffle-list.d.ts +5 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/raffle.d.ts +4 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/rich-text.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/text.d.ts +3 -0
- package/dist/storefront-models/src/models/blueprint/prop-value/video.d.ts +9 -0
- package/dist/storefront-models/src/models/brand/index.d.ts +17 -0
- package/dist/storefront-models/src/models/brand/translation/index.d.ts +5 -0
- package/dist/storefront-models/src/models/brand-list/index.d.ts +16 -0
- package/dist/storefront-models/src/models/campaign-offer/index.d.ts +21 -0
- package/dist/storefront-models/src/models/campaign-offer/product/index.d.ts +23 -0
- package/dist/storefront-models/src/models/cart/available-shipping-method/estimated-delivery-time/index.d.ts +5 -0
- package/dist/storefront-models/src/models/cart/available-shipping-method/index.d.ts +10 -0
- package/dist/storefront-models/src/models/cart/campaign-offer/index.d.ts +17 -0
- package/dist/storefront-models/src/models/cart/index.d.ts +13 -0
- package/dist/storefront-models/src/models/category/conditions/index.d.ts +9 -0
- package/dist/storefront-models/src/models/category/index.d.ts +24 -0
- package/dist/storefront-models/src/models/category/path-item/index.d.ts +13 -0
- package/dist/storefront-models/src/models/category/translations/index.d.ts +5 -0
- package/dist/storefront-models/src/models/category-list/index.d.ts +16 -0
- package/dist/storefront-models/src/models/checkout/index.d.ts +10 -0
- package/dist/storefront-models/src/models/checkout-settings/index.d.ts +24 -0
- package/dist/storefront-models/src/models/checkout-settings/option/index.d.ts +4 -0
- package/dist/storefront-models/src/models/checkout-settings/price/index.d.ts +6 -0
- package/dist/storefront-models/src/models/city/index.d.ts +13 -0
- package/dist/storefront-models/src/models/contact-form/index.d.ts +8 -0
- package/dist/storefront-models/src/models/country/index.d.ts +19 -0
- package/dist/storefront-models/src/models/customer/address/city/index.d.ts +5 -0
- package/dist/storefront-models/src/models/customer/address/country/index.d.ts +7 -0
- package/dist/storefront-models/src/models/customer/address/district/index.d.ts +5 -0
- package/dist/storefront-models/src/models/customer/address/index.d.ts +30 -0
- package/dist/storefront-models/src/models/customer/address/region/index.d.ts +7 -0
- package/dist/storefront-models/src/models/customer/address/state/index.d.ts +5 -0
- package/dist/storefront-models/src/models/customer/attribute/index.d.ts +17 -0
- package/dist/storefront-models/src/models/customer/attribute/option/index.d.ts +7 -0
- package/dist/storefront-models/src/models/customer/attribute/sales-channel/index.d.ts +8 -0
- package/dist/storefront-models/src/models/customer/attribute/translation/index.d.ts +7 -0
- package/dist/storefront-models/src/models/customer/attribute/translation/option/index.d.ts +4 -0
- package/dist/storefront-models/src/models/customer/attribute/value/index.d.ts +9 -0
- package/dist/storefront-models/src/models/customer/index.d.ts +45 -0
- package/dist/storefront-models/src/models/customer/price-list-rule/filter/index.d.ts +5 -0
- package/dist/storefront-models/src/models/customer/price-list-rule/index.d.ts +8 -0
- package/dist/storefront-models/src/models/customer/review/index.d.ts +26 -0
- package/dist/storefront-models/src/models/customer/review/settings/index.d.ts +4 -0
- package/dist/storefront-models/src/models/customer/review/summary/index.d.ts +11 -0
- package/dist/storefront-models/src/models/customer/review/summary/star/index.d.ts +4 -0
- package/dist/storefront-models/src/models/customer-form-data-input/customer-register-subscription-input/index.d.ts +5 -0
- package/dist/storefront-models/src/models/customer-form-data-input/index.d.ts +13 -0
- package/dist/storefront-models/src/models/customer-review-form/index.d.ts +6 -0
- package/dist/storefront-models/src/models/customer-review-list/index.d.ts +13 -0
- package/dist/storefront-models/src/models/customer-review-summary-list/index.d.ts +11 -0
- package/dist/storefront-models/src/models/customer-settings/index.d.ts +10 -0
- package/dist/storefront-models/src/models/district/index.d.ts +13 -0
- package/dist/storefront-models/src/models/favorite-product/index.d.ts +10 -0
- package/dist/storefront-models/src/models/filter-category/index.d.ts +12 -0
- package/dist/storefront-models/src/models/html-meta-data/index.d.ts +23 -0
- package/dist/storefront-models/src/models/html-meta-data/translations/index.d.ts +6 -0
- package/dist/storefront-models/src/models/ikas-theme/date-picker/index.d.ts +7 -0
- package/dist/storefront-models/src/models/image/index.d.ts +6 -0
- package/dist/storefront-models/src/models/image-list/index.d.ts +4 -0
- package/dist/storefront-models/src/models/language-option/index.d.ts +8 -0
- package/dist/storefront-models/src/models/last-viewed-product/index.d.ts +4 -0
- package/dist/storefront-models/src/models/locale-option/index.d.ts +9 -0
- package/dist/storefront-models/src/models/location-translations/index.d.ts +5 -0
- package/dist/storefront-models/src/models/loyalty-program/customer-info/index.d.ts +17 -0
- package/dist/storefront-models/src/models/loyalty-program/earning-method/index.d.ts +33 -0
- package/dist/storefront-models/src/models/loyalty-program/index.d.ts +25 -0
- package/dist/storefront-models/src/models/loyalty-program/point-history/index.d.ts +16 -0
- package/dist/storefront-models/src/models/loyalty-program/spending-method/index.d.ts +17 -0
- package/dist/storefront-models/src/models/loyalty-program/tier/index.d.ts +15 -0
- package/dist/storefront-models/src/models/merchant-settings/address/city/index.d.ts +5 -0
- package/dist/storefront-models/src/models/merchant-settings/address/country/index.d.ts +7 -0
- package/dist/storefront-models/src/models/merchant-settings/address/district/index.d.ts +5 -0
- package/dist/storefront-models/src/models/merchant-settings/address/index.d.ts +21 -0
- package/dist/storefront-models/src/models/merchant-settings/address/state/index.d.ts +5 -0
- package/dist/storefront-models/src/models/merchant-settings/address/type/index.d.ts +1 -0
- package/dist/storefront-models/src/models/merchant-settings/index.d.ts +24 -0
- package/dist/storefront-models/src/models/navigation-link/index.d.ts +9 -0
- package/dist/storefront-models/src/models/navigation-link-list/index.d.ts +4 -0
- package/dist/storefront-models/src/models/number-range/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/address/city/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/address/country/index.d.ts +7 -0
- package/dist/storefront-models/src/models/order/address/district/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/address/index.d.ts +24 -0
- package/dist/storefront-models/src/models/order/address/region/index.d.ts +7 -0
- package/dist/storefront-models/src/models/order/address/state/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/adjustment/applied-order-line/index.d.ts +6 -0
- package/dist/storefront-models/src/models/order/adjustment/index.d.ts +17 -0
- package/dist/storefront-models/src/models/order/customer/index.d.ts +9 -0
- package/dist/storefront-models/src/models/order/gift-line/index.d.ts +6 -0
- package/dist/storefront-models/src/models/order/index.d.ts +51 -0
- package/dist/storefront-models/src/models/order/invoice/index.d.ts +10 -0
- package/dist/storefront-models/src/models/order/line-item/base-unit/index.d.ts +7 -0
- package/dist/storefront-models/src/models/order/line-item/base-unit/unit-type/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/line-item/discount/index.d.ts +9 -0
- package/dist/storefront-models/src/models/order/line-item/index.d.ts +28 -0
- package/dist/storefront-models/src/models/order/line-item/option/index.d.ts +9 -0
- package/dist/storefront-models/src/models/order/line-item/option/value/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/line-item/variant/brand/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +29 -0
- package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/index.d.ts +13 -0
- package/dist/storefront-models/src/models/order/line-item/variant/category/index.d.ts +9 -0
- package/dist/storefront-models/src/models/order/line-item/variant/index.d.ts +31 -0
- package/dist/storefront-models/src/models/order/line-item/variant/price/index.d.ts +8 -0
- package/dist/storefront-models/src/models/order/line-item/variant/tag/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/line-item/variant/unit/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/line-item/variant/value/index.d.ts +7 -0
- package/dist/storefront-models/src/models/order/package/index.d.ts +31 -0
- package/dist/storefront-models/src/models/order/package/tracking-info/index.d.ts +7 -0
- package/dist/storefront-models/src/models/order/payment-method/index.d.ts +8 -0
- package/dist/storefront-models/src/models/order/refund/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/refund/line-item/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/refund/settings/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/shipping-line/index.d.ts +11 -0
- package/dist/storefront-models/src/models/order/tax-line/index.d.ts +4 -0
- package/dist/storefront-models/src/models/order/transaction/error/index.d.ts +5 -0
- package/dist/storefront-models/src/models/order/transaction/index.d.ts +26 -0
- package/dist/storefront-models/src/models/order/transaction/payment-method-detail/index.d.ts +14 -0
- package/dist/storefront-models/src/models/order/transaction/payment-method-detail/installment-price/index.d.ts +7 -0
- package/dist/storefront-models/src/models/payment-gateway/additional-price/index.d.ts +8 -0
- package/dist/storefront-models/src/models/payment-gateway/index.d.ts +30 -0
- package/dist/storefront-models/src/models/payment-gateway/settings/index.d.ts +7 -0
- package/dist/storefront-models/src/models/payment-gateway/translation/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/attribute/index.d.ts +13 -0
- package/dist/storefront-models/src/models/product/attribute/option/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/attribute/table-cell/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/attribute/table-template/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/attribute/translation/index.d.ts +10 -0
- package/dist/storefront-models/src/models/product/attribute-value/index.d.ts +21 -0
- package/dist/storefront-models/src/models/product/back-in-stock-settings/index.d.ts +3 -0
- package/dist/storefront-models/src/models/product/base-unit/index.d.ts +10 -0
- package/dist/storefront-models/src/models/product/campaign/data/index.d.ts +27 -0
- package/dist/storefront-models/src/models/product/campaign/filter/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/campaign/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/campaign/product-buyx-then-gety/index.d.ts +16 -0
- package/dist/storefront-models/src/models/product/campaign/product-campaign-date-range-field/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/campaign/product-fixed-discount/index.d.ts +11 -0
- package/dist/storefront-models/src/models/product/campaign-offer/index.d.ts +11 -0
- package/dist/storefront-models/src/models/product/filter/index.d.ts +58 -0
- package/dist/storefront-models/src/models/product/group/index.d.ts +11 -0
- package/dist/storefront-models/src/models/product/group/order/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/group/translation/index.d.ts +9 -0
- package/dist/storefront-models/src/models/product/group/value/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/image/index.d.ts +9 -0
- package/dist/storefront-models/src/models/product/index.d.ts +88 -0
- package/dist/storefront-models/src/models/product/option-set/index.d.ts +21 -0
- package/dist/storefront-models/src/models/product/option-set/option/index.d.ts +67 -0
- package/dist/storefront-models/src/models/product/sales-channel/index.d.ts +9 -0
- package/dist/storefront-models/src/models/product/star/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/stock-location/index.d.ts +26 -0
- package/dist/storefront-models/src/models/product/tag/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/variant/bundle-settings/bundle-product/index.d.ts +14 -0
- package/dist/storefront-models/src/models/product/variant/bundle-settings/index.d.ts +6 -0
- package/dist/storefront-models/src/models/product/variant/index.d.ts +31 -0
- package/dist/storefront-models/src/models/product/variant/price/index.d.ts +11 -0
- package/dist/storefront-models/src/models/product/variant/price/product-campaign-price/index.d.ts +4 -0
- package/dist/storefront-models/src/models/product/variant/unit/index.d.ts +5 -0
- package/dist/storefront-models/src/models/product/variant-type/index.d.ts +6 -0
- package/dist/storefront-models/src/models/product-file/index.d.ts +6 -0
- package/dist/storefront-models/src/models/product-list/index.d.ts +53 -0
- package/dist/storefront-models/src/models/product-list/suggestion/index.d.ts +6 -0
- package/dist/storefront-models/src/models/product-option-file/index.d.ts +5 -0
- package/dist/storefront-models/src/models/raffle/index.d.ts +58 -0
- package/dist/storefront-models/src/models/raffle-list/index.d.ts +16 -0
- package/dist/storefront-models/src/models/sales-channel/index.d.ts +15 -0
- package/dist/storefront-models/src/models/shipping-zone/index.d.ts +7 -0
- package/dist/storefront-models/src/models/shipping-zone/state/city/district/index.d.ts +5 -0
- package/dist/storefront-models/src/models/shipping-zone/state/city/district/region/index.d.ts +7 -0
- package/dist/storefront-models/src/models/shipping-zone/state/city/index.d.ts +6 -0
- package/dist/storefront-models/src/models/shipping-zone/state/index.d.ts +7 -0
- package/dist/storefront-models/src/models/state/index.d.ts +12 -0
- package/dist/storefront-models/src/models/stock-location/address/city/index.d.ts +5 -0
- package/dist/storefront-models/src/models/stock-location/address/country/index.d.ts +7 -0
- package/dist/storefront-models/src/models/stock-location/address/district/index.d.ts +5 -0
- package/dist/storefront-models/src/models/stock-location/address/index.d.ts +13 -0
- package/dist/storefront-models/src/models/stock-location/address/state/index.d.ts +5 -0
- package/dist/storefront-models/src/models/stock-location/available/index.d.ts +8 -0
- package/dist/storefront-models/src/models/stock-location/index.d.ts +13 -0
- package/dist/storefront-models/src/models/storefront/b2b-settings/index.d.ts +7 -0
- package/dist/storefront-models/src/models/storefront/domain/index.d.ts +7 -0
- package/dist/storefront-models/src/models/storefront/index-page-seo-setting/index.d.ts +15 -0
- package/dist/storefront-models/src/models/storefront/index.d.ts +33 -0
- package/dist/storefront-models/src/models/storefront/localization/index.d.ts +6 -0
- package/dist/storefront-models/src/models/storefront/meta-templates/index.d.ts +7 -0
- package/dist/storefront-models/src/models/storefront/routing/dynamic-currency/index.d.ts +4 -0
- package/dist/storefront-models/src/models/storefront/routing/index.d.ts +12 -0
- package/dist/storefront-models/src/models/storefront/settings/index.d.ts +20 -0
- package/dist/storefront-models/src/models/storefront/theme/index.d.ts +9 -0
- package/dist/storefront-models/src/models/storefront/theme-localization/index.d.ts +11 -0
- package/dist/storefront-models/src/models/storefront-popup/index.d.ts +27 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-filter/index.d.ts +6 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-settings/index.d.ts +7 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/index.d.ts +6 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +5 -0
- package/dist/storefront-models/src/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
- package/dist/storefront-models/src/models/storefront-widget-settings/index.d.ts +10 -0
- package/dist/storefront-models/src/models/theme/index.d.ts +2 -0
- package/dist/storefront-models/src/models/validator/account-info/index.d.ts +7 -0
- package/dist/storefront-models/src/models/validator/address/index.d.ts +42 -0
- package/dist/storefront-models/src/models/validator/back-in-stock-notification/index.d.ts +6 -0
- package/dist/storefront-models/src/models/validator/contact-form/index.d.ts +8 -0
- package/dist/storefront-models/src/models/validator/coupon-code-form/index.d.ts +4 -0
- package/dist/storefront-models/src/models/validator/customer-review/index.d.ts +7 -0
- package/dist/storefront-models/src/models/validator/forgot-password/index.d.ts +4 -0
- package/dist/storefront-models/src/models/validator/index.d.ts +42 -0
- package/dist/storefront-models/src/models/validator/login/index.d.ts +5 -0
- package/dist/storefront-models/src/models/validator/newsletter-subscription/index.d.ts +5 -0
- package/dist/storefront-models/src/models/validator/order-tracking/index.d.ts +5 -0
- package/dist/storefront-models/src/models/validator/recover-password/index.d.ts +5 -0
- package/dist/storefront-models/src/models/validator/register/index.d.ts +12 -0
- package/dist/storefront-models/src/models/validator/sms-login/index.d.ts +15 -0
- package/dist/storefront-models/src/models/validator/verify-phone-number/index.d.ts +7 -0
- package/dist/storefront-models/src/models/variant-type/index.d.ts +18 -0
- package/dist/storefront-models/src/models/variant-type/variant-value/index.d.ts +7 -0
- package/dist/storefront-models/src/models/video/index.d.ts +9 -0
- package/dist/stores/base/index.js +1 -0
- package/dist/stores/cart/index.js +1 -0
- package/dist/stores/customer/index.js +1 -0
- package/dist/theme/styles/index.js +1 -0
- package/dist/utils/blueprint.js +1 -0
- package/dist/utils/currency.js +1 -0
- package/dist/utils/fetch.js +1 -0
- package/dist/utils/helper.js +1 -0
- package/dist/utils/object-wrapper.js +1 -0
- package/package.json +60 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ListBlogQueryParams } from "../../../../../storefront-api/src/__api/queries/listBlog";
|
|
2
|
+
import type { ListBlogCategoryQueryParams } from "../../../../../storefront-api/src/__api/queries/listBlogCategory";
|
|
3
|
+
import type { ListBlogMetadataQueryParams } from "../../../../../storefront-api/src/__api/queries/listBlogMetadata";
|
|
4
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
5
|
+
import { IkasBlog, IkasBlogCategory, IkasBlogMetaData } from "../../../../../storefront-models/src";
|
|
6
|
+
export declare function apiListBlog(params: ListBlogQueryParams): Promise<APIResponse<{
|
|
7
|
+
data: IkasBlog[];
|
|
8
|
+
count?: number | undefined;
|
|
9
|
+
hasNext?: boolean | undefined;
|
|
10
|
+
limit?: number | undefined;
|
|
11
|
+
page?: number | undefined;
|
|
12
|
+
}>>;
|
|
13
|
+
export declare function apiListBlogMetaData(params: ListBlogMetadataQueryParams): Promise<APIResponse<{
|
|
14
|
+
data: IkasBlogMetaData[] | null;
|
|
15
|
+
count?: number | undefined;
|
|
16
|
+
hasNext?: boolean | undefined;
|
|
17
|
+
limit?: number | undefined;
|
|
18
|
+
page?: number | undefined;
|
|
19
|
+
}>>;
|
|
20
|
+
export declare function apiListBlogCategory(params: ListBlogCategoryQueryParams): Promise<APIResponse<{
|
|
21
|
+
data: IkasBlogCategory[] | null;
|
|
22
|
+
count?: number | undefined;
|
|
23
|
+
hasNext?: boolean | undefined;
|
|
24
|
+
limit?: number | undefined;
|
|
25
|
+
page?: number | undefined;
|
|
26
|
+
}>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ListProductBrandQueryParams } from "../../../../../storefront-api/src/__api/queries/listProductBrand";
|
|
2
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
3
|
+
import { IkasBrand } from "../../../../../storefront-models/src";
|
|
4
|
+
export type { ListProductBrandQueryParams };
|
|
5
|
+
export declare function apiListProductBrand(params: ListProductBrandQueryParams): Promise<APIResponse<{
|
|
6
|
+
data: IkasBrand[] | undefined;
|
|
7
|
+
count?: number | undefined;
|
|
8
|
+
hasNext?: boolean | undefined;
|
|
9
|
+
limit?: number | undefined;
|
|
10
|
+
page?: number | undefined;
|
|
11
|
+
}>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AddItemToCartQueryParams } from "../../../../../storefront-api/src/__api/mutations/addItemToCart";
|
|
2
|
+
import { CreatePayWithIkasSessionUrlQueryParams } from "../../../../../storefront-api/src/__api/mutations/createPayWithIkasSessionUrl";
|
|
3
|
+
import type { SaveCartQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveCart";
|
|
4
|
+
import type { SaveCartCouponCodeQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveCartCouponCode";
|
|
5
|
+
import type { UpdateCartCampaignOfferQueryParams } from "../../../../../storefront-api/src/__api/mutations/updateCartCampaignOffer";
|
|
6
|
+
import type { GetCartByIdQueryParams } from "../../../../../storefront-api/src/__api/queries/getCartById";
|
|
7
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
8
|
+
import { IkasCart } from "../../../../../storefront-models/src";
|
|
9
|
+
export declare function apiGetCartById(params: GetCartByIdQueryParams): Promise<APIResponse<IkasCart | null>>;
|
|
10
|
+
export declare function apiSaveCart(params: SaveCartQueryParams): Promise<APIResponse<IkasCart | null>>;
|
|
11
|
+
export declare function apiCreatePayWithIkasSessionUrl(params: CreatePayWithIkasSessionUrlQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CreatePayWithIkasSessionUrlResponse>>;
|
|
12
|
+
export declare function apiSaveCartCouponCode(params: SaveCartCouponCodeQueryParams): Promise<APIResponse<IkasCart | null>>;
|
|
13
|
+
export declare function apiAddItemToCart(params: AddItemToCartQueryParams): Promise<APIResponse<IkasCart | null>>;
|
|
14
|
+
export declare function apiUpdateCartCampaignOffer(params: UpdateCartCampaignOfferQueryParams): Promise<APIResponse<IkasCart | null>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ListCategoryQueryParams } from "../../../../../storefront-api/src/__api/queries/listCategory";
|
|
2
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
3
|
+
import { IkasCategory } from "../../../../../storefront-models/src";
|
|
4
|
+
export declare function apiListCategory(params: ListCategoryQueryParams, excludedFieldsCategory?: string[] | null): Promise<APIResponse<{
|
|
5
|
+
data: IkasCategory[] | undefined;
|
|
6
|
+
count?: number | undefined;
|
|
7
|
+
hasNext?: boolean | undefined;
|
|
8
|
+
limit?: number | undefined;
|
|
9
|
+
page?: number | undefined;
|
|
10
|
+
}>>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { CreateAdyenBalancePlatformPaymentSessionQueryParams } from "../../../../../storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession";
|
|
2
|
+
import type { CreateKlarnaClientTokenQueryParams } from "../../../../../storefront-api/src/__api/mutations/createKlarnaClientToken";
|
|
3
|
+
import type { CreatePaypalOrderQueryParams } from "../../../../../storefront-api/src/__api/mutations/createPaypalOrder";
|
|
4
|
+
import type { CreateSaleTransactionWithCartQueryParams } from "../../../../../storefront-api/src/__api/mutations/createSaleTransactionWithCart";
|
|
5
|
+
import type { CreateStripePaymentIntentQueryParams } from "../../../../../storefront-api/src/__api/mutations/createStripePaymentIntent";
|
|
6
|
+
import type { GetPaypalClientIdQueryParams } from "../../../../../storefront-api/src/__api/mutations/getPaypalClientId";
|
|
7
|
+
import type { RetrieveInstallmentInfoQueryParams } from "../../../../../storefront-api/src/__api/mutations/retrieveInstallmentInfo";
|
|
8
|
+
import type { CheckCartStocksQueryParams } from "../../../../../storefront-api/src/__api/queries/checkCartStocks";
|
|
9
|
+
import type { CheckStocksQueryParams } from "../../../../../storefront-api/src/__api/queries/checkStocks";
|
|
10
|
+
import type { GetAvailableShippingCountriesQueryParams } from "../../../../../storefront-api/src/__api/queries/getAvailableShippingCountries";
|
|
11
|
+
import type { GetAvailableStockLocationsQueryParams } from "../../../../../storefront-api/src/__api/queries/getAvailableStockLocations";
|
|
12
|
+
import type { ListCheckoutSettingsQueryParams } from "../../../../../storefront-api/src/__api/queries/listCheckoutSettings";
|
|
13
|
+
import type { ListPaymentGatewayQueryParams } from "../../../../../storefront-api/src/__api/queries/listPaymentGateway";
|
|
14
|
+
import type { ListProductFileQueryParams } from "../../../../../storefront-api/src/__api/queries/listProductFile";
|
|
15
|
+
import type { ListStockLocationQueryParams } from "../../../../../storefront-api/src/__api/queries/listStockLocation";
|
|
16
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
17
|
+
import { IkasAvailableStockLocation, IkasCheckoutSettings, IkasPaymentGateway, IkasStockLocation } from "../../../../../storefront-models/src";
|
|
18
|
+
export declare function apiCreateSaleTransactionWithCart(params: CreateSaleTransactionWithCartQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").TransactionResponse> | APIResponse<undefined>>;
|
|
19
|
+
export declare function apiListPaymentGateway(params: ListPaymentGatewayQueryParams): Promise<APIResponse<IkasPaymentGateway[]>>;
|
|
20
|
+
export declare function apiListProductFile(params: ListProductFileQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").ProductFile[]>>;
|
|
21
|
+
export declare function apiRetrieveInstallmentInfo(params: RetrieveInstallmentInfoQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").RetrieveInstallmentInfoResponse>>;
|
|
22
|
+
export declare function apiCheckStocks(params: CheckStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").CheckStocksResponse>>;
|
|
23
|
+
export declare function apiCheckCartStocks(params: CheckCartStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").CheckStocksResponse>>;
|
|
24
|
+
export declare function apiListCheckoutSettings(params: ListCheckoutSettingsQueryParams): Promise<APIResponse<IkasCheckoutSettings[]>>;
|
|
25
|
+
export declare function apiGetAvailableShippingCountries(params: GetAvailableShippingCountriesQueryParams): Promise<APIResponse<undefined> | APIResponse<string[]>>;
|
|
26
|
+
export declare function apiListStockLocations(params: ListStockLocationQueryParams): Promise<APIResponse<IkasStockLocation[]>>;
|
|
27
|
+
export declare function apiGetAvailableStockLocations(params: GetAvailableStockLocationsQueryParams): Promise<APIResponse<IkasAvailableStockLocation[]>>;
|
|
28
|
+
export declare function apiCreateStripePaymentIntent(params: CreateStripePaymentIntentQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CreateStripePaymentIntentResponse>>;
|
|
29
|
+
export declare function apiCreateKlarnaClientToken(params: CreateKlarnaClientTokenQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CreateKlarnaTokenResponse>>;
|
|
30
|
+
export declare function apiCreateAdyenBalancePlatformPaymentSession(params: CreateAdyenBalancePlatformPaymentSessionQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CreateAdyenPlatformSessionResponse>>;
|
|
31
|
+
export declare function apiGetPayPalClientId(params: GetPaypalClientIdQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").GetPaypalClientIdResponse>>;
|
|
32
|
+
export declare function apiCreatePayPalOrder(params: CreatePaypalOrderQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CreatePaypalOrderResponse>>;
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import type { ActivateCustomerQueryParams } from "../../../../../storefront-api/src/__api/mutations/activateCustomer";
|
|
2
|
+
import type { CreateCustomerReviewQueryParams } from "../../../../../storefront-api/src/__api/mutations/createCustomerReview";
|
|
3
|
+
import type { CreateOrderRefundRequestQueryParams } from "../../../../../storefront-api/src/__api/mutations/createOrderRefundRequest";
|
|
4
|
+
import type { CustomerDeactivateQueryParams } from "../../../../../storefront-api/src/__api/mutations/customerDeactivate";
|
|
5
|
+
import type { CustomerForgotPasswordQueryParams } from "../../../../../storefront-api/src/__api/mutations/customerForgotPassword";
|
|
6
|
+
import type { CustomerLoginQueryParams } from "../../../../../storefront-api/src/__api/mutations/customerLogin";
|
|
7
|
+
import type { CustomerRecoverPasswordQueryParams } from "../../../../../storefront-api/src/__api/mutations/customerRecoverPassword";
|
|
8
|
+
import type { CustomerRefreshTokenQueryParams } from "../../../../../storefront-api/src/__api/mutations/customerRefreshToken";
|
|
9
|
+
import type { RegisterCustomerQueryParams } from "../../../../../storefront-api/src/__api/mutations/registerCustomer";
|
|
10
|
+
import type { ResendCustomerActivationMailQueryParams } from "../../../../../storefront-api/src/__api/mutations/resendCustomerActivationMail";
|
|
11
|
+
import type { SaveCustomerFormDataQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveCustomerFormData";
|
|
12
|
+
import type { SaveFavoriteProductQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveFavoriteProduct";
|
|
13
|
+
import type { SaveLastViewedProductsQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveLastViewedProducts";
|
|
14
|
+
import type { SaveMyCustomerQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveMyCustomer";
|
|
15
|
+
import type { SendContactFormToMerchantQueryParams } from "../../../../../storefront-api/src/__api/mutations/sendContactFormToMerchant";
|
|
16
|
+
import type { SubscribeToMarketingNotificationsQueryParams } from "../../../../../storefront-api/src/__api/mutations/subscribeToMarketingNotifications";
|
|
17
|
+
import type { ValidateCustomerPhoneVerificationCodeQueryParams } from "../../../../../storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode";
|
|
18
|
+
import { ValidateOTPCodeQueryParams } from "../../../../../storefront-api/src/__api/mutations/validateOTPCode";
|
|
19
|
+
import type { CheckCustomerEmailQueryParams } from "../../../../../storefront-api/src/__api/queries/checkCustomerEmail";
|
|
20
|
+
import type { CustomerSocialLoginQueryParams } from "../../../../../storefront-api/src/__api/queries/customerSocialLogin";
|
|
21
|
+
import type { GetCustomerOrdersQueryParams } from "../../../../../storefront-api/src/__api/queries/getCustomerOrders";
|
|
22
|
+
import type { GetLastViewedProductsQueryParams } from "../../../../../storefront-api/src/__api/queries/getLastViewedProducts";
|
|
23
|
+
import type { GetOrderByEmailQueryParams } from "../../../../../storefront-api/src/__api/queries/getOrderByEmail";
|
|
24
|
+
import type { IsFavoriteProductQueryParams } from "../../../../../storefront-api/src/__api/queries/isFavoriteProduct";
|
|
25
|
+
import type { ListCustomerReviewsQueryParams } from "../../../../../storefront-api/src/__api/queries/listCustomerReviews";
|
|
26
|
+
import type { ListCustomerReviewSummaryQueryParams } from "../../../../../storefront-api/src/__api/queries/listCustomerReviewSummary";
|
|
27
|
+
import type { ListCustomerSettingsQueryParams } from "../../../../../storefront-api/src/__api/queries/listCustomerSettings";
|
|
28
|
+
import type { ListOrderRefundSettingsQueryParams } from "../../../../../storefront-api/src/__api/queries/listOrderRefundSettings";
|
|
29
|
+
import type { ListOrderTransactionsQueryParams } from "../../../../../storefront-api/src/__api/queries/listOrderTransactions";
|
|
30
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
31
|
+
import { IkasCustomer, IkasCustomerAttribute, IkasCustomerReview, IkasCustomerReviewSummary, IkasCustomerSettings, IkasFavoriteProduct, IkasLastViewedProduct, IkasOrder, IkasOrderRefundSettings, IkasOrderTransaction } from "../../../../../storefront-models/src";
|
|
32
|
+
export type IkasRegisterError = "EMAIL_IS_NOT_VERIFIED" | "CUSTOMER_EMAIL_ALREADY_EXISTS" | "UNKOWN" | "B2B_CUSTOMER_ACCOUNT_DISABLED" | "PHONE_IS_NOT_VERIFIED";
|
|
33
|
+
export type IkasLoginError = "CUSTOMER_ACCOUNT_DISABLED" | "EMAIL_IS_NOT_VERIFIED" | "CUSTOMER_NOT_FOUND" | "B2B_CUSTOMER_ACCOUNT_DISABLED" | "UNKOWN" | "PHONE_IS_NOT_VERIFIED" | "WRONG_PASSWORD";
|
|
34
|
+
export declare function apiLogin(params: CustomerLoginQueryParams): Promise<APIResponse<{
|
|
35
|
+
customer: IkasCustomer | null;
|
|
36
|
+
flowId: string | null;
|
|
37
|
+
otpSend: boolean | null;
|
|
38
|
+
token: string;
|
|
39
|
+
tokenExpiry: number;
|
|
40
|
+
} | null>>;
|
|
41
|
+
export declare function apiSocialLogin(params: CustomerSocialLoginQueryParams): Promise<APIResponse<{
|
|
42
|
+
customer: IkasCustomer | null;
|
|
43
|
+
flowId: string | null;
|
|
44
|
+
otpSend: boolean | null;
|
|
45
|
+
token: string;
|
|
46
|
+
tokenExpiry: number;
|
|
47
|
+
} | null>>;
|
|
48
|
+
export declare function apiRegister(params: RegisterCustomerQueryParams): Promise<APIResponse<{
|
|
49
|
+
customer: IkasCustomer | null;
|
|
50
|
+
flowId: string | null;
|
|
51
|
+
otpSend: boolean | null;
|
|
52
|
+
token: string;
|
|
53
|
+
tokenExpiry: number;
|
|
54
|
+
} | null>>;
|
|
55
|
+
export declare function apiRefreshToken(params: CustomerRefreshTokenQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").CustomerRefreshTokenResponse>>;
|
|
56
|
+
export declare function apiForgotPassword(params: CustomerForgotPasswordQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
57
|
+
export declare function apiRecoverPassword(params: CustomerRecoverPasswordQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
58
|
+
export declare function apiCheckEmail(params: CheckCustomerEmailQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").CustomerCheckResponse>>;
|
|
59
|
+
export declare function apiGetCustomer(): Promise<APIResponse<IkasCustomer | null>>;
|
|
60
|
+
export declare function apiSaveCustomer(params: SaveMyCustomerQueryParams): Promise<APIResponse<IkasCustomer | null>>;
|
|
61
|
+
export declare function apiSaveCustomerFormData(params: SaveCustomerFormDataQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
62
|
+
export declare function apiGetOrders(params: GetCustomerOrdersQueryParams): Promise<APIResponse<IkasOrder[]>>;
|
|
63
|
+
export declare function apiGetOrderByEmail(params: GetOrderByEmailQueryParams): Promise<APIResponse<IkasOrder>>;
|
|
64
|
+
export declare function apiListOrderTransactions(params: ListOrderTransactionsQueryParams): Promise<APIResponse<IkasOrderTransaction[]>>;
|
|
65
|
+
export declare function apiCreateOrderRefundRequest(params: CreateOrderRefundRequestQueryParams): Promise<APIResponse<IkasOrder>>;
|
|
66
|
+
export declare function apiSubscribeToMarketingNotifications(params: SubscribeToMarketingNotificationsQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
67
|
+
export declare function apiGetLastViewedProducts(params: GetLastViewedProductsQueryParams): Promise<APIResponse<IkasLastViewedProduct[]>>;
|
|
68
|
+
export declare function apiSaveLastViewedProducts(params: SaveLastViewedProductsQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").ProductLastViewed>>;
|
|
69
|
+
export declare function apiListOrderRefundSettings(params: ListOrderRefundSettingsQueryParams): Promise<APIResponse<IkasOrderRefundSettings[] | null>>;
|
|
70
|
+
export declare function apiSendContactFormToMerchant(params: SendContactFormToMerchantQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
71
|
+
export declare function apiListFavoriteProducts(): Promise<APIResponse<IkasFavoriteProduct[] | null>>;
|
|
72
|
+
export declare function apiSaveFavoriteProduct(params: SaveFavoriteProductQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
73
|
+
export declare function apiIsFavoriteProduct(params: IsFavoriteProductQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
74
|
+
export declare function apiCreateCustomerReview(params: CreateCustomerReviewQueryParams): Promise<APIResponse<IkasCustomerReview>>;
|
|
75
|
+
export declare function apiListCustomerReviews(params: ListCustomerReviewsQueryParams): Promise<APIResponse<{
|
|
76
|
+
data: IkasCustomerReview[];
|
|
77
|
+
count: number;
|
|
78
|
+
hasNext: boolean;
|
|
79
|
+
limit: number;
|
|
80
|
+
page: number;
|
|
81
|
+
} | null>>;
|
|
82
|
+
export declare function apiListCustomerReviewSummary(params: ListCustomerReviewSummaryQueryParams): Promise<APIResponse<{
|
|
83
|
+
data: IkasCustomerReviewSummary[];
|
|
84
|
+
count?: number | undefined;
|
|
85
|
+
hasNext?: boolean | undefined;
|
|
86
|
+
limit?: number | undefined;
|
|
87
|
+
page?: number | undefined;
|
|
88
|
+
}>>;
|
|
89
|
+
export declare function apiListCustomerAttribute(): Promise<APIResponse<IkasCustomerAttribute[]>>;
|
|
90
|
+
export declare function apiListCustomerSettings(params: ListCustomerSettingsQueryParams): Promise<APIResponse<{
|
|
91
|
+
data: IkasCustomerSettings[];
|
|
92
|
+
length?: number | undefined;
|
|
93
|
+
toString?: (() => string) | undefined;
|
|
94
|
+
toLocaleString?: {
|
|
95
|
+
(): string;
|
|
96
|
+
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
97
|
+
} | undefined;
|
|
98
|
+
pop?: (() => import("../../../../../storefront-api/src").CustomerSettings | undefined) | undefined;
|
|
99
|
+
push?: ((...items: import("../../../../../storefront-api/src").CustomerSettings[]) => number) | undefined;
|
|
100
|
+
concat?: {
|
|
101
|
+
(...items: ConcatArray<import("../../../../../storefront-api/src").CustomerSettings>[]): import("../../../../../storefront-api/src").CustomerSettings[];
|
|
102
|
+
(...items: (import("../../../../../storefront-api/src").CustomerSettings | ConcatArray<import("../../../../../storefront-api/src").CustomerSettings>)[]): import("../../../../../storefront-api/src").CustomerSettings[];
|
|
103
|
+
} | undefined;
|
|
104
|
+
join?: ((separator?: string) => string) | undefined;
|
|
105
|
+
reverse?: (() => import("../../../../../storefront-api/src").CustomerSettings[]) | undefined;
|
|
106
|
+
shift?: (() => import("../../../../../storefront-api/src").CustomerSettings | undefined) | undefined;
|
|
107
|
+
slice?: ((start?: number, end?: number) => import("../../../../../storefront-api/src").CustomerSettings[]) | undefined;
|
|
108
|
+
sort?: ((compareFn?: ((a: import("../../../../../storefront-api/src").CustomerSettings, b: import("../../../../../storefront-api/src").CustomerSettings) => number) | undefined) => import("../../../../../storefront-api/src").CustomerSettings[]) | undefined;
|
|
109
|
+
splice?: {
|
|
110
|
+
(start: number, deleteCount?: number): import("../../../../../storefront-api/src").CustomerSettings[];
|
|
111
|
+
(start: number, deleteCount: number, ...items: import("../../../../../storefront-api/src").CustomerSettings[]): import("../../../../../storefront-api/src").CustomerSettings[];
|
|
112
|
+
} | undefined;
|
|
113
|
+
unshift?: ((...items: import("../../../../../storefront-api/src").CustomerSettings[]) => number) | undefined;
|
|
114
|
+
indexOf?: ((searchElement: import("../../../../../storefront-api/src").CustomerSettings, fromIndex?: number) => number) | undefined;
|
|
115
|
+
lastIndexOf?: ((searchElement: import("../../../../../storefront-api/src").CustomerSettings, fromIndex?: number) => number) | undefined;
|
|
116
|
+
every?: {
|
|
117
|
+
<S extends import("../../../../../storefront-api/src").CustomerSettings>(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => value is S, thisArg?: any): this is S[];
|
|
118
|
+
(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => unknown, thisArg?: any): boolean;
|
|
119
|
+
} | undefined;
|
|
120
|
+
some?: ((predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => unknown, thisArg?: any) => boolean) | undefined;
|
|
121
|
+
forEach?: ((callbackfn: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => void, thisArg?: any) => void) | undefined;
|
|
122
|
+
map?: (<U>(callbackfn: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => U, thisArg?: any) => U[]) | undefined;
|
|
123
|
+
filter?: {
|
|
124
|
+
<S extends import("../../../../../storefront-api/src").CustomerSettings>(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => value is S, thisArg?: any): S[];
|
|
125
|
+
(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => unknown, thisArg?: any): import("../../../../../storefront-api/src").CustomerSettings[];
|
|
126
|
+
} | undefined;
|
|
127
|
+
reduce?: {
|
|
128
|
+
(callbackfn: (previousValue: import("../../../../../storefront-api/src").CustomerSettings, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => import("../../../../../storefront-api/src").CustomerSettings): import("../../../../../storefront-api/src").CustomerSettings;
|
|
129
|
+
(callbackfn: (previousValue: import("../../../../../storefront-api/src").CustomerSettings, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => import("../../../../../storefront-api/src").CustomerSettings, initialValue: import("../../../../../storefront-api/src").CustomerSettings): import("../../../../../storefront-api/src").CustomerSettings;
|
|
130
|
+
<U>(callbackfn: (previousValue: U, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => U, initialValue: U): U;
|
|
131
|
+
} | undefined;
|
|
132
|
+
reduceRight?: {
|
|
133
|
+
(callbackfn: (previousValue: import("../../../../../storefront-api/src").CustomerSettings, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => import("../../../../../storefront-api/src").CustomerSettings): import("../../../../../storefront-api/src").CustomerSettings;
|
|
134
|
+
(callbackfn: (previousValue: import("../../../../../storefront-api/src").CustomerSettings, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => import("../../../../../storefront-api/src").CustomerSettings, initialValue: import("../../../../../storefront-api/src").CustomerSettings): import("../../../../../storefront-api/src").CustomerSettings;
|
|
135
|
+
<U>(callbackfn: (previousValue: U, currentValue: import("../../../../../storefront-api/src").CustomerSettings, currentIndex: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => U, initialValue: U): U;
|
|
136
|
+
} | undefined;
|
|
137
|
+
find?: {
|
|
138
|
+
<S extends import("../../../../../storefront-api/src").CustomerSettings>(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, obj: import("../../../../../storefront-api/src").CustomerSettings[]) => value is S, thisArg?: any): S | undefined;
|
|
139
|
+
(predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, obj: import("../../../../../storefront-api/src").CustomerSettings[]) => unknown, thisArg?: any): import("../../../../../storefront-api/src").CustomerSettings | undefined;
|
|
140
|
+
} | undefined;
|
|
141
|
+
findIndex?: ((predicate: (value: import("../../../../../storefront-api/src").CustomerSettings, index: number, obj: import("../../../../../storefront-api/src").CustomerSettings[]) => unknown, thisArg?: any) => number) | undefined;
|
|
142
|
+
fill?: ((value: import("../../../../../storefront-api/src").CustomerSettings, start?: number, end?: number) => import("../../../../../storefront-api/src").CustomerSettings[]) | undefined;
|
|
143
|
+
copyWithin?: ((target: number, start: number, end?: number) => import("../../../../../storefront-api/src").CustomerSettings[]) | undefined;
|
|
144
|
+
entries?: (() => IterableIterator<[number, import("../../../../../storefront-api/src").CustomerSettings]>) | undefined;
|
|
145
|
+
keys?: (() => IterableIterator<number>) | undefined;
|
|
146
|
+
values?: (() => IterableIterator<import("../../../../../storefront-api/src").CustomerSettings>) | undefined;
|
|
147
|
+
includes?: ((searchElement: import("../../../../../storefront-api/src").CustomerSettings, fromIndex?: number) => boolean) | undefined;
|
|
148
|
+
flatMap?: (<U, This = undefined>(callback: (this: This, value: import("../../../../../storefront-api/src").CustomerSettings, index: number, array: import("../../../../../storefront-api/src").CustomerSettings[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | undefined;
|
|
149
|
+
flat?: (<A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[]) | undefined;
|
|
150
|
+
[Symbol.iterator]?: (() => IterableIterator<import("../../../../../storefront-api/src").CustomerSettings>) | undefined;
|
|
151
|
+
[Symbol.unscopables]?: {
|
|
152
|
+
[x: number]: boolean | undefined;
|
|
153
|
+
length?: boolean | undefined;
|
|
154
|
+
toString?: boolean | undefined;
|
|
155
|
+
toLocaleString?: boolean | undefined;
|
|
156
|
+
pop?: boolean | undefined;
|
|
157
|
+
push?: boolean | undefined;
|
|
158
|
+
concat?: boolean | undefined;
|
|
159
|
+
join?: boolean | undefined;
|
|
160
|
+
reverse?: boolean | undefined;
|
|
161
|
+
shift?: boolean | undefined;
|
|
162
|
+
slice?: boolean | undefined;
|
|
163
|
+
sort?: boolean | undefined;
|
|
164
|
+
splice?: boolean | undefined;
|
|
165
|
+
unshift?: boolean | undefined;
|
|
166
|
+
indexOf?: boolean | undefined;
|
|
167
|
+
lastIndexOf?: boolean | undefined;
|
|
168
|
+
every?: boolean | undefined;
|
|
169
|
+
some?: boolean | undefined;
|
|
170
|
+
forEach?: boolean | undefined;
|
|
171
|
+
map?: boolean | undefined;
|
|
172
|
+
filter?: boolean | undefined;
|
|
173
|
+
reduce?: boolean | undefined;
|
|
174
|
+
reduceRight?: boolean | undefined;
|
|
175
|
+
find?: boolean | undefined;
|
|
176
|
+
findIndex?: boolean | undefined;
|
|
177
|
+
fill?: boolean | undefined;
|
|
178
|
+
copyWithin?: boolean | undefined;
|
|
179
|
+
entries?: boolean | undefined;
|
|
180
|
+
keys?: boolean | undefined;
|
|
181
|
+
values?: boolean | undefined;
|
|
182
|
+
includes?: boolean | undefined;
|
|
183
|
+
flatMap?: boolean | undefined;
|
|
184
|
+
flat?: boolean | undefined;
|
|
185
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
186
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
187
|
+
at?: boolean | undefined;
|
|
188
|
+
} | undefined;
|
|
189
|
+
at?: ((index: number) => import("../../../../../storefront-api/src").CustomerSettings | undefined) | undefined;
|
|
190
|
+
}>>;
|
|
191
|
+
export declare function apiActivateCustomer(params: ActivateCustomerQueryParams): Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
192
|
+
export declare function apiResendCustomerActivationMail(params: ResendCustomerActivationMailQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
193
|
+
export declare function apiResendCustomerPhoneVerificationCode(): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
194
|
+
export declare function apiValidateCustomerPhoneVerificationCode(params: ValidateCustomerPhoneVerificationCodeQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
195
|
+
export declare function apiValidateOTPCode(params: ValidateOTPCodeQueryParams): Promise<APIResponse<{
|
|
196
|
+
customer: IkasCustomer | null;
|
|
197
|
+
flowId: string | null;
|
|
198
|
+
otpSend: boolean | null;
|
|
199
|
+
token: string;
|
|
200
|
+
tokenExpiry: number;
|
|
201
|
+
} | null>>;
|
|
202
|
+
export declare function apiDeactivateCustomer(params: CustomerDeactivateQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
203
|
+
export declare function apiExportCustomerPersonalData(): Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
204
|
+
export declare function apiGetDigitalProductFileDownloadUrl(orderId: string, orderLineItemId: string): Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { GetProductOptionFileUrlQueryParams } from "../../../../../storefront-api/src/__api/queries/getProductOptionFileUrl";
|
|
2
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
3
|
+
import { IkasProductOptionFileUrl } from "../../../../../storefront-models/src";
|
|
4
|
+
export declare function apiGetProductOptionFileUrl(params: GetProductOptionFileUrlQueryParams, file: File): Promise<APIResponse<{
|
|
5
|
+
file: File;
|
|
6
|
+
fields: any;
|
|
7
|
+
optionUrl: string;
|
|
8
|
+
url: string;
|
|
9
|
+
} | null>>;
|
|
10
|
+
export declare function apiUploadFile(params: IkasProductOptionFileUrl, file: File): Promise<boolean>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ListHTMLMetaDataQueryParams } from "../../../../../storefront-api/src/__api/queries/listHTMLMetaData";
|
|
2
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
3
|
+
import { IkasHTMLMetaData } from "../../../../../storefront-models/src";
|
|
4
|
+
export declare function apiListHTMLMetaData(params: ListHTMLMetaDataQueryParams): Promise<APIResponse<IkasHTMLMetaData[]>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { GetAvailableShippingZonesQueryParams } from "../../../../../storefront-api/src/__api/queries/getAvailableShippingZones";
|
|
2
|
+
import type { ListCityQueryParams } from "../../../../../storefront-api/src/__api/queries/listCity";
|
|
3
|
+
import type { ListCountryQueryParams } from "../../../../../storefront-api/src/__api/queries/listCountry";
|
|
4
|
+
import type { ListDistrictQueryParams } from "../../../../../storefront-api/src/__api/queries/listDistrict";
|
|
5
|
+
import type { ListStateQueryParams } from "../../../../../storefront-api/src/__api/queries/listState";
|
|
6
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
7
|
+
import { IkasCity, IkasCountry, IkasDistrict, IkasShippingZone, IkasState } from "../../../../../storefront-models/src";
|
|
8
|
+
export declare function apiGetMyCountry(): Promise<APIResponse<string> | APIResponse<undefined>>;
|
|
9
|
+
export declare function apiListCountry(params: ListCountryQueryParams): Promise<APIResponse<IkasCountry[]>>;
|
|
10
|
+
export declare function apiListCity(params: ListCityQueryParams): Promise<APIResponse<IkasCity[]>>;
|
|
11
|
+
export declare function apiListDistrict(params: ListDistrictQueryParams): Promise<APIResponse<IkasDistrict[]>>;
|
|
12
|
+
export declare function apiListState(params: ListStateQueryParams): Promise<APIResponse<IkasState[]>>;
|
|
13
|
+
export declare function apiGetAvailableShippingZones(params: GetAvailableShippingZonesQueryParams): Promise<APIResponse<IkasShippingZone[]>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { APIResponse, CartV2 } from "../../../../../storefront-api/src";
|
|
2
|
+
import { RemoveLoyaltyPointsFromCartQueryParams } from "../../../../../storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart";
|
|
3
|
+
import { UseLoyaltyPointsQueryParams } from "../../../../../storefront-api/src/__api/mutations/useLoyaltyPoints";
|
|
4
|
+
import { GetLoyaltyCustomerInfoQueryParams } from "../../../../../storefront-api/src/__api/queries/getLoyaltyCustomerInfo";
|
|
5
|
+
import { ListLoyaltyProgramPointHistoryQueryParams } from "../../../../../storefront-api/src/__api/queries/listLoyaltyProgramPointHistory";
|
|
6
|
+
import { ListSpendingMethodsByCartIdQueryParams } from "../../../../../storefront-api/src/__api/queries/listSpendingMethodsByCartId";
|
|
7
|
+
import { IkasLoyaltyCustomerInfo, IkasLoyaltyProgramEarningMethod, IkasLoyaltyProgramPointHistory, IkasLoyaltyProgramSpendingMethod, IkasLoyaltyProgramTier, IkasStorefrontWidgetSettings } from "../../../../../storefront-models/src";
|
|
8
|
+
export declare function apiGetStorefrontWidgetSettings(): Promise<APIResponse<IkasStorefrontWidgetSettings>>;
|
|
9
|
+
export declare function apiListEarningMethods(): Promise<APIResponse<IkasLoyaltyProgramEarningMethod[]>>;
|
|
10
|
+
export declare function apiListLoyaltyProgramTiers(): Promise<APIResponse<IkasLoyaltyProgramTier[]>>;
|
|
11
|
+
export declare function apiListSpendingMethodsByCartId(params: ListSpendingMethodsByCartIdQueryParams): Promise<APIResponse<IkasLoyaltyProgramSpendingMethod[]>>;
|
|
12
|
+
export declare function apiGetLoyaltyCustomerInfo(params: GetLoyaltyCustomerInfoQueryParams): Promise<APIResponse<IkasLoyaltyCustomerInfo>>;
|
|
13
|
+
export declare function apiListLoyaltyProgramPointHistory(params: ListLoyaltyProgramPointHistoryQueryParams): Promise<APIResponse<IkasLoyaltyProgramPointHistory[]>>;
|
|
14
|
+
export declare function apiUseLoyaltyPoints(params: UseLoyaltyPointsQueryParams): Promise<APIResponse<CartV2>>;
|
|
15
|
+
export declare function apiRemoveLoyaltyPointsFromCart(params: RemoveLoyaltyPointsFromCartQueryParams): Promise<APIResponse<CartV2>>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import type { GetMasterPassRequestTokenQueryParams } from "../../../../../storefront-api/src/__api/queries/getMasterPassRequestToken";
|
|
2
|
+
export declare function apiGetMasterPassRequestToken(data: GetMasterPassRequestTokenQueryParams): Promise<import("../../../../../storefront-api-client/src").APIResponse<undefined> | import("../../../../../storefront-api-client/src").APIResponse<import("../../../../../storefront-api/src").MasterPassTokenResponse>>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ListMerchantSettingsQueryParams } from "../../../../../storefront-api/src/__api/queries/listMerchantSettings";
|
|
2
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
3
|
+
import { IkasMerchantSettings } from "../../../../../storefront-models/src";
|
|
4
|
+
export declare function apiListMerchantSettings(params: ListMerchantSettingsQueryParams): Promise<APIResponse<IkasMerchantSettings | null>>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { APIResponse } from "../../../../../storefront-api/src";
|
|
2
|
+
import { ListStorefrontPopupQueryParams } from "../../../../../storefront-api/src/__api/queries/listStorefrontPopup";
|
|
3
|
+
import { IkasStorefrontPopup } from "../../../../../storefront-models/src";
|
|
4
|
+
export declare function apiListStorefrontPopup(params: ListStorefrontPopupQueryParams): Promise<APIResponse<IkasStorefrontPopup[]>>;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { SearchProduct, SortByTypeEnum } from "../../../../../storefront-api/src";
|
|
2
|
+
import type { GetOrderLineFileQueryParams } from "../../../../../storefront-api/src/__api/mutations/getOrderLineFile";
|
|
3
|
+
import type { SaveProductBackInStockRemindQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveProductBackInStockRemind";
|
|
4
|
+
import type { GetProductCampaignsQueryParams } from "../../../../../storefront-api/src/__api/queries/getProductCampaigns";
|
|
5
|
+
import type { GetProductFilterDataQueryParams } from "../../../../../storefront-api/src/__api/queries/getProductFilterData";
|
|
6
|
+
import type { GetRelatedProductsQueryParams } from "../../../../../storefront-api/src/__api/queries/getRelatedProducts";
|
|
7
|
+
import type { GetSuggestedProductsQueryParams } from "../../../../../storefront-api/src/__api/queries/getSuggestedProducts";
|
|
8
|
+
import type { GetVariantStockLocationsQueryParams } from "../../../../../storefront-api/src/__api/queries/getVariantStockLocations";
|
|
9
|
+
import type { ListCampaignOfferQueryParams } from "../../../../../storefront-api/src/__api/queries/listCampaignOffer";
|
|
10
|
+
import type { ListProductAttributeQueryParams } from "../../../../../storefront-api/src/__api/queries/listProductAttribute";
|
|
11
|
+
import type { ListProductBackInStockRemindQueryParams } from "../../../../../storefront-api/src/__api/queries/listProductBackInStockRemind";
|
|
12
|
+
import type { ListProductOptionSetQueryParams } from "../../../../../storefront-api/src/__api/queries/listProductOptionSet";
|
|
13
|
+
import type { SearchProductsQueryParams } from "../../../../../storefront-api/src/__api/queries/searchProducts";
|
|
14
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
15
|
+
import { IkasFilterCategory, IkasProduct, IkasProductAttribute, IkasProductCampaign, IkasProductFilter, IkasProductOptionSet, IkasProductStockLocations } from "../../../../../storefront-models/src";
|
|
16
|
+
export declare function apiListProductBackInStockRemind(params: ListProductBackInStockRemindQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").ProductBackInStockRemind[]> | APIResponse<undefined>>;
|
|
17
|
+
export declare function apiSaveProductBackInStockRemind(params: SaveProductBackInStockRemindQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../../../../storefront-api/src").ProductBackInStockRemind>>;
|
|
18
|
+
export declare function apiListCampaignOffer(params: ListCampaignOfferQueryParams): Promise<APIResponse<import("../../../../../storefront-api/src").CampaignOffer[] | null>>;
|
|
19
|
+
export declare function apiSearchProducts(params: SearchProductsQueryParams, excludedFields?: string[]): Promise<APIResponse<{
|
|
20
|
+
data: IkasProduct[] | undefined;
|
|
21
|
+
catalogResults: import("../../../../../storefront-api/src").SearchCatalog[] | null;
|
|
22
|
+
count: number;
|
|
23
|
+
facets: import("../../../../../storefront-api/src").ProductFacetCount[] | null;
|
|
24
|
+
limit: number;
|
|
25
|
+
page: number;
|
|
26
|
+
results: SearchProduct[];
|
|
27
|
+
suggestions: import("../../../../../storefront-api/src").SearchSuggestion[] | null;
|
|
28
|
+
totalCount: number;
|
|
29
|
+
} | null>>;
|
|
30
|
+
export declare function apiGetProductFilterData(params: GetProductFilterDataQueryParams): Promise<APIResponse<{
|
|
31
|
+
filters: IkasProductFilter[];
|
|
32
|
+
categories: IkasFilterCategory[] | null;
|
|
33
|
+
disabledSortTypes: SortByTypeEnum[] | null;
|
|
34
|
+
} | null>>;
|
|
35
|
+
export declare function apiGetRelatedProducts(params: GetRelatedProductsQueryParams): Promise<APIResponse<{
|
|
36
|
+
data: IkasProduct[];
|
|
37
|
+
count: any;
|
|
38
|
+
facets: null;
|
|
39
|
+
limit: number;
|
|
40
|
+
page: number;
|
|
41
|
+
totalCount: any;
|
|
42
|
+
} | null>>;
|
|
43
|
+
export declare function apiGetSuggestedProducts(params: GetSuggestedProductsQueryParams): Promise<APIResponse<{
|
|
44
|
+
data: IkasProduct[];
|
|
45
|
+
count: number;
|
|
46
|
+
facets: null;
|
|
47
|
+
limit: number;
|
|
48
|
+
page: number;
|
|
49
|
+
totalCount: number;
|
|
50
|
+
} | null>>;
|
|
51
|
+
export declare function apiListProductAttribute(params: ListProductAttributeQueryParams): Promise<APIResponse<IkasProductAttribute[]>>;
|
|
52
|
+
export declare function apiGetProductCampaigns(params: GetProductCampaignsQueryParams): Promise<APIResponse<IkasProductCampaign[]>>;
|
|
53
|
+
export declare function apiGetVariantStockLocations(data: GetVariantStockLocationsQueryParams): Promise<APIResponse<IkasProductStockLocations[]>>;
|
|
54
|
+
export declare function apiGetOrderLineFile(params: GetOrderLineFileQueryParams): Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
55
|
+
export declare function apiListProductOptionSet(params: ListProductOptionSetQueryParams, product: IkasProduct): Promise<APIResponse<IkasProductOptionSet[]>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SaveRaffleParticipantQueryParams } from "../../../../../storefront-api/src/__api/mutations/saveRaffleParticipant";
|
|
2
|
+
import type { ListRaffleMetadataQueryParams } from "../../../../../storefront-api/src/__api/queries/listRaffleMetadata";
|
|
3
|
+
import type { ListStorefrontRaffleQueryParams } from "../../../../../storefront-api/src/__api/queries/listStorefrontRaffle";
|
|
4
|
+
import { APIResponse } from "../../../../../storefront-api-client/src";
|
|
5
|
+
import { IkasRaffle, IkasRaffleMetaData, IkasRaffleParticipant } from "../../../../../storefront-models/src";
|
|
6
|
+
export declare function apiListStorefrontRaffle(params: ListStorefrontRaffleQueryParams): Promise<APIResponse<{
|
|
7
|
+
data: IkasRaffle[];
|
|
8
|
+
count?: number | undefined;
|
|
9
|
+
hasNext?: boolean | undefined;
|
|
10
|
+
limit?: number | undefined;
|
|
11
|
+
page?: number | undefined;
|
|
12
|
+
}>>;
|
|
13
|
+
export declare function apiSaveRaffleParticipant(params: SaveRaffleParticipantQueryParams): Promise<APIResponse<IkasRaffleParticipant | null>>;
|
|
14
|
+
export declare function apiListRaffleMetaData(params: ListRaffleMetadataQueryParams): Promise<APIResponse<IkasRaffleMetaData[]>>;
|
|
15
|
+
export declare function apiListRaffleParticipants(): Promise<APIResponse<IkasRaffleParticipant[]>>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IkasProductAttributeDetail } from "../../../../../storefront-models/src";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves the attribute values for a product attribute detail, merging variant and product-level attributes.
|
|
4
|
+
*
|
|
5
|
+
* @ai-category AttributeDetail
|
|
6
|
+
* @ai-related getSelectedProductVariant, hasProductVariant
|
|
7
|
+
*
|
|
8
|
+
* @param attributeDetail - The product attribute detail containing the product and attribute prop value to filter by.
|
|
9
|
+
* @returns An array of product attribute values matching the specified attribute ID, or an empty array if no product is set.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import { getAttributeDetailValues } from "@ikas/bp-storefront";
|
|
14
|
+
*
|
|
15
|
+
* const values = getAttributeDetailValues(attributeDetail);
|
|
16
|
+
* values.forEach((val) => {
|
|
17
|
+
* console.log(val.value);
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getAttributeDetailValues(attributeDetail: IkasProductAttributeDetail): import("../../../../../storefront-models/src").IkasProductAttributeValue[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IkasProductAttributeList, IkasProductAttributeMap } from "../../../../../storefront-models/src";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves grouped attribute values for a product attribute list, combining variant and product-level attributes.
|
|
4
|
+
*
|
|
5
|
+
* @ai-category AttributeList
|
|
6
|
+
* @ai-related getSelectedProductVariant, hasProductVariant
|
|
7
|
+
*
|
|
8
|
+
* @param list - The product attribute list containing the product and the attribute IDs to retrieve.
|
|
9
|
+
* @returns An array of attribute maps, each containing the attribute and its associated values, ordered by the configured attribute ID list.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import { getAttributeListValues } from "@ikas/bp-storefront";
|
|
14
|
+
*
|
|
15
|
+
* const attributeMaps = getAttributeListValues(attributeList);
|
|
16
|
+
* attributeMaps.forEach((map) => {
|
|
17
|
+
* console.log(map.attribute.name, map.values);
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getAttributeListValues(list: IkasProductAttributeList): IkasProductAttributeMap[];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../../../../../storefront-models/src";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a new IkasBaseModel instance with default values for id, timestamps, and deleted flag.
|
|
4
|
+
*
|
|
5
|
+
* @ai-category Base
|
|
6
|
+
*
|
|
7
|
+
* @returns A new IkasBaseModel with an empty id, current timestamps for createdAt and updatedAt, and deleted set to false.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import { createIkasBaseModel } from "@ikas/bp-storefront";
|
|
12
|
+
*
|
|
13
|
+
* const baseModel = createIkasBaseModel();
|
|
14
|
+
* console.log(baseModel.id); // ""
|
|
15
|
+
* console.log(baseModel.deleted); // false
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function createIkasBaseModel(): IkasBaseModel;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IkasBlogCategory } from "../../../../../../storefront-models/src";
|
|
2
|
+
/**
|
|
3
|
+
* Creates and returns a new default IkasBlogCategory instance with base model fields, empty metadata, and initialized image.
|
|
4
|
+
*
|
|
5
|
+
* @ai-category BlogCategory, Initialization
|
|
6
|
+
* @ai-related getIkasBlogCategoryHref, initIkasBlogCategory
|
|
7
|
+
*
|
|
8
|
+
* @returns A fully initialized IkasBlogCategory object with default values.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import { createIkasBlogCategory } from "@ikas/bp-storefront";
|
|
13
|
+
* const category = createIkasBlogCategory();
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function createIkasBlogCategory(): IkasBlogCategory;
|
|
17
|
+
/**
|
|
18
|
+
* Returns the storefront-relative URL path for a blog category based on its metadata slug.
|
|
19
|
+
*
|
|
20
|
+
* @ai-category BlogCategory
|
|
21
|
+
* @ai-related createIkasBlogCategory
|
|
22
|
+
*
|
|
23
|
+
* @param blogCategory - The blog category object containing metadata with a slug used to build the href.
|
|
24
|
+
* @returns The prefixed blog category URL path, or an empty string if the slug is missing.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import { getIkasBlogCategoryHref } from "@ikas/bp-storefront";
|
|
29
|
+
* const href = getIkasBlogCategoryHref(blogCategory);
|
|
30
|
+
* // e.g. "/blog/tech-articles"
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare function getIkasBlogCategoryHref(blogCategory: IkasBlogCategory): string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IkasBlogCategory } from "../../../../../../storefront-models/src";
|
|
2
|
+
/**
|
|
3
|
+
* Initializes a blog category by resolving its image object from the imageId field.
|
|
4
|
+
*
|
|
5
|
+
* @ai-category BlogCategory, Initialization
|
|
6
|
+
* @ai-related createIkasBlogCategory
|
|
7
|
+
*
|
|
8
|
+
* @param blogCategory - The blog category object whose image field will be populated from its imageId.
|
|
9
|
+
* @returns void
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import { initIkasBlogCategory } from "@ikas/bp-storefront";
|
|
14
|
+
* initIkasBlogCategory(blogCategory);
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function initIkasBlogCategory(blogCategory: IkasBlogCategory): void;
|