@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
|
@@ -1,620 +0,0 @@
|
|
|
1
|
-
import { CancelledReasonEnum, AdjustmentEnum, AmountTypeEnum, OrderLineItemStatusEnum, ProductOptionTypeEnum, OrderPackageFulfillStatusEnum, OrderPackageStatusEnum, OrderPaymentStatusEnum, ShippingMethodEnum, OrderStatusEnum } from "./../../../__generated__/global-types";
|
|
2
|
-
export interface getCustomerOrders_getCustomerOrders_billingAddress_city {
|
|
3
|
-
__typename: "OrderAddressCity";
|
|
4
|
-
/**
|
|
5
|
-
* It is the code of the city of the address.
|
|
6
|
-
*/
|
|
7
|
-
code: string | null;
|
|
8
|
-
/**
|
|
9
|
-
* It is the id of the city of the address.
|
|
10
|
-
*/
|
|
11
|
-
id: string | null;
|
|
12
|
-
/**
|
|
13
|
-
* It is the name of the city of the address.
|
|
14
|
-
*/
|
|
15
|
-
name: string;
|
|
16
|
-
}
|
|
17
|
-
export interface getCustomerOrders_getCustomerOrders_billingAddress_country {
|
|
18
|
-
__typename: "OrderAddressCountry";
|
|
19
|
-
/**
|
|
20
|
-
* It is the name of the country of the address.
|
|
21
|
-
*/
|
|
22
|
-
name: string;
|
|
23
|
-
/**
|
|
24
|
-
* It is the id of the country of the address.
|
|
25
|
-
*/
|
|
26
|
-
id: string | null;
|
|
27
|
-
/**
|
|
28
|
-
* It is the code of the country of the address.
|
|
29
|
-
*/
|
|
30
|
-
code: string | null;
|
|
31
|
-
}
|
|
32
|
-
export interface getCustomerOrders_getCustomerOrders_billingAddress_district {
|
|
33
|
-
__typename: "OrderAddressDistrict";
|
|
34
|
-
/**
|
|
35
|
-
* It is the name of the district of the address.
|
|
36
|
-
*/
|
|
37
|
-
name: string | null;
|
|
38
|
-
/**
|
|
39
|
-
* It is the id of the district of the address.
|
|
40
|
-
*/
|
|
41
|
-
id: string | null;
|
|
42
|
-
/**
|
|
43
|
-
* It is the code of the district of the address.
|
|
44
|
-
*/
|
|
45
|
-
code: string | null;
|
|
46
|
-
}
|
|
47
|
-
export interface getCustomerOrders_getCustomerOrders_billingAddress_state {
|
|
48
|
-
__typename: "OrderAddressState";
|
|
49
|
-
/**
|
|
50
|
-
* It is the name of the state of the address.
|
|
51
|
-
*/
|
|
52
|
-
name: string | null;
|
|
53
|
-
/**
|
|
54
|
-
* It is the id of the state of the address.
|
|
55
|
-
*/
|
|
56
|
-
id: string | null;
|
|
57
|
-
/**
|
|
58
|
-
* It is the code of the state of the address.
|
|
59
|
-
*/
|
|
60
|
-
code: string | null;
|
|
61
|
-
}
|
|
62
|
-
export interface getCustomerOrders_getCustomerOrders_billingAddress {
|
|
63
|
-
__typename: "OrderAddress";
|
|
64
|
-
/**
|
|
65
|
-
* The street address of the address.
|
|
66
|
-
*/
|
|
67
|
-
addressLine1: string;
|
|
68
|
-
/**
|
|
69
|
-
* An optional additional field for the street address of the address.
|
|
70
|
-
*/
|
|
71
|
-
addressLine2: string | null;
|
|
72
|
-
/**
|
|
73
|
-
* The city information of the address.
|
|
74
|
-
*/
|
|
75
|
-
city: getCustomerOrders_getCustomerOrders_billingAddress_city;
|
|
76
|
-
/**
|
|
77
|
-
* The company of the person associated with the address.
|
|
78
|
-
*/
|
|
79
|
-
company: string | null;
|
|
80
|
-
/**
|
|
81
|
-
* The country information of the address.
|
|
82
|
-
*/
|
|
83
|
-
country: getCustomerOrders_getCustomerOrders_billingAddress_country;
|
|
84
|
-
/**
|
|
85
|
-
* The district information of the address.
|
|
86
|
-
*/
|
|
87
|
-
district: getCustomerOrders_getCustomerOrders_billingAddress_district | null;
|
|
88
|
-
/**
|
|
89
|
-
* The first name of the person associated with the address
|
|
90
|
-
*/
|
|
91
|
-
firstName: string;
|
|
92
|
-
/**
|
|
93
|
-
* The identity number of the person associated with the address.
|
|
94
|
-
*/
|
|
95
|
-
identityNumber: string | null;
|
|
96
|
-
/**
|
|
97
|
-
* The address"s id of the order address.
|
|
98
|
-
*/
|
|
99
|
-
isDefault: boolean;
|
|
100
|
-
/**
|
|
101
|
-
* The last name of the person associated with the address
|
|
102
|
-
*/
|
|
103
|
-
lastName: string;
|
|
104
|
-
/**
|
|
105
|
-
* The phone of the person associated with the address.
|
|
106
|
-
*/
|
|
107
|
-
phone: string | null;
|
|
108
|
-
/**
|
|
109
|
-
* The postal code of the address.
|
|
110
|
-
*/
|
|
111
|
-
postalCode: string | null;
|
|
112
|
-
/**
|
|
113
|
-
* The state information of the address.
|
|
114
|
-
*/
|
|
115
|
-
state: getCustomerOrders_getCustomerOrders_billingAddress_state | null;
|
|
116
|
-
/**
|
|
117
|
-
* The tax number of the person associated with the address.
|
|
118
|
-
*/
|
|
119
|
-
taxNumber: string | null;
|
|
120
|
-
/**
|
|
121
|
-
* The tax office of the person associated with the address.
|
|
122
|
-
*/
|
|
123
|
-
taxOffice: string | null;
|
|
124
|
-
}
|
|
125
|
-
export interface getCustomerOrders_getCustomerOrders_currencyRates {
|
|
126
|
-
__typename: "OrderCurrencyRate";
|
|
127
|
-
/**
|
|
128
|
-
* It is the rate of the currency.
|
|
129
|
-
*/
|
|
130
|
-
rate: number;
|
|
131
|
-
/**
|
|
132
|
-
* It is the original rate of the currency.
|
|
133
|
-
*/
|
|
134
|
-
originalRate: number;
|
|
135
|
-
/**
|
|
136
|
-
* It is the code of the currency.
|
|
137
|
-
*/
|
|
138
|
-
code: string;
|
|
139
|
-
}
|
|
140
|
-
export interface getCustomerOrders_getCustomerOrders_customer {
|
|
141
|
-
__typename: "OrderCustomer";
|
|
142
|
-
/**
|
|
143
|
-
* It is the last name of the customer who created the order.
|
|
144
|
-
*/
|
|
145
|
-
lastName: string | null;
|
|
146
|
-
/**
|
|
147
|
-
* It is the first name of the customer who created the order.
|
|
148
|
-
*/
|
|
149
|
-
firstName: string | null;
|
|
150
|
-
/**
|
|
151
|
-
* It is the email of the customer who created the order.
|
|
152
|
-
*/
|
|
153
|
-
email: string | null;
|
|
154
|
-
/**
|
|
155
|
-
* It is the id of the customer who created the order.
|
|
156
|
-
*/
|
|
157
|
-
id: string | null;
|
|
158
|
-
}
|
|
159
|
-
export interface getCustomerOrders_getCustomerOrders_orderAdjustments {
|
|
160
|
-
__typename: "OrderAdjustment";
|
|
161
|
-
type: AdjustmentEnum;
|
|
162
|
-
/**
|
|
163
|
-
* It is the order of the adjustment. Adjustments are applied in this order.
|
|
164
|
-
*/
|
|
165
|
-
order: number;
|
|
166
|
-
/**
|
|
167
|
-
* It is the name of the adjustment.
|
|
168
|
-
*/
|
|
169
|
-
name: string;
|
|
170
|
-
amountType: AmountTypeEnum;
|
|
171
|
-
/**
|
|
172
|
-
* It is the adjustment amount in the order. This amount can be positive or negative.
|
|
173
|
-
*/
|
|
174
|
-
amount: number;
|
|
175
|
-
}
|
|
176
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems_discount {
|
|
177
|
-
__typename: "OrderLineDiscount";
|
|
178
|
-
reason: string | null;
|
|
179
|
-
amountType: AmountTypeEnum;
|
|
180
|
-
amount: number;
|
|
181
|
-
}
|
|
182
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems_variant_variantValues {
|
|
183
|
-
__typename: "OrderLineVariantVariantValues";
|
|
184
|
-
/**
|
|
185
|
-
* It is the order of variant value. The variant value order starts from 0.
|
|
186
|
-
*/
|
|
187
|
-
variantValueName: string | null;
|
|
188
|
-
/**
|
|
189
|
-
* It is the order of variant value. The variant value order starts from 0.
|
|
190
|
-
*/
|
|
191
|
-
variantValueId: string;
|
|
192
|
-
/**
|
|
193
|
-
* It is the order of variant value. The variant value order starts from 0.
|
|
194
|
-
*/
|
|
195
|
-
variantTypeName: string | null;
|
|
196
|
-
/**
|
|
197
|
-
* It is the order of variant value. The variant value order starts from 0.
|
|
198
|
-
*/
|
|
199
|
-
variantTypeId: string;
|
|
200
|
-
/**
|
|
201
|
-
* It is the order of variant value. The variant value order starts from 0.
|
|
202
|
-
*/
|
|
203
|
-
order: number;
|
|
204
|
-
}
|
|
205
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems_variant {
|
|
206
|
-
__typename: "OrderLineVariant";
|
|
207
|
-
/**
|
|
208
|
-
* It is the barcode list of the variant.
|
|
209
|
-
*/
|
|
210
|
-
barcodeList: string[] | null;
|
|
211
|
-
/**
|
|
212
|
-
* It is the id of the variant.
|
|
213
|
-
*/
|
|
214
|
-
id: string | null;
|
|
215
|
-
/**
|
|
216
|
-
* It is the main image id of the variant.
|
|
217
|
-
*/
|
|
218
|
-
mainImageId: string | null;
|
|
219
|
-
/**
|
|
220
|
-
* It is the name of the variant.
|
|
221
|
-
*/
|
|
222
|
-
name: string;
|
|
223
|
-
/**
|
|
224
|
-
* It is the product id of the variant.
|
|
225
|
-
*/
|
|
226
|
-
productId: string | null;
|
|
227
|
-
/**
|
|
228
|
-
* It is the sku of the variant.
|
|
229
|
-
*/
|
|
230
|
-
sku: string | null;
|
|
231
|
-
/**
|
|
232
|
-
* It is the variant values of the variant.
|
|
233
|
-
*/
|
|
234
|
-
variantValues: getCustomerOrders_getCustomerOrders_orderLineItems_variant_variantValues[] | null;
|
|
235
|
-
}
|
|
236
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems_options_values {
|
|
237
|
-
__typename: "OrderLineOptionValue";
|
|
238
|
-
name: string | null;
|
|
239
|
-
price: number | null;
|
|
240
|
-
value: string;
|
|
241
|
-
}
|
|
242
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems_options {
|
|
243
|
-
__typename: "OrderLineOption";
|
|
244
|
-
/**
|
|
245
|
-
* It is the name of order line option in the order line item.
|
|
246
|
-
*/
|
|
247
|
-
name: string;
|
|
248
|
-
/**
|
|
249
|
-
* It is the product option id of the product in the order line item.
|
|
250
|
-
*/
|
|
251
|
-
productOptionId: string;
|
|
252
|
-
/**
|
|
253
|
-
* It is the product option set id of the product in the order line item.
|
|
254
|
-
*/
|
|
255
|
-
productOptionsSetId: string;
|
|
256
|
-
/**
|
|
257
|
-
* It is the type of the order line option.
|
|
258
|
-
*/
|
|
259
|
-
type: ProductOptionTypeEnum;
|
|
260
|
-
values: getCustomerOrders_getCustomerOrders_orderLineItems_options_values[];
|
|
261
|
-
}
|
|
262
|
-
export interface getCustomerOrders_getCustomerOrders_orderLineItems {
|
|
263
|
-
__typename: "OrderLineItem";
|
|
264
|
-
createdAt: any | null;
|
|
265
|
-
/**
|
|
266
|
-
* It is the currency code of the order line item.
|
|
267
|
-
*/
|
|
268
|
-
currencyCode: string | null;
|
|
269
|
-
deleted: boolean | null;
|
|
270
|
-
/**
|
|
271
|
-
* Information about the discount. Shows the details of the discount applied to the order line item.
|
|
272
|
-
*/
|
|
273
|
-
discount: getCustomerOrders_getCustomerOrders_orderLineItems_discount | null;
|
|
274
|
-
/**
|
|
275
|
-
* It is the discount price of the order line item.
|
|
276
|
-
*/
|
|
277
|
-
discountPrice: number | null;
|
|
278
|
-
/**
|
|
279
|
-
* It is the final price of the order line item. If the discount price is less
|
|
280
|
-
* than the sell price, the final price is equal to the discount price.
|
|
281
|
-
*/
|
|
282
|
-
finalPrice: number | null;
|
|
283
|
-
id: string;
|
|
284
|
-
/**
|
|
285
|
-
* It is the original order line item id of the line item. If the line item is
|
|
286
|
-
* derived from another line item, this field is filled.
|
|
287
|
-
*/
|
|
288
|
-
originalOrderLineItemId: string | null;
|
|
289
|
-
/**
|
|
290
|
-
* It is the selling price of the order line item.
|
|
291
|
-
*/
|
|
292
|
-
price: number;
|
|
293
|
-
/**
|
|
294
|
-
* It is the quantity of variant in the order line item.
|
|
295
|
-
*/
|
|
296
|
-
quantity: number;
|
|
297
|
-
/**
|
|
298
|
-
* It is the status enum of the order line item
|
|
299
|
-
*/
|
|
300
|
-
status: OrderLineItemStatusEnum;
|
|
301
|
-
/**
|
|
302
|
-
* It is the date when the last status of the order line item was updated.
|
|
303
|
-
*/
|
|
304
|
-
statusUpdatedAt: any | null;
|
|
305
|
-
/**
|
|
306
|
-
* It is the stock location id of the variant value in the order line item.
|
|
307
|
-
*/
|
|
308
|
-
stockLocationId: string | null;
|
|
309
|
-
/**
|
|
310
|
-
* It is the tax value of the order line item.
|
|
311
|
-
*/
|
|
312
|
-
taxValue: number | null;
|
|
313
|
-
updatedAt: any | null;
|
|
314
|
-
/**
|
|
315
|
-
* Information about the variant of the order line item.
|
|
316
|
-
*/
|
|
317
|
-
variant: getCustomerOrders_getCustomerOrders_orderLineItems_variant;
|
|
318
|
-
/**
|
|
319
|
-
* It is the option information of the variant value in the order line item.
|
|
320
|
-
*/
|
|
321
|
-
options: getCustomerOrders_getCustomerOrders_orderLineItems_options[] | null;
|
|
322
|
-
}
|
|
323
|
-
export interface getCustomerOrders_getCustomerOrders_orderPackages_trackingInfo {
|
|
324
|
-
__typename: "TrackingInfo";
|
|
325
|
-
/**
|
|
326
|
-
* It is the tracking number of the order package.
|
|
327
|
-
*/
|
|
328
|
-
trackingNumber: string | null;
|
|
329
|
-
/**
|
|
330
|
-
* It is the tracking link of the order package.
|
|
331
|
-
*/
|
|
332
|
-
trackingLink: string | null;
|
|
333
|
-
/**
|
|
334
|
-
* Indicates whether the notification is sent to the customer after the cargo is
|
|
335
|
-
* delivered. **isSendNotification** returns true if the notification is sent.
|
|
336
|
-
*/
|
|
337
|
-
isSendNotification: boolean | null;
|
|
338
|
-
/**
|
|
339
|
-
* It is the name of the cargo company.
|
|
340
|
-
*/
|
|
341
|
-
cargoCompany: string | null;
|
|
342
|
-
}
|
|
343
|
-
export interface getCustomerOrders_getCustomerOrders_orderPackages {
|
|
344
|
-
__typename: "OrderPackage";
|
|
345
|
-
updatedAt: any | null;
|
|
346
|
-
/**
|
|
347
|
-
* It is the stock location id information where the package will be shipped.
|
|
348
|
-
*/
|
|
349
|
-
trackingInfo: getCustomerOrders_getCustomerOrders_orderPackages_trackingInfo | null;
|
|
350
|
-
stockLocationId: string;
|
|
351
|
-
/**
|
|
352
|
-
* It is the number of order package. Order package number is created with the order number - order package sequence format.
|
|
353
|
-
*/
|
|
354
|
-
orderPackageNumber: string;
|
|
355
|
-
/**
|
|
356
|
-
* It is the fulfill status of the package
|
|
357
|
-
*/
|
|
358
|
-
orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
|
|
359
|
-
/**
|
|
360
|
-
* It is the id list of the order line items in the package.
|
|
361
|
-
*/
|
|
362
|
-
orderLineItemIds: string[];
|
|
363
|
-
id: string;
|
|
364
|
-
deleted: boolean | null;
|
|
365
|
-
createdAt: any | null;
|
|
366
|
-
}
|
|
367
|
-
export interface getCustomerOrders_getCustomerOrders_shippingAddress_state {
|
|
368
|
-
__typename: "OrderAddressState";
|
|
369
|
-
/**
|
|
370
|
-
* It is the name of the state of the address.
|
|
371
|
-
*/
|
|
372
|
-
name: string | null;
|
|
373
|
-
/**
|
|
374
|
-
* It is the id of the state of the address.
|
|
375
|
-
*/
|
|
376
|
-
id: string | null;
|
|
377
|
-
/**
|
|
378
|
-
* It is the code of the state of the address.
|
|
379
|
-
*/
|
|
380
|
-
code: string | null;
|
|
381
|
-
}
|
|
382
|
-
export interface getCustomerOrders_getCustomerOrders_shippingAddress_district {
|
|
383
|
-
__typename: "OrderAddressDistrict";
|
|
384
|
-
/**
|
|
385
|
-
* It is the name of the district of the address.
|
|
386
|
-
*/
|
|
387
|
-
name: string | null;
|
|
388
|
-
/**
|
|
389
|
-
* It is the id of the district of the address.
|
|
390
|
-
*/
|
|
391
|
-
id: string | null;
|
|
392
|
-
/**
|
|
393
|
-
* It is the code of the district of the address.
|
|
394
|
-
*/
|
|
395
|
-
code: string | null;
|
|
396
|
-
}
|
|
397
|
-
export interface getCustomerOrders_getCustomerOrders_shippingAddress_country {
|
|
398
|
-
__typename: "OrderAddressCountry";
|
|
399
|
-
/**
|
|
400
|
-
* It is the name of the country of the address.
|
|
401
|
-
*/
|
|
402
|
-
name: string;
|
|
403
|
-
/**
|
|
404
|
-
* It is the id of the country of the address.
|
|
405
|
-
*/
|
|
406
|
-
id: string | null;
|
|
407
|
-
/**
|
|
408
|
-
* It is the code of the country of the address.
|
|
409
|
-
*/
|
|
410
|
-
code: string | null;
|
|
411
|
-
}
|
|
412
|
-
export interface getCustomerOrders_getCustomerOrders_shippingAddress_city {
|
|
413
|
-
__typename: "OrderAddressCity";
|
|
414
|
-
/**
|
|
415
|
-
* It is the id of the city of the address.
|
|
416
|
-
*/
|
|
417
|
-
id: string | null;
|
|
418
|
-
/**
|
|
419
|
-
* It is the code of the city of the address.
|
|
420
|
-
*/
|
|
421
|
-
code: string | null;
|
|
422
|
-
/**
|
|
423
|
-
* It is the name of the city of the address.
|
|
424
|
-
*/
|
|
425
|
-
name: string;
|
|
426
|
-
}
|
|
427
|
-
export interface getCustomerOrders_getCustomerOrders_shippingAddress {
|
|
428
|
-
__typename: "OrderAddress";
|
|
429
|
-
/**
|
|
430
|
-
* The tax office of the person associated with the address.
|
|
431
|
-
*/
|
|
432
|
-
taxOffice: string | null;
|
|
433
|
-
/**
|
|
434
|
-
* The tax number of the person associated with the address.
|
|
435
|
-
*/
|
|
436
|
-
taxNumber: string | null;
|
|
437
|
-
/**
|
|
438
|
-
* The state information of the address.
|
|
439
|
-
*/
|
|
440
|
-
state: getCustomerOrders_getCustomerOrders_shippingAddress_state | null;
|
|
441
|
-
/**
|
|
442
|
-
* The postal code of the address.
|
|
443
|
-
*/
|
|
444
|
-
postalCode: string | null;
|
|
445
|
-
/**
|
|
446
|
-
* The phone of the person associated with the address.
|
|
447
|
-
*/
|
|
448
|
-
phone: string | null;
|
|
449
|
-
/**
|
|
450
|
-
* The last name of the person associated with the address
|
|
451
|
-
*/
|
|
452
|
-
lastName: string;
|
|
453
|
-
/**
|
|
454
|
-
* The address"s id of the order address.
|
|
455
|
-
*/
|
|
456
|
-
isDefault: boolean;
|
|
457
|
-
/**
|
|
458
|
-
* The identity number of the person associated with the address.
|
|
459
|
-
*/
|
|
460
|
-
identityNumber: string | null;
|
|
461
|
-
/**
|
|
462
|
-
* The first name of the person associated with the address
|
|
463
|
-
*/
|
|
464
|
-
firstName: string;
|
|
465
|
-
/**
|
|
466
|
-
* The district information of the address.
|
|
467
|
-
*/
|
|
468
|
-
district: getCustomerOrders_getCustomerOrders_shippingAddress_district | null;
|
|
469
|
-
/**
|
|
470
|
-
* The country information of the address.
|
|
471
|
-
*/
|
|
472
|
-
country: getCustomerOrders_getCustomerOrders_shippingAddress_country;
|
|
473
|
-
/**
|
|
474
|
-
* The company of the person associated with the address.
|
|
475
|
-
*/
|
|
476
|
-
company: string | null;
|
|
477
|
-
/**
|
|
478
|
-
* The city information of the address.
|
|
479
|
-
*/
|
|
480
|
-
city: getCustomerOrders_getCustomerOrders_shippingAddress_city;
|
|
481
|
-
/**
|
|
482
|
-
* An optional additional field for the street address of the address.
|
|
483
|
-
*/
|
|
484
|
-
addressLine2: string | null;
|
|
485
|
-
/**
|
|
486
|
-
* The street address of the address.
|
|
487
|
-
*/
|
|
488
|
-
addressLine1: string;
|
|
489
|
-
}
|
|
490
|
-
export interface getCustomerOrders_getCustomerOrders_shippingLines {
|
|
491
|
-
__typename: "OrderShippingLine";
|
|
492
|
-
/**
|
|
493
|
-
* It is the title of the order shipping line.
|
|
494
|
-
*/
|
|
495
|
-
title: string;
|
|
496
|
-
/**
|
|
497
|
-
* It is the tax value of the order shipping line price.
|
|
498
|
-
*/
|
|
499
|
-
taxValue: number | null;
|
|
500
|
-
/**
|
|
501
|
-
* It is the price of the order shipping line.
|
|
502
|
-
*/
|
|
503
|
-
price: number;
|
|
504
|
-
}
|
|
505
|
-
export interface getCustomerOrders_getCustomerOrders_taxLines {
|
|
506
|
-
__typename: "OrderTaxLine";
|
|
507
|
-
/**
|
|
508
|
-
* It is the percentage of the slice to which the calculated tax amount belongs.
|
|
509
|
-
*/
|
|
510
|
-
rate: number;
|
|
511
|
-
/**
|
|
512
|
-
* It is the price of the order tax.
|
|
513
|
-
*/
|
|
514
|
-
price: number;
|
|
515
|
-
}
|
|
516
|
-
export interface getCustomerOrders_getCustomerOrders {
|
|
517
|
-
__typename: "Order";
|
|
518
|
-
/**
|
|
519
|
-
* It is the billing address of the order.
|
|
520
|
-
*/
|
|
521
|
-
billingAddress: getCustomerOrders_getCustomerOrders_billingAddress | null;
|
|
522
|
-
/**
|
|
523
|
-
* If the order has been cancelled, it indicates the cancellation date of the order.
|
|
524
|
-
*/
|
|
525
|
-
cancelledAt: any | null;
|
|
526
|
-
/**
|
|
527
|
-
* It is the cancel reason of the order. If the order has been cancelled, it indicates the cancellation reason of the order.
|
|
528
|
-
*/
|
|
529
|
-
cancelReason: CancelledReasonEnum | null;
|
|
530
|
-
createdAt: any | null;
|
|
531
|
-
/**
|
|
532
|
-
* It is the currency value of the order.
|
|
533
|
-
*/
|
|
534
|
-
currencyCode: string;
|
|
535
|
-
/**
|
|
536
|
-
* A list of currency rate objects.
|
|
537
|
-
*/
|
|
538
|
-
currencyRates: getCustomerOrders_getCustomerOrders_currencyRates[];
|
|
539
|
-
/**
|
|
540
|
-
* Information about the customer. The order does not have to be a customer
|
|
541
|
-
* information. If the order was created by ikasPOS, the customer information may be null.
|
|
542
|
-
*/
|
|
543
|
-
customer: getCustomerOrders_getCustomerOrders_customer | null;
|
|
544
|
-
deleted: boolean | null;
|
|
545
|
-
id: string;
|
|
546
|
-
merchantId: string;
|
|
547
|
-
/**
|
|
548
|
-
* An optional note, can attach to the order.
|
|
549
|
-
*/
|
|
550
|
-
note: string | null;
|
|
551
|
-
/**
|
|
552
|
-
* The date the order was ordered.
|
|
553
|
-
*/
|
|
554
|
-
orderedAt: any | null;
|
|
555
|
-
/**
|
|
556
|
-
* A list of adjustment objects, each containing information about a adjustment in the order.
|
|
557
|
-
*/
|
|
558
|
-
orderAdjustments: getCustomerOrders_getCustomerOrders_orderAdjustments[] | null;
|
|
559
|
-
/**
|
|
560
|
-
* A list of line item objects, each containing information about an item in the order.
|
|
561
|
-
*/
|
|
562
|
-
orderLineItems: getCustomerOrders_getCustomerOrders_orderLineItems[];
|
|
563
|
-
/**
|
|
564
|
-
* The position of the order in the store's order count starting from 1001. Order numbers are sequential and start from 1001.
|
|
565
|
-
*/
|
|
566
|
-
orderNumber: string | null;
|
|
567
|
-
/**
|
|
568
|
-
* A list of order package objects.
|
|
569
|
-
*/
|
|
570
|
-
orderPackages: getCustomerOrders_getCustomerOrders_orderPackages[] | null;
|
|
571
|
-
/**
|
|
572
|
-
* It is the package status enum of the order
|
|
573
|
-
*/
|
|
574
|
-
orderPackageStatus: OrderPackageStatusEnum | null;
|
|
575
|
-
/**
|
|
576
|
-
* It is the payment status enum of the order
|
|
577
|
-
*/
|
|
578
|
-
orderPaymentStatus: OrderPaymentStatusEnum | null;
|
|
579
|
-
/**
|
|
580
|
-
* It is the tag id list in the order.
|
|
581
|
-
*/
|
|
582
|
-
orderTagIds: string[] | null;
|
|
583
|
-
/**
|
|
584
|
-
* It is the shipping address of the order.
|
|
585
|
-
*/
|
|
586
|
-
shippingAddress: getCustomerOrders_getCustomerOrders_shippingAddress | null;
|
|
587
|
-
/**
|
|
588
|
-
* A list of shipping line objects, each containing information about a shipping in the order.
|
|
589
|
-
*/
|
|
590
|
-
shippingLines: getCustomerOrders_getCustomerOrders_shippingLines[] | null;
|
|
591
|
-
/**
|
|
592
|
-
* It is the shipping method enum of the order
|
|
593
|
-
*/
|
|
594
|
-
shippingMethod: ShippingMethodEnum;
|
|
595
|
-
/**
|
|
596
|
-
* It is the status enum of the order
|
|
597
|
-
*/
|
|
598
|
-
status: OrderStatusEnum;
|
|
599
|
-
/**
|
|
600
|
-
* A list of tax line objects, tax line objects contain the taxes of the shippingLines, orderLineItems, and giftPackageLines.
|
|
601
|
-
*/
|
|
602
|
-
taxLines: getCustomerOrders_getCustomerOrders_taxLines[] | null;
|
|
603
|
-
/**
|
|
604
|
-
* The total final price of the order resulting from the apply of
|
|
605
|
-
* `orderAdjustments` , `shippingLines`, and `giftPackageLines` pricing to the
|
|
606
|
-
* order total price.
|
|
607
|
-
*/
|
|
608
|
-
totalFinalPrice: number;
|
|
609
|
-
/**
|
|
610
|
-
* It is the sum of the net prices of the line items in the order.
|
|
611
|
-
*/
|
|
612
|
-
totalPrice: number;
|
|
613
|
-
updatedAt: any | null;
|
|
614
|
-
}
|
|
615
|
-
export interface getCustomerOrders {
|
|
616
|
-
getCustomerOrders: getCustomerOrders_getCustomerOrders[];
|
|
617
|
-
}
|
|
618
|
-
export interface getCustomerOrdersVariables {
|
|
619
|
-
orderId?: string | null;
|
|
620
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface getLastViewedProducts_getLastViewedProducts_products {
|
|
2
|
-
__typename: "ProductItem";
|
|
3
|
-
productId: string;
|
|
4
|
-
variantId: string;
|
|
5
|
-
}
|
|
6
|
-
export interface getLastViewedProducts_getLastViewedProducts {
|
|
7
|
-
__typename: "ProductLastViewed";
|
|
8
|
-
products: getLastViewedProducts_getLastViewedProducts_products[];
|
|
9
|
-
}
|
|
10
|
-
export interface getLastViewedProducts {
|
|
11
|
-
getLastViewedProducts: getLastViewedProducts_getLastViewedProducts | null;
|
|
12
|
-
}
|
|
13
|
-
export interface getLastViewedProductsVariables {
|
|
14
|
-
customerId?: string | null;
|
|
15
|
-
}
|