@ikas/storefront 3.0.0-alpha.1 → 3.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/__api/models/AbandonedCartFlow.d.ts +19 -0
- package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -0
- package/build/__api/models/AddItemToCartInput.d.ts +18 -0
- package/build/__api/models/AdditionalPrice.d.ts +13 -0
- package/build/__api/models/AdditionalPrice.js +1 -0
- package/build/__api/models/ApplicableProductFilterValue.d.ts +13 -0
- package/build/__api/models/AppliedProduct.d.ts +10 -0
- package/build/__api/models/AppliedProductInput.d.ts +10 -0
- package/build/__api/models/AvailableShippingMethod.d.ts +14 -0
- package/build/__api/models/AvailableShippingMethod.js +1 -0
- package/build/__api/models/Blog.d.ts +28 -0
- package/build/__api/models/Blog.js +1 -0
- package/build/__api/models/BlogCategory.d.ts +13 -0
- package/build/__api/models/BlogCategory.js +1 -0
- package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogContent.d.ts +10 -0
- package/build/__api/models/BlogContent.js +1 -0
- package/build/__api/models/BlogMetadata.d.ts +15 -0
- package/build/__api/models/BlogMetadata.js +1 -0
- package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/BlogPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogTag.d.ts +10 -0
- package/build/__api/models/BlogTag.js +1 -0
- package/build/__api/models/BlogWriter.d.ts +10 -0
- package/build/__api/models/BlogWriter.js +1 -0
- package/build/__api/models/BooleanFilterInput.d.ts +9 -0
- package/build/__api/models/BuyX.d.ts +12 -0
- package/build/__api/models/BuyXThenGetY.d.ts +13 -0
- package/build/__api/models/Campaign.d.ts +30 -0
- package/build/__api/models/CampaignDateRangeField.d.ts +10 -0
- package/build/__api/models/CampaignFilter.d.ts +11 -0
- package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -0
- package/build/__api/models/Cart.d.ts +31 -0
- package/build/__api/models/CartCampaignOffer.d.ts +17 -0
- package/build/__api/models/CartCampaignOfferInput.d.ts +11 -0
- package/build/__api/models/CartLineItemInput.d.ts +12 -0
- package/build/__api/models/CartLineOptionInput.d.ts +11 -0
- package/build/__api/models/CartLineVariantInput.d.ts +10 -0
- package/build/__api/models/CartStorefrontRouting.d.ts +15 -0
- package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/CartV2.d.ts +68 -0
- package/build/__api/models/CartV2CampaignOffer.d.ts +17 -0
- package/build/__api/models/CartV2CampaignOffer.js +1 -0
- package/build/__api/models/Category.d.ts +27 -0
- package/build/__api/models/Category.js +1 -0
- package/build/__api/models/CategoryCondition.d.ts +11 -0
- package/build/__api/models/CategoryCondition.js +1 -0
- package/build/__api/models/CategoryFilterInput.d.ts +10 -0
- package/build/__api/models/CategoryPaginationResponse.d.ts +14 -0
- package/build/__api/models/CategoryPathFilterInput.d.ts +9 -0
- package/build/__api/models/CategoryPathItem.d.ts +17 -0
- package/build/__api/models/CategoryPathItem.js +1 -0
- package/build/__api/models/CategoryTranslation.d.ts +11 -0
- package/build/__api/models/CategoryTranslation.js +1 -0
- package/build/__api/models/CheckStocksLineInput.d.ts +11 -0
- package/build/__api/models/CheckStocksLineInput.js +1 -0
- package/build/__api/models/CheckStocksLineResponse.d.ts +11 -0
- package/build/__api/models/CheckStocksResponse.d.ts +10 -0
- package/build/__api/models/Checkout.d.ts +44 -0
- package/build/__api/models/CheckoutCustomer.d.ts +19 -0
- package/build/__api/models/CheckoutCustomerInput.d.ts +13 -0
- package/build/__api/models/CheckoutCustomerInput.js +1 -0
- package/build/__api/models/CheckoutOption.d.ts +10 -0
- package/build/__api/models/CheckoutOption.js +1 -0
- package/build/__api/models/CheckoutSettings.d.ts +24 -0
- package/build/__api/models/CheckoutSettings.js +1 -0
- package/build/__api/models/CheckoutSettingsPrice.d.ts +10 -0
- package/build/__api/models/CheckoutSettingsPrice.js +1 -0
- package/build/__api/models/City.d.ts +16 -0
- package/build/__api/models/City.js +1 -0
- package/build/__api/models/Country.d.ts +22 -0
- package/build/__api/models/Country.js +1 -0
- package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
- package/build/__api/models/CreateCustomerReviewInput.d.ts +17 -0
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +12 -0
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +12 -0
- package/build/__api/models/CurrencyRate.d.ts +13 -0
- package/build/__api/models/CurrencyRateData.d.ts +10 -0
- package/build/__api/models/Customer.d.ts +34 -0
- package/build/__api/models/CustomerAddress.d.ts +31 -0
- package/build/__api/models/CustomerAddressCity.d.ts +11 -0
- package/build/__api/models/CustomerAddressCity.js +1 -0
- package/build/__api/models/CustomerAddressCityInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressCityInput.js +1 -0
- package/build/__api/models/CustomerAddressCountry.d.ts +13 -0
- package/build/__api/models/CustomerAddressCountry.js +1 -0
- package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -0
- package/build/__api/models/CustomerAddressCountryInput.js +1 -0
- package/build/__api/models/CustomerAddressDistrict.d.ts +11 -0
- package/build/__api/models/CustomerAddressDistrict.js +1 -0
- package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressDistrictInput.js +1 -0
- package/build/__api/models/CustomerAddressState.d.ts +11 -0
- package/build/__api/models/CustomerAddressState.js +1 -0
- package/build/__api/models/CustomerAddressStateInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressStateInput.js +1 -0
- package/build/__api/models/CustomerAttribute.d.ts +19 -0
- package/build/__api/models/CustomerAttribute.js +1 -0
- package/build/__api/models/CustomerAttributeOption.d.ts +10 -0
- package/build/__api/models/CustomerAttributeOption.js +1 -0
- package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
- package/build/__api/models/CustomerAttributeOptionTranslation.js +1 -0
- package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
- package/build/__api/models/CustomerAttributeSalesChannel.js +1 -0
- package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
- package/build/__api/models/CustomerAttributeTranslation.js +1 -0
- package/build/__api/models/CustomerAttributeValue.d.ts +11 -0
- package/build/__api/models/CustomerAttributeValue.js +1 -0
- package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -0
- package/build/__api/models/CustomerAttributeValueInput.js +1 -0
- package/build/__api/models/CustomerCheckResponse.d.ts +9 -0
- package/build/__api/models/CustomerFavoriteProduct.d.ts +11 -0
- package/build/__api/models/CustomerFavoriteProduct.js +1 -0
- package/build/__api/models/CustomerLoginResponse.d.ts +12 -0
- package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
- package/build/__api/models/CustomerReview.d.ts +21 -0
- package/build/__api/models/CustomerReview.js +1 -0
- package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummary.js +1 -0
- package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
- package/build/__api/models/CustomerReviewSummaryStar.js +1 -0
- package/build/__api/models/DateFilterInput.d.ts +16 -0
- package/build/__api/models/District.d.ts +16 -0
- package/build/__api/models/District.js +1 -0
- package/build/__api/models/FixedDiscount.d.ts +14 -0
- package/build/__api/models/GetAvailableStockLocation.d.ts +14 -0
- package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -0
- package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -0
- package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -0
- package/build/__api/models/GetOrderLineFile.d.ts +9 -0
- package/build/__api/models/GetProductCampaignsInput.d.ts +11 -0
- package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -0
- package/build/__api/models/GetVariantStockLocation.d.ts +12 -0
- package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -0
- package/build/__api/models/GetY.d.ts +13 -0
- package/build/__api/models/HTMLMetaData.d.ts +20 -0
- package/build/__api/models/HTMLMetaData.js +1 -0
- package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataOverride.js +1 -0
- package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
- package/build/__api/models/HTMLMetaDataTranslation.js +1 -0
- package/build/__api/models/Invoice.d.ts +16 -0
- package/build/__api/models/Invoice.js +1 -0
- package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
- package/build/__api/models/LocationTranslations.d.ts +10 -0
- package/build/__api/models/LocationTranslations.js +1 -0
- package/build/__api/models/MerchantSettings.d.ts +11 -0
- package/build/__api/models/MerchantSettings.js +1 -0
- package/build/__api/models/OrderAddress.d.ts +28 -0
- package/build/__api/models/OrderAddressCity.d.ts +11 -0
- package/build/__api/models/OrderAddressCity.js +1 -0
- package/build/__api/models/OrderAddressCityInput.d.ts +11 -0
- package/build/__api/models/OrderAddressCityInput.js +1 -0
- package/build/__api/models/OrderAddressCountry.d.ts +13 -0
- package/build/__api/models/OrderAddressCountry.js +1 -0
- package/build/__api/models/OrderAddressCountryInput.d.ts +13 -0
- package/build/__api/models/OrderAddressCountryInput.js +1 -0
- package/build/__api/models/OrderAddressDistrict.d.ts +11 -0
- package/build/__api/models/OrderAddressDistrict.js +1 -0
- package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -0
- package/build/__api/models/OrderAddressDistrictInput.js +1 -0
- package/build/__api/models/OrderAddressInput.d.ts +28 -0
- package/build/__api/models/OrderAddressInput.js +1 -0
- package/build/__api/models/OrderAddressState.d.ts +11 -0
- package/build/__api/models/OrderAddressState.js +1 -0
- package/build/__api/models/OrderAddressStateInput.d.ts +11 -0
- package/build/__api/models/OrderAddressStateInput.js +1 -0
- package/build/__api/models/OrderAdjustment.d.ts +19 -0
- package/build/__api/models/OrderAdjustment.js +1 -0
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -0
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +1 -0
- package/build/__api/models/OrderAdjustmentInput.d.ts +16 -0
- package/build/__api/models/OrderAdjustmentInput.js +1 -0
- package/build/__api/models/OrderCurrencyRate.d.ts +11 -0
- package/build/__api/models/OrderCustomer.d.ts +15 -0
- package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
- package/build/__api/models/OrderGiftPackageLine.js +1 -0
- package/build/__api/models/OrderLineDiscount.d.ts +15 -0
- package/build/__api/models/OrderLineDiscount.js +1 -0
- package/build/__api/models/OrderLineItem.d.ts +26 -0
- package/build/__api/models/OrderLineItem.js +1 -0
- package/build/__api/models/OrderLineOption.d.ts +15 -0
- package/build/__api/models/OrderLineOption.js +1 -0
- package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
- package/build/__api/models/OrderLineOptionValue.js +1 -0
- package/build/__api/models/OrderLineVariant.d.ts +27 -0
- package/build/__api/models/OrderLineVariant.js +1 -0
- package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
- package/build/__api/models/OrderLineVariantBrand.js +1 -0
- package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
- package/build/__api/models/OrderLineVariantCategory.js +1 -0
- package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
- package/build/__api/models/OrderLineVariantCategoryPath.js +1 -0
- package/build/__api/models/OrderLineVariantPrice.d.ts +13 -0
- package/build/__api/models/OrderLineVariantPrice.js +1 -0
- package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
- package/build/__api/models/OrderLineVariantVariantValues.js +1 -0
- package/build/__api/models/OrderPackage.d.ts +18 -0
- package/build/__api/models/OrderPackage.js +1 -0
- package/build/__api/models/OrderPaymentMethod.d.ts +13 -0
- package/build/__api/models/OrderPaymentMethod.js +1 -0
- package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
- package/build/__api/models/OrderRefundOrderLineInput.js +1 -0
- package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
- package/build/__api/models/OrderRefundSettings.d.ts +14 -0
- package/build/__api/models/OrderShippingLine.d.ts +16 -0
- package/build/__api/models/OrderShippingLine.js +1 -0
- package/build/__api/models/OrderStorefrontRouting.d.ts +15 -0
- package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/OrderTaxLine.d.ts +10 -0
- package/build/__api/models/OrderTaxLine.js +1 -0
- package/build/__api/models/PaginationInput.d.ts +10 -0
- package/build/__api/models/PaymentGateway.d.ts +26 -0
- package/build/__api/models/PaymentGateway.js +1 -0
- package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
- package/build/__api/models/PaymentGatewayPaymentMethod.js +1 -0
- package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
- package/build/__api/models/PaymentGatewayTranslation.js +1 -0
- package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
- package/build/__api/models/Product.d.ts +33 -0
- package/build/__api/models/ProductAttribute.d.ts +19 -0
- package/build/__api/models/ProductAttributeOption.d.ts +10 -0
- package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -0
- package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -0
- package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -0
- package/build/__api/models/ProductAttributeTranslation.d.ts +13 -0
- package/build/__api/models/ProductAttributeValue.d.ts +12 -0
- package/build/__api/models/ProductAttributeValue.js +1 -0
- package/build/__api/models/ProductBackInStockRemind.d.ts +14 -0
- package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
- package/build/__api/models/ProductBrand.d.ts +19 -0
- package/build/__api/models/ProductBrand.js +1 -0
- package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
- package/build/__api/models/ProductBrandTranslation.d.ts +11 -0
- package/build/__api/models/ProductBrandTranslation.js +1 -0
- package/build/__api/models/ProductFacetCount.d.ts +11 -0
- package/build/__api/models/ProductFacetCountValue.d.ts +10 -0
- package/build/__api/models/ProductFilterData.d.ts +12 -0
- package/build/__api/models/ProductFilterDataFilter.d.ts +24 -0
- package/build/__api/models/ProductFilterSettings.d.ts +14 -0
- package/build/__api/models/ProductImage.d.ts +12 -0
- package/build/__api/models/ProductItem.d.ts +11 -0
- package/build/__api/models/ProductItemInput.d.ts +11 -0
- package/build/__api/models/ProductLastViewed.d.ts +12 -0
- package/build/__api/models/ProductLastViewedInput.d.ts +12 -0
- package/build/__api/models/ProductOption.d.ts +28 -0
- package/build/__api/models/ProductOptionDateSettings.d.ts +12 -0
- package/build/__api/models/ProductOptionFileSettings.d.ts +11 -0
- package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -0
- package/build/__api/models/ProductOptionSelectValue.d.ts +16 -0
- package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +10 -0
- package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -0
- package/build/__api/models/ProductOptionSet.d.ts +14 -0
- package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -0
- package/build/__api/models/ProductOptionTextSettings.d.ts +10 -0
- package/build/__api/models/ProductOptionTranslations.d.ts +13 -0
- package/build/__api/models/ProductPaginationResponse.d.ts +14 -0
- package/build/__api/models/ProductPrice.d.ts +13 -0
- package/build/__api/models/ProductPrice.js +1 -0
- package/build/__api/models/ProductSearchResponse.d.ts +17 -0
- package/build/__api/models/ProductStockLocation.d.ts +13 -0
- package/build/__api/models/ProductTagTranslation.d.ts +11 -0
- package/build/__api/models/ProductTranslation.d.ts +11 -0
- package/build/__api/models/ProductVariantType.d.ts +11 -0
- package/build/__api/models/Raffle.d.ts +23 -0
- package/build/__api/models/RaffleDateRangeField.d.ts +10 -0
- package/build/__api/models/RaffleMetadata.d.ts +15 -0
- package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/RafflePaginationResponse.d.ts +14 -0
- package/build/__api/models/RaffleParticipants.d.ts +23 -0
- package/build/__api/models/RaffleParticipantsInput.d.ts +17 -0
- package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +13 -0
- package/build/__api/models/RaffleVariantInformation.d.ts +10 -0
- package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +11 -0
- package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -0
- package/build/__api/models/SaveCartInput.d.ts +26 -0
- package/build/__api/models/SaveCartInput.js +1 -0
- package/build/__api/models/SaveCheckoutInput.d.ts +26 -0
- package/build/__api/models/SaveItemToCartInput.d.ts +21 -0
- package/build/__api/models/SaveMyCustomerAddressInput.d.ts +29 -0
- package/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
- package/build/__api/models/SaveMyCustomerInput.d.ts +17 -0
- package/build/__api/models/SaveMyCustomerInput.js +1 -0
- package/build/__api/models/SearchCategory.d.ts +15 -0
- package/build/__api/models/SearchCategoryPath.d.ts +13 -0
- package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/SearchHTMLMetaData.d.ts +16 -0
- package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -0
- package/build/__api/models/SearchInput.d.ts +32 -0
- package/build/__api/models/SearchInputFacetListInput.d.ts +12 -0
- package/build/__api/models/SearchInputFilterListInput.d.ts +14 -0
- package/build/__api/models/SearchInputFilterListInput.js +1 -0
- package/build/__api/models/SearchInputOrderByInput.d.ts +11 -0
- package/build/__api/models/SearchProduct.d.ts +34 -0
- package/build/__api/models/SearchProductAttribute.d.ts +15 -0
- package/build/__api/models/SearchProductAttributeOption.d.ts +10 -0
- package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -0
- package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -0
- package/build/__api/models/SearchProductAttributeValue.d.ts +14 -0
- package/build/__api/models/SearchProductBrand.d.ts +13 -0
- package/build/__api/models/SearchProductImage.d.ts +12 -0
- package/build/__api/models/SearchProductPrice.d.ts +13 -0
- package/build/__api/models/SearchProductStockLocation.d.ts +10 -0
- package/build/__api/models/SearchProductTag.d.ts +12 -0
- package/build/__api/models/SearchProductVariantType.d.ts +12 -0
- package/build/__api/models/SearchVariant.d.ts +25 -0
- package/build/__api/models/SearchVariantType.d.ts +15 -0
- package/build/__api/models/SearchVariantValue.d.ts +12 -0
- package/build/__api/models/SearchVariationValueRelation.d.ts +10 -0
- package/build/__api/models/SocialLoginSettings.d.ts +12 -0
- package/build/__api/models/State.d.ts +12 -0
- package/build/__api/models/State.js +1 -0
- package/build/__api/models/StockLocation.d.ts +18 -0
- package/build/__api/models/StockLocation.js +1 -0
- package/build/__api/models/StockLocationAddress.d.ts +19 -0
- package/build/__api/models/StockLocationAddress.js +1 -0
- package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
- package/build/__api/models/StockLocationAddressCity.js +1 -0
- package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
- package/build/__api/models/StockLocationAddressCountry.js +1 -0
- package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
- package/build/__api/models/StockLocationAddressDistrict.js +1 -0
- package/build/__api/models/StockLocationAddressState.d.ts +11 -0
- package/build/__api/models/StockLocationAddressState.js +1 -0
- package/build/__api/models/Storefront.d.ts +30 -0
- package/build/__api/models/StorefrontDomain.d.ts +13 -0
- package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/StorefrontLocalization.d.ts +12 -0
- package/build/__api/models/StorefrontOrder.d.ts +50 -0
- package/build/__api/models/StorefrontRouting.d.ts +16 -0
- package/build/__api/models/StorefrontTheme.d.ts +15 -0
- package/build/__api/models/StorefrontTransaction.d.ts +27 -0
- package/build/__api/models/StringFilterInput.d.ts +13 -0
- package/build/__api/models/Town.d.ts +12 -0
- package/build/__api/models/TrackingInfo.d.ts +13 -0
- package/build/__api/models/TrackingInfo.js +1 -0
- package/build/__api/models/TransactionError.d.ts +11 -0
- package/build/__api/models/TransactionError.js +1 -0
- package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
- package/build/__api/models/TransactionInstallmentPrice.js +1 -0
- package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
- package/build/__api/models/TransactionPaymentMethodDetail.js +1 -0
- package/build/__api/models/TransactionResponse.d.ts +16 -0
- package/build/__api/models/Variant.d.ts +25 -0
- package/build/__api/models/VariantStock.d.ts +10 -0
- package/build/__api/models/VariantType.d.ts +16 -0
- package/build/__api/models/VariantTypeTranslation.d.ts +12 -0
- package/build/__api/models/VariantValue.d.ts +12 -0
- package/build/__api/models/VariantValueRelation.d.ts +10 -0
- package/build/__api/models/VariantValueTranslation.d.ts +10 -0
- package/build/__api/models/_base.d.ts +18 -0
- package/build/__api/models/_base.js +1 -0
- package/build/__api/mutations/activateCustomer.d.ts +6 -0
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +217 -0
- package/build/__api/mutations/addItemToCart.d.ts +215 -0
- package/build/__api/mutations/addItemToCart.js +1 -0
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +69 -0
- package/build/__api/mutations/createCustomerEmailSubscription.js +1 -0
- package/build/__api/mutations/createCustomerReview.d.ts +24 -0
- package/build/__api/mutations/createCustomerReview.js +1 -0
- package/build/__api/mutations/createOrderRefundRequest.d.ts +195 -0
- package/build/__api/mutations/createOrderRefundRequest.js +1 -0
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +17 -0
- package/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
- package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +17 -0
- package/build/__api/mutations/customerForgotPassword.d.ts +7 -0
- package/build/__api/mutations/customerForgotPassword.js +1 -0
- package/build/__api/mutations/customerLogin.d.ts +72 -0
- package/build/__api/mutations/customerLogin.js +1 -0
- package/build/__api/mutations/customerRecoverPassword.d.ts +8 -0
- package/build/__api/mutations/customerRecoverPassword.js +1 -0
- package/build/__api/mutations/customerRefreshToken.d.ts +11 -0
- package/build/__api/mutations/customerRefreshToken.js +1 -0
- package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -0
- package/build/__api/mutations/getOrderLineFile.d.ts +7 -0
- package/build/__api/mutations/getOrderLineFile.js +1 -0
- package/build/__api/mutations/registerCustomer.d.ts +77 -0
- package/build/__api/mutations/registerCustomer.js +1 -0
- package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -0
- package/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
- package/build/__api/mutations/saveCart.d.ts +215 -0
- package/build/__api/mutations/saveCart.js +1 -0
- package/build/__api/mutations/saveCartCouponCode.d.ts +216 -0
- package/build/__api/mutations/saveCartCouponCode.js +1 -0
- package/build/__api/mutations/saveCheckout.d.ts +216 -0
- package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -0
- package/build/__api/mutations/saveFavoriteProduct.js +1 -0
- package/build/__api/mutations/saveItemToCart.d.ts +97 -0
- package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -0
- package/build/__api/mutations/saveLastViewedProducts.js +1 -0
- package/build/__api/mutations/saveMyCustomer.d.ts +69 -0
- package/build/__api/mutations/saveMyCustomer.js +1 -0
- package/build/__api/mutations/saveProductBackInStockRemind.d.ts +18 -0
- package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
- package/build/__api/mutations/saveRaffleParticipant.d.ts +27 -0
- package/build/__api/mutations/saveRaffleParticipant.js +1 -0
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +11 -0
- package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
- package/build/__api/mutations/updateRaffleParticipant.d.ts +28 -0
- package/build/__api/queries/checkCustomerEmail.d.ts +11 -0
- package/build/__api/queries/checkCustomerEmail.js +1 -0
- package/build/__api/queries/checkStocks.d.ts +13 -0
- package/build/__api/queries/checkStocks.js +1 -0
- package/build/__api/queries/customerSocialLogin.d.ts +71 -0
- package/build/__api/queries/customerSocialLogin.js +1 -0
- package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -0
- package/build/__api/queries/getAvailableShippingCountries.js +1 -0
- package/build/__api/queries/getAvailableStockLocations.d.ts +28 -0
- package/build/__api/queries/getCart.d.ts +99 -0
- package/build/__api/queries/getCartById.d.ts +216 -0
- package/build/__api/queries/getCartById.js +1 -0
- package/build/__api/queries/getCheckoutByCartId.d.ts +216 -0
- package/build/__api/queries/getCheckoutById.d.ts +216 -0
- package/build/__api/queries/getCurrencyRate.d.ts +17 -0
- package/build/__api/queries/getCustomerOrders.d.ts +195 -0
- package/build/__api/queries/getCustomerOrders.js +1 -0
- package/build/__api/queries/getLastViewedProducts.d.ts +20 -0
- package/build/__api/queries/getLastViewedProducts.js +1 -0
- package/build/__api/queries/getMyCountry.d.ts +3 -0
- package/build/__api/queries/getMyCountry.js +1 -0
- package/build/__api/queries/getMyCustomer.d.ts +66 -0
- package/build/__api/queries/getMyCustomer.js +1 -0
- package/build/__api/queries/getOrder.d.ts +195 -0
- package/build/__api/queries/getOrderByEmail.d.ts +196 -0
- package/build/__api/queries/getOrderByEmail.js +1 -0
- package/build/__api/queries/getProductCampaigns.d.ts +47 -0
- package/build/__api/queries/getProductCampaigns.js +1 -0
- package/build/__api/queries/getProductFilterData.d.ts +159 -0
- package/build/__api/queries/getProductFilterData.js +1 -0
- package/build/__api/queries/getRaffleParticipants.d.ts +24 -0
- package/build/__api/queries/getRafflesByCustomerId.d.ts +33 -0
- package/build/__api/queries/getRafflesByCustomerId.js +1 -0
- package/build/__api/queries/getRelatedProducts.d.ts +14 -0
- package/build/__api/queries/getRelatedProducts.js +1 -0
- package/build/__api/queries/getStorefront.d.ts +61 -0
- package/build/__api/queries/getStorefront.js +1 -0
- package/build/__api/queries/getVariantStockLocations.d.ts +30 -0
- package/build/__api/queries/isFavoriteProduct.d.ts +6 -0
- package/build/__api/queries/isFavoriteProduct.js +1 -0
- package/build/__api/queries/listBlog.d.ts +70 -0
- package/build/__api/queries/listBlog.js +1 -0
- package/build/__api/queries/listBlogCategory.d.ts +33 -0
- package/build/__api/queries/listBlogCategory.js +1 -0
- package/build/__api/queries/listBlogMetadata.d.ts +28 -0
- package/build/__api/queries/listBlogMetadata.js +1 -0
- package/build/__api/queries/listCategory.d.ts +85 -0
- package/build/__api/queries/listCategory.js +1 -0
- package/build/__api/queries/listCheckoutSettings.d.ts +29 -0
- package/build/__api/queries/listCheckoutSettings.js +1 -0
- package/build/__api/queries/listCity.d.ts +25 -0
- package/build/__api/queries/listCity.js +1 -0
- package/build/__api/queries/listCountry.d.ts +31 -0
- package/build/__api/queries/listCountry.js +1 -0
- package/build/__api/queries/listCustomerAttribute.d.ts +27 -0
- package/build/__api/queries/listCustomerAttribute.js +1 -0
- package/build/__api/queries/listCustomerReviewSummary.d.ts +23 -0
- package/build/__api/queries/listCustomerReviewSummary.js +1 -0
- package/build/__api/queries/listCustomerReviews.d.ts +32 -0
- package/build/__api/queries/listCustomerReviews.js +1 -0
- package/build/__api/queries/listDistrict.d.ts +26 -0
- package/build/__api/queries/listDistrict.js +1 -0
- package/build/__api/queries/listFavoriteProducts.d.ts +12 -0
- package/build/__api/queries/listFavoriteProducts.js +1 -0
- package/build/__api/queries/listHTMLMetaData.d.ts +32 -0
- package/build/__api/queries/listHTMLMetaData.js +1 -0
- package/build/__api/queries/listMerchantSettings.d.ts +16 -0
- package/build/__api/queries/listMerchantSettings.js +1 -0
- package/build/__api/queries/listOrderRefundSettings.d.ts +21 -0
- package/build/__api/queries/listOrderRefundSettings.js +1 -0
- package/build/__api/queries/listOrderTransactions.d.ts +43 -0
- package/build/__api/queries/listOrderTransactions.js +1 -0
- package/build/__api/queries/listPaymentGateway.d.ts +35 -0
- package/build/__api/queries/listPaymentGateway.js +1 -0
- package/build/__api/queries/listProduct.d.ts +92 -0
- package/build/__api/queries/listProductAttribute.d.ts +33 -0
- package/build/__api/queries/listProductAttribute.js +1 -0
- package/build/__api/queries/listProductBackInStockRemind.d.ts +23 -0
- package/build/__api/queries/listProductBackInStockRemind.js +1 -0
- package/build/__api/queries/listProductBrand.d.ts +49 -0
- package/build/__api/queries/listProductBrand.js +1 -0
- package/build/__api/queries/listProductOptionSet.d.ts +59 -0
- package/build/__api/queries/listProductOptionSet.js +1 -0
- package/build/__api/queries/listProductStockLocation.d.ts +18 -0
- package/build/__api/queries/listRaffle.d.ts +45 -0
- package/build/__api/queries/listRaffle.js +1 -0
- package/build/__api/queries/listRaffleMetadata.d.ts +24 -0
- package/build/__api/queries/listRaffleMetadata.js +1 -0
- package/build/__api/queries/listState.d.ts +20 -0
- package/build/__api/queries/listState.js +1 -0
- package/build/__api/queries/listStockLocation.d.ts +35 -0
- package/build/__api/queries/listStockLocation.js +1 -0
- package/build/__api/queries/listTown.d.ts +20 -0
- package/build/__api/queries/listVariantType.d.ts +29 -0
- package/build/__api/queries/searchProducts.d.ts +130 -0
- package/build/__api/queries/searchProducts.js +1 -0
- package/build/__api/types/index.d.ts +2524 -0
- package/build/__api/types/index.js +1 -0
- package/build/_virtual/Axios.js_commonjs-proxy2.js +1 -0
- package/build/_virtual/Cancel.js_commonjs-proxy.js +1 -0
- package/build/_virtual/CancelToken.js_commonjs-proxy.js +1 -0
- package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +1 -0
- package/build/_virtual/_commonjsHelpers.js +1 -1
- package/build/_virtual/axios.js_commonjs-proxy.js +1 -0
- package/build/_virtual/bind.js_commonjs-proxy.js +1 -0
- package/build/_virtual/browser.js_commonjs-proxy.js +1 -0
- package/build/_virtual/buildFullPath.js_commonjs-proxy.js +1 -0
- package/build/_virtual/buildURL.js_commonjs-proxy.js +1 -0
- package/build/_virtual/combineURLs.js_commonjs-proxy.js +1 -0
- package/build/_virtual/common.js_commonjs-proxy.js +1 -0
- package/build/_virtual/cookies.js_commonjs-proxy.js +1 -0
- package/build/_virtual/createError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/debug.js_commonjs-proxy.js +1 -0
- package/build/_virtual/defaults.js_commonjs-proxy.js +1 -0
- package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +1 -0
- package/build/_virtual/enhanceError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/http.js_commonjs-proxy.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy14.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy15.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy16.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy17.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy18.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isAxiosError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isCancel.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +1 -0
- package/build/_virtual/mergeConfig.js_commonjs-proxy.js +1 -0
- package/build/_virtual/node.js_commonjs-proxy3.js +1 -0
- package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +1 -0
- package/build/_virtual/parseHeaders.js_commonjs-proxy.js +1 -0
- package/build/_virtual/settle.js_commonjs-proxy.js +1 -0
- package/build/_virtual/spread.js_commonjs-proxy.js +1 -0
- package/build/_virtual/transformData.js_commonjs-proxy.js +1 -0
- package/build/_virtual/utils.js_commonjs-proxy.js +1 -0
- package/build/_virtual/validator.js_commonjs-proxy.js +1 -0
- package/build/_virtual/xhr.js_commonjs-proxy.js +1 -0
- package/build/analytics/analytics.d.ts +5 -4
- package/build/analytics/analytics.js +1 -1
- package/build/analytics/facebookPixel.d.ts +2 -1
- package/build/analytics/facebookPixel.js +1 -1
- package/build/analytics/googleAnalytics.d.ts +14 -0
- package/build/analytics/googleAnalytics.js +1 -0
- package/build/analytics/googleTagManager.d.ts +16 -13
- package/build/analytics/googleTagManager.js +1 -1
- package/build/analytics/googleUniversal.d.ts +9 -0
- package/build/analytics/googleUniversal.js +1 -0
- package/build/analytics/head/index.js +1 -1
- package/build/analytics/ikas.d.ts +2 -1
- package/build/analytics/ikas.js +1 -1
- package/build/assets/translations/checkout/en.js +1 -1
- package/build/assets/translations/checkout/tr.js +1 -1
- package/build/components/checkout/components/address-form/index.js +1 -1
- package/build/components/checkout/components/address-form/model.d.ts +12 -57
- package/build/components/checkout/components/address-form/model.js +1 -1
- package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
- package/build/components/checkout/components/cart-summary/index.js +1 -1
- package/build/components/checkout/components/credit-card-form/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/index.d.ts +4 -0
- package/build/components/checkout/components/customer-addresses/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
- package/build/components/checkout/components/customer-addresses/model.js +1 -1
- package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
- package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -0
- package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/box.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/store.js +1 -0
- package/build/components/checkout/components/delivery-methods/index.d.ts +7 -0
- package/build/components/checkout/components/delivery-methods/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -0
- package/build/components/checkout/components/error/index.js +1 -1
- package/build/components/checkout/components/error/no-shipping-error/index.d.ts +3 -5
- package/build/components/checkout/components/error/no-shipping-error/index.js +1 -1
- package/build/components/checkout/components/error/stock-error/index.js +1 -1
- package/build/components/checkout/components/form-item/index.js +1 -1
- package/build/components/checkout/components/form-item/model.js +1 -1
- package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
- package/build/components/checkout/index.d.ts +2 -1
- package/build/components/checkout/index.js +1 -1
- package/build/components/checkout/model.d.ts +17 -6
- package/build/components/checkout/model.js +1 -1
- package/build/components/checkout/steps/step-info/index.js +1 -1
- package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
- package/build/components/checkout/steps/step-payment/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
- package/build/components/checkout/steps/step-shipping/index.js +1 -1
- package/build/components/checkout/steps/step-success/index.js +1 -1
- package/build/components/checkout/style.module.scss.js +1 -1
- package/build/components/page/head.d.ts +1 -0
- package/build/components/page/head.js +1 -1
- package/build/components/page/index.d.ts +1 -0
- package/build/components/page/index.js +1 -1
- package/build/components/page-editor/ThemeComponentEditor.js +1 -1
- package/build/components/page-editor/model.js +1 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/config/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +15 -0
- package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/utils/api.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +1 -0
- package/build/ext/axios/index.js +1 -0
- package/build/ext/axios/lib/adapters/http.js +1 -0
- package/build/ext/axios/lib/adapters/xhr.js +1 -0
- package/build/ext/axios/lib/axios.js +1 -0
- package/build/ext/axios/lib/cancel/Cancel.js +1 -0
- package/build/ext/axios/lib/cancel/CancelToken.js +1 -0
- package/build/ext/axios/lib/cancel/isCancel.js +1 -0
- package/build/ext/axios/lib/core/Axios.js +1 -0
- package/build/ext/axios/lib/core/InterceptorManager.js +1 -0
- package/build/ext/axios/lib/core/buildFullPath.js +1 -0
- package/build/ext/axios/lib/core/createError.js +1 -0
- package/build/ext/axios/lib/core/dispatchRequest.js +1 -0
- package/build/ext/axios/lib/core/enhanceError.js +1 -0
- package/build/ext/axios/lib/core/mergeConfig.js +1 -0
- package/build/ext/axios/lib/core/settle.js +1 -0
- package/build/ext/axios/lib/core/transformData.js +1 -0
- package/build/ext/axios/lib/defaults.js +1 -0
- package/build/ext/axios/lib/helpers/bind.js +1 -0
- package/build/ext/axios/lib/helpers/buildURL.js +1 -0
- package/build/ext/axios/lib/helpers/combineURLs.js +1 -0
- package/build/ext/axios/lib/helpers/cookies.js +1 -0
- package/build/ext/axios/lib/helpers/isAbsoluteURL.js +1 -0
- package/build/ext/axios/lib/helpers/isAxiosError.js +1 -0
- package/build/ext/axios/lib/helpers/isURLSameOrigin.js +1 -0
- package/build/ext/axios/lib/helpers/normalizeHeaderName.js +1 -0
- package/build/ext/axios/lib/helpers/parseHeaders.js +1 -0
- package/build/ext/axios/lib/helpers/spread.js +1 -0
- package/build/ext/axios/lib/helpers/validator.js +1 -0
- package/build/ext/axios/lib/utils.js +1 -0
- package/build/ext/axios/package.json.js +1 -0
- package/build/ext/debug/src/browser.js +1 -0
- package/build/ext/debug/src/common.js +1 -0
- package/build/ext/debug/src/index.js +1 -0
- package/build/ext/debug/src/node.js +1 -0
- package/build/ext/follow-redirects/debug.js +1 -0
- package/build/ext/follow-redirects/index.js +1 -0
- package/build/ext/has-flag/index.js +1 -0
- package/build/ext/ms/index.js +1 -0
- package/build/ext/supports-color/index.js +1 -0
- package/build/ext/tslib/tslib.es6.js +1 -1
- package/build/ext/uuid/dist/{esm-browser → esm-node}/regex.js +0 -0
- package/build/ext/uuid/dist/esm-node/rng.js +1 -0
- package/build/ext/uuid/dist/esm-node/stringify.js +1 -0
- package/build/ext/uuid/dist/esm-node/v4.js +1 -0
- package/build/ext/uuid/dist/{esm-browser → esm-node}/validate.js +0 -0
- package/build/ikas.js +8 -42
- package/build/index.js +1 -1
- package/build/models/data/blog/enums.d.ts +2 -0
- package/build/models/data/blog/index.d.ts +19 -53
- package/build/models/data/blog/index.js +1 -1
- package/build/models/data/brand/enums.d.ts +2 -0
- package/build/models/data/brand/index.d.ts +10 -14
- package/build/models/data/brand/index.js +1 -1
- package/build/models/data/cart/campaign-offer/enums.d.ts +3 -0
- package/build/models/data/cart/campaign-offer/index.d.ts +8 -0
- package/build/models/data/cart/campaign-offer/index.js +1 -0
- package/build/models/data/cart/enums.d.ts +2 -0
- package/build/models/data/cart/index.d.ts +18 -45
- package/build/models/data/cart/index.js +1 -1
- package/build/models/data/category/enums.d.ts +2 -0
- package/build/models/data/category/index.d.ts +18 -31
- package/build/models/data/category/index.js +1 -1
- package/build/models/data/checkout/index.d.ts +5 -91
- package/build/models/data/checkout/index.js +1 -1
- package/build/models/data/checkout-settings/enums.d.ts +2 -0
- package/build/models/data/checkout-settings/index.d.ts +8 -20
- package/build/models/data/checkout-settings/index.js +1 -1
- package/build/models/data/city/index.d.ts +3 -4
- package/build/models/data/city/index.js +1 -0
- package/build/models/data/country/index.d.ts +3 -8
- package/build/models/data/country/index.js +1 -0
- package/build/models/data/customer/address/index.d.ts +36 -33
- package/build/models/data/customer/address/index.js +1 -1
- package/build/models/data/customer/attribute-value/index.d.ts +7 -0
- package/build/models/data/customer/attribute-value/index.js +1 -0
- package/build/models/data/customer/enums.d.ts +4 -0
- package/build/models/data/customer/index.d.ts +30 -25
- package/build/models/data/customer/index.js +1 -1
- package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +3 -0
- package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +3 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +8 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -0
- package/build/models/data/customer-attribute/enums.d.ts +2 -0
- package/build/models/data/customer-attribute/index.d.ts +22 -0
- package/build/models/data/customer-attribute/index.js +1 -0
- package/build/models/data/customer-review/enums.d.ts +2 -0
- package/build/models/data/customer-review/index.d.ts +7 -22
- package/build/models/data/customer-review/index.js +1 -1
- package/build/models/data/customer-review-summary/index.d.ts +8 -0
- package/build/models/data/customer-review-summary/index.js +1 -0
- package/build/models/data/district/index.d.ts +3 -4
- package/build/models/data/district/index.js +1 -0
- package/build/models/data/favorite-product/index.d.ts +2 -5
- package/build/models/data/favorite-product/index.js +1 -1
- package/build/models/data/html-meta-data/enums.d.ts +2 -0
- package/build/models/data/html-meta-data/index.d.ts +7 -18
- package/build/models/data/html-meta-data/index.js +1 -1
- package/build/models/data/image/index.d.ts +2 -1
- package/build/models/data/image/index.js +1 -1
- package/build/models/data/index.d.ts +59 -33
- package/build/models/data/merchant-settings/index.d.ts +3 -5
- package/build/models/data/merchant-settings/index.js +1 -1
- package/build/models/data/order/address/index.d.ts +32 -32
- package/build/models/data/order/address/index.js +1 -1
- package/build/models/data/order/adjustment/enums.d.ts +4 -0
- package/build/models/data/order/adjustment/index.d.ts +8 -15
- package/build/models/data/order/adjustment/index.js +1 -0
- package/build/models/data/order/customer/index.d.ts +10 -0
- package/build/models/data/order/customer/index.js +1 -0
- package/build/models/data/order/enums.d.ts +6 -0
- package/build/models/data/order/gift-line/index.d.ts +3 -4
- package/build/models/data/order/gift-line/index.js +1 -0
- package/build/models/data/order/index.d.ts +39 -132
- package/build/models/data/order/index.js +1 -1
- package/build/models/data/order/invoice/enums.d.ts +2 -0
- package/build/models/data/order/invoice/index.d.ts +7 -0
- package/build/models/data/order/invoice/index.js +1 -0
- package/build/models/data/order/line-item/discount/index.d.ts +5 -10
- package/build/models/data/order/line-item/discount/index.js +1 -1
- package/build/models/data/order/line-item/enums.d.ts +2 -0
- package/build/models/data/order/line-item/index.d.ts +10 -31
- package/build/models/data/order/line-item/index.js +1 -1
- package/build/models/data/order/line-item/option/index.d.ts +9 -0
- package/build/models/data/order/line-item/option/index.js +1 -0
- package/build/models/data/order/line-item/option/value/index.d.ts +3 -0
- package/build/models/data/order/line-item/option/value/index.js +1 -0
- package/build/models/data/order/line-item/variant/index.d.ts +6 -17
- package/build/models/data/order/line-item/variant/index.js +1 -1
- package/build/models/data/order/package/enums.d.ts +2 -0
- package/build/models/data/order/package/index.d.ts +9 -0
- package/build/models/data/order/package/index.js +1 -0
- package/build/models/data/order/package/tracking-info/index.d.ts +3 -0
- package/build/models/data/order/package/tracking-info/index.js +1 -0
- package/build/models/data/order/payment-method/enums.d.ts +2 -0
- package/build/models/data/order/payment-method/index.d.ts +7 -0
- package/build/models/data/order/payment-method/index.js +1 -0
- package/build/models/data/order/refund/index.d.ts +1 -1
- package/build/models/data/order/refund/index.js +1 -0
- package/build/models/data/order/refund/line-item/index.d.ts +3 -0
- package/build/models/data/order/refund/line-item/index.js +1 -0
- package/build/models/data/order/refund/{settings.d.ts → settings/index.d.ts} +0 -0
- package/build/models/data/order/refund/{settings.js → settings/index.js} +0 -0
- package/build/models/data/order/shipping-line/index.d.ts +3 -7
- package/build/models/data/order/shipping-line/index.js +1 -0
- package/build/models/data/order/tax-line/index.d.ts +3 -0
- package/build/models/data/order/tax-line/index.js +1 -0
- package/build/models/data/order/transaction/enums.d.ts +5 -0
- package/build/models/data/order/transaction/index.d.ts +37 -0
- package/build/models/data/order/transaction/index.js +1 -0
- package/build/models/data/payment-gateway/additional-price/index.d.ts +7 -0
- package/build/models/data/payment-gateway/additional-price/index.js +1 -0
- package/build/models/data/payment-gateway/enums.d.ts +5 -0
- package/build/models/data/payment-gateway/index.d.ts +9 -34
- package/build/models/data/payment-gateway/index.js +1 -1
- package/build/models/data/product/attribute-value/index.d.ts +5 -5
- package/build/models/data/product/attribute-value/index.js +1 -1
- package/build/models/data/product/index.d.ts +1 -1
- package/build/models/data/product/index.js +1 -1
- package/build/models/data/product/variant/index.d.ts +1 -2
- package/build/models/data/product/variant/index.js +1 -1
- package/build/models/data/product/variant/price/index.d.ts +2 -4
- package/build/models/data/product/variant/price/index.js +1 -1
- package/build/models/data/product-attribute/index.d.ts +2 -2
- package/build/models/data/product-attribute/{product-attribute-option → option}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{product-attribute-option → option}/index.js +0 -0
- package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.js +0 -0
- package/build/models/data/product-attribute/table-template/index.d.ts +6 -0
- package/build/models/data/product-attribute/table-template/index.js +1 -0
- package/build/models/data/product-campaign/campaign/index.d.ts +41 -0
- package/build/models/data/{product-campaing → product-campaign}/campaign/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/filter/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/filter/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.js +0 -0
- package/build/models/data/product-filter/index.d.ts +6 -7
- package/build/models/data/product-filter/index.js +1 -1
- package/build/models/data/product-option-set/enums.d.ts +3 -0
- package/build/models/data/product-option-set/index.d.ts +2 -14
- package/build/models/data/product-option-set/index.js +1 -1
- package/build/models/data/state/index.d.ts +3 -5
- package/build/models/data/state/index.js +1 -0
- package/build/models/data/storefront/index.d.ts +3 -0
- package/build/models/data/storefront/index.js +1 -1
- package/build/models/data/storefront/theme-localization/index.js +1 -1
- package/build/models/theme/custom-data/index.js +1 -1
- package/build/models/theme/page/component/prop-value/product-list.d.ts +2 -1
- package/build/models/theme/page/component/prop-value/product-list.js +1 -1
- package/build/models/theme/settings/color/index.js +1 -1
- package/build/models/ui/blog-category-list/index.js +1 -1
- package/build/models/ui/blog-list/index.js +1 -1
- package/build/models/ui/brand-list/index.js +1 -1
- package/build/models/ui/category-list/index.js +1 -1
- package/build/models/ui/customer-review-list/index.js +1 -1
- package/build/models/ui/customer-review-summary-list/index.d.ts +43 -0
- package/build/models/ui/customer-review-summary-list/index.js +1 -0
- package/build/models/ui/index.d.ts +2 -1
- package/build/models/ui/product-detail/index.d.ts +9 -3
- package/build/models/ui/product-detail/index.js +1 -1
- package/build/models/ui/product-list/index.d.ts +10 -1
- package/build/models/ui/product-list/index.js +1 -1
- package/build/models/ui/raffle-list/index.js +1 -1
- package/build/models/ui/validator/form/account-info.d.ts +1 -1
- package/build/models/ui/validator/form/account-info.js +1 -1
- package/build/models/ui/validator/form/address.d.ts +3 -0
- package/build/models/ui/validator/form/address.js +1 -1
- package/build/models/ui/validator/form/contact-form.js +1 -1
- package/build/models/ui/validator/form/raffle-form.js +1 -1
- package/build/models/ui/validator/form/register.d.ts +4 -0
- package/build/models/ui/validator/form/register.js +1 -1
- package/build/pages/404.js +1 -1
- package/build/pages/_slug_/index.js +1 -1
- package/build/pages/account/addresses.js +1 -1
- package/build/pages/account/favorite-products.js +1 -1
- package/build/pages/account/forgot-password.js +1 -1
- package/build/pages/account/index.js +1 -1
- package/build/pages/account/login.js +1 -1
- package/build/pages/account/orders/_id_.js +1 -1
- package/build/pages/account/orders/index.js +1 -1
- package/build/pages/account/raffles.js +1 -1
- package/build/pages/account/recover-password.js +1 -1
- package/build/pages/account/register.js +1 -1
- package/build/pages/blog/_slug_.js +1 -1
- package/build/pages/blog/index.js +1 -1
- package/build/pages/cart.js +1 -1
- package/build/pages/checkout.js +1 -1
- package/build/pages/home.js +1 -1
- package/build/pages/pages/_slug_.js +1 -1
- package/build/pages/raffle/_slug_.js +1 -1
- package/build/pages/raffle/index.js +1 -1
- package/build/pages/search.js +1 -1
- package/build/providers/helpers/raffles.js +1 -1
- package/build/providers/page-data-get.d.ts +7 -1
- package/build/providers/page-data-get.js +1 -1
- package/build/providers/page-data-init.js +1 -1
- package/build/providers/page-data-next.d.ts +26 -0
- package/build/providers/page-data-next.js +1 -1
- package/build/providers/placeholders.js +1 -1
- package/build/providers/prop-value/attribute-list.js +1 -1
- package/build/providers/prop-value/attribute.js +1 -1
- package/build/providers/prop-value/blog-category-list.js +1 -1
- package/build/providers/prop-value/blog-category.js +1 -1
- package/build/providers/prop-value/blog-list.js +1 -1
- package/build/providers/prop-value/blog.js +1 -1
- package/build/providers/prop-value/brand-list.js +1 -1
- package/build/providers/prop-value/brand.js +1 -1
- package/build/providers/prop-value/category-list.js +1 -1
- package/build/providers/prop-value/category.js +1 -1
- package/build/providers/prop-value/custom.js +1 -1
- package/build/providers/prop-value/image-list.js +1 -1
- package/build/providers/prop-value/image.js +1 -1
- package/build/providers/prop-value/link.js +1 -1
- package/build/providers/prop-value/product-detail.js +1 -1
- package/build/providers/prop-value/product-list.d.ts +6 -0
- package/build/providers/prop-value/product-list.js +1 -1
- package/build/providers/prop-value/raffle-list.js +1 -1
- package/build/providers/prop-value/raffle.js +1 -1
- package/build/providers/prop-value/slider.d.ts +1 -1
- package/build/scripts/generators/types/index.js +1 -1
- package/build/store/base.d.ts +3 -0
- package/build/store/base.js +1 -1
- package/build/store/blog/index.d.ts +28 -0
- package/build/store/blog/index.js +1 -0
- package/build/store/brand/index.d.ts +12 -0
- package/build/store/brand/index.js +1 -0
- package/build/store/cart/api.d.ts +12 -0
- package/build/store/cart/api.js +1 -0
- package/build/store/cart/index.d.ts +28 -0
- package/build/store/cart/index.js +1 -0
- package/build/store/category/index.d.ts +12 -0
- package/build/store/category/index.js +1 -0
- package/build/store/checkout/index.d.ts +20 -0
- package/build/store/checkout/index.js +1 -0
- package/build/store/customer/api.d.ts +75 -0
- package/build/store/customer/api.js +1 -0
- package/build/store/customer/index.d.ts +79 -0
- package/build/store/customer/index.js +1 -0
- package/build/store/html-meta-data/index.d.ts +6 -0
- package/build/store/html-meta-data/index.js +1 -0
- package/build/store/location/index.d.ts +13 -0
- package/build/store/location/index.js +1 -0
- package/build/store/merchant/index.d.ts +6 -0
- package/build/store/merchant/index.js +1 -0
- package/build/store/product/index.d.ts +40 -0
- package/build/store/product/index.js +1 -0
- package/build/store/raffle/index.d.ts +18 -0
- package/build/store/raffle/index.js +1 -0
- package/build/store/storefront/index.d.ts +6 -0
- package/build/store/storefront/index.js +1 -0
- package/build/storefront/index.d.ts +7 -0
- package/build/storefront/index.js +1 -1
- package/build/utils/constants.d.ts +1 -0
- package/build/utils/constants.js +1 -0
- package/build/utils/currency.js +1 -1
- package/build/utils/helper.d.ts +1 -0
- package/build/utils/helper.js +1 -1
- package/package.json +4 -8
- package/build/__generated__/global-types.d.ts +0 -724
- package/build/__generated__/global-types.js +0 -1
- package/build/_virtual/Observable.js_commonjs-proxy.js +0 -1
- package/build/_virtual/parser.mjs_commonjs-proxy.js +0 -1
- package/build/api/apollo.d.ts +0 -10
- package/build/api/apollo.js +0 -1
- package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
- package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
- package/build/api/back-in-stock-reminder/index.d.ts +0 -23
- package/build/api/back-in-stock-reminder/index.js +0 -1
- package/build/api/blog/__generated__/getBlog.d.ts +0 -110
- package/build/api/blog/__generated__/listBlog.d.ts +0 -113
- package/build/api/blog/__generated__/listBlogCategory.d.ts +0 -65
- package/build/api/blog/__generated__/listBlogMetaData.d.ts +0 -57
- package/build/api/blog/index.d.ts +0 -32
- package/build/api/blog/index.js +0 -1
- package/build/api/brand/__generated__/listProductBrand.d.ts +0 -88
- package/build/api/brand/index.d.ts +0 -16
- package/build/api/brand/index.js +0 -1
- package/build/api/cart/__generated__/getCart.d.ts +0 -178
- package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -187
- package/build/api/cart/index.d.ts +0 -5
- package/build/api/cart/index.js +0 -1
- package/build/api/category/__generated__/listCategory.d.ts +0 -99
- package/build/api/category/__generated__/listCategoryPaths.d.ts +0 -32
- package/build/api/category/index.d.ts +0 -18
- package/build/api/category/index.js +0 -1
- package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
- package/build/api/checkout/__generated__/checkStocks.d.ts +0 -18
- package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
- package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
- package/build/api/checkout/__generated__/getCheckoutById.d.ts +0 -574
- package/build/api/checkout/__generated__/getOrder.d.ts +0 -620
- package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
- package/build/api/checkout/__generated__/listPaymentGateway.d.ts +0 -42
- package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
- package/build/api/checkout/__generated__/saveCheckout.d.ts +0 -11
- package/build/api/checkout/index.d.ts +0 -29
- package/build/api/checkout/index.js +0 -1
- package/build/api/city/__generated__/listCity.d.ts +0 -20
- package/build/api/city/index.d.ts +0 -4
- package/build/api/city/index.js +0 -1
- package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
- package/build/api/contact-form/index.d.ts +0 -10
- package/build/api/contact-form/index.js +0 -1
- package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
- package/build/api/country/__generated__/getMyCountry.d.ts +0 -3
- package/build/api/country/__generated__/listCountry.d.ts +0 -41
- package/build/api/country/index.d.ts +0 -6
- package/build/api/country/index.js +0 -1
- package/build/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
- package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
- package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -590
- package/build/api/customer/__generated__/customerForgotPassword.d.ts +0 -7
- package/build/api/customer/__generated__/customerLogin.d.ts +0 -167
- package/build/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
- package/build/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
- package/build/api/customer/__generated__/customerSocialLogin.d.ts +0 -166
- package/build/api/customer/__generated__/getCustomerOrders.d.ts +0 -620
- package/build/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
- package/build/api/customer/__generated__/getMyCustomer.d.ts +0 -145
- package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
- package/build/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
- package/build/api/customer/__generated__/registerCustomer.d.ts +0 -163
- package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
- package/build/api/customer/__generated__/saveMyCustomer.d.ts +0 -160
- package/build/api/customer/index.d.ts +0 -49
- package/build/api/customer/index.js +0 -1
- package/build/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
- package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -53
- package/build/api/customer-review/index.d.ts +0 -24
- package/build/api/customer-review/index.js +0 -1
- package/build/api/district/__generated__/listDistrict.d.ts +0 -16
- package/build/api/district/index.d.ts +0 -4
- package/build/api/district/index.js +0 -1
- package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
- package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
- package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
- package/build/api/favorite-product/index.d.ts +0 -6
- package/build/api/favorite-product/index.js +0 -1
- package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -38
- package/build/api/html-meta-data/index.d.ts +0 -4
- package/build/api/html-meta-data/index.js +0 -1
- package/build/api/index.d.ts +0 -24
- package/build/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
- package/build/api/merchant/index.d.ts +0 -4
- package/build/api/merchant/index.js +0 -1
- package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -72
- package/build/api/product-attribute/index.d.ts +0 -4
- package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +0 -91
- package/build/api/product-campaign/index.d.ts +0 -10
- package/build/api/product-campaign/index.js +0 -1
- package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +0 -7
- package/build/api/product-option-file/index.d.ts +0 -7
- package/build/api/product-option-file/index.js +0 -1
- package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -98
- package/build/api/product-option-set/index.d.ts +0 -4
- package/build/api/product-option-set/index.js +0 -1
- package/build/api/product-search/__generated__/getProductFilterData.d.ts +0 -61
- package/build/api/product-search/__generated__/searchProducts.d.ts +0 -26
- package/build/api/product-search/index.d.ts +0 -20
- package/build/api/product-search/index.js +0 -1
- package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +0 -44
- package/build/api/raffle/__generated__/listRaffle.d.ts +0 -85
- package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +0 -22
- package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +0 -30
- package/build/api/raffle/index.d.ts +0 -24
- package/build/api/raffle/index.js +0 -1
- package/build/api/state/__generated__/listState.d.ts +0 -19
- package/build/api/state/index.d.ts +0 -4
- package/build/api/state/index.js +0 -1
- package/build/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
- package/build/api/stock-location/index.d.ts +0 -4
- package/build/api/storefront/__generated__/getStorefront.d.ts +0 -61
- package/build/api/storefront/index.d.ts +0 -4
- package/build/api/storefront/index.js +0 -1
- package/build/api/variant-type/__generated__/listVariantType.d.ts +0 -76
- package/build/api/variant-type/index.d.ts +0 -4
- package/build/ext/@apollo/client/cache/core/cache.js +0 -1
- package/build/ext/@apollo/client/cache/core/types/common.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/entityStore.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/helpers.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/policies.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +0 -1
- package/build/ext/@apollo/client/core/ApolloClient.js +0 -1
- package/build/ext/@apollo/client/core/LocalState.js +0 -1
- package/build/ext/@apollo/client/core/ObservableQuery.js +0 -1
- package/build/ext/@apollo/client/core/QueryInfo.js +0 -1
- package/build/ext/@apollo/client/core/QueryManager.js +0 -1
- package/build/ext/@apollo/client/core/Reobserver.js +0 -1
- package/build/ext/@apollo/client/core/networkStatus.js +0 -1
- package/build/ext/@apollo/client/errors/index.js +0 -1
- package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +0 -15
- package/build/ext/@apollo/client/link/context/index.js +0 -1
- package/build/ext/@apollo/client/link/core/ApolloLink.js +0 -1
- package/build/ext/@apollo/client/link/core/execute.js +0 -1
- package/build/ext/@apollo/client/link/error/index.js +0 -1
- package/build/ext/@apollo/client/link/http/HttpLink.js +0 -1
- package/build/ext/@apollo/client/link/http/checkFetcher.js +0 -1
- package/build/ext/@apollo/client/link/http/createHttpLink.js +0 -1
- package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +0 -1
- package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -1
- package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +0 -1
- package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -1
- package/build/ext/@apollo/client/link/http/selectURI.js +0 -1
- package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +0 -1
- package/build/ext/@apollo/client/link/utils/createOperation.js +0 -1
- package/build/ext/@apollo/client/link/utils/fromError.js +0 -1
- package/build/ext/@apollo/client/link/utils/throwServerError.js +0 -1
- package/build/ext/@apollo/client/link/utils/transformOperation.js +0 -1
- package/build/ext/@apollo/client/link/utils/validateOperation.js +0 -1
- package/build/ext/@apollo/client/utilities/common/arrays.js +0 -1
- package/build/ext/@apollo/client/utilities/common/canUse.js +0 -1
- package/build/ext/@apollo/client/utilities/common/cloneDeep.js +0 -1
- package/build/ext/@apollo/client/utilities/common/compact.js +0 -1
- package/build/ext/@apollo/client/utilities/common/environment.js +0 -1
- package/build/ext/@apollo/client/utilities/common/errorHandling.js +0 -1
- package/build/ext/@apollo/client/utilities/common/filterInPlace.js +0 -1
- package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +0 -1
- package/build/ext/@apollo/client/utilities/common/mergeDeep.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/directives.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/fragments.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/transform.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/Concast.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/Observable.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/asyncMap.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/iteration.js +0 -1
- package/build/ext/@apollo/client/version.js +0 -1
- package/build/ext/@ungap/global-this/esm/index.js +0 -1
- package/build/ext/@wry/context/lib/context.esm.js +0 -1
- package/build/ext/@wry/equality/lib/equality.esm.js +0 -1
- package/build/ext/@wry/trie/lib/trie.esm.js +0 -1
- package/build/ext/fast-json-stable-stringify/index.js +0 -1
- package/build/ext/graphql/error/GraphQLError.mjs.js +0 -1
- package/build/ext/graphql/error/syntaxError.mjs.js +0 -1
- package/build/ext/graphql/jsutils/defineInspect.mjs.js +0 -1
- package/build/ext/graphql/jsutils/devAssert.mjs.js +0 -1
- package/build/ext/graphql/jsutils/inspect.mjs.js +0 -1
- package/build/ext/graphql/jsutils/instanceOf.mjs.js +0 -1
- package/build/ext/graphql/jsutils/invariant.mjs.js +0 -1
- package/build/ext/graphql/jsutils/isObjectLike.mjs.js +0 -1
- package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +0 -1
- package/build/ext/graphql/language/ast.mjs.js +0 -1
- package/build/ext/graphql/language/blockString.mjs.js +0 -1
- package/build/ext/graphql/language/directiveLocation.mjs.js +0 -1
- package/build/ext/graphql/language/kinds.mjs.js +0 -1
- package/build/ext/graphql/language/lexer.mjs.js +0 -1
- package/build/ext/graphql/language/location.mjs.js +0 -1
- package/build/ext/graphql/language/parser.mjs.js +0 -1
- package/build/ext/graphql/language/printLocation.mjs.js +0 -1
- package/build/ext/graphql/language/printer.mjs.js +0 -1
- package/build/ext/graphql/language/source.mjs.js +0 -1
- package/build/ext/graphql/language/tokenKind.mjs.js +0 -1
- package/build/ext/graphql/language/visitor.mjs.js +0 -1
- package/build/ext/graphql/polyfills/symbols.mjs.js +0 -1
- package/build/ext/graphql-tag/src/index.js +0 -1
- package/build/ext/optimism/lib/bundle.esm.js +0 -1
- package/build/ext/symbol-observable/es/index.js +0 -1
- package/build/ext/symbol-observable/es/ponyfill.js +0 -1
- package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +0 -15
- package/build/ext/ts-invariant/lib/invariant.esm.js +0 -1
- package/build/ext/uuid/dist/esm-browser/rng.js +0 -1
- package/build/ext/uuid/dist/esm-browser/stringify.js +0 -1
- package/build/ext/uuid/dist/esm-browser/v4.js +0 -1
- package/build/ext/zen-observable/index.js +0 -1
- package/build/ext/zen-observable/lib/Observable.js +0 -1
- package/build/models/data/customer-review-settings/index.d.ts +0 -4
- package/build/models/data/installment-info/index.d.ts +0 -30
- package/build/models/data/installment-info/index.js +0 -1
- package/build/models/data/language/index.d.ts +0 -6
- package/build/models/data/order/line-item/options/index.d.ts +0 -11
- package/build/models/data/order/line-item/options/index.js +0 -1
- package/build/models/data/order/line-item/options/options-value/index.d.ts +0 -6
- package/build/models/data/order/line-item/options/options-value/index.js +0 -1
- package/build/models/data/order/refund/refund-line-item/index.d.ts +0 -5
- package/build/models/data/order-transaction/index.d.ts +0 -74
- package/build/models/data/order-transaction/index.js +0 -1
- package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
- package/build/models/data/product-attribute/product-attribute-table-template/index.js +0 -1
- package/build/models/data/product-campaing/campaign/index.d.ts +0 -41
- package/build/models/data/product-cart-item-options/index.d.ts +0 -6
- package/build/models/data/product-cart-item-options/index.js +0 -1
- package/build/models/data/simple-product/index.d.ts +0 -137
- package/build/store/cart.d.ts +0 -29
- package/build/store/cart.js +0 -1
- package/build/store/customer.d.ts +0 -92
- package/build/store/customer.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import a from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,o=function(i,o,u){return t(void 0,void 0,void 0,(function(){var t,c,d,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a({operationName:"createSaleTransactionWithCart",config:u,variables:i,allReturnFields:s,fields:o,query:function(t){return"\n\t\t\t\tmutation createSaleTransactionWithCart (\n\t\t\t\t\t$input: CreateSaleTransactionWithCartInput!,\n\t\t\t\t) {\n\t\t\t\t\tcreateSaleTransactionWithCart (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),c=t.data,d=t.errors,[2,new n(null==c?void 0:c.createSaleTransactionWithCart,d)];case 2:return l=e.sent(),[2,r(l)];case 3:return[2]}}))}))},s="{error {code declineCode message } orderId orderNumber returnSlug transactionId transactionStatus }";!function(t){t.ERROR__CODE="error.code",t.ERROR__DECLINE_CODE="error.declineCode",t.ERROR__MESSAGE="error.message",t.ORDER_ID="orderId",t.ORDER_NUMBER="orderNumber",t.RETURN_SLUG="returnSlug",t.TRANSACTION_ID="transactionId",t.TRANSACTION_STATUS="transactionStatus"}(i||(i={}));export{i as ResponseField,o as default};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CreateSaleTransactionWithCheckoutInput, TransactionResponse } from "../types";
|
|
3
|
+
declare const createSaleTransactionWithCheckout: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<TransactionResponse>>;
|
|
4
|
+
export default createSaleTransactionWithCheckout;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
input: CreateSaleTransactionWithCheckoutInput;
|
|
7
|
+
};
|
|
8
|
+
export declare enum ResponseField {
|
|
9
|
+
ERROR__CODE = "error.code",
|
|
10
|
+
ERROR__DECLINE_CODE = "error.declineCode",
|
|
11
|
+
ERROR__MESSAGE = "error.message",
|
|
12
|
+
ORDER_ID = "orderId",
|
|
13
|
+
ORDER_NUMBER = "orderNumber",
|
|
14
|
+
RETURN_SLUG = "returnSlug",
|
|
15
|
+
TRANSACTION_ID = "transactionId",
|
|
16
|
+
TRANSACTION_STATUS = "transactionStatus"
|
|
17
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
declare const customerForgotPassword: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
3
|
+
export default customerForgotPassword;
|
|
4
|
+
export declare type QueryParams = {
|
|
5
|
+
email: string;
|
|
6
|
+
locale?: string | null;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as o,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import s from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var n=function(n,a){return t(void 0,void 0,void 0,(function(){var t,i,l,u;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,s({operationName:"customerForgotPassword",config:a,variables:n,query:"\n\t\t\t\tmutation customerForgotPassword (\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$locale: String,\n\t\t\t\t) {\n\t\t\t\t\tcustomerForgotPassword (\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=e.sent(),i=t.data,l=t.errors,[2,new r(null==i?void 0:i.customerForgotPassword,l)];case 2:return u=e.sent(),[2,o(u)];case 3:return[2]}}))}))};export{n as default};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CustomerLoginResponse } from "../types";
|
|
3
|
+
declare const customerLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerLoginResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default customerLogin;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
email: string;
|
|
7
|
+
password: string;
|
|
8
|
+
};
|
|
9
|
+
export declare enum ResponseField {
|
|
10
|
+
CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
|
|
11
|
+
CUSTOMER__ACCOUNT_STATUS_UPDATED_AT = "customer.accountStatusUpdatedAt",
|
|
12
|
+
CUSTOMER__ADDRESSES__ADDRESS_LINE1 = "customer.addresses.addressLine1",
|
|
13
|
+
CUSTOMER__ADDRESSES__ADDRESS_LINE2 = "customer.addresses.addressLine2",
|
|
14
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.addresses.attributes.customerAttributeId",
|
|
15
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.addresses.attributes.customerAttributeOptionId",
|
|
16
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE = "customer.addresses.attributes.value",
|
|
17
|
+
CUSTOMER__ADDRESSES__CITY__CODE = "customer.addresses.city.code",
|
|
18
|
+
CUSTOMER__ADDRESSES__CITY__ID = "customer.addresses.city.id",
|
|
19
|
+
CUSTOMER__ADDRESSES__CITY__NAME = "customer.addresses.city.name",
|
|
20
|
+
CUSTOMER__ADDRESSES__COMPANY = "customer.addresses.company",
|
|
21
|
+
CUSTOMER__ADDRESSES__COUNTRY__CODE = "customer.addresses.country.code",
|
|
22
|
+
CUSTOMER__ADDRESSES__COUNTRY__ID = "customer.addresses.country.id",
|
|
23
|
+
CUSTOMER__ADDRESSES__COUNTRY__ISO2 = "customer.addresses.country.iso2",
|
|
24
|
+
CUSTOMER__ADDRESSES__COUNTRY__ISO3 = "customer.addresses.country.iso3",
|
|
25
|
+
CUSTOMER__ADDRESSES__COUNTRY__NAME = "customer.addresses.country.name",
|
|
26
|
+
CUSTOMER__ADDRESSES__CREATED_AT = "customer.addresses.createdAt",
|
|
27
|
+
CUSTOMER__ADDRESSES__DELETED = "customer.addresses.deleted",
|
|
28
|
+
CUSTOMER__ADDRESSES__DISTRICT__CODE = "customer.addresses.district.code",
|
|
29
|
+
CUSTOMER__ADDRESSES__DISTRICT__ID = "customer.addresses.district.id",
|
|
30
|
+
CUSTOMER__ADDRESSES__DISTRICT__NAME = "customer.addresses.district.name",
|
|
31
|
+
CUSTOMER__ADDRESSES__FIRST_NAME = "customer.addresses.firstName",
|
|
32
|
+
CUSTOMER__ADDRESSES__ID = "customer.addresses.id",
|
|
33
|
+
CUSTOMER__ADDRESSES__IDENTITY_NUMBER = "customer.addresses.identityNumber",
|
|
34
|
+
CUSTOMER__ADDRESSES__IS_DEFAULT = "customer.addresses.isDefault",
|
|
35
|
+
CUSTOMER__ADDRESSES__LAST_NAME = "customer.addresses.lastName",
|
|
36
|
+
CUSTOMER__ADDRESSES__PHONE = "customer.addresses.phone",
|
|
37
|
+
CUSTOMER__ADDRESSES__POSTAL_CODE = "customer.addresses.postalCode",
|
|
38
|
+
CUSTOMER__ADDRESSES__STATE__CODE = "customer.addresses.state.code",
|
|
39
|
+
CUSTOMER__ADDRESSES__STATE__ID = "customer.addresses.state.id",
|
|
40
|
+
CUSTOMER__ADDRESSES__STATE__NAME = "customer.addresses.state.name",
|
|
41
|
+
CUSTOMER__ADDRESSES__TAX_NUMBER = "customer.addresses.taxNumber",
|
|
42
|
+
CUSTOMER__ADDRESSES__TAX_OFFICE = "customer.addresses.taxOffice",
|
|
43
|
+
CUSTOMER__ADDRESSES__TITLE = "customer.addresses.title",
|
|
44
|
+
CUSTOMER__ADDRESSES__UPDATED_AT = "customer.addresses.updatedAt",
|
|
45
|
+
CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.attributes.customerAttributeId",
|
|
46
|
+
CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.attributes.customerAttributeOptionId",
|
|
47
|
+
CUSTOMER__ATTRIBUTES__VALUE = "customer.attributes.value",
|
|
48
|
+
CUSTOMER__CREATED_AT = "customer.createdAt",
|
|
49
|
+
CUSTOMER__CUSTOMER_GROUP_IDS = "customer.customerGroupIds",
|
|
50
|
+
CUSTOMER__CUSTOMER_SEQUENCE = "customer.customerSequence",
|
|
51
|
+
CUSTOMER__DELETED = "customer.deleted",
|
|
52
|
+
CUSTOMER__EMAIL = "customer.email",
|
|
53
|
+
CUSTOMER__EMAIL_VERIFIED_DATE = "customer.emailVerifiedDate",
|
|
54
|
+
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
55
|
+
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
56
|
+
CUSTOMER__ID = "customer.id",
|
|
57
|
+
CUSTOMER__IS_EMAIL_VERIFIED = "customer.isEmailVerified",
|
|
58
|
+
CUSTOMER__IS_PHONE_VERIFIED = "customer.isPhoneVerified",
|
|
59
|
+
CUSTOMER__LAST_NAME = "customer.lastName",
|
|
60
|
+
CUSTOMER__NOTE = "customer.note",
|
|
61
|
+
CUSTOMER__ORDER_COUNT = "customer.orderCount",
|
|
62
|
+
CUSTOMER__PASSWORD_UPDATE_DATE = "customer.passwordUpdateDate",
|
|
63
|
+
CUSTOMER__PHONE = "customer.phone",
|
|
64
|
+
CUSTOMER__PHONE_VERIFIED_DATE = "customer.phoneVerifiedDate",
|
|
65
|
+
CUSTOMER__REGISTRATION_SOURCE = "customer.registrationSource",
|
|
66
|
+
CUSTOMER__SUBSCRIPTION_STATUS = "customer.subscriptionStatus",
|
|
67
|
+
CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
|
|
68
|
+
CUSTOMER__TAG_IDS = "customer.tagIds",
|
|
69
|
+
CUSTOMER__UPDATED_AT = "customer.updatedAt",
|
|
70
|
+
TOKEN = "token",
|
|
71
|
+
TOKEN_EXPIRY = "tokenExpiry"
|
|
72
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as e,__generator as t}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as _}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import S from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,E=function(r,E,o){return e(void 0,void 0,void 0,(function(){var e,T,u,a;return t(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,S({operationName:"customerLogin",config:o,variables:r,allReturnFields:d,fields:E,query:function(e){return"\n\t\t\t\tmutation customerLogin (\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$password: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerLogin (\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t) ".concat(e,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return e=t.sent(),T=e.data,u=e.errors,[2,new _(null==T?void 0:T.customerLogin,u)];case 2:return a=t.sent(),[2,s(a)];case 3:return[2]}}))}))},d="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSequence deleted email emailVerifiedDate firstName fullName id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneVerifiedDate registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } token tokenExpiry }";!function(e){e.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",e.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",e.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",e.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",e.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",e.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",e.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",e.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",e.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",e.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",e.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",e.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",e.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",e.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",e.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",e.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",e.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",e.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",e.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",e.CUSTOMER__ADDRESSES__ID="customer.addresses.id",e.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",e.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",e.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",e.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",e.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",e.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",e.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",e.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",e.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",e.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",e.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",e.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",e.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",e.CUSTOMER__CREATED_AT="customer.createdAt",e.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",e.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",e.CUSTOMER__DELETED="customer.deleted",e.CUSTOMER__EMAIL="customer.email",e.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",e.CUSTOMER__FIRST_NAME="customer.firstName",e.CUSTOMER__FULL_NAME="customer.fullName",e.CUSTOMER__ID="customer.id",e.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",e.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",e.CUSTOMER__LAST_NAME="customer.lastName",e.CUSTOMER__NOTE="customer.note",e.CUSTOMER__ORDER_COUNT="customer.orderCount",e.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",e.CUSTOMER__PHONE="customer.phone",e.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",e.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",e.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",e.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",e.CUSTOMER__TAG_IDS="customer.tagIds",e.CUSTOMER__UPDATED_AT="customer.updatedAt",e.TOKEN="token",e.TOKEN_EXPIRY="tokenExpiry"}(r||(r={}));export{r as ResponseField,E as default};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
declare const customerRecoverPassword: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
3
|
+
export default customerRecoverPassword;
|
|
4
|
+
export declare type QueryParams = {
|
|
5
|
+
password: string;
|
|
6
|
+
passwordAgain: string;
|
|
7
|
+
token: string;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as s}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as e}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var n=function(n,a){return t(void 0,void 0,void 0,(function(){var t,i,u,d;return s(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,o({operationName:"customerRecoverPassword",config:a,variables:n,query:"\n\t\t\t\tmutation customerRecoverPassword (\n\t\t\t\t\t$password: String!,\n\t\t\t\t\t$passwordAgain: String!,\n\t\t\t\t\t$token: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerRecoverPassword (\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t\tpasswordAgain: $passwordAgain,\n\t\t\t\t\t\ttoken: $token,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=s.sent(),i=t.data,u=t.errors,[2,new e(null==i?void 0:i.customerRecoverPassword,u)];case 2:return d=s.sent(),[2,r(d)];case 3:return[2]}}))}))};export{n as default};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CustomerRefreshTokenResponse } from "../types";
|
|
3
|
+
declare const customerRefreshToken: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerRefreshTokenResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default customerRefreshToken;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
token: string;
|
|
7
|
+
};
|
|
8
|
+
export declare enum ResponseField {
|
|
9
|
+
TOKEN = "token",
|
|
10
|
+
TOKEN_EXPIRY = "tokenExpiry"
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var s,i=function(s,i,a){return t(void 0,void 0,void 0,(function(){var t,l,c,f;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,o({operationName:"customerRefreshToken",config:a,variables:s,allReturnFields:u,fields:i,query:function(t){return"\n\t\t\t\tmutation customerRefreshToken (\n\t\t\t\t\t$token: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerRefreshToken (\n\t\t\t\t\t\ttoken: $token,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,c=t.errors,[2,new r(null==l?void 0:l.customerRefreshToken,c)];case 2:return f=e.sent(),[2,n(f)];case 3:return[2]}}))}))},u="{token tokenExpiry }";!function(t){t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(s||(s={}));export{s as ResponseField,i as default};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
declare const deleteRaffleParticipantsList: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
3
|
+
export default deleteRaffleParticipantsList;
|
|
4
|
+
export declare type QueryParams = {
|
|
5
|
+
idList: string[];
|
|
6
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { GetOrderLineFile } from "../types";
|
|
3
|
+
declare const getOrderLineFile: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<string> | APIResponse<undefined>>;
|
|
4
|
+
export default getOrderLineFile;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
input: GetOrderLineFile;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as i,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var s=function(s,o){return t(void 0,void 0,void 0,(function(){var t,u,a,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"getOrderLineFile",config:o,variables:s,query:"\n\t\t\t\tmutation getOrderLineFile (\n\t\t\t\t\t$input: GetOrderLineFile!,\n\t\t\t\t) {\n\t\t\t\t\tgetOrderLineFile (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=e.sent(),u=t.data,a=t.errors,[2,new n(null==u?void 0:u.getOrderLineFile,a)];case 2:return l=e.sent(),[2,i(l)];case 3:return[2]}}))}))};export{s as default};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CustomerAttributeValueInput, CustomerLoginResponse } from "../types";
|
|
3
|
+
declare const registerCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerLoginResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default registerCustomer;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
attributes?: CustomerAttributeValueInput[] | null;
|
|
7
|
+
email: string;
|
|
8
|
+
firstName: string;
|
|
9
|
+
isAcceptMarketing?: boolean | null;
|
|
10
|
+
lastName: string;
|
|
11
|
+
locale?: string | null;
|
|
12
|
+
password: string;
|
|
13
|
+
};
|
|
14
|
+
export declare enum ResponseField {
|
|
15
|
+
CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
|
|
16
|
+
CUSTOMER__ACCOUNT_STATUS_UPDATED_AT = "customer.accountStatusUpdatedAt",
|
|
17
|
+
CUSTOMER__ADDRESSES__ADDRESS_LINE1 = "customer.addresses.addressLine1",
|
|
18
|
+
CUSTOMER__ADDRESSES__ADDRESS_LINE2 = "customer.addresses.addressLine2",
|
|
19
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.addresses.attributes.customerAttributeId",
|
|
20
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.addresses.attributes.customerAttributeOptionId",
|
|
21
|
+
CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE = "customer.addresses.attributes.value",
|
|
22
|
+
CUSTOMER__ADDRESSES__CITY__CODE = "customer.addresses.city.code",
|
|
23
|
+
CUSTOMER__ADDRESSES__CITY__ID = "customer.addresses.city.id",
|
|
24
|
+
CUSTOMER__ADDRESSES__CITY__NAME = "customer.addresses.city.name",
|
|
25
|
+
CUSTOMER__ADDRESSES__COMPANY = "customer.addresses.company",
|
|
26
|
+
CUSTOMER__ADDRESSES__COUNTRY__CODE = "customer.addresses.country.code",
|
|
27
|
+
CUSTOMER__ADDRESSES__COUNTRY__ID = "customer.addresses.country.id",
|
|
28
|
+
CUSTOMER__ADDRESSES__COUNTRY__ISO2 = "customer.addresses.country.iso2",
|
|
29
|
+
CUSTOMER__ADDRESSES__COUNTRY__ISO3 = "customer.addresses.country.iso3",
|
|
30
|
+
CUSTOMER__ADDRESSES__COUNTRY__NAME = "customer.addresses.country.name",
|
|
31
|
+
CUSTOMER__ADDRESSES__CREATED_AT = "customer.addresses.createdAt",
|
|
32
|
+
CUSTOMER__ADDRESSES__DELETED = "customer.addresses.deleted",
|
|
33
|
+
CUSTOMER__ADDRESSES__DISTRICT__CODE = "customer.addresses.district.code",
|
|
34
|
+
CUSTOMER__ADDRESSES__DISTRICT__ID = "customer.addresses.district.id",
|
|
35
|
+
CUSTOMER__ADDRESSES__DISTRICT__NAME = "customer.addresses.district.name",
|
|
36
|
+
CUSTOMER__ADDRESSES__FIRST_NAME = "customer.addresses.firstName",
|
|
37
|
+
CUSTOMER__ADDRESSES__ID = "customer.addresses.id",
|
|
38
|
+
CUSTOMER__ADDRESSES__IDENTITY_NUMBER = "customer.addresses.identityNumber",
|
|
39
|
+
CUSTOMER__ADDRESSES__IS_DEFAULT = "customer.addresses.isDefault",
|
|
40
|
+
CUSTOMER__ADDRESSES__LAST_NAME = "customer.addresses.lastName",
|
|
41
|
+
CUSTOMER__ADDRESSES__PHONE = "customer.addresses.phone",
|
|
42
|
+
CUSTOMER__ADDRESSES__POSTAL_CODE = "customer.addresses.postalCode",
|
|
43
|
+
CUSTOMER__ADDRESSES__STATE__CODE = "customer.addresses.state.code",
|
|
44
|
+
CUSTOMER__ADDRESSES__STATE__ID = "customer.addresses.state.id",
|
|
45
|
+
CUSTOMER__ADDRESSES__STATE__NAME = "customer.addresses.state.name",
|
|
46
|
+
CUSTOMER__ADDRESSES__TAX_NUMBER = "customer.addresses.taxNumber",
|
|
47
|
+
CUSTOMER__ADDRESSES__TAX_OFFICE = "customer.addresses.taxOffice",
|
|
48
|
+
CUSTOMER__ADDRESSES__TITLE = "customer.addresses.title",
|
|
49
|
+
CUSTOMER__ADDRESSES__UPDATED_AT = "customer.addresses.updatedAt",
|
|
50
|
+
CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.attributes.customerAttributeId",
|
|
51
|
+
CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.attributes.customerAttributeOptionId",
|
|
52
|
+
CUSTOMER__ATTRIBUTES__VALUE = "customer.attributes.value",
|
|
53
|
+
CUSTOMER__CREATED_AT = "customer.createdAt",
|
|
54
|
+
CUSTOMER__CUSTOMER_GROUP_IDS = "customer.customerGroupIds",
|
|
55
|
+
CUSTOMER__CUSTOMER_SEQUENCE = "customer.customerSequence",
|
|
56
|
+
CUSTOMER__DELETED = "customer.deleted",
|
|
57
|
+
CUSTOMER__EMAIL = "customer.email",
|
|
58
|
+
CUSTOMER__EMAIL_VERIFIED_DATE = "customer.emailVerifiedDate",
|
|
59
|
+
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
60
|
+
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
61
|
+
CUSTOMER__ID = "customer.id",
|
|
62
|
+
CUSTOMER__IS_EMAIL_VERIFIED = "customer.isEmailVerified",
|
|
63
|
+
CUSTOMER__IS_PHONE_VERIFIED = "customer.isPhoneVerified",
|
|
64
|
+
CUSTOMER__LAST_NAME = "customer.lastName",
|
|
65
|
+
CUSTOMER__NOTE = "customer.note",
|
|
66
|
+
CUSTOMER__ORDER_COUNT = "customer.orderCount",
|
|
67
|
+
CUSTOMER__PASSWORD_UPDATE_DATE = "customer.passwordUpdateDate",
|
|
68
|
+
CUSTOMER__PHONE = "customer.phone",
|
|
69
|
+
CUSTOMER__PHONE_VERIFIED_DATE = "customer.phoneVerifiedDate",
|
|
70
|
+
CUSTOMER__REGISTRATION_SOURCE = "customer.registrationSource",
|
|
71
|
+
CUSTOMER__SUBSCRIPTION_STATUS = "customer.subscriptionStatus",
|
|
72
|
+
CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
|
|
73
|
+
CUSTOMER__TAG_IDS = "customer.tagIds",
|
|
74
|
+
CUSTOMER__UPDATED_AT = "customer.updatedAt",
|
|
75
|
+
TOKEN = "token",
|
|
76
|
+
TOKEN_EXPIRY = "tokenExpiry"
|
|
77
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as _}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var S,E=function(S,E,d){return t(void 0,void 0,void 0,(function(){var t,o,u,T;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"registerCustomer",config:d,variables:S,allReturnFields:a,fields:E,query:function(t){return"\n\t\t\t\tmutation registerCustomer (\n\t\t\t\t\t$attributes: [CustomerAttributeValueInput!],\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$firstName: String!,\n\t\t\t\t\t$isAcceptMarketing: Boolean,\n\t\t\t\t\t$lastName: String!,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$password: String!,\n\t\t\t\t) {\n\t\t\t\t\tregisterCustomer (\n\t\t\t\t\t\tattributes: $attributes,\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tfirstName: $firstName,\n\t\t\t\t\t\tisAcceptMarketing: $isAcceptMarketing,\n\t\t\t\t\t\tlastName: $lastName,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),o=t.data,u=t.errors,[2,new _(null==o?void 0:o.registerCustomer,u)];case 2:return T=e.sent(),[2,s(T)];case 3:return[2]}}))}))},a="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSequence deleted email emailVerifiedDate firstName fullName id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneVerifiedDate registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } token tokenExpiry }";!function(t){t.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",t.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",t.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",t.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",t.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",t.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",t.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",t.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",t.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",t.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",t.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",t.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",t.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",t.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",t.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",t.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",t.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",t.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",t.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",t.CUSTOMER__ADDRESSES__ID="customer.addresses.id",t.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",t.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",t.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",t.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",t.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",t.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",t.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",t.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",t.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",t.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",t.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",t.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",t.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",t.CUSTOMER__CREATED_AT="customer.createdAt",t.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",t.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",t.CUSTOMER__DELETED="customer.deleted",t.CUSTOMER__EMAIL="customer.email",t.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",t.CUSTOMER__FIRST_NAME="customer.firstName",t.CUSTOMER__FULL_NAME="customer.fullName",t.CUSTOMER__ID="customer.id",t.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",t.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",t.CUSTOMER__LAST_NAME="customer.lastName",t.CUSTOMER__NOTE="customer.note",t.CUSTOMER__ORDER_COUNT="customer.orderCount",t.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",t.CUSTOMER__PHONE="customer.phone",t.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",t.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",t.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",t.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",t.CUSTOMER__TAG_IDS="customer.tagIds",t.CUSTOMER__UPDATED_AT="customer.updatedAt",t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(S||(S={}));export{S as ResponseField,E as default};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { RetrieveInstallmentInfoInput, RetrieveInstallmentInfoResponse } from "../types";
|
|
3
|
+
declare const retrieveInstallmentInfo: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<RetrieveInstallmentInfoResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default retrieveInstallmentInfo;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
input: RetrieveInstallmentInfoInput;
|
|
7
|
+
};
|
|
8
|
+
export declare enum ResponseField {
|
|
9
|
+
BANK_NAME = "bankName",
|
|
10
|
+
BIN_NUMBER = "binNumber",
|
|
11
|
+
CARD_ASSOCIATION = "cardAssociation",
|
|
12
|
+
CARD_FAMILY = "cardFamily",
|
|
13
|
+
CARD_TYPE = "cardType",
|
|
14
|
+
INSTALLMENT_PRICES__INSTALLMENT_COUNT = "installmentPrices.installmentCount",
|
|
15
|
+
INSTALLMENT_PRICES__INSTALLMENT_PRICE = "installmentPrices.installmentPrice",
|
|
16
|
+
INSTALLMENT_PRICES__ORIGINAL_RATE = "installmentPrices.originalRate",
|
|
17
|
+
INSTALLMENT_PRICES__RATE = "installmentPrices.rate",
|
|
18
|
+
INSTALLMENT_PRICES__TOTAL_PRICE = "installmentPrices.totalPrice",
|
|
19
|
+
PRICE = "price"
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as i}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var a,l=function(a,l,o){return t(void 0,void 0,void 0,(function(){var t,c,u,I;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"retrieveInstallmentInfo",config:o,variables:a,allReturnFields:s,fields:l,query:function(t){return"\n\t\t\t\tmutation retrieveInstallmentInfo (\n\t\t\t\t\t$input: RetrieveInstallmentInfoInput!,\n\t\t\t\t) {\n\t\t\t\t\tretrieveInstallmentInfo (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),c=t.data,u=t.errors,[2,new i(null==c?void 0:c.retrieveInstallmentInfo,u)];case 2:return I=e.sent(),[2,n(I)];case 3:return[2]}}))}))},s="{bankName binNumber cardAssociation cardFamily cardType installmentPrices {installmentCount installmentPrice originalRate rate totalPrice } price }";!function(t){t.BANK_NAME="bankName",t.BIN_NUMBER="binNumber",t.CARD_ASSOCIATION="cardAssociation",t.CARD_FAMILY="cardFamily",t.CARD_TYPE="cardType",t.INSTALLMENT_PRICES__INSTALLMENT_COUNT="installmentPrices.installmentCount",t.INSTALLMENT_PRICES__INSTALLMENT_PRICE="installmentPrices.installmentPrice",t.INSTALLMENT_PRICES__ORIGINAL_RATE="installmentPrices.originalRate",t.INSTALLMENT_PRICES__RATE="installmentPrices.rate",t.INSTALLMENT_PRICES__TOTAL_PRICE="installmentPrices.totalPrice",t.PRICE="price"}(a||(a={}));export{a as ResponseField,l as default};
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { SaveCartInput, CartV2 } from "../types";
|
|
3
|
+
declare const saveCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CartV2> | APIResponse<undefined>>;
|
|
4
|
+
export default saveCart;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
input: SaveCartInput;
|
|
7
|
+
};
|
|
8
|
+
export declare enum ResponseField {
|
|
9
|
+
ABANDONED_CART_FLOWS__CAMPAIGN_ID = "abandonedCartFlows.campaignId",
|
|
10
|
+
ABANDONED_CART_FLOWS__CAN_APPLICABLE = "abandonedCartFlows.canApplicable",
|
|
11
|
+
ABANDONED_CART_FLOWS__COUPON_ID = "abandonedCartFlows.couponId",
|
|
12
|
+
ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_ACTIVE_ACCOUNT = "abandonedCartFlows.customerFilters.sendOnlyActiveAccount",
|
|
13
|
+
ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_SUBSCRIBED_TO_EMAIL = "abandonedCartFlows.customerFilters.sendOnlySubscribedToEmail",
|
|
14
|
+
ABANDONED_CART_FLOWS__FLOW_ID = "abandonedCartFlows.flowId",
|
|
15
|
+
ABANDONED_CART_FLOWS__MAIL_SEND_DATE = "abandonedCartFlows.mailSendDate",
|
|
16
|
+
ABANDONED_CART_FLOWS__MAIL_TRANSLATION_ID = "abandonedCartFlows.mailTranslationId",
|
|
17
|
+
ABANDONED_CART_FLOWS__RECOVER_EMAIL_STATUS = "abandonedCartFlows.recoverEmailStatus",
|
|
18
|
+
ABANDONED_CART_FLOWS__SEND_AFTER = "abandonedCartFlows.sendAfter",
|
|
19
|
+
AVAILABLE_SHIPPING_METHODS__PRICE = "availableShippingMethods.price",
|
|
20
|
+
AVAILABLE_SHIPPING_METHODS__RATE_NAME = "availableShippingMethods.rateName",
|
|
21
|
+
AVAILABLE_SHIPPING_METHODS__SHIPPING_METHOD = "availableShippingMethods.shippingMethod",
|
|
22
|
+
AVAILABLE_SHIPPING_METHODS__SHIPPING_SETTINGS_ID = "availableShippingMethods.shippingSettingsId",
|
|
23
|
+
AVAILABLE_SHIPPING_METHODS__SHIPPING_ZONE_RATE_ID = "availableShippingMethods.shippingZoneRateId",
|
|
24
|
+
BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
|
|
25
|
+
BILLING_ADDRESS__ADDRESS_LINE2 = "billingAddress.addressLine2",
|
|
26
|
+
BILLING_ADDRESS__CITY__CODE = "billingAddress.city.code",
|
|
27
|
+
BILLING_ADDRESS__CITY__ID = "billingAddress.city.id",
|
|
28
|
+
BILLING_ADDRESS__CITY__NAME = "billingAddress.city.name",
|
|
29
|
+
BILLING_ADDRESS__COMPANY = "billingAddress.company",
|
|
30
|
+
BILLING_ADDRESS__COUNTRY__CODE = "billingAddress.country.code",
|
|
31
|
+
BILLING_ADDRESS__COUNTRY__ID = "billingAddress.country.id",
|
|
32
|
+
BILLING_ADDRESS__COUNTRY__ISO2 = "billingAddress.country.iso2",
|
|
33
|
+
BILLING_ADDRESS__COUNTRY__ISO3 = "billingAddress.country.iso3",
|
|
34
|
+
BILLING_ADDRESS__COUNTRY__NAME = "billingAddress.country.name",
|
|
35
|
+
BILLING_ADDRESS__DISTRICT__CODE = "billingAddress.district.code",
|
|
36
|
+
BILLING_ADDRESS__DISTRICT__ID = "billingAddress.district.id",
|
|
37
|
+
BILLING_ADDRESS__DISTRICT__NAME = "billingAddress.district.name",
|
|
38
|
+
BILLING_ADDRESS__FIRST_NAME = "billingAddress.firstName",
|
|
39
|
+
BILLING_ADDRESS__ID = "billingAddress.id",
|
|
40
|
+
BILLING_ADDRESS__IDENTITY_NUMBER = "billingAddress.identityNumber",
|
|
41
|
+
BILLING_ADDRESS__IS_DEFAULT = "billingAddress.isDefault",
|
|
42
|
+
BILLING_ADDRESS__LAST_NAME = "billingAddress.lastName",
|
|
43
|
+
BILLING_ADDRESS__PHONE = "billingAddress.phone",
|
|
44
|
+
BILLING_ADDRESS__POSTAL_CODE = "billingAddress.postalCode",
|
|
45
|
+
BILLING_ADDRESS__STATE__CODE = "billingAddress.state.code",
|
|
46
|
+
BILLING_ADDRESS__STATE__ID = "billingAddress.state.id",
|
|
47
|
+
BILLING_ADDRESS__STATE__NAME = "billingAddress.state.name",
|
|
48
|
+
BILLING_ADDRESS__TAX_NUMBER = "billingAddress.taxNumber",
|
|
49
|
+
BILLING_ADDRESS__TAX_OFFICE = "billingAddress.taxOffice",
|
|
50
|
+
CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID = "campaignOffers.appliedOrderLineId",
|
|
51
|
+
CAMPAIGN_OFFERS__CAMPAIGN_OFFER_ID = "campaignOffers.campaignOfferId",
|
|
52
|
+
CAMPAIGN_OFFERS__CAMPAIGN_OFFER_PRODUCT_ID = "campaignOffers.campaignOfferProductId",
|
|
53
|
+
CAMPAIGN_OFFERS__OFFER_END_DATE = "campaignOffers.offerEndDate",
|
|
54
|
+
CAMPAIGN_OFFERS__OFFER_START_DATE = "campaignOffers.offerStartDate",
|
|
55
|
+
CAMPAIGN_OFFERS__STATUS = "campaignOffers.status",
|
|
56
|
+
CAMPAIGN_OFFERS__TARGET_PAGE_TYPES = "campaignOffers.targetPageTypes",
|
|
57
|
+
CAMPAIGN_OFFERS__TRIGGER_SOURCE_ORDER_LINE_ID = "campaignOffers.triggerSourceOrderLineId",
|
|
58
|
+
CART_ID = "cartId",
|
|
59
|
+
CART_STATUS = "cartStatus",
|
|
60
|
+
CHECKOUT_ID = "checkoutId",
|
|
61
|
+
CLIENT_IP = "clientIp",
|
|
62
|
+
COUPON_CODE = "couponCode",
|
|
63
|
+
CREATED_AT = "createdAt",
|
|
64
|
+
CREATED_BY = "createdBy",
|
|
65
|
+
CURRENCY_CODE = "currencyCode",
|
|
66
|
+
CURRENCY_RATES__CODE = "currencyRates.code",
|
|
67
|
+
CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
|
|
68
|
+
CURRENCY_RATES__RATE = "currencyRates.rate",
|
|
69
|
+
CUSTOMER__EMAIL = "customer.email",
|
|
70
|
+
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
71
|
+
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
72
|
+
CUSTOMER__ID = "customer.id",
|
|
73
|
+
CUSTOMER__IS_GUEST_CHECKOUT = "customer.isGuestCheckout",
|
|
74
|
+
CUSTOMER__LAST_NAME = "customer.lastName",
|
|
75
|
+
CUSTOMER__NOTIFICATIONS_ACCEPTED = "customer.notificationsAccepted",
|
|
76
|
+
CUSTOMER_ID = "customerId",
|
|
77
|
+
DELETED = "deleted",
|
|
78
|
+
DUE_DATE = "dueDate",
|
|
79
|
+
GIFT_PACKAGE_LINES__PRICE = "giftPackageLines.price",
|
|
80
|
+
GIFT_PACKAGE_LINES__TAX_VALUE = "giftPackageLines.taxValue",
|
|
81
|
+
GIFT_PACKAGE_NOTE = "giftPackageNote",
|
|
82
|
+
HOST = "host",
|
|
83
|
+
ID = "id",
|
|
84
|
+
IS_GIFT_PACKAGE = "isGiftPackage",
|
|
85
|
+
ITEM_COUNT = "itemCount",
|
|
86
|
+
MERCHANT_ID = "merchantId",
|
|
87
|
+
NOTE = "note",
|
|
88
|
+
ORDER_ADJUSTMENTS__AMOUNT = "orderAdjustments.amount",
|
|
89
|
+
ORDER_ADJUSTMENTS__AMOUNT_TYPE = "orderAdjustments.amountType",
|
|
90
|
+
ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT = "orderAdjustments.appliedOrderLines.amount",
|
|
91
|
+
ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY = "orderAdjustments.appliedOrderLines.appliedQuantity",
|
|
92
|
+
ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED = "orderAdjustments.appliedOrderLines.isAutoCreated",
|
|
93
|
+
ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID = "orderAdjustments.appliedOrderLines.orderLineId",
|
|
94
|
+
ORDER_ADJUSTMENTS__CAMPAIGN_ID = "orderAdjustments.campaignId",
|
|
95
|
+
ORDER_ADJUSTMENTS__CAMPAIGN_TYPE = "orderAdjustments.campaignType",
|
|
96
|
+
ORDER_ADJUSTMENTS__COUPON_ID = "orderAdjustments.couponId",
|
|
97
|
+
ORDER_ADJUSTMENTS__NAME = "orderAdjustments.name",
|
|
98
|
+
ORDER_ADJUSTMENTS__ORDER = "orderAdjustments.order",
|
|
99
|
+
ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
|
|
100
|
+
ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
|
|
101
|
+
ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
|
|
102
|
+
ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
|
|
103
|
+
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
|
|
104
|
+
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
|
|
105
|
+
ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID = "orderLineItems.discount.campaignOfferId",
|
|
106
|
+
ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID = "orderLineItems.discount.campaignOfferProductId",
|
|
107
|
+
ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY = "orderLineItems.discount.maxApplicableQuantity",
|
|
108
|
+
ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
|
|
109
|
+
ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
|
|
110
|
+
ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
|
|
111
|
+
ORDER_LINE_ITEMS__ID = "orderLineItems.id",
|
|
112
|
+
ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
|
|
113
|
+
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
|
|
114
|
+
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID = "orderLineItems.options.productOptionsSetId",
|
|
115
|
+
ORDER_LINE_ITEMS__OPTIONS__TYPE = "orderLineItems.options.type",
|
|
116
|
+
ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME = "orderLineItems.options.values.name",
|
|
117
|
+
ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE = "orderLineItems.options.values.price",
|
|
118
|
+
ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE = "orderLineItems.options.values.value",
|
|
119
|
+
ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID = "orderLineItems.originalOrderLineItemId",
|
|
120
|
+
ORDER_LINE_ITEMS__PRICE = "orderLineItems.price",
|
|
121
|
+
ORDER_LINE_ITEMS__QUANTITY = "orderLineItems.quantity",
|
|
122
|
+
ORDER_LINE_ITEMS__STATUS = "orderLineItems.status",
|
|
123
|
+
ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
|
|
124
|
+
ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
|
|
125
|
+
ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
|
|
126
|
+
ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
|
|
127
|
+
ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
|
|
128
|
+
ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
|
|
129
|
+
ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
|
|
130
|
+
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
|
|
131
|
+
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME = "orderLineItems.variant.categories.categoryPath.name",
|
|
132
|
+
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID = "orderLineItems.variant.categories.id",
|
|
133
|
+
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME = "orderLineItems.variant.categories.name",
|
|
134
|
+
ORDER_LINE_ITEMS__VARIANT__ID = "orderLineItems.variant.id",
|
|
135
|
+
ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID = "orderLineItems.variant.mainImageId",
|
|
136
|
+
ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
|
|
137
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
|
|
138
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
|
|
139
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
|
|
140
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
|
|
141
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
|
|
142
|
+
ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
|
|
143
|
+
ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
|
|
144
|
+
ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
|
|
145
|
+
ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
|
|
146
|
+
ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
|
|
147
|
+
ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
|
|
148
|
+
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
|
|
149
|
+
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
|
|
150
|
+
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
|
|
151
|
+
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID = "orderLineItems.variant.variantValues.variantValueId",
|
|
152
|
+
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME = "orderLineItems.variant.variantValues.variantValueName",
|
|
153
|
+
ORDER_LINE_ITEMS__VARIANT__WEIGHT = "orderLineItems.variant.weight",
|
|
154
|
+
ORDER_NUMBER = "orderNumber",
|
|
155
|
+
ORDER_PACKAGE_STATUS = "orderPackageStatus",
|
|
156
|
+
ORDERED_AT = "orderedAt",
|
|
157
|
+
PRICE_LIST_ID = "priceListId",
|
|
158
|
+
RECOVER_EMAIL_STATUS = "recoverEmailStatus",
|
|
159
|
+
RECOVERY_STATUS = "recoveryStatus",
|
|
160
|
+
SALES_CHANNEL_ID = "salesChannelId",
|
|
161
|
+
SHIPPING_ADDRESS__ADDRESS_LINE1 = "shippingAddress.addressLine1",
|
|
162
|
+
SHIPPING_ADDRESS__ADDRESS_LINE2 = "shippingAddress.addressLine2",
|
|
163
|
+
SHIPPING_ADDRESS__CITY__CODE = "shippingAddress.city.code",
|
|
164
|
+
SHIPPING_ADDRESS__CITY__ID = "shippingAddress.city.id",
|
|
165
|
+
SHIPPING_ADDRESS__CITY__NAME = "shippingAddress.city.name",
|
|
166
|
+
SHIPPING_ADDRESS__COMPANY = "shippingAddress.company",
|
|
167
|
+
SHIPPING_ADDRESS__COUNTRY__CODE = "shippingAddress.country.code",
|
|
168
|
+
SHIPPING_ADDRESS__COUNTRY__ID = "shippingAddress.country.id",
|
|
169
|
+
SHIPPING_ADDRESS__COUNTRY__ISO2 = "shippingAddress.country.iso2",
|
|
170
|
+
SHIPPING_ADDRESS__COUNTRY__ISO3 = "shippingAddress.country.iso3",
|
|
171
|
+
SHIPPING_ADDRESS__COUNTRY__NAME = "shippingAddress.country.name",
|
|
172
|
+
SHIPPING_ADDRESS__DISTRICT__CODE = "shippingAddress.district.code",
|
|
173
|
+
SHIPPING_ADDRESS__DISTRICT__ID = "shippingAddress.district.id",
|
|
174
|
+
SHIPPING_ADDRESS__DISTRICT__NAME = "shippingAddress.district.name",
|
|
175
|
+
SHIPPING_ADDRESS__FIRST_NAME = "shippingAddress.firstName",
|
|
176
|
+
SHIPPING_ADDRESS__ID = "shippingAddress.id",
|
|
177
|
+
SHIPPING_ADDRESS__IDENTITY_NUMBER = "shippingAddress.identityNumber",
|
|
178
|
+
SHIPPING_ADDRESS__IS_DEFAULT = "shippingAddress.isDefault",
|
|
179
|
+
SHIPPING_ADDRESS__LAST_NAME = "shippingAddress.lastName",
|
|
180
|
+
SHIPPING_ADDRESS__PHONE = "shippingAddress.phone",
|
|
181
|
+
SHIPPING_ADDRESS__POSTAL_CODE = "shippingAddress.postalCode",
|
|
182
|
+
SHIPPING_ADDRESS__STATE__CODE = "shippingAddress.state.code",
|
|
183
|
+
SHIPPING_ADDRESS__STATE__ID = "shippingAddress.state.id",
|
|
184
|
+
SHIPPING_ADDRESS__STATE__NAME = "shippingAddress.state.name",
|
|
185
|
+
SHIPPING_ADDRESS__TAX_NUMBER = "shippingAddress.taxNumber",
|
|
186
|
+
SHIPPING_ADDRESS__TAX_OFFICE = "shippingAddress.taxOffice",
|
|
187
|
+
SHIPPING_LINES__IS_REFUNDED = "shippingLines.isRefunded",
|
|
188
|
+
SHIPPING_LINES__PAYMENT_METHOD = "shippingLines.paymentMethod",
|
|
189
|
+
SHIPPING_LINES__PRICE = "shippingLines.price",
|
|
190
|
+
SHIPPING_LINES__SHIPPING_SETTINGS_ID = "shippingLines.shippingSettingsId",
|
|
191
|
+
SHIPPING_LINES__SHIPPING_ZONE_RATE_ID = "shippingLines.shippingZoneRateId",
|
|
192
|
+
SHIPPING_LINES__TAX_VALUE = "shippingLines.taxValue",
|
|
193
|
+
SHIPPING_LINES__TITLE = "shippingLines.title",
|
|
194
|
+
SHIPPING_METHOD = "shippingMethod",
|
|
195
|
+
SHIPPING_SETTINGS_ID = "shippingSettingsId",
|
|
196
|
+
SHIPPING_ZONE_RATE_ID = "shippingZoneRateId",
|
|
197
|
+
STATUS = "status",
|
|
198
|
+
STOCK_LOCATION_ID = "stockLocationId",
|
|
199
|
+
STOREFRONT_ID = "storefrontId",
|
|
200
|
+
STOREFRONT_ROUTING__DOMAIN = "storefrontRouting.domain",
|
|
201
|
+
STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "storefrontRouting.dynamicCurrencySettings.roundingFormat",
|
|
202
|
+
STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",
|
|
203
|
+
STOREFRONT_ROUTING__ID = "storefrontRouting.id",
|
|
204
|
+
STOREFRONT_ROUTING__LOCALE = "storefrontRouting.locale",
|
|
205
|
+
STOREFRONT_ROUTING__PATH = "storefrontRouting.path",
|
|
206
|
+
STOREFRONT_ROUTING__PRICE_LIST_ID = "storefrontRouting.priceListId",
|
|
207
|
+
STOREFRONT_ROUTING_ID = "storefrontRoutingId",
|
|
208
|
+
STOREFRONT_THEME_ID = "storefrontThemeId",
|
|
209
|
+
TAX_LINES__PRICE = "taxLines.price",
|
|
210
|
+
TAX_LINES__RATE = "taxLines.rate",
|
|
211
|
+
TOTAL_FINAL_PRICE = "totalFinalPrice",
|
|
212
|
+
TOTAL_PRICE = "totalPrice",
|
|
213
|
+
UPDATED_AT = "updatedAt",
|
|
214
|
+
USER_AGENT = "userAgent"
|
|
215
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as _,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as I,APIResponse as t}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,E=function(r,E,n){return _(void 0,void 0,void 0,(function(){var _,a,d,A;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"saveCart",config:n,variables:r,allReturnFields:s,fields:E,query:function(_){return"\n\t\t\t\tmutation saveCart (\n\t\t\t\t\t$input: SaveCartInput!,\n\t\t\t\t) {\n\t\t\t\t\tsaveCart (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(_,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return _=e.sent(),a=_.data,d=_.errors,[2,new t(null==a?void 0:a.saveCart,d)];case 2:return A=e.sent(),[2,I(A)];case 3:return[2]}}))}))},s="{abandonedCartFlows {campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods {price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted } customerId deleted dueDate giftPackageLines {price taxValue } giftPackageNote host id isGiftPackage itemCount merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderedAt priceListId recoverEmailStatus recoveryStatus salesChannelId shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalFinalPrice totalPrice updatedAt userAgent }";!function(_){_.ABANDONED_CART_FLOWS__CAMPAIGN_ID="abandonedCartFlows.campaignId",_.ABANDONED_CART_FLOWS__CAN_APPLICABLE="abandonedCartFlows.canApplicable",_.ABANDONED_CART_FLOWS__COUPON_ID="abandonedCartFlows.couponId",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_ACTIVE_ACCOUNT="abandonedCartFlows.customerFilters.sendOnlyActiveAccount",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_SUBSCRIBED_TO_EMAIL="abandonedCartFlows.customerFilters.sendOnlySubscribedToEmail",_.ABANDONED_CART_FLOWS__FLOW_ID="abandonedCartFlows.flowId",_.ABANDONED_CART_FLOWS__MAIL_SEND_DATE="abandonedCartFlows.mailSendDate",_.ABANDONED_CART_FLOWS__MAIL_TRANSLATION_ID="abandonedCartFlows.mailTranslationId",_.ABANDONED_CART_FLOWS__RECOVER_EMAIL_STATUS="abandonedCartFlows.recoverEmailStatus",_.ABANDONED_CART_FLOWS__SEND_AFTER="abandonedCartFlows.sendAfter",_.AVAILABLE_SHIPPING_METHODS__PRICE="availableShippingMethods.price",_.AVAILABLE_SHIPPING_METHODS__RATE_NAME="availableShippingMethods.rateName",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_METHOD="availableShippingMethods.shippingMethod",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_SETTINGS_ID="availableShippingMethods.shippingSettingsId",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_ZONE_RATE_ID="availableShippingMethods.shippingZoneRateId",_.BILLING_ADDRESS__ADDRESS_LINE1="billingAddress.addressLine1",_.BILLING_ADDRESS__ADDRESS_LINE2="billingAddress.addressLine2",_.BILLING_ADDRESS__CITY__CODE="billingAddress.city.code",_.BILLING_ADDRESS__CITY__ID="billingAddress.city.id",_.BILLING_ADDRESS__CITY__NAME="billingAddress.city.name",_.BILLING_ADDRESS__COMPANY="billingAddress.company",_.BILLING_ADDRESS__COUNTRY__CODE="billingAddress.country.code",_.BILLING_ADDRESS__COUNTRY__ID="billingAddress.country.id",_.BILLING_ADDRESS__COUNTRY__ISO2="billingAddress.country.iso2",_.BILLING_ADDRESS__COUNTRY__ISO3="billingAddress.country.iso3",_.BILLING_ADDRESS__COUNTRY__NAME="billingAddress.country.name",_.BILLING_ADDRESS__DISTRICT__CODE="billingAddress.district.code",_.BILLING_ADDRESS__DISTRICT__ID="billingAddress.district.id",_.BILLING_ADDRESS__DISTRICT__NAME="billingAddress.district.name",_.BILLING_ADDRESS__FIRST_NAME="billingAddress.firstName",_.BILLING_ADDRESS__ID="billingAddress.id",_.BILLING_ADDRESS__IDENTITY_NUMBER="billingAddress.identityNumber",_.BILLING_ADDRESS__IS_DEFAULT="billingAddress.isDefault",_.BILLING_ADDRESS__LAST_NAME="billingAddress.lastName",_.BILLING_ADDRESS__PHONE="billingAddress.phone",_.BILLING_ADDRESS__POSTAL_CODE="billingAddress.postalCode",_.BILLING_ADDRESS__STATE__CODE="billingAddress.state.code",_.BILLING_ADDRESS__STATE__ID="billingAddress.state.id",_.BILLING_ADDRESS__STATE__NAME="billingAddress.state.name",_.BILLING_ADDRESS__TAX_NUMBER="billingAddress.taxNumber",_.BILLING_ADDRESS__TAX_OFFICE="billingAddress.taxOffice",_.CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID="campaignOffers.appliedOrderLineId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_ID="campaignOffers.campaignOfferId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_PRODUCT_ID="campaignOffers.campaignOfferProductId",_.CAMPAIGN_OFFERS__OFFER_END_DATE="campaignOffers.offerEndDate",_.CAMPAIGN_OFFERS__OFFER_START_DATE="campaignOffers.offerStartDate",_.CAMPAIGN_OFFERS__STATUS="campaignOffers.status",_.CAMPAIGN_OFFERS__TARGET_PAGE_TYPES="campaignOffers.targetPageTypes",_.CAMPAIGN_OFFERS__TRIGGER_SOURCE_ORDER_LINE_ID="campaignOffers.triggerSourceOrderLineId",_.CART_ID="cartId",_.CART_STATUS="cartStatus",_.CHECKOUT_ID="checkoutId",_.CLIENT_IP="clientIp",_.COUPON_CODE="couponCode",_.CREATED_AT="createdAt",_.CREATED_BY="createdBy",_.CURRENCY_CODE="currencyCode",_.CURRENCY_RATES__CODE="currencyRates.code",_.CURRENCY_RATES__ORIGINAL_RATE="currencyRates.originalRate",_.CURRENCY_RATES__RATE="currencyRates.rate",_.CUSTOMER__EMAIL="customer.email",_.CUSTOMER__FIRST_NAME="customer.firstName",_.CUSTOMER__FULL_NAME="customer.fullName",_.CUSTOMER__ID="customer.id",_.CUSTOMER__IS_GUEST_CHECKOUT="customer.isGuestCheckout",_.CUSTOMER__LAST_NAME="customer.lastName",_.CUSTOMER__NOTIFICATIONS_ACCEPTED="customer.notificationsAccepted",_.CUSTOMER_ID="customerId",_.DELETED="deleted",_.DUE_DATE="dueDate",_.GIFT_PACKAGE_LINES__PRICE="giftPackageLines.price",_.GIFT_PACKAGE_LINES__TAX_VALUE="giftPackageLines.taxValue",_.GIFT_PACKAGE_NOTE="giftPackageNote",_.HOST="host",_.ID="id",_.IS_GIFT_PACKAGE="isGiftPackage",_.ITEM_COUNT="itemCount",_.MERCHANT_ID="merchantId",_.NOTE="note",_.ORDER_ADJUSTMENTS__AMOUNT="orderAdjustments.amount",_.ORDER_ADJUSTMENTS__AMOUNT_TYPE="orderAdjustments.amountType",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT="orderAdjustments.appliedOrderLines.amount",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY="orderAdjustments.appliedOrderLines.appliedQuantity",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED="orderAdjustments.appliedOrderLines.isAutoCreated",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID="orderAdjustments.appliedOrderLines.orderLineId",_.ORDER_ADJUSTMENTS__CAMPAIGN_ID="orderAdjustments.campaignId",_.ORDER_ADJUSTMENTS__CAMPAIGN_TYPE="orderAdjustments.campaignType",_.ORDER_ADJUSTMENTS__COUPON_ID="orderAdjustments.couponId",_.ORDER_ADJUSTMENTS__NAME="orderAdjustments.name",_.ORDER_ADJUSTMENTS__ORDER="orderAdjustments.order",_.ORDER_ADJUSTMENTS__TYPE="orderAdjustments.type",_.ORDER_LINE_ITEMS__CREATED_AT="orderLineItems.createdAt",_.ORDER_LINE_ITEMS__CURRENCY_CODE="orderLineItems.currencyCode",_.ORDER_LINE_ITEMS__DELETED="orderLineItems.deleted",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT="orderLineItems.discount.amount",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE="orderLineItems.discount.amountType",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID="orderLineItems.discount.campaignOfferId",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID="orderLineItems.discount.campaignOfferProductId",_.ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY="orderLineItems.discount.maxApplicableQuantity",_.ORDER_LINE_ITEMS__DISCOUNT__REASON="orderLineItems.discount.reason",_.ORDER_LINE_ITEMS__DISCOUNT_PRICE="orderLineItems.discountPrice",_.ORDER_LINE_ITEMS__FINAL_PRICE="orderLineItems.finalPrice",_.ORDER_LINE_ITEMS__ID="orderLineItems.id",_.ORDER_LINE_ITEMS__OPTIONS__NAME="orderLineItems.options.name",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.options.productOptionId",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.options.productOptionsSetId",_.ORDER_LINE_ITEMS__OPTIONS__TYPE="orderLineItems.options.type",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME="orderLineItems.options.values.name",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE="orderLineItems.options.values.price",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE="orderLineItems.options.values.value",_.ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID="orderLineItems.originalOrderLineItemId",_.ORDER_LINE_ITEMS__PRICE="orderLineItems.price",_.ORDER_LINE_ITEMS__QUANTITY="orderLineItems.quantity",_.ORDER_LINE_ITEMS__STATUS="orderLineItems.status",_.ORDER_LINE_ITEMS__STATUS_UPDATED_AT="orderLineItems.statusUpdatedAt",_.ORDER_LINE_ITEMS__STOCK_LOCATION_ID="orderLineItems.stockLocationId",_.ORDER_LINE_ITEMS__TAX_VALUE="orderLineItems.taxValue",_.ORDER_LINE_ITEMS__UPDATED_AT="orderLineItems.updatedAt",_.ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST="orderLineItems.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BRAND__ID="orderLineItems.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BRAND__NAME="orderLineItems.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID="orderLineItems.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__ID="orderLineItems.variant.id",_.ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__NAME="orderLineItems.variant.name",_.ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID="orderLineItems.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__SKU="orderLineItems.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__SLUG="orderLineItems.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__TAG_IDS="orderLineItems.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__TAX_VALUE="orderLineItems.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__TYPE="orderLineItems.variant.type",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__WEIGHT="orderLineItems.variant.weight",_.ORDER_NUMBER="orderNumber",_.ORDER_PACKAGE_STATUS="orderPackageStatus",_.ORDERED_AT="orderedAt",_.PRICE_LIST_ID="priceListId",_.RECOVER_EMAIL_STATUS="recoverEmailStatus",_.RECOVERY_STATUS="recoveryStatus",_.SALES_CHANNEL_ID="salesChannelId",_.SHIPPING_ADDRESS__ADDRESS_LINE1="shippingAddress.addressLine1",_.SHIPPING_ADDRESS__ADDRESS_LINE2="shippingAddress.addressLine2",_.SHIPPING_ADDRESS__CITY__CODE="shippingAddress.city.code",_.SHIPPING_ADDRESS__CITY__ID="shippingAddress.city.id",_.SHIPPING_ADDRESS__CITY__NAME="shippingAddress.city.name",_.SHIPPING_ADDRESS__COMPANY="shippingAddress.company",_.SHIPPING_ADDRESS__COUNTRY__CODE="shippingAddress.country.code",_.SHIPPING_ADDRESS__COUNTRY__ID="shippingAddress.country.id",_.SHIPPING_ADDRESS__COUNTRY__ISO2="shippingAddress.country.iso2",_.SHIPPING_ADDRESS__COUNTRY__ISO3="shippingAddress.country.iso3",_.SHIPPING_ADDRESS__COUNTRY__NAME="shippingAddress.country.name",_.SHIPPING_ADDRESS__DISTRICT__CODE="shippingAddress.district.code",_.SHIPPING_ADDRESS__DISTRICT__ID="shippingAddress.district.id",_.SHIPPING_ADDRESS__DISTRICT__NAME="shippingAddress.district.name",_.SHIPPING_ADDRESS__FIRST_NAME="shippingAddress.firstName",_.SHIPPING_ADDRESS__ID="shippingAddress.id",_.SHIPPING_ADDRESS__IDENTITY_NUMBER="shippingAddress.identityNumber",_.SHIPPING_ADDRESS__IS_DEFAULT="shippingAddress.isDefault",_.SHIPPING_ADDRESS__LAST_NAME="shippingAddress.lastName",_.SHIPPING_ADDRESS__PHONE="shippingAddress.phone",_.SHIPPING_ADDRESS__POSTAL_CODE="shippingAddress.postalCode",_.SHIPPING_ADDRESS__STATE__CODE="shippingAddress.state.code",_.SHIPPING_ADDRESS__STATE__ID="shippingAddress.state.id",_.SHIPPING_ADDRESS__STATE__NAME="shippingAddress.state.name",_.SHIPPING_ADDRESS__TAX_NUMBER="shippingAddress.taxNumber",_.SHIPPING_ADDRESS__TAX_OFFICE="shippingAddress.taxOffice",_.SHIPPING_LINES__IS_REFUNDED="shippingLines.isRefunded",_.SHIPPING_LINES__PAYMENT_METHOD="shippingLines.paymentMethod",_.SHIPPING_LINES__PRICE="shippingLines.price",_.SHIPPING_LINES__SHIPPING_SETTINGS_ID="shippingLines.shippingSettingsId",_.SHIPPING_LINES__SHIPPING_ZONE_RATE_ID="shippingLines.shippingZoneRateId",_.SHIPPING_LINES__TAX_VALUE="shippingLines.taxValue",_.SHIPPING_LINES__TITLE="shippingLines.title",_.SHIPPING_METHOD="shippingMethod",_.SHIPPING_SETTINGS_ID="shippingSettingsId",_.SHIPPING_ZONE_RATE_ID="shippingZoneRateId",_.STATUS="status",_.STOCK_LOCATION_ID="stockLocationId",_.STOREFRONT_ID="storefrontId",_.STOREFRONT_ROUTING__DOMAIN="storefrontRouting.domain",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT="storefrontRouting.dynamicCurrencySettings.roundingFormat",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE="storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",_.STOREFRONT_ROUTING__ID="storefrontRouting.id",_.STOREFRONT_ROUTING__LOCALE="storefrontRouting.locale",_.STOREFRONT_ROUTING__PATH="storefrontRouting.path",_.STOREFRONT_ROUTING__PRICE_LIST_ID="storefrontRouting.priceListId",_.STOREFRONT_ROUTING_ID="storefrontRoutingId",_.STOREFRONT_THEME_ID="storefrontThemeId",_.TAX_LINES__PRICE="taxLines.price",_.TAX_LINES__RATE="taxLines.rate",_.TOTAL_FINAL_PRICE="totalFinalPrice",_.TOTAL_PRICE="totalPrice",_.UPDATED_AT="updatedAt",_.USER_AGENT="userAgent"}(r||(r={}));export{r as ResponseField,E as default};
|