@ikas/storefront 3.0.0-alpha.1 → 3.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/__api/models/AbandonedCartFlow.d.ts +19 -0
- package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -0
- package/build/__api/models/AddItemToCartInput.d.ts +18 -0
- package/build/__api/models/AdditionalPrice.d.ts +13 -0
- package/build/__api/models/AdditionalPrice.js +1 -0
- package/build/__api/models/ApplicableProductFilterValue.d.ts +13 -0
- package/build/__api/models/AppliedProduct.d.ts +10 -0
- package/build/__api/models/AppliedProductInput.d.ts +10 -0
- package/build/__api/models/AvailableShippingMethod.d.ts +14 -0
- package/build/__api/models/AvailableShippingMethod.js +1 -0
- package/build/__api/models/Blog.d.ts +28 -0
- package/build/__api/models/Blog.js +1 -0
- package/build/__api/models/BlogCategory.d.ts +13 -0
- package/build/__api/models/BlogCategory.js +1 -0
- package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogContent.d.ts +10 -0
- package/build/__api/models/BlogContent.js +1 -0
- package/build/__api/models/BlogMetadata.d.ts +15 -0
- package/build/__api/models/BlogMetadata.js +1 -0
- package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/BlogPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogTag.d.ts +10 -0
- package/build/__api/models/BlogTag.js +1 -0
- package/build/__api/models/BlogWriter.d.ts +10 -0
- package/build/__api/models/BlogWriter.js +1 -0
- package/build/__api/models/BooleanFilterInput.d.ts +9 -0
- package/build/__api/models/BuyX.d.ts +12 -0
- package/build/__api/models/BuyXThenGetY.d.ts +13 -0
- package/build/__api/models/Campaign.d.ts +30 -0
- package/build/__api/models/CampaignDateRangeField.d.ts +10 -0
- package/build/__api/models/CampaignFilter.d.ts +11 -0
- package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -0
- package/build/__api/models/Cart.d.ts +31 -0
- package/build/__api/models/CartCampaignOffer.d.ts +17 -0
- package/build/__api/models/CartCampaignOfferInput.d.ts +11 -0
- package/build/__api/models/CartLineItemInput.d.ts +12 -0
- package/build/__api/models/CartLineOptionInput.d.ts +11 -0
- package/build/__api/models/CartLineVariantInput.d.ts +10 -0
- package/build/__api/models/CartStorefrontRouting.d.ts +15 -0
- package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/CartV2.d.ts +68 -0
- package/build/__api/models/CartV2CampaignOffer.d.ts +17 -0
- package/build/__api/models/CartV2CampaignOffer.js +1 -0
- package/build/__api/models/Category.d.ts +27 -0
- package/build/__api/models/Category.js +1 -0
- package/build/__api/models/CategoryCondition.d.ts +11 -0
- package/build/__api/models/CategoryCondition.js +1 -0
- package/build/__api/models/CategoryFilterInput.d.ts +10 -0
- package/build/__api/models/CategoryPaginationResponse.d.ts +14 -0
- package/build/__api/models/CategoryPathFilterInput.d.ts +9 -0
- package/build/__api/models/CategoryPathItem.d.ts +17 -0
- package/build/__api/models/CategoryPathItem.js +1 -0
- package/build/__api/models/CategoryTranslation.d.ts +11 -0
- package/build/__api/models/CategoryTranslation.js +1 -0
- package/build/__api/models/CheckStocksLineInput.d.ts +11 -0
- package/build/__api/models/CheckStocksLineInput.js +1 -0
- package/build/__api/models/CheckStocksLineResponse.d.ts +11 -0
- package/build/__api/models/CheckStocksResponse.d.ts +10 -0
- package/build/__api/models/Checkout.d.ts +44 -0
- package/build/__api/models/CheckoutCustomer.d.ts +19 -0
- package/build/__api/models/CheckoutCustomerInput.d.ts +13 -0
- package/build/__api/models/CheckoutCustomerInput.js +1 -0
- package/build/__api/models/CheckoutOption.d.ts +10 -0
- package/build/__api/models/CheckoutOption.js +1 -0
- package/build/__api/models/CheckoutSettings.d.ts +24 -0
- package/build/__api/models/CheckoutSettings.js +1 -0
- package/build/__api/models/CheckoutSettingsPrice.d.ts +10 -0
- package/build/__api/models/CheckoutSettingsPrice.js +1 -0
- package/build/__api/models/City.d.ts +16 -0
- package/build/__api/models/City.js +1 -0
- package/build/__api/models/Country.d.ts +22 -0
- package/build/__api/models/Country.js +1 -0
- package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
- package/build/__api/models/CreateCustomerReviewInput.d.ts +17 -0
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +12 -0
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +12 -0
- package/build/__api/models/CurrencyRate.d.ts +13 -0
- package/build/__api/models/CurrencyRateData.d.ts +10 -0
- package/build/__api/models/Customer.d.ts +34 -0
- package/build/__api/models/CustomerAddress.d.ts +31 -0
- package/build/__api/models/CustomerAddressCity.d.ts +11 -0
- package/build/__api/models/CustomerAddressCity.js +1 -0
- package/build/__api/models/CustomerAddressCityInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressCityInput.js +1 -0
- package/build/__api/models/CustomerAddressCountry.d.ts +13 -0
- package/build/__api/models/CustomerAddressCountry.js +1 -0
- package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -0
- package/build/__api/models/CustomerAddressCountryInput.js +1 -0
- package/build/__api/models/CustomerAddressDistrict.d.ts +11 -0
- package/build/__api/models/CustomerAddressDistrict.js +1 -0
- package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressDistrictInput.js +1 -0
- package/build/__api/models/CustomerAddressState.d.ts +11 -0
- package/build/__api/models/CustomerAddressState.js +1 -0
- package/build/__api/models/CustomerAddressStateInput.d.ts +11 -0
- package/build/__api/models/CustomerAddressStateInput.js +1 -0
- package/build/__api/models/CustomerAttribute.d.ts +19 -0
- package/build/__api/models/CustomerAttribute.js +1 -0
- package/build/__api/models/CustomerAttributeOption.d.ts +10 -0
- package/build/__api/models/CustomerAttributeOption.js +1 -0
- package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
- package/build/__api/models/CustomerAttributeOptionTranslation.js +1 -0
- package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
- package/build/__api/models/CustomerAttributeSalesChannel.js +1 -0
- package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
- package/build/__api/models/CustomerAttributeTranslation.js +1 -0
- package/build/__api/models/CustomerAttributeValue.d.ts +11 -0
- package/build/__api/models/CustomerAttributeValue.js +1 -0
- package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -0
- package/build/__api/models/CustomerAttributeValueInput.js +1 -0
- package/build/__api/models/CustomerCheckResponse.d.ts +9 -0
- package/build/__api/models/CustomerFavoriteProduct.d.ts +11 -0
- package/build/__api/models/CustomerFavoriteProduct.js +1 -0
- package/build/__api/models/CustomerLoginResponse.d.ts +12 -0
- package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
- package/build/__api/models/CustomerReview.d.ts +21 -0
- package/build/__api/models/CustomerReview.js +1 -0
- package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummary.js +1 -0
- package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
- package/build/__api/models/CustomerReviewSummaryStar.js +1 -0
- package/build/__api/models/DateFilterInput.d.ts +16 -0
- package/build/__api/models/District.d.ts +16 -0
- package/build/__api/models/District.js +1 -0
- package/build/__api/models/FixedDiscount.d.ts +14 -0
- package/build/__api/models/GetAvailableStockLocation.d.ts +14 -0
- package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -0
- package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -0
- package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -0
- package/build/__api/models/GetOrderLineFile.d.ts +9 -0
- package/build/__api/models/GetProductCampaignsInput.d.ts +11 -0
- package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -0
- package/build/__api/models/GetVariantStockLocation.d.ts +12 -0
- package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -0
- package/build/__api/models/GetY.d.ts +13 -0
- package/build/__api/models/HTMLMetaData.d.ts +20 -0
- package/build/__api/models/HTMLMetaData.js +1 -0
- package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataOverride.js +1 -0
- package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
- package/build/__api/models/HTMLMetaDataTranslation.js +1 -0
- package/build/__api/models/Invoice.d.ts +16 -0
- package/build/__api/models/Invoice.js +1 -0
- package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
- package/build/__api/models/LocationTranslations.d.ts +10 -0
- package/build/__api/models/LocationTranslations.js +1 -0
- package/build/__api/models/MerchantSettings.d.ts +11 -0
- package/build/__api/models/MerchantSettings.js +1 -0
- package/build/__api/models/OrderAddress.d.ts +28 -0
- package/build/__api/models/OrderAddressCity.d.ts +11 -0
- package/build/__api/models/OrderAddressCity.js +1 -0
- package/build/__api/models/OrderAddressCityInput.d.ts +11 -0
- package/build/__api/models/OrderAddressCityInput.js +1 -0
- package/build/__api/models/OrderAddressCountry.d.ts +13 -0
- package/build/__api/models/OrderAddressCountry.js +1 -0
- package/build/__api/models/OrderAddressCountryInput.d.ts +13 -0
- package/build/__api/models/OrderAddressCountryInput.js +1 -0
- package/build/__api/models/OrderAddressDistrict.d.ts +11 -0
- package/build/__api/models/OrderAddressDistrict.js +1 -0
- package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -0
- package/build/__api/models/OrderAddressDistrictInput.js +1 -0
- package/build/__api/models/OrderAddressInput.d.ts +28 -0
- package/build/__api/models/OrderAddressInput.js +1 -0
- package/build/__api/models/OrderAddressState.d.ts +11 -0
- package/build/__api/models/OrderAddressState.js +1 -0
- package/build/__api/models/OrderAddressStateInput.d.ts +11 -0
- package/build/__api/models/OrderAddressStateInput.js +1 -0
- package/build/__api/models/OrderAdjustment.d.ts +19 -0
- package/build/__api/models/OrderAdjustment.js +1 -0
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -0
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +1 -0
- package/build/__api/models/OrderAdjustmentInput.d.ts +16 -0
- package/build/__api/models/OrderAdjustmentInput.js +1 -0
- package/build/__api/models/OrderCurrencyRate.d.ts +11 -0
- package/build/__api/models/OrderCustomer.d.ts +15 -0
- package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
- package/build/__api/models/OrderGiftPackageLine.js +1 -0
- package/build/__api/models/OrderLineDiscount.d.ts +15 -0
- package/build/__api/models/OrderLineDiscount.js +1 -0
- package/build/__api/models/OrderLineItem.d.ts +26 -0
- package/build/__api/models/OrderLineItem.js +1 -0
- package/build/__api/models/OrderLineOption.d.ts +15 -0
- package/build/__api/models/OrderLineOption.js +1 -0
- package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
- package/build/__api/models/OrderLineOptionValue.js +1 -0
- package/build/__api/models/OrderLineVariant.d.ts +27 -0
- package/build/__api/models/OrderLineVariant.js +1 -0
- package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
- package/build/__api/models/OrderLineVariantBrand.js +1 -0
- package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
- package/build/__api/models/OrderLineVariantCategory.js +1 -0
- package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
- package/build/__api/models/OrderLineVariantCategoryPath.js +1 -0
- package/build/__api/models/OrderLineVariantPrice.d.ts +13 -0
- package/build/__api/models/OrderLineVariantPrice.js +1 -0
- package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
- package/build/__api/models/OrderLineVariantVariantValues.js +1 -0
- package/build/__api/models/OrderPackage.d.ts +18 -0
- package/build/__api/models/OrderPackage.js +1 -0
- package/build/__api/models/OrderPaymentMethod.d.ts +13 -0
- package/build/__api/models/OrderPaymentMethod.js +1 -0
- package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
- package/build/__api/models/OrderRefundOrderLineInput.js +1 -0
- package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
- package/build/__api/models/OrderRefundSettings.d.ts +14 -0
- package/build/__api/models/OrderShippingLine.d.ts +16 -0
- package/build/__api/models/OrderShippingLine.js +1 -0
- package/build/__api/models/OrderStorefrontRouting.d.ts +15 -0
- package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/OrderTaxLine.d.ts +10 -0
- package/build/__api/models/OrderTaxLine.js +1 -0
- package/build/__api/models/PaginationInput.d.ts +10 -0
- package/build/__api/models/PaymentGateway.d.ts +26 -0
- package/build/__api/models/PaymentGateway.js +1 -0
- package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
- package/build/__api/models/PaymentGatewayPaymentMethod.js +1 -0
- package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
- package/build/__api/models/PaymentGatewayTranslation.js +1 -0
- package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
- package/build/__api/models/Product.d.ts +33 -0
- package/build/__api/models/ProductAttribute.d.ts +19 -0
- package/build/__api/models/ProductAttributeOption.d.ts +10 -0
- package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -0
- package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -0
- package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -0
- package/build/__api/models/ProductAttributeTranslation.d.ts +13 -0
- package/build/__api/models/ProductAttributeValue.d.ts +12 -0
- package/build/__api/models/ProductAttributeValue.js +1 -0
- package/build/__api/models/ProductBackInStockRemind.d.ts +14 -0
- package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
- package/build/__api/models/ProductBrand.d.ts +19 -0
- package/build/__api/models/ProductBrand.js +1 -0
- package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
- package/build/__api/models/ProductBrandTranslation.d.ts +11 -0
- package/build/__api/models/ProductBrandTranslation.js +1 -0
- package/build/__api/models/ProductFacetCount.d.ts +11 -0
- package/build/__api/models/ProductFacetCountValue.d.ts +10 -0
- package/build/__api/models/ProductFilterData.d.ts +12 -0
- package/build/__api/models/ProductFilterDataFilter.d.ts +24 -0
- package/build/__api/models/ProductFilterSettings.d.ts +14 -0
- package/build/__api/models/ProductImage.d.ts +12 -0
- package/build/__api/models/ProductItem.d.ts +11 -0
- package/build/__api/models/ProductItemInput.d.ts +11 -0
- package/build/__api/models/ProductLastViewed.d.ts +12 -0
- package/build/__api/models/ProductLastViewedInput.d.ts +12 -0
- package/build/__api/models/ProductOption.d.ts +28 -0
- package/build/__api/models/ProductOptionDateSettings.d.ts +12 -0
- package/build/__api/models/ProductOptionFileSettings.d.ts +11 -0
- package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -0
- package/build/__api/models/ProductOptionSelectValue.d.ts +16 -0
- package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +10 -0
- package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -0
- package/build/__api/models/ProductOptionSet.d.ts +14 -0
- package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -0
- package/build/__api/models/ProductOptionTextSettings.d.ts +10 -0
- package/build/__api/models/ProductOptionTranslations.d.ts +13 -0
- package/build/__api/models/ProductPaginationResponse.d.ts +14 -0
- package/build/__api/models/ProductPrice.d.ts +13 -0
- package/build/__api/models/ProductPrice.js +1 -0
- package/build/__api/models/ProductSearchResponse.d.ts +17 -0
- package/build/__api/models/ProductStockLocation.d.ts +13 -0
- package/build/__api/models/ProductTagTranslation.d.ts +11 -0
- package/build/__api/models/ProductTranslation.d.ts +11 -0
- package/build/__api/models/ProductVariantType.d.ts +11 -0
- package/build/__api/models/Raffle.d.ts +23 -0
- package/build/__api/models/RaffleDateRangeField.d.ts +10 -0
- package/build/__api/models/RaffleMetadata.d.ts +15 -0
- package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/RafflePaginationResponse.d.ts +14 -0
- package/build/__api/models/RaffleParticipants.d.ts +23 -0
- package/build/__api/models/RaffleParticipantsInput.d.ts +17 -0
- package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +13 -0
- package/build/__api/models/RaffleVariantInformation.d.ts +10 -0
- package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +11 -0
- package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -0
- package/build/__api/models/SaveCartInput.d.ts +26 -0
- package/build/__api/models/SaveCartInput.js +1 -0
- package/build/__api/models/SaveCheckoutInput.d.ts +26 -0
- package/build/__api/models/SaveItemToCartInput.d.ts +21 -0
- package/build/__api/models/SaveMyCustomerAddressInput.d.ts +29 -0
- package/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
- package/build/__api/models/SaveMyCustomerInput.d.ts +17 -0
- package/build/__api/models/SaveMyCustomerInput.js +1 -0
- package/build/__api/models/SearchCategory.d.ts +15 -0
- package/build/__api/models/SearchCategoryPath.d.ts +13 -0
- package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/SearchHTMLMetaData.d.ts +16 -0
- package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -0
- package/build/__api/models/SearchInput.d.ts +32 -0
- package/build/__api/models/SearchInputFacetListInput.d.ts +12 -0
- package/build/__api/models/SearchInputFilterListInput.d.ts +14 -0
- package/build/__api/models/SearchInputFilterListInput.js +1 -0
- package/build/__api/models/SearchInputOrderByInput.d.ts +11 -0
- package/build/__api/models/SearchProduct.d.ts +34 -0
- package/build/__api/models/SearchProductAttribute.d.ts +15 -0
- package/build/__api/models/SearchProductAttributeOption.d.ts +10 -0
- package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -0
- package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -0
- package/build/__api/models/SearchProductAttributeValue.d.ts +14 -0
- package/build/__api/models/SearchProductBrand.d.ts +13 -0
- package/build/__api/models/SearchProductImage.d.ts +12 -0
- package/build/__api/models/SearchProductPrice.d.ts +13 -0
- package/build/__api/models/SearchProductStockLocation.d.ts +10 -0
- package/build/__api/models/SearchProductTag.d.ts +12 -0
- package/build/__api/models/SearchProductVariantType.d.ts +12 -0
- package/build/__api/models/SearchVariant.d.ts +25 -0
- package/build/__api/models/SearchVariantType.d.ts +15 -0
- package/build/__api/models/SearchVariantValue.d.ts +12 -0
- package/build/__api/models/SearchVariationValueRelation.d.ts +10 -0
- package/build/__api/models/SocialLoginSettings.d.ts +12 -0
- package/build/__api/models/State.d.ts +12 -0
- package/build/__api/models/State.js +1 -0
- package/build/__api/models/StockLocation.d.ts +18 -0
- package/build/__api/models/StockLocation.js +1 -0
- package/build/__api/models/StockLocationAddress.d.ts +19 -0
- package/build/__api/models/StockLocationAddress.js +1 -0
- package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
- package/build/__api/models/StockLocationAddressCity.js +1 -0
- package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
- package/build/__api/models/StockLocationAddressCountry.js +1 -0
- package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
- package/build/__api/models/StockLocationAddressDistrict.js +1 -0
- package/build/__api/models/StockLocationAddressState.d.ts +11 -0
- package/build/__api/models/StockLocationAddressState.js +1 -0
- package/build/__api/models/Storefront.d.ts +30 -0
- package/build/__api/models/StorefrontDomain.d.ts +13 -0
- package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +10 -0
- package/build/__api/models/StorefrontLocalization.d.ts +12 -0
- package/build/__api/models/StorefrontOrder.d.ts +50 -0
- package/build/__api/models/StorefrontRouting.d.ts +16 -0
- package/build/__api/models/StorefrontTheme.d.ts +15 -0
- package/build/__api/models/StorefrontTransaction.d.ts +27 -0
- package/build/__api/models/StringFilterInput.d.ts +13 -0
- package/build/__api/models/Town.d.ts +12 -0
- package/build/__api/models/TrackingInfo.d.ts +13 -0
- package/build/__api/models/TrackingInfo.js +1 -0
- package/build/__api/models/TransactionError.d.ts +11 -0
- package/build/__api/models/TransactionError.js +1 -0
- package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
- package/build/__api/models/TransactionInstallmentPrice.js +1 -0
- package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
- package/build/__api/models/TransactionPaymentMethodDetail.js +1 -0
- package/build/__api/models/TransactionResponse.d.ts +16 -0
- package/build/__api/models/Variant.d.ts +25 -0
- package/build/__api/models/VariantStock.d.ts +10 -0
- package/build/__api/models/VariantType.d.ts +16 -0
- package/build/__api/models/VariantTypeTranslation.d.ts +12 -0
- package/build/__api/models/VariantValue.d.ts +12 -0
- package/build/__api/models/VariantValueRelation.d.ts +10 -0
- package/build/__api/models/VariantValueTranslation.d.ts +10 -0
- package/build/__api/models/_base.d.ts +18 -0
- package/build/__api/models/_base.js +1 -0
- package/build/__api/mutations/activateCustomer.d.ts +6 -0
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +217 -0
- package/build/__api/mutations/addItemToCart.d.ts +215 -0
- package/build/__api/mutations/addItemToCart.js +1 -0
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +69 -0
- package/build/__api/mutations/createCustomerEmailSubscription.js +1 -0
- package/build/__api/mutations/createCustomerReview.d.ts +24 -0
- package/build/__api/mutations/createCustomerReview.js +1 -0
- package/build/__api/mutations/createOrderRefundRequest.d.ts +195 -0
- package/build/__api/mutations/createOrderRefundRequest.js +1 -0
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +17 -0
- package/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
- package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +17 -0
- package/build/__api/mutations/customerForgotPassword.d.ts +7 -0
- package/build/__api/mutations/customerForgotPassword.js +1 -0
- package/build/__api/mutations/customerLogin.d.ts +72 -0
- package/build/__api/mutations/customerLogin.js +1 -0
- package/build/__api/mutations/customerRecoverPassword.d.ts +8 -0
- package/build/__api/mutations/customerRecoverPassword.js +1 -0
- package/build/__api/mutations/customerRefreshToken.d.ts +11 -0
- package/build/__api/mutations/customerRefreshToken.js +1 -0
- package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -0
- package/build/__api/mutations/getOrderLineFile.d.ts +7 -0
- package/build/__api/mutations/getOrderLineFile.js +1 -0
- package/build/__api/mutations/registerCustomer.d.ts +77 -0
- package/build/__api/mutations/registerCustomer.js +1 -0
- package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -0
- package/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
- package/build/__api/mutations/saveCart.d.ts +215 -0
- package/build/__api/mutations/saveCart.js +1 -0
- package/build/__api/mutations/saveCartCouponCode.d.ts +216 -0
- package/build/__api/mutations/saveCartCouponCode.js +1 -0
- package/build/__api/mutations/saveCheckout.d.ts +216 -0
- package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -0
- package/build/__api/mutations/saveFavoriteProduct.js +1 -0
- package/build/__api/mutations/saveItemToCart.d.ts +97 -0
- package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -0
- package/build/__api/mutations/saveLastViewedProducts.js +1 -0
- package/build/__api/mutations/saveMyCustomer.d.ts +69 -0
- package/build/__api/mutations/saveMyCustomer.js +1 -0
- package/build/__api/mutations/saveProductBackInStockRemind.d.ts +18 -0
- package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
- package/build/__api/mutations/saveRaffleParticipant.d.ts +27 -0
- package/build/__api/mutations/saveRaffleParticipant.js +1 -0
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +11 -0
- package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
- package/build/__api/mutations/updateRaffleParticipant.d.ts +28 -0
- package/build/__api/queries/checkCustomerEmail.d.ts +11 -0
- package/build/__api/queries/checkCustomerEmail.js +1 -0
- package/build/__api/queries/checkStocks.d.ts +13 -0
- package/build/__api/queries/checkStocks.js +1 -0
- package/build/__api/queries/customerSocialLogin.d.ts +71 -0
- package/build/__api/queries/customerSocialLogin.js +1 -0
- package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -0
- package/build/__api/queries/getAvailableShippingCountries.js +1 -0
- package/build/__api/queries/getAvailableStockLocations.d.ts +28 -0
- package/build/__api/queries/getCart.d.ts +99 -0
- package/build/__api/queries/getCartById.d.ts +216 -0
- package/build/__api/queries/getCartById.js +1 -0
- package/build/__api/queries/getCheckoutByCartId.d.ts +216 -0
- package/build/__api/queries/getCheckoutById.d.ts +216 -0
- package/build/__api/queries/getCurrencyRate.d.ts +17 -0
- package/build/__api/queries/getCustomerOrders.d.ts +195 -0
- package/build/__api/queries/getCustomerOrders.js +1 -0
- package/build/__api/queries/getLastViewedProducts.d.ts +20 -0
- package/build/__api/queries/getLastViewedProducts.js +1 -0
- package/build/__api/queries/getMyCountry.d.ts +3 -0
- package/build/__api/queries/getMyCountry.js +1 -0
- package/build/__api/queries/getMyCustomer.d.ts +66 -0
- package/build/__api/queries/getMyCustomer.js +1 -0
- package/build/__api/queries/getOrder.d.ts +195 -0
- package/build/__api/queries/getOrderByEmail.d.ts +196 -0
- package/build/__api/queries/getOrderByEmail.js +1 -0
- package/build/__api/queries/getProductCampaigns.d.ts +47 -0
- package/build/__api/queries/getProductCampaigns.js +1 -0
- package/build/__api/queries/getProductFilterData.d.ts +159 -0
- package/build/__api/queries/getProductFilterData.js +1 -0
- package/build/__api/queries/getRaffleParticipants.d.ts +24 -0
- package/build/__api/queries/getRafflesByCustomerId.d.ts +33 -0
- package/build/__api/queries/getRafflesByCustomerId.js +1 -0
- package/build/__api/queries/getRelatedProducts.d.ts +14 -0
- package/build/__api/queries/getRelatedProducts.js +1 -0
- package/build/__api/queries/getStorefront.d.ts +61 -0
- package/build/__api/queries/getStorefront.js +1 -0
- package/build/__api/queries/getVariantStockLocations.d.ts +30 -0
- package/build/__api/queries/isFavoriteProduct.d.ts +6 -0
- package/build/__api/queries/isFavoriteProduct.js +1 -0
- package/build/__api/queries/listBlog.d.ts +70 -0
- package/build/__api/queries/listBlog.js +1 -0
- package/build/__api/queries/listBlogCategory.d.ts +33 -0
- package/build/__api/queries/listBlogCategory.js +1 -0
- package/build/__api/queries/listBlogMetadata.d.ts +28 -0
- package/build/__api/queries/listBlogMetadata.js +1 -0
- package/build/__api/queries/listCategory.d.ts +85 -0
- package/build/__api/queries/listCategory.js +1 -0
- package/build/__api/queries/listCheckoutSettings.d.ts +29 -0
- package/build/__api/queries/listCheckoutSettings.js +1 -0
- package/build/__api/queries/listCity.d.ts +25 -0
- package/build/__api/queries/listCity.js +1 -0
- package/build/__api/queries/listCountry.d.ts +31 -0
- package/build/__api/queries/listCountry.js +1 -0
- package/build/__api/queries/listCustomerAttribute.d.ts +27 -0
- package/build/__api/queries/listCustomerAttribute.js +1 -0
- package/build/__api/queries/listCustomerReviewSummary.d.ts +23 -0
- package/build/__api/queries/listCustomerReviewSummary.js +1 -0
- package/build/__api/queries/listCustomerReviews.d.ts +32 -0
- package/build/__api/queries/listCustomerReviews.js +1 -0
- package/build/__api/queries/listDistrict.d.ts +26 -0
- package/build/__api/queries/listDistrict.js +1 -0
- package/build/__api/queries/listFavoriteProducts.d.ts +12 -0
- package/build/__api/queries/listFavoriteProducts.js +1 -0
- package/build/__api/queries/listHTMLMetaData.d.ts +32 -0
- package/build/__api/queries/listHTMLMetaData.js +1 -0
- package/build/__api/queries/listMerchantSettings.d.ts +16 -0
- package/build/__api/queries/listMerchantSettings.js +1 -0
- package/build/__api/queries/listOrderRefundSettings.d.ts +21 -0
- package/build/__api/queries/listOrderRefundSettings.js +1 -0
- package/build/__api/queries/listOrderTransactions.d.ts +43 -0
- package/build/__api/queries/listOrderTransactions.js +1 -0
- package/build/__api/queries/listPaymentGateway.d.ts +35 -0
- package/build/__api/queries/listPaymentGateway.js +1 -0
- package/build/__api/queries/listProduct.d.ts +92 -0
- package/build/__api/queries/listProductAttribute.d.ts +33 -0
- package/build/__api/queries/listProductAttribute.js +1 -0
- package/build/__api/queries/listProductBackInStockRemind.d.ts +23 -0
- package/build/__api/queries/listProductBackInStockRemind.js +1 -0
- package/build/__api/queries/listProductBrand.d.ts +49 -0
- package/build/__api/queries/listProductBrand.js +1 -0
- package/build/__api/queries/listProductOptionSet.d.ts +59 -0
- package/build/__api/queries/listProductOptionSet.js +1 -0
- package/build/__api/queries/listProductStockLocation.d.ts +18 -0
- package/build/__api/queries/listRaffle.d.ts +45 -0
- package/build/__api/queries/listRaffle.js +1 -0
- package/build/__api/queries/listRaffleMetadata.d.ts +24 -0
- package/build/__api/queries/listRaffleMetadata.js +1 -0
- package/build/__api/queries/listState.d.ts +20 -0
- package/build/__api/queries/listState.js +1 -0
- package/build/__api/queries/listStockLocation.d.ts +35 -0
- package/build/__api/queries/listStockLocation.js +1 -0
- package/build/__api/queries/listTown.d.ts +20 -0
- package/build/__api/queries/listVariantType.d.ts +29 -0
- package/build/__api/queries/searchProducts.d.ts +130 -0
- package/build/__api/queries/searchProducts.js +1 -0
- package/build/__api/types/index.d.ts +2524 -0
- package/build/__api/types/index.js +1 -0
- package/build/_virtual/Axios.js_commonjs-proxy2.js +1 -0
- package/build/_virtual/Cancel.js_commonjs-proxy.js +1 -0
- package/build/_virtual/CancelToken.js_commonjs-proxy.js +1 -0
- package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +1 -0
- package/build/_virtual/_commonjsHelpers.js +1 -1
- package/build/_virtual/axios.js_commonjs-proxy.js +1 -0
- package/build/_virtual/bind.js_commonjs-proxy.js +1 -0
- package/build/_virtual/browser.js_commonjs-proxy.js +1 -0
- package/build/_virtual/buildFullPath.js_commonjs-proxy.js +1 -0
- package/build/_virtual/buildURL.js_commonjs-proxy.js +1 -0
- package/build/_virtual/combineURLs.js_commonjs-proxy.js +1 -0
- package/build/_virtual/common.js_commonjs-proxy.js +1 -0
- package/build/_virtual/cookies.js_commonjs-proxy.js +1 -0
- package/build/_virtual/createError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/debug.js_commonjs-proxy.js +1 -0
- package/build/_virtual/defaults.js_commonjs-proxy.js +1 -0
- package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +1 -0
- package/build/_virtual/enhanceError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/http.js_commonjs-proxy.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy14.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy15.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy16.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy17.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy18.js +1 -0
- package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isAxiosError.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isCancel.js_commonjs-proxy.js +1 -0
- package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +1 -0
- package/build/_virtual/mergeConfig.js_commonjs-proxy.js +1 -0
- package/build/_virtual/node.js_commonjs-proxy3.js +1 -0
- package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +1 -0
- package/build/_virtual/parseHeaders.js_commonjs-proxy.js +1 -0
- package/build/_virtual/settle.js_commonjs-proxy.js +1 -0
- package/build/_virtual/spread.js_commonjs-proxy.js +1 -0
- package/build/_virtual/transformData.js_commonjs-proxy.js +1 -0
- package/build/_virtual/utils.js_commonjs-proxy.js +1 -0
- package/build/_virtual/validator.js_commonjs-proxy.js +1 -0
- package/build/_virtual/xhr.js_commonjs-proxy.js +1 -0
- package/build/analytics/analytics.d.ts +5 -4
- package/build/analytics/analytics.js +1 -1
- package/build/analytics/facebookPixel.d.ts +2 -1
- package/build/analytics/facebookPixel.js +1 -1
- package/build/analytics/googleAnalytics.d.ts +14 -0
- package/build/analytics/googleAnalytics.js +1 -0
- package/build/analytics/googleTagManager.d.ts +16 -13
- package/build/analytics/googleTagManager.js +1 -1
- package/build/analytics/googleUniversal.d.ts +9 -0
- package/build/analytics/googleUniversal.js +1 -0
- package/build/analytics/head/index.js +1 -1
- package/build/analytics/ikas.d.ts +2 -1
- package/build/analytics/ikas.js +1 -1
- package/build/assets/translations/checkout/en.js +1 -1
- package/build/assets/translations/checkout/tr.js +1 -1
- package/build/components/checkout/components/address-form/index.js +1 -1
- package/build/components/checkout/components/address-form/model.d.ts +12 -57
- package/build/components/checkout/components/address-form/model.js +1 -1
- package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
- package/build/components/checkout/components/cart-summary/index.js +1 -1
- package/build/components/checkout/components/credit-card-form/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/index.d.ts +4 -0
- package/build/components/checkout/components/customer-addresses/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
- package/build/components/checkout/components/customer-addresses/model.js +1 -1
- package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
- package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -0
- package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/box.js +1 -0
- package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -0
- package/build/components/checkout/components/delivery-methods/icons/store.js +1 -0
- package/build/components/checkout/components/delivery-methods/index.d.ts +7 -0
- package/build/components/checkout/components/delivery-methods/index.js +1 -0
- package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -0
- package/build/components/checkout/components/error/index.js +1 -1
- package/build/components/checkout/components/error/no-shipping-error/index.d.ts +3 -5
- package/build/components/checkout/components/error/no-shipping-error/index.js +1 -1
- package/build/components/checkout/components/error/stock-error/index.js +1 -1
- package/build/components/checkout/components/form-item/index.js +1 -1
- package/build/components/checkout/components/form-item/model.js +1 -1
- package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
- package/build/components/checkout/index.d.ts +2 -1
- package/build/components/checkout/index.js +1 -1
- package/build/components/checkout/model.d.ts +17 -6
- package/build/components/checkout/model.js +1 -1
- package/build/components/checkout/steps/step-info/index.js +1 -1
- package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
- package/build/components/checkout/steps/step-payment/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
- package/build/components/checkout/steps/step-shipping/index.js +1 -1
- package/build/components/checkout/steps/step-success/index.js +1 -1
- package/build/components/checkout/style.module.scss.js +1 -1
- package/build/components/page/head.d.ts +1 -0
- package/build/components/page/head.js +1 -1
- package/build/components/page/index.d.ts +1 -0
- package/build/components/page/index.js +1 -1
- package/build/components/page-editor/ThemeComponentEditor.js +1 -1
- package/build/components/page-editor/model.js +1 -1
- package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/config/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +15 -0
- package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/utils/api.js +1 -0
- package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +1 -0
- package/build/ext/axios/index.js +1 -0
- package/build/ext/axios/lib/adapters/http.js +1 -0
- package/build/ext/axios/lib/adapters/xhr.js +1 -0
- package/build/ext/axios/lib/axios.js +1 -0
- package/build/ext/axios/lib/cancel/Cancel.js +1 -0
- package/build/ext/axios/lib/cancel/CancelToken.js +1 -0
- package/build/ext/axios/lib/cancel/isCancel.js +1 -0
- package/build/ext/axios/lib/core/Axios.js +1 -0
- package/build/ext/axios/lib/core/InterceptorManager.js +1 -0
- package/build/ext/axios/lib/core/buildFullPath.js +1 -0
- package/build/ext/axios/lib/core/createError.js +1 -0
- package/build/ext/axios/lib/core/dispatchRequest.js +1 -0
- package/build/ext/axios/lib/core/enhanceError.js +1 -0
- package/build/ext/axios/lib/core/mergeConfig.js +1 -0
- package/build/ext/axios/lib/core/settle.js +1 -0
- package/build/ext/axios/lib/core/transformData.js +1 -0
- package/build/ext/axios/lib/defaults.js +1 -0
- package/build/ext/axios/lib/helpers/bind.js +1 -0
- package/build/ext/axios/lib/helpers/buildURL.js +1 -0
- package/build/ext/axios/lib/helpers/combineURLs.js +1 -0
- package/build/ext/axios/lib/helpers/cookies.js +1 -0
- package/build/ext/axios/lib/helpers/isAbsoluteURL.js +1 -0
- package/build/ext/axios/lib/helpers/isAxiosError.js +1 -0
- package/build/ext/axios/lib/helpers/isURLSameOrigin.js +1 -0
- package/build/ext/axios/lib/helpers/normalizeHeaderName.js +1 -0
- package/build/ext/axios/lib/helpers/parseHeaders.js +1 -0
- package/build/ext/axios/lib/helpers/spread.js +1 -0
- package/build/ext/axios/lib/helpers/validator.js +1 -0
- package/build/ext/axios/lib/utils.js +1 -0
- package/build/ext/axios/package.json.js +1 -0
- package/build/ext/debug/src/browser.js +1 -0
- package/build/ext/debug/src/common.js +1 -0
- package/build/ext/debug/src/index.js +1 -0
- package/build/ext/debug/src/node.js +1 -0
- package/build/ext/follow-redirects/debug.js +1 -0
- package/build/ext/follow-redirects/index.js +1 -0
- package/build/ext/has-flag/index.js +1 -0
- package/build/ext/ms/index.js +1 -0
- package/build/ext/supports-color/index.js +1 -0
- package/build/ext/tslib/tslib.es6.js +1 -1
- package/build/ext/uuid/dist/{esm-browser → esm-node}/regex.js +0 -0
- package/build/ext/uuid/dist/esm-node/rng.js +1 -0
- package/build/ext/uuid/dist/esm-node/stringify.js +1 -0
- package/build/ext/uuid/dist/esm-node/v4.js +1 -0
- package/build/ext/uuid/dist/{esm-browser → esm-node}/validate.js +0 -0
- package/build/ikas.js +8 -42
- package/build/index.js +1 -1
- package/build/models/data/blog/enums.d.ts +2 -0
- package/build/models/data/blog/index.d.ts +19 -53
- package/build/models/data/blog/index.js +1 -1
- package/build/models/data/brand/enums.d.ts +2 -0
- package/build/models/data/brand/index.d.ts +10 -14
- package/build/models/data/brand/index.js +1 -1
- package/build/models/data/cart/campaign-offer/enums.d.ts +3 -0
- package/build/models/data/cart/campaign-offer/index.d.ts +8 -0
- package/build/models/data/cart/campaign-offer/index.js +1 -0
- package/build/models/data/cart/enums.d.ts +2 -0
- package/build/models/data/cart/index.d.ts +18 -45
- package/build/models/data/cart/index.js +1 -1
- package/build/models/data/category/enums.d.ts +2 -0
- package/build/models/data/category/index.d.ts +18 -31
- package/build/models/data/category/index.js +1 -1
- package/build/models/data/checkout/index.d.ts +5 -91
- package/build/models/data/checkout/index.js +1 -1
- package/build/models/data/checkout-settings/enums.d.ts +2 -0
- package/build/models/data/checkout-settings/index.d.ts +8 -20
- package/build/models/data/checkout-settings/index.js +1 -1
- package/build/models/data/city/index.d.ts +3 -4
- package/build/models/data/city/index.js +1 -0
- package/build/models/data/country/index.d.ts +3 -8
- package/build/models/data/country/index.js +1 -0
- package/build/models/data/customer/address/index.d.ts +36 -33
- package/build/models/data/customer/address/index.js +1 -1
- package/build/models/data/customer/attribute-value/index.d.ts +7 -0
- package/build/models/data/customer/attribute-value/index.js +1 -0
- package/build/models/data/customer/enums.d.ts +4 -0
- package/build/models/data/customer/index.d.ts +30 -25
- package/build/models/data/customer/index.js +1 -1
- package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +3 -0
- package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +3 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +8 -0
- package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -0
- package/build/models/data/customer-attribute/enums.d.ts +2 -0
- package/build/models/data/customer-attribute/index.d.ts +22 -0
- package/build/models/data/customer-attribute/index.js +1 -0
- package/build/models/data/customer-review/enums.d.ts +2 -0
- package/build/models/data/customer-review/index.d.ts +7 -22
- package/build/models/data/customer-review/index.js +1 -1
- package/build/models/data/customer-review-summary/index.d.ts +8 -0
- package/build/models/data/customer-review-summary/index.js +1 -0
- package/build/models/data/district/index.d.ts +3 -4
- package/build/models/data/district/index.js +1 -0
- package/build/models/data/favorite-product/index.d.ts +2 -5
- package/build/models/data/favorite-product/index.js +1 -1
- package/build/models/data/html-meta-data/enums.d.ts +2 -0
- package/build/models/data/html-meta-data/index.d.ts +7 -18
- package/build/models/data/html-meta-data/index.js +1 -1
- package/build/models/data/image/index.d.ts +2 -1
- package/build/models/data/image/index.js +1 -1
- package/build/models/data/index.d.ts +59 -33
- package/build/models/data/merchant-settings/index.d.ts +3 -5
- package/build/models/data/merchant-settings/index.js +1 -1
- package/build/models/data/order/address/index.d.ts +32 -32
- package/build/models/data/order/address/index.js +1 -1
- package/build/models/data/order/adjustment/enums.d.ts +4 -0
- package/build/models/data/order/adjustment/index.d.ts +8 -15
- package/build/models/data/order/adjustment/index.js +1 -0
- package/build/models/data/order/customer/index.d.ts +10 -0
- package/build/models/data/order/customer/index.js +1 -0
- package/build/models/data/order/enums.d.ts +6 -0
- package/build/models/data/order/gift-line/index.d.ts +3 -4
- package/build/models/data/order/gift-line/index.js +1 -0
- package/build/models/data/order/index.d.ts +39 -132
- package/build/models/data/order/index.js +1 -1
- package/build/models/data/order/invoice/enums.d.ts +2 -0
- package/build/models/data/order/invoice/index.d.ts +7 -0
- package/build/models/data/order/invoice/index.js +1 -0
- package/build/models/data/order/line-item/discount/index.d.ts +5 -10
- package/build/models/data/order/line-item/discount/index.js +1 -1
- package/build/models/data/order/line-item/enums.d.ts +2 -0
- package/build/models/data/order/line-item/index.d.ts +10 -31
- package/build/models/data/order/line-item/index.js +1 -1
- package/build/models/data/order/line-item/option/index.d.ts +9 -0
- package/build/models/data/order/line-item/option/index.js +1 -0
- package/build/models/data/order/line-item/option/value/index.d.ts +3 -0
- package/build/models/data/order/line-item/option/value/index.js +1 -0
- package/build/models/data/order/line-item/variant/index.d.ts +6 -17
- package/build/models/data/order/line-item/variant/index.js +1 -1
- package/build/models/data/order/package/enums.d.ts +2 -0
- package/build/models/data/order/package/index.d.ts +9 -0
- package/build/models/data/order/package/index.js +1 -0
- package/build/models/data/order/package/tracking-info/index.d.ts +3 -0
- package/build/models/data/order/package/tracking-info/index.js +1 -0
- package/build/models/data/order/payment-method/enums.d.ts +2 -0
- package/build/models/data/order/payment-method/index.d.ts +7 -0
- package/build/models/data/order/payment-method/index.js +1 -0
- package/build/models/data/order/refund/index.d.ts +1 -1
- package/build/models/data/order/refund/index.js +1 -0
- package/build/models/data/order/refund/line-item/index.d.ts +3 -0
- package/build/models/data/order/refund/line-item/index.js +1 -0
- package/build/models/data/order/refund/{settings.d.ts → settings/index.d.ts} +0 -0
- package/build/models/data/order/refund/{settings.js → settings/index.js} +0 -0
- package/build/models/data/order/shipping-line/index.d.ts +3 -7
- package/build/models/data/order/shipping-line/index.js +1 -0
- package/build/models/data/order/tax-line/index.d.ts +3 -0
- package/build/models/data/order/tax-line/index.js +1 -0
- package/build/models/data/order/transaction/enums.d.ts +5 -0
- package/build/models/data/order/transaction/index.d.ts +37 -0
- package/build/models/data/order/transaction/index.js +1 -0
- package/build/models/data/payment-gateway/additional-price/index.d.ts +7 -0
- package/build/models/data/payment-gateway/additional-price/index.js +1 -0
- package/build/models/data/payment-gateway/enums.d.ts +5 -0
- package/build/models/data/payment-gateway/index.d.ts +9 -34
- package/build/models/data/payment-gateway/index.js +1 -1
- package/build/models/data/product/attribute-value/index.d.ts +5 -5
- package/build/models/data/product/attribute-value/index.js +1 -1
- package/build/models/data/product/index.d.ts +1 -1
- package/build/models/data/product/index.js +1 -1
- package/build/models/data/product/variant/index.d.ts +1 -2
- package/build/models/data/product/variant/index.js +1 -1
- package/build/models/data/product/variant/price/index.d.ts +2 -4
- package/build/models/data/product/variant/price/index.js +1 -1
- package/build/models/data/product-attribute/index.d.ts +2 -2
- package/build/models/data/product-attribute/{product-attribute-option → option}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{product-attribute-option → option}/index.js +0 -0
- package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.d.ts +0 -0
- package/build/models/data/product-attribute/{product-attribute-table-cell → table-cell}/index.js +0 -0
- package/build/models/data/product-attribute/table-template/index.d.ts +6 -0
- package/build/models/data/product-attribute/table-template/index.js +1 -0
- package/build/models/data/product-campaign/campaign/index.d.ts +41 -0
- package/build/models/data/{product-campaing → product-campaign}/campaign/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/filter/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/filter/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-buyx-then-gety/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-campaign-date-range-field/index.js +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.d.ts +0 -0
- package/build/models/data/{product-campaing → product-campaign}/product-fixed-discount/index.js +0 -0
- package/build/models/data/product-filter/index.d.ts +6 -7
- package/build/models/data/product-filter/index.js +1 -1
- package/build/models/data/product-option-set/enums.d.ts +3 -0
- package/build/models/data/product-option-set/index.d.ts +2 -14
- package/build/models/data/product-option-set/index.js +1 -1
- package/build/models/data/state/index.d.ts +3 -5
- package/build/models/data/state/index.js +1 -0
- package/build/models/data/storefront/index.d.ts +3 -0
- package/build/models/data/storefront/index.js +1 -1
- package/build/models/data/storefront/theme-localization/index.js +1 -1
- package/build/models/theme/custom-data/index.js +1 -1
- package/build/models/theme/page/component/prop-value/product-list.d.ts +2 -1
- package/build/models/theme/page/component/prop-value/product-list.js +1 -1
- package/build/models/theme/settings/color/index.js +1 -1
- package/build/models/ui/blog-category-list/index.js +1 -1
- package/build/models/ui/blog-list/index.js +1 -1
- package/build/models/ui/brand-list/index.js +1 -1
- package/build/models/ui/category-list/index.js +1 -1
- package/build/models/ui/customer-review-list/index.js +1 -1
- package/build/models/ui/customer-review-summary-list/index.d.ts +43 -0
- package/build/models/ui/customer-review-summary-list/index.js +1 -0
- package/build/models/ui/index.d.ts +2 -1
- package/build/models/ui/product-detail/index.d.ts +9 -3
- package/build/models/ui/product-detail/index.js +1 -1
- package/build/models/ui/product-list/index.d.ts +10 -1
- package/build/models/ui/product-list/index.js +1 -1
- package/build/models/ui/raffle-list/index.js +1 -1
- package/build/models/ui/validator/form/account-info.d.ts +1 -1
- package/build/models/ui/validator/form/account-info.js +1 -1
- package/build/models/ui/validator/form/address.d.ts +3 -0
- package/build/models/ui/validator/form/address.js +1 -1
- package/build/models/ui/validator/form/contact-form.js +1 -1
- package/build/models/ui/validator/form/raffle-form.js +1 -1
- package/build/models/ui/validator/form/register.d.ts +4 -0
- package/build/models/ui/validator/form/register.js +1 -1
- package/build/pages/404.js +1 -1
- package/build/pages/_slug_/index.js +1 -1
- package/build/pages/account/addresses.js +1 -1
- package/build/pages/account/favorite-products.js +1 -1
- package/build/pages/account/forgot-password.js +1 -1
- package/build/pages/account/index.js +1 -1
- package/build/pages/account/login.js +1 -1
- package/build/pages/account/orders/_id_.js +1 -1
- package/build/pages/account/orders/index.js +1 -1
- package/build/pages/account/raffles.js +1 -1
- package/build/pages/account/recover-password.js +1 -1
- package/build/pages/account/register.js +1 -1
- package/build/pages/blog/_slug_.js +1 -1
- package/build/pages/blog/index.js +1 -1
- package/build/pages/cart.js +1 -1
- package/build/pages/checkout.js +1 -1
- package/build/pages/home.js +1 -1
- package/build/pages/pages/_slug_.js +1 -1
- package/build/pages/raffle/_slug_.js +1 -1
- package/build/pages/raffle/index.js +1 -1
- package/build/pages/search.js +1 -1
- package/build/providers/helpers/raffles.js +1 -1
- package/build/providers/page-data-get.d.ts +7 -1
- package/build/providers/page-data-get.js +1 -1
- package/build/providers/page-data-init.js +1 -1
- package/build/providers/page-data-next.d.ts +26 -0
- package/build/providers/page-data-next.js +1 -1
- package/build/providers/placeholders.js +1 -1
- package/build/providers/prop-value/attribute-list.js +1 -1
- package/build/providers/prop-value/attribute.js +1 -1
- package/build/providers/prop-value/blog-category-list.js +1 -1
- package/build/providers/prop-value/blog-category.js +1 -1
- package/build/providers/prop-value/blog-list.js +1 -1
- package/build/providers/prop-value/blog.js +1 -1
- package/build/providers/prop-value/brand-list.js +1 -1
- package/build/providers/prop-value/brand.js +1 -1
- package/build/providers/prop-value/category-list.js +1 -1
- package/build/providers/prop-value/category.js +1 -1
- package/build/providers/prop-value/custom.js +1 -1
- package/build/providers/prop-value/image-list.js +1 -1
- package/build/providers/prop-value/image.js +1 -1
- package/build/providers/prop-value/link.js +1 -1
- package/build/providers/prop-value/product-detail.js +1 -1
- package/build/providers/prop-value/product-list.d.ts +6 -0
- package/build/providers/prop-value/product-list.js +1 -1
- package/build/providers/prop-value/raffle-list.js +1 -1
- package/build/providers/prop-value/raffle.js +1 -1
- package/build/providers/prop-value/slider.d.ts +1 -1
- package/build/scripts/generators/types/index.js +1 -1
- package/build/store/base.d.ts +3 -0
- package/build/store/base.js +1 -1
- package/build/store/blog/index.d.ts +28 -0
- package/build/store/blog/index.js +1 -0
- package/build/store/brand/index.d.ts +12 -0
- package/build/store/brand/index.js +1 -0
- package/build/store/cart/api.d.ts +12 -0
- package/build/store/cart/api.js +1 -0
- package/build/store/cart/index.d.ts +28 -0
- package/build/store/cart/index.js +1 -0
- package/build/store/category/index.d.ts +12 -0
- package/build/store/category/index.js +1 -0
- package/build/store/checkout/index.d.ts +20 -0
- package/build/store/checkout/index.js +1 -0
- package/build/store/customer/api.d.ts +75 -0
- package/build/store/customer/api.js +1 -0
- package/build/store/customer/index.d.ts +79 -0
- package/build/store/customer/index.js +1 -0
- package/build/store/html-meta-data/index.d.ts +6 -0
- package/build/store/html-meta-data/index.js +1 -0
- package/build/store/location/index.d.ts +13 -0
- package/build/store/location/index.js +1 -0
- package/build/store/merchant/index.d.ts +6 -0
- package/build/store/merchant/index.js +1 -0
- package/build/store/product/index.d.ts +40 -0
- package/build/store/product/index.js +1 -0
- package/build/store/raffle/index.d.ts +18 -0
- package/build/store/raffle/index.js +1 -0
- package/build/store/storefront/index.d.ts +6 -0
- package/build/store/storefront/index.js +1 -0
- package/build/storefront/index.d.ts +7 -0
- package/build/storefront/index.js +1 -1
- package/build/utils/constants.d.ts +1 -0
- package/build/utils/constants.js +1 -0
- package/build/utils/currency.js +1 -1
- package/build/utils/helper.d.ts +1 -0
- package/build/utils/helper.js +1 -1
- package/package.json +4 -8
- package/build/__generated__/global-types.d.ts +0 -724
- package/build/__generated__/global-types.js +0 -1
- package/build/_virtual/Observable.js_commonjs-proxy.js +0 -1
- package/build/_virtual/parser.mjs_commonjs-proxy.js +0 -1
- package/build/api/apollo.d.ts +0 -10
- package/build/api/apollo.js +0 -1
- package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +0 -24
- package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +0 -19
- package/build/api/back-in-stock-reminder/index.d.ts +0 -23
- package/build/api/back-in-stock-reminder/index.js +0 -1
- package/build/api/blog/__generated__/getBlog.d.ts +0 -110
- package/build/api/blog/__generated__/listBlog.d.ts +0 -113
- package/build/api/blog/__generated__/listBlogCategory.d.ts +0 -65
- package/build/api/blog/__generated__/listBlogMetaData.d.ts +0 -57
- package/build/api/blog/index.d.ts +0 -32
- package/build/api/blog/index.js +0 -1
- package/build/api/brand/__generated__/listProductBrand.d.ts +0 -88
- package/build/api/brand/index.d.ts +0 -16
- package/build/api/brand/index.js +0 -1
- package/build/api/cart/__generated__/getCart.d.ts +0 -178
- package/build/api/cart/__generated__/saveItemToCart.d.ts +0 -187
- package/build/api/cart/index.d.ts +0 -5
- package/build/api/cart/index.js +0 -1
- package/build/api/category/__generated__/listCategory.d.ts +0 -99
- package/build/api/category/__generated__/listCategoryPaths.d.ts +0 -32
- package/build/api/category/index.d.ts +0 -18
- package/build/api/category/index.js +0 -1
- package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +0 -11
- package/build/api/checkout/__generated__/checkStocks.d.ts +0 -18
- package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +0 -22
- package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +0 -10
- package/build/api/checkout/__generated__/getCheckoutById.d.ts +0 -574
- package/build/api/checkout/__generated__/getOrder.d.ts +0 -620
- package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +0 -34
- package/build/api/checkout/__generated__/listPaymentGateway.d.ts +0 -42
- package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +0 -23
- package/build/api/checkout/__generated__/saveCheckout.d.ts +0 -11
- package/build/api/checkout/index.d.ts +0 -29
- package/build/api/checkout/index.js +0 -1
- package/build/api/city/__generated__/listCity.d.ts +0 -20
- package/build/api/city/index.d.ts +0 -4
- package/build/api/city/index.js +0 -1
- package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +0 -9
- package/build/api/contact-form/index.d.ts +0 -10
- package/build/api/contact-form/index.js +0 -1
- package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +0 -6
- package/build/api/country/__generated__/getMyCountry.d.ts +0 -3
- package/build/api/country/__generated__/listCountry.d.ts +0 -41
- package/build/api/country/index.d.ts +0 -6
- package/build/api/country/index.js +0 -1
- package/build/api/customer/__generated__/checkCustomerEmail.d.ts +0 -10
- package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +0 -11
- package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +0 -590
- package/build/api/customer/__generated__/customerForgotPassword.d.ts +0 -7
- package/build/api/customer/__generated__/customerLogin.d.ts +0 -167
- package/build/api/customer/__generated__/customerRecoverPassword.d.ts +0 -8
- package/build/api/customer/__generated__/customerRefreshToken.d.ts +0 -11
- package/build/api/customer/__generated__/customerSocialLogin.d.ts +0 -166
- package/build/api/customer/__generated__/getCustomerOrders.d.ts +0 -620
- package/build/api/customer/__generated__/getLastViewedProducts.d.ts +0 -15
- package/build/api/customer/__generated__/getMyCustomer.d.ts +0 -145
- package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +0 -13
- package/build/api/customer/__generated__/listOrderTransactions.d.ts +0 -53
- package/build/api/customer/__generated__/registerCustomer.d.ts +0 -163
- package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +0 -11
- package/build/api/customer/__generated__/saveMyCustomer.d.ts +0 -160
- package/build/api/customer/index.d.ts +0 -49
- package/build/api/customer/index.js +0 -1
- package/build/api/customer-review/__generated__/createCustomerReview.d.ts +0 -11
- package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +0 -53
- package/build/api/customer-review/index.d.ts +0 -24
- package/build/api/customer-review/index.js +0 -1
- package/build/api/district/__generated__/listDistrict.d.ts +0 -16
- package/build/api/district/index.d.ts +0 -4
- package/build/api/district/index.js +0 -1
- package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +0 -6
- package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +0 -12
- package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +0 -7
- package/build/api/favorite-product/index.d.ts +0 -6
- package/build/api/favorite-product/index.js +0 -1
- package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +0 -38
- package/build/api/html-meta-data/index.d.ts +0 -4
- package/build/api/html-meta-data/index.js +0 -1
- package/build/api/index.d.ts +0 -24
- package/build/api/merchant/__generated__/listMerchantSettings.d.ts +0 -9
- package/build/api/merchant/index.d.ts +0 -4
- package/build/api/merchant/index.js +0 -1
- package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +0 -72
- package/build/api/product-attribute/index.d.ts +0 -4
- package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +0 -91
- package/build/api/product-campaign/index.d.ts +0 -10
- package/build/api/product-campaign/index.js +0 -1
- package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +0 -7
- package/build/api/product-option-file/index.d.ts +0 -7
- package/build/api/product-option-file/index.js +0 -1
- package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +0 -98
- package/build/api/product-option-set/index.d.ts +0 -4
- package/build/api/product-option-set/index.js +0 -1
- package/build/api/product-search/__generated__/getProductFilterData.d.ts +0 -61
- package/build/api/product-search/__generated__/searchProducts.d.ts +0 -26
- package/build/api/product-search/index.d.ts +0 -20
- package/build/api/product-search/index.js +0 -1
- package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +0 -44
- package/build/api/raffle/__generated__/listRaffle.d.ts +0 -85
- package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +0 -22
- package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +0 -30
- package/build/api/raffle/index.d.ts +0 -24
- package/build/api/raffle/index.js +0 -1
- package/build/api/state/__generated__/listState.d.ts +0 -19
- package/build/api/state/index.d.ts +0 -4
- package/build/api/state/index.js +0 -1
- package/build/api/stock-location/__generated__/listStockLocation.d.ts +0 -7
- package/build/api/stock-location/index.d.ts +0 -4
- package/build/api/storefront/__generated__/getStorefront.d.ts +0 -61
- package/build/api/storefront/index.d.ts +0 -4
- package/build/api/storefront/index.js +0 -1
- package/build/api/variant-type/__generated__/listVariantType.d.ts +0 -76
- package/build/api/variant-type/index.d.ts +0 -4
- package/build/ext/@apollo/client/cache/core/cache.js +0 -1
- package/build/ext/@apollo/client/cache/core/types/common.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/entityStore.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/helpers.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/policies.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +0 -1
- package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +0 -1
- package/build/ext/@apollo/client/core/ApolloClient.js +0 -1
- package/build/ext/@apollo/client/core/LocalState.js +0 -1
- package/build/ext/@apollo/client/core/ObservableQuery.js +0 -1
- package/build/ext/@apollo/client/core/QueryInfo.js +0 -1
- package/build/ext/@apollo/client/core/QueryManager.js +0 -1
- package/build/ext/@apollo/client/core/Reobserver.js +0 -1
- package/build/ext/@apollo/client/core/networkStatus.js +0 -1
- package/build/ext/@apollo/client/errors/index.js +0 -1
- package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +0 -15
- package/build/ext/@apollo/client/link/context/index.js +0 -1
- package/build/ext/@apollo/client/link/core/ApolloLink.js +0 -1
- package/build/ext/@apollo/client/link/core/execute.js +0 -1
- package/build/ext/@apollo/client/link/error/index.js +0 -1
- package/build/ext/@apollo/client/link/http/HttpLink.js +0 -1
- package/build/ext/@apollo/client/link/http/checkFetcher.js +0 -1
- package/build/ext/@apollo/client/link/http/createHttpLink.js +0 -1
- package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +0 -1
- package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -1
- package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +0 -1
- package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -1
- package/build/ext/@apollo/client/link/http/selectURI.js +0 -1
- package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +0 -1
- package/build/ext/@apollo/client/link/utils/createOperation.js +0 -1
- package/build/ext/@apollo/client/link/utils/fromError.js +0 -1
- package/build/ext/@apollo/client/link/utils/throwServerError.js +0 -1
- package/build/ext/@apollo/client/link/utils/transformOperation.js +0 -1
- package/build/ext/@apollo/client/link/utils/validateOperation.js +0 -1
- package/build/ext/@apollo/client/utilities/common/arrays.js +0 -1
- package/build/ext/@apollo/client/utilities/common/canUse.js +0 -1
- package/build/ext/@apollo/client/utilities/common/cloneDeep.js +0 -1
- package/build/ext/@apollo/client/utilities/common/compact.js +0 -1
- package/build/ext/@apollo/client/utilities/common/environment.js +0 -1
- package/build/ext/@apollo/client/utilities/common/errorHandling.js +0 -1
- package/build/ext/@apollo/client/utilities/common/filterInPlace.js +0 -1
- package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +0 -1
- package/build/ext/@apollo/client/utilities/common/mergeDeep.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/directives.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/fragments.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +0 -1
- package/build/ext/@apollo/client/utilities/graphql/transform.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/Concast.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/Observable.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/asyncMap.js +0 -1
- package/build/ext/@apollo/client/utilities/observables/iteration.js +0 -1
- package/build/ext/@apollo/client/version.js +0 -1
- package/build/ext/@ungap/global-this/esm/index.js +0 -1
- package/build/ext/@wry/context/lib/context.esm.js +0 -1
- package/build/ext/@wry/equality/lib/equality.esm.js +0 -1
- package/build/ext/@wry/trie/lib/trie.esm.js +0 -1
- package/build/ext/fast-json-stable-stringify/index.js +0 -1
- package/build/ext/graphql/error/GraphQLError.mjs.js +0 -1
- package/build/ext/graphql/error/syntaxError.mjs.js +0 -1
- package/build/ext/graphql/jsutils/defineInspect.mjs.js +0 -1
- package/build/ext/graphql/jsutils/devAssert.mjs.js +0 -1
- package/build/ext/graphql/jsutils/inspect.mjs.js +0 -1
- package/build/ext/graphql/jsutils/instanceOf.mjs.js +0 -1
- package/build/ext/graphql/jsutils/invariant.mjs.js +0 -1
- package/build/ext/graphql/jsutils/isObjectLike.mjs.js +0 -1
- package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +0 -1
- package/build/ext/graphql/language/ast.mjs.js +0 -1
- package/build/ext/graphql/language/blockString.mjs.js +0 -1
- package/build/ext/graphql/language/directiveLocation.mjs.js +0 -1
- package/build/ext/graphql/language/kinds.mjs.js +0 -1
- package/build/ext/graphql/language/lexer.mjs.js +0 -1
- package/build/ext/graphql/language/location.mjs.js +0 -1
- package/build/ext/graphql/language/parser.mjs.js +0 -1
- package/build/ext/graphql/language/printLocation.mjs.js +0 -1
- package/build/ext/graphql/language/printer.mjs.js +0 -1
- package/build/ext/graphql/language/source.mjs.js +0 -1
- package/build/ext/graphql/language/tokenKind.mjs.js +0 -1
- package/build/ext/graphql/language/visitor.mjs.js +0 -1
- package/build/ext/graphql/polyfills/symbols.mjs.js +0 -1
- package/build/ext/graphql-tag/src/index.js +0 -1
- package/build/ext/optimism/lib/bundle.esm.js +0 -1
- package/build/ext/symbol-observable/es/index.js +0 -1
- package/build/ext/symbol-observable/es/ponyfill.js +0 -1
- package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +0 -15
- package/build/ext/ts-invariant/lib/invariant.esm.js +0 -1
- package/build/ext/uuid/dist/esm-browser/rng.js +0 -1
- package/build/ext/uuid/dist/esm-browser/stringify.js +0 -1
- package/build/ext/uuid/dist/esm-browser/v4.js +0 -1
- package/build/ext/zen-observable/index.js +0 -1
- package/build/ext/zen-observable/lib/Observable.js +0 -1
- package/build/models/data/customer-review-settings/index.d.ts +0 -4
- package/build/models/data/installment-info/index.d.ts +0 -30
- package/build/models/data/installment-info/index.js +0 -1
- package/build/models/data/language/index.d.ts +0 -6
- package/build/models/data/order/line-item/options/index.d.ts +0 -11
- package/build/models/data/order/line-item/options/index.js +0 -1
- package/build/models/data/order/line-item/options/options-value/index.d.ts +0 -6
- package/build/models/data/order/line-item/options/options-value/index.js +0 -1
- package/build/models/data/order/refund/refund-line-item/index.d.ts +0 -5
- package/build/models/data/order-transaction/index.d.ts +0 -74
- package/build/models/data/order-transaction/index.js +0 -1
- package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +0 -6
- package/build/models/data/product-attribute/product-attribute-table-template/index.js +0 -1
- package/build/models/data/product-campaing/campaign/index.d.ts +0 -41
- package/build/models/data/product-cart-item-options/index.d.ts +0 -6
- package/build/models/data/product-cart-item-options/index.js +0 -1
- package/build/models/data/simple-product/index.d.ts +0 -137
- package/build/store/cart.d.ts +0 -29
- package/build/store/cart.js +0 -1
- package/build/store/customer.d.ts +0 -92
- package/build/store/customer.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'../../ext/tslib/tslib.es6.js';import{makeObservable as r,observable as t}from"mobx";import{CartCampaignOfferStatus as i}from"../types/index.js";var a=function(e){void 0===e&&(e={}),this.appliedOrderLineId=e.appliedOrderLineId||null,this.campaignOfferId=e.campaignOfferId||"",this.campaignOfferProductId=e.campaignOfferProductId||null,this.offerEndDate=e.offerEndDate||null,this.offerStartDate=e.offerStartDate||null,this.status=e.status||i.ACCEPTED,this.targetPageTypes=e.targetPageTypes||[],this.triggerSourceOrderLineId=e.triggerSourceOrderLineId||"",r(this,{appliedOrderLineId:t,campaignOfferId:t,campaignOfferProductId:t,offerEndDate:t,offerStartDate:t,status:t,targetPageTypes:t,triggerSourceOrderLineId:t})},d=function(r){function t(){return null!==r&&r.apply(this,arguments)||this}return e(t,r),t}(a);export{d as CartV2CampaignOffer,a as CartV2CampaignOfferData};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CategoryProductsOrderTypeEnum } from "../types";
|
|
4
|
+
import { CategoryPathItemData } from "./CategoryPathItem";
|
|
5
|
+
import { CategoryConditionData } from "./CategoryCondition";
|
|
6
|
+
import { HTMLMetaDataData } from "./HTMLMetaData";
|
|
7
|
+
import { CategoryTranslationData } from "./CategoryTranslation";
|
|
8
|
+
export declare class CategoryData extends BaseModelData {
|
|
9
|
+
categoryPath: string[] | null;
|
|
10
|
+
categoryPathItems: CategoryPathItemData[] | null;
|
|
11
|
+
conditions: CategoryConditionData[] | null;
|
|
12
|
+
description: string | null;
|
|
13
|
+
imageId: string | null;
|
|
14
|
+
isAutomated: boolean | null;
|
|
15
|
+
metaData: HTMLMetaDataData | null;
|
|
16
|
+
name: string;
|
|
17
|
+
orderType: CategoryProductsOrderTypeEnum | null;
|
|
18
|
+
parentId: string | null;
|
|
19
|
+
salesChannelIds: string[] | null;
|
|
20
|
+
shouldMatchAllConditions: boolean | null;
|
|
21
|
+
translations: CategoryTranslationData[] | null;
|
|
22
|
+
constructor(data?: Partial<CategoryData>);
|
|
23
|
+
}
|
|
24
|
+
export declare class Category extends CategoryData {
|
|
25
|
+
}
|
|
26
|
+
export declare type PartialCategory = Partial<Category>;
|
|
27
|
+
export declare type ReadOnlyCategory = DeepReadonly<Category>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'../../ext/tslib/tslib.es6.js';import{makeObservable as n,observable as o}from"mobx";import a from"./_base.js";import{CategoryPathItemData as e}from"./CategoryPathItem.js";import{CategoryConditionData as i}from"./CategoryCondition.js";import{HTMLMetaDataData as l}from"./HTMLMetaData.js";import{CategoryTranslationData as s}from"./CategoryTranslation.js";var r=function(a){function r(t){void 0===t&&(t={});var r=a.call(this,t)||this;return r.categoryPath=t.categoryPath||null,r.categoryPathItems=t.categoryPathItems?t.categoryPathItems.map((function(t){return new e(t)})):null,r.conditions=t.conditions?t.conditions.map((function(t){return new i(t)})):null,r.description=t.description||null,r.imageId=t.imageId||null,r.isAutomated=void 0!==t.isAutomated&&null!==t.isAutomated?t.isAutomated:null,r.metaData=t.metaData?new l(t.metaData):null,r.name=t.name||"",r.orderType=t.orderType||null,r.parentId=t.parentId||null,r.salesChannelIds=t.salesChannelIds||null,r.shouldMatchAllConditions=void 0!==t.shouldMatchAllConditions&&null!==t.shouldMatchAllConditions?t.shouldMatchAllConditions:null,r.translations=t.translations?t.translations.map((function(t){return new s(t)})):null,n(r,{categoryPath:o,categoryPathItems:o,conditions:o,description:o,imageId:o,isAutomated:o,metaData:o,name:o,orderType:o,parentId:o,salesChannelIds:o,shouldMatchAllConditions:o,translations:o}),r}return t(r,a),r}(a),d=function(n){function o(){return null!==n&&n.apply(this,arguments)||this}return t(o,n),o}(r);export{d as Category,r as CategoryData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CategoryConditionTypeEnum } from "../types";
|
|
3
|
+
export declare class CategoryConditionData {
|
|
4
|
+
conditionType: CategoryConditionTypeEnum;
|
|
5
|
+
valueList: string[];
|
|
6
|
+
constructor(data?: Partial<CategoryConditionData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CategoryCondition extends CategoryConditionData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCategoryCondition = Partial<CategoryCondition>;
|
|
11
|
+
export declare type ReadOnlyCategoryCondition = DeepReadonly<CategoryCondition>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as t,observable as o}from"mobx";import{CategoryConditionTypeEnum as n}from"../types/index.js";var s=function(i){void 0===i&&(i={}),this.conditionType=i.conditionType||n.CREATED_AT,this.valueList=i.valueList||[],t(this,{conditionType:o,valueList:o})};!function(t){function o(){return null!==t&&t.apply(this,arguments)||this}i(o,t)}(s);export{s as CategoryConditionData};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CategoryFilterInputData {
|
|
3
|
+
eq: string | null;
|
|
4
|
+
in: string[] | null;
|
|
5
|
+
constructor(data?: Partial<CategoryFilterInputData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class CategoryFilterInput extends CategoryFilterInputData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialCategoryFilterInput = Partial<CategoryFilterInput>;
|
|
10
|
+
export declare type ReadOnlyCategoryFilterInput = DeepReadonly<CategoryFilterInput>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CategoryData } from "./Category";
|
|
3
|
+
export declare class CategoryPaginationResponseData {
|
|
4
|
+
count: number;
|
|
5
|
+
data: CategoryData[];
|
|
6
|
+
hasNext: boolean;
|
|
7
|
+
limit: number;
|
|
8
|
+
page: number;
|
|
9
|
+
constructor(data?: Partial<CategoryPaginationResponseData>);
|
|
10
|
+
}
|
|
11
|
+
export declare class CategoryPaginationResponse extends CategoryPaginationResponseData {
|
|
12
|
+
}
|
|
13
|
+
export declare type PartialCategoryPaginationResponse = Partial<CategoryPaginationResponse>;
|
|
14
|
+
export declare type ReadOnlyCategoryPaginationResponse = DeepReadonly<CategoryPaginationResponse>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CategoryPathFilterInputData {
|
|
3
|
+
in: string[] | null;
|
|
4
|
+
constructor(data?: Partial<CategoryPathFilterInputData>);
|
|
5
|
+
}
|
|
6
|
+
export declare class CategoryPathFilterInput extends CategoryPathFilterInputData {
|
|
7
|
+
}
|
|
8
|
+
export declare type PartialCategoryPathFilterInput = Partial<CategoryPathFilterInput>;
|
|
9
|
+
export declare type ReadOnlyCategoryPathFilterInput = DeepReadonly<CategoryPathFilterInput>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { HTMLMetaDataData } from "./HTMLMetaData";
|
|
4
|
+
import { CategoryTranslationData } from "./CategoryTranslation";
|
|
5
|
+
export declare class CategoryPathItemData extends BaseModelData {
|
|
6
|
+
description: string | null;
|
|
7
|
+
imageId: string | null;
|
|
8
|
+
isAutomated: boolean | null;
|
|
9
|
+
metaData: HTMLMetaDataData | null;
|
|
10
|
+
name: string;
|
|
11
|
+
translations: CategoryTranslationData[] | null;
|
|
12
|
+
constructor(data?: Partial<CategoryPathItemData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class CategoryPathItem extends CategoryPathItemData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialCategoryPathItem = Partial<CategoryPathItem>;
|
|
17
|
+
export declare type ReadOnlyCategoryPathItem = DeepReadonly<CategoryPathItem>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'../../ext/tslib/tslib.es6.js';import{makeObservable as a,observable as n}from"mobx";import i from"./_base.js";import{HTMLMetaDataData as o}from"./HTMLMetaData.js";import{CategoryTranslationData as e}from"./CategoryTranslation.js";var r=function(i){function r(t){void 0===t&&(t={});var r=i.call(this,t)||this;return r.description=t.description||null,r.imageId=t.imageId||null,r.isAutomated=void 0!==t.isAutomated&&null!==t.isAutomated?t.isAutomated:null,r.metaData=t.metaData?new o(t.metaData):null,r.name=t.name||"",r.translations=t.translations?t.translations.map((function(t){return new e(t)})):null,a(r,{description:n,imageId:n,isAutomated:n,metaData:n,name:n,translations:n}),r}return t(r,i),r}(i),s=function(a){function n(){return null!==a&&a.apply(this,arguments)||this}return t(n,a),n}(r);export{s as CategoryPathItem,r as CategoryPathItemData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CategoryTranslationData {
|
|
3
|
+
description: string | null;
|
|
4
|
+
locale: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<CategoryTranslationData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CategoryTranslation extends CategoryTranslationData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCategoryTranslation = Partial<CategoryTranslation>;
|
|
11
|
+
export declare type ReadOnlyCategoryTranslation = DeepReadonly<CategoryTranslation>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as t,observable as n}from"mobx";var o=function(i){void 0===i&&(i={}),this.description=i.description||null,this.locale=i.locale||"",this.name=i.name||null,t(this,{description:n,locale:n,name:n})},l=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return i(n,t),n}(o);export{l as CategoryTranslation,o as CategoryTranslationData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CheckStocksLineInputData {
|
|
3
|
+
productId: string;
|
|
4
|
+
quantity: number;
|
|
5
|
+
variantId: string;
|
|
6
|
+
constructor(data?: Partial<CheckStocksLineInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CheckStocksLineInput extends CheckStocksLineInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCheckStocksLineInput = Partial<CheckStocksLineInput>;
|
|
11
|
+
export declare type ReadOnlyCheckStocksLineInput = DeepReadonly<CheckStocksLineInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'../../ext/tslib/tslib.es6.js';var i=function(t){void 0===t&&(t={}),this.productId=t.productId||"",this.quantity=t.quantity||0,this.variantId=t.variantId||""},n=function(i){function n(){return null!==i&&i.apply(this,arguments)||this}return t(n,i),n}(i);export{n as CheckStocksLineInput,i as CheckStocksLineInputData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CheckStocksLineResponseData {
|
|
3
|
+
isAvailable: boolean;
|
|
4
|
+
stockCount: number;
|
|
5
|
+
variantId: string;
|
|
6
|
+
constructor(data?: Partial<CheckStocksLineResponseData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CheckStocksLineResponse extends CheckStocksLineResponseData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCheckStocksLineResponse = Partial<CheckStocksLineResponse>;
|
|
11
|
+
export declare type ReadOnlyCheckStocksLineResponse = DeepReadonly<CheckStocksLineResponse>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CheckStocksLineResponseData } from "./CheckStocksLineResponse";
|
|
3
|
+
export declare class CheckStocksResponseData {
|
|
4
|
+
lines: CheckStocksLineResponseData[];
|
|
5
|
+
constructor(data?: Partial<CheckStocksResponseData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class CheckStocksResponse extends CheckStocksResponseData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialCheckStocksResponse = Partial<CheckStocksResponse>;
|
|
10
|
+
export declare type ReadOnlyCheckStocksResponse = DeepReadonly<CheckStocksResponse>;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CheckoutRecoveryEmailStatusEnum, CheckoutRecoveryStatusEnum, ShippingMethodEnum, CheckoutStatusEnum } from "../types";
|
|
4
|
+
import { AbandonedCartFlowData } from "./AbandonedCartFlow";
|
|
5
|
+
import { OrderAdjustmentData } from "./OrderAdjustment";
|
|
6
|
+
import { AvailableShippingMethodData } from "./AvailableShippingMethod";
|
|
7
|
+
import { OrderAddressData } from "./OrderAddress";
|
|
8
|
+
import { CartData } from "./Cart";
|
|
9
|
+
import { CheckoutCustomerData } from "./CheckoutCustomer";
|
|
10
|
+
import { OrderGiftPackageLineData } from "./OrderGiftPackageLine";
|
|
11
|
+
import { OrderShippingLineData } from "./OrderShippingLine";
|
|
12
|
+
export declare class CheckoutData extends BaseModelData {
|
|
13
|
+
abandonedCheckoutFlows: AbandonedCartFlowData[] | null;
|
|
14
|
+
adjustments: OrderAdjustmentData[] | null;
|
|
15
|
+
availableShippingMethods: AvailableShippingMethodData[] | null;
|
|
16
|
+
billingAddress: OrderAddressData | null;
|
|
17
|
+
cart: CartData | null;
|
|
18
|
+
cartId: string;
|
|
19
|
+
couponCode: string | null;
|
|
20
|
+
customer: CheckoutCustomerData | null;
|
|
21
|
+
giftPackageLines: OrderGiftPackageLineData[] | null;
|
|
22
|
+
giftPackageNote: string | null;
|
|
23
|
+
isGiftPackage: boolean | null;
|
|
24
|
+
merchantId: string;
|
|
25
|
+
note: string | null;
|
|
26
|
+
orderId: string | null;
|
|
27
|
+
orderNumber: string | null;
|
|
28
|
+
orderedAt: any | null;
|
|
29
|
+
recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
|
|
30
|
+
recoveryStatus: CheckoutRecoveryStatusEnum | null;
|
|
31
|
+
shippingAddress: OrderAddressData | null;
|
|
32
|
+
shippingLines: OrderShippingLineData[] | null;
|
|
33
|
+
shippingMethod: ShippingMethodEnum;
|
|
34
|
+
shippingSettingsId: string | null;
|
|
35
|
+
shippingZoneRateId: string | null;
|
|
36
|
+
status: CheckoutStatusEnum;
|
|
37
|
+
stockLocationId: string | null;
|
|
38
|
+
totalFinalPrice: number;
|
|
39
|
+
constructor(data?: Partial<CheckoutData>);
|
|
40
|
+
}
|
|
41
|
+
export declare class Checkout extends CheckoutData {
|
|
42
|
+
}
|
|
43
|
+
export declare type PartialCheckout = Partial<Checkout>;
|
|
44
|
+
export declare type ReadOnlyCheckout = DeepReadonly<Checkout>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CustomerAccountStatusEnum, CustomerEmailSubscriptionStatusesEnum } from "../types";
|
|
3
|
+
export declare class CheckoutCustomerData {
|
|
4
|
+
accountStatus: CustomerAccountStatusEnum | null;
|
|
5
|
+
customerGroupIds: string[] | null;
|
|
6
|
+
email: string | null;
|
|
7
|
+
firstName: string | null;
|
|
8
|
+
id: string | null;
|
|
9
|
+
identityNumber: string | null;
|
|
10
|
+
lastName: string | null;
|
|
11
|
+
notificationsAccepted: boolean | null;
|
|
12
|
+
phone: string | null;
|
|
13
|
+
subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
|
|
14
|
+
constructor(data?: Partial<CheckoutCustomerData>);
|
|
15
|
+
}
|
|
16
|
+
export declare class CheckoutCustomer extends CheckoutCustomerData {
|
|
17
|
+
}
|
|
18
|
+
export declare type PartialCheckoutCustomer = Partial<CheckoutCustomer>;
|
|
19
|
+
export declare type ReadOnlyCheckoutCustomer = DeepReadonly<CheckoutCustomer>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CheckoutCustomerInputData {
|
|
3
|
+
email: string | null;
|
|
4
|
+
firstName: string | null;
|
|
5
|
+
id: string | null;
|
|
6
|
+
lastName: string | null;
|
|
7
|
+
notificationsAccepted: boolean | null;
|
|
8
|
+
constructor(data?: Partial<CheckoutCustomerInputData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class CheckoutCustomerInput extends CheckoutCustomerInputData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialCheckoutCustomerInput = Partial<CheckoutCustomerInput>;
|
|
13
|
+
export declare type ReadOnlyCheckoutCustomerInput = DeepReadonly<CheckoutCustomerInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';var t=function(i){void 0===i&&(i={}),this.email=i.email||null,this.firstName=i.firstName||null,this.id=i.id||null,this.lastName=i.lastName||null,this.notificationsAccepted=void 0!==i.notificationsAccepted&&null!==i.notificationsAccepted?i.notificationsAccepted:null};!function(t){function n(){return null!==t&&t.apply(this,arguments)||this}i(n,t)}(t);export{t as CheckoutCustomerInputData};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CheckoutOptionData {
|
|
3
|
+
name: string;
|
|
4
|
+
required: boolean;
|
|
5
|
+
constructor(data?: Partial<CheckoutOptionData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class CheckoutOption extends CheckoutOptionData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialCheckoutOption = Partial<CheckoutOption>;
|
|
10
|
+
export declare type ReadOnlyCheckoutOption = DeepReadonly<CheckoutOption>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as e,observable as r}from"mobx";var t=function(i){void 0===i&&(i={}),this.name=i.name||"",this.required=i.required||!1,e(this,{name:r,required:r})};!function(e){function r(){return null!==e&&e.apply(this,arguments)||this}i(r,e)}(t);export{t as CheckoutOptionData};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CheckoutRequirementEnum } from "../types";
|
|
4
|
+
import { CheckoutSettingsPriceData } from "./CheckoutSettingsPrice";
|
|
5
|
+
import { CheckoutOptionData } from "./CheckoutOption";
|
|
6
|
+
export declare class CheckoutSettingsData extends BaseModelData {
|
|
7
|
+
giftPackagePriceList: CheckoutSettingsPriceData[] | null;
|
|
8
|
+
identityNumberRequirement: CheckoutRequirementEnum;
|
|
9
|
+
isAccountRequired: boolean;
|
|
10
|
+
isGiftPackageEnabled: boolean | null;
|
|
11
|
+
isShowPostalCode: boolean | null;
|
|
12
|
+
isTermsAndConditionsDefaultChecked: boolean | null;
|
|
13
|
+
options: CheckoutOptionData[] | null;
|
|
14
|
+
phoneRequirement: CheckoutRequirementEnum;
|
|
15
|
+
postalCodeRequirement: CheckoutRequirementEnum | null;
|
|
16
|
+
showCheckoutNote: boolean | null;
|
|
17
|
+
showTermsAndConditionsCheckbox: boolean;
|
|
18
|
+
storefrontId: string;
|
|
19
|
+
constructor(data?: Partial<CheckoutSettingsData>);
|
|
20
|
+
}
|
|
21
|
+
export declare class CheckoutSettings extends CheckoutSettingsData {
|
|
22
|
+
}
|
|
23
|
+
export declare type PartialCheckoutSettings = Partial<CheckoutSettings>;
|
|
24
|
+
export declare type ReadOnlyCheckoutSettings = DeepReadonly<CheckoutSettings>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as e}from'../../ext/tslib/tslib.es6.js';import{makeObservable as o,observable as t}from"mobx";import i from"./_base.js";import{CheckoutRequirementEnum as n}from"../types/index.js";import{CheckoutSettingsPriceData as s}from"./CheckoutSettingsPrice.js";import{CheckoutOptionData as r}from"./CheckoutOption.js";var u=function(i){function u(e){void 0===e&&(e={});var u=i.call(this,e)||this;return u.giftPackagePriceList=e.giftPackagePriceList?e.giftPackagePriceList.map((function(e){return new s(e)})):null,u.identityNumberRequirement=e.identityNumberRequirement||n.INVISIBLE,u.isAccountRequired=e.isAccountRequired||!1,u.isGiftPackageEnabled=void 0!==e.isGiftPackageEnabled&&null!==e.isGiftPackageEnabled?e.isGiftPackageEnabled:null,u.isShowPostalCode=void 0!==e.isShowPostalCode&&null!==e.isShowPostalCode?e.isShowPostalCode:null,u.isTermsAndConditionsDefaultChecked=void 0!==e.isTermsAndConditionsDefaultChecked&&null!==e.isTermsAndConditionsDefaultChecked?e.isTermsAndConditionsDefaultChecked:null,u.options=e.options?e.options.map((function(e){return new r(e)})):null,u.phoneRequirement=e.phoneRequirement||n.INVISIBLE,u.postalCodeRequirement=e.postalCodeRequirement||null,u.showCheckoutNote=void 0!==e.showCheckoutNote&&null!==e.showCheckoutNote?e.showCheckoutNote:null,u.showTermsAndConditionsCheckbox=e.showTermsAndConditionsCheckbox||!1,u.storefrontId=e.storefrontId||"",o(u,{giftPackagePriceList:t,identityNumberRequirement:t,isAccountRequired:t,isGiftPackageEnabled:t,isShowPostalCode:t,isTermsAndConditionsDefaultChecked:t,options:t,phoneRequirement:t,postalCodeRequirement:t,showCheckoutNote:t,showTermsAndConditionsCheckbox:t,storefrontId:t}),u}return e(u,i),u}(i),d=function(o){function t(){return null!==o&&o.apply(this,arguments)||this}return e(t,o),t}(u);export{d as CheckoutSettings,u as CheckoutSettingsData};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CheckoutSettingsPriceData {
|
|
3
|
+
currencyCode: string;
|
|
4
|
+
price: number;
|
|
5
|
+
constructor(data?: Partial<CheckoutSettingsPriceData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class CheckoutSettingsPrice extends CheckoutSettingsPriceData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialCheckoutSettingsPrice = Partial<CheckoutSettingsPrice>;
|
|
10
|
+
export declare type ReadOnlyCheckoutSettingsPrice = DeepReadonly<CheckoutSettingsPrice>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as r}from'../../ext/tslib/tslib.es6.js';import{makeObservable as i,observable as o}from"mobx";var e=function(r){void 0===r&&(r={}),this.currencyCode=r.currencyCode||"",this.price=r.price||0,i(this,{currencyCode:o,price:o})};!function(i){function o(){return null!==i&&i.apply(this,arguments)||this}r(o,i)}(e);export{e as CheckoutSettingsPriceData};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
export declare class CityData extends BaseModelData {
|
|
4
|
+
cityCode: string | null;
|
|
5
|
+
countryId: string;
|
|
6
|
+
latitude: string | null;
|
|
7
|
+
longitude: string | null;
|
|
8
|
+
name: string;
|
|
9
|
+
order: number | null;
|
|
10
|
+
stateId: string;
|
|
11
|
+
constructor(data?: Partial<CityData>);
|
|
12
|
+
}
|
|
13
|
+
export declare class City extends CityData {
|
|
14
|
+
}
|
|
15
|
+
export declare type PartialCity = Partial<City>;
|
|
16
|
+
export declare type ReadOnlyCity = DeepReadonly<City>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from'../../ext/tslib/tslib.es6.js';import{makeObservable as o,observable as r}from"mobx";import e from"./_base.js";var n=function(e){function n(t){void 0===t&&(t={});var n=e.call(this,t)||this;return n.cityCode=t.cityCode||null,n.countryId=t.countryId||"",n.latitude=t.latitude||null,n.longitude=t.longitude||null,n.name=t.name||"",n.order=void 0!==t.order&&null!==t.order?t.order:null,n.stateId=t.stateId||"",o(n,{cityCode:r,countryId:r,latitude:r,longitude:r,name:r,order:r,stateId:r}),n}return t(n,e),n}(e),d=function(o){function r(){return null!==o&&o.apply(this,arguments)||this}return t(r,o),r}(n);export{d as City,n as CityData};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { LocationTranslationsData } from "./LocationTranslations";
|
|
4
|
+
export declare class CountryData extends BaseModelData {
|
|
5
|
+
capital: string | null;
|
|
6
|
+
currency: string | null;
|
|
7
|
+
emoji: string | null;
|
|
8
|
+
emojiString: string | null;
|
|
9
|
+
iso2: string | null;
|
|
10
|
+
iso3: string | null;
|
|
11
|
+
locationTranslations: LocationTranslationsData;
|
|
12
|
+
name: string;
|
|
13
|
+
native: string | null;
|
|
14
|
+
phoneCode: string | null;
|
|
15
|
+
region: string | null;
|
|
16
|
+
subregion: string | null;
|
|
17
|
+
constructor(data?: Partial<CountryData>);
|
|
18
|
+
}
|
|
19
|
+
export declare class Country extends CountryData {
|
|
20
|
+
}
|
|
21
|
+
export declare type PartialCountry = Partial<Country>;
|
|
22
|
+
export declare type ReadOnlyCountry = DeepReadonly<Country>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as n}from'../../ext/tslib/tslib.es6.js';import{makeObservable as o,observable as i}from"mobx";import l from"./_base.js";import{LocationTranslationsData as r}from"./LocationTranslations.js";var e=function(l){function e(n){void 0===n&&(n={});var e=l.call(this,n)||this;return e.capital=n.capital||null,e.currency=n.currency||null,e.emoji=n.emoji||null,e.emojiString=n.emojiString||null,e.iso2=n.iso2||null,e.iso3=n.iso3||null,e.locationTranslations=n.locationTranslations?new r(n.locationTranslations):new r,e.name=n.name||"",e.native=n.native||null,e.phoneCode=n.phoneCode||null,e.region=n.region||null,e.subregion=n.subregion||null,o(e,{capital:i,currency:i,emoji:i,emojiString:i,iso2:i,iso3:i,locationTranslations:i,name:i,native:i,phoneCode:i,region:i,subregion:i}),e}return n(e,l),e}(l),t=function(o){function i(){return null!==o&&o.apply(this,arguments)||this}return n(i,o),i}(e);export{t as Country,e as CountryData};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
export declare class CreateCustomerEmailSubscriptionInputData extends BaseModelData {
|
|
4
|
+
email: string;
|
|
5
|
+
firstName: string | null;
|
|
6
|
+
lastName: string | null;
|
|
7
|
+
constructor(data?: Partial<CreateCustomerEmailSubscriptionInputData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class CreateCustomerEmailSubscriptionInput extends CreateCustomerEmailSubscriptionInputData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialCreateCustomerEmailSubscriptionInput = Partial<CreateCustomerEmailSubscriptionInput>;
|
|
12
|
+
export declare type ReadOnlyCreateCustomerEmailSubscriptionInput = DeepReadonly<CreateCustomerEmailSubscriptionInput>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
export declare class CreateCustomerReviewInputData extends BaseModelData {
|
|
4
|
+
comment: string | null;
|
|
5
|
+
customerId: string | null;
|
|
6
|
+
orderId: string | null;
|
|
7
|
+
orderNumber: string | null;
|
|
8
|
+
productId: string;
|
|
9
|
+
salesChannelId: string;
|
|
10
|
+
star: number;
|
|
11
|
+
title: string | null;
|
|
12
|
+
constructor(data?: Partial<CreateCustomerReviewInputData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class CreateCustomerReviewInput extends CreateCustomerReviewInputData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialCreateCustomerReviewInput = Partial<CreateCustomerReviewInput>;
|
|
17
|
+
export declare type ReadOnlyCreateCustomerReviewInput = DeepReadonly<CreateCustomerReviewInput>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { PaymentMethodDetailInputData } from "./PaymentMethodDetailInput";
|
|
3
|
+
export declare class CreateSaleTransactionWithCartInputData {
|
|
4
|
+
cartId: string;
|
|
5
|
+
paymentGatewayId: string;
|
|
6
|
+
paymentMethodDetail: PaymentMethodDetailInputData | null;
|
|
7
|
+
constructor(data?: Partial<CreateSaleTransactionWithCartInputData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class CreateSaleTransactionWithCartInput extends CreateSaleTransactionWithCartInputData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialCreateSaleTransactionWithCartInput = Partial<CreateSaleTransactionWithCartInput>;
|
|
12
|
+
export declare type ReadOnlyCreateSaleTransactionWithCartInput = DeepReadonly<CreateSaleTransactionWithCartInput>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { PaymentMethodDetailInputData } from "./PaymentMethodDetailInput";
|
|
3
|
+
export declare class CreateSaleTransactionWithCheckoutInputData {
|
|
4
|
+
checkoutId: string;
|
|
5
|
+
paymentGatewayId: string;
|
|
6
|
+
paymentMethodDetail: PaymentMethodDetailInputData | null;
|
|
7
|
+
constructor(data?: Partial<CreateSaleTransactionWithCheckoutInputData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class CreateSaleTransactionWithCheckoutInput extends CreateSaleTransactionWithCheckoutInputData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialCreateSaleTransactionWithCheckoutInput = Partial<CreateSaleTransactionWithCheckoutInput>;
|
|
12
|
+
export declare type ReadOnlyCreateSaleTransactionWithCheckoutInput = DeepReadonly<CreateSaleTransactionWithCheckoutInput>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CurrencyRateDataData } from "./CurrencyRateData";
|
|
4
|
+
export declare class CurrencyRateData extends BaseModelData {
|
|
5
|
+
baseCurrency: string;
|
|
6
|
+
date: any;
|
|
7
|
+
rates: CurrencyRateDataData[];
|
|
8
|
+
constructor(data?: Partial<CurrencyRateData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class CurrencyRate extends CurrencyRateData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialCurrencyRate = Partial<CurrencyRate>;
|
|
13
|
+
export declare type ReadOnlyCurrencyRate = DeepReadonly<CurrencyRate>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CurrencyRateDataData {
|
|
3
|
+
code: string;
|
|
4
|
+
rate: number;
|
|
5
|
+
constructor(data?: Partial<CurrencyRateDataData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class CurrencyRateData extends CurrencyRateDataData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialCurrencyRateData = Partial<CurrencyRateData>;
|
|
10
|
+
export declare type ReadOnlyCurrencyRateData = DeepReadonly<CurrencyRateData>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CustomerAccountStatusEnum, CustomerRegistrationSourceEnum, CustomerEmailSubscriptionStatusesEnum } from "../types";
|
|
4
|
+
import { CustomerAddressData } from "./CustomerAddress";
|
|
5
|
+
import { CustomerAttributeValueData } from "./CustomerAttributeValue";
|
|
6
|
+
export declare class CustomerData extends BaseModelData {
|
|
7
|
+
accountStatus: CustomerAccountStatusEnum | null;
|
|
8
|
+
accountStatusUpdatedAt: any | null;
|
|
9
|
+
addresses: CustomerAddressData[] | null;
|
|
10
|
+
attributes: CustomerAttributeValueData[] | null;
|
|
11
|
+
customerGroupIds: string[] | null;
|
|
12
|
+
customerSequence: number | null;
|
|
13
|
+
email: string | null;
|
|
14
|
+
emailVerifiedDate: any | null;
|
|
15
|
+
firstName: string;
|
|
16
|
+
fullName: string | null;
|
|
17
|
+
isEmailVerified: boolean | null;
|
|
18
|
+
isPhoneVerified: boolean | null;
|
|
19
|
+
lastName: string | null;
|
|
20
|
+
note: string | null;
|
|
21
|
+
orderCount: number | null;
|
|
22
|
+
passwordUpdateDate: any | null;
|
|
23
|
+
phone: string | null;
|
|
24
|
+
phoneVerifiedDate: any | null;
|
|
25
|
+
registrationSource: CustomerRegistrationSourceEnum | null;
|
|
26
|
+
subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
|
|
27
|
+
subscriptionStatusUpdatedAt: any | null;
|
|
28
|
+
tagIds: string[] | null;
|
|
29
|
+
constructor(data?: Partial<CustomerData>);
|
|
30
|
+
}
|
|
31
|
+
export declare class Customer extends CustomerData {
|
|
32
|
+
}
|
|
33
|
+
export declare type PartialCustomer = Partial<Customer>;
|
|
34
|
+
export declare type ReadOnlyCustomer = DeepReadonly<Customer>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CustomerAttributeValueData } from "./CustomerAttributeValue";
|
|
4
|
+
import { CustomerAddressCityData } from "./CustomerAddressCity";
|
|
5
|
+
import { CustomerAddressCountryData } from "./CustomerAddressCountry";
|
|
6
|
+
import { CustomerAddressDistrictData } from "./CustomerAddressDistrict";
|
|
7
|
+
import { CustomerAddressStateData } from "./CustomerAddressState";
|
|
8
|
+
export declare class CustomerAddressData extends BaseModelData {
|
|
9
|
+
addressLine1: string;
|
|
10
|
+
addressLine2: string | null;
|
|
11
|
+
attributes: CustomerAttributeValueData[] | null;
|
|
12
|
+
city: CustomerAddressCityData;
|
|
13
|
+
company: string | null;
|
|
14
|
+
country: CustomerAddressCountryData;
|
|
15
|
+
district: CustomerAddressDistrictData | null;
|
|
16
|
+
firstName: string;
|
|
17
|
+
identityNumber: string | null;
|
|
18
|
+
isDefault: boolean | null;
|
|
19
|
+
lastName: string;
|
|
20
|
+
phone: string | null;
|
|
21
|
+
postalCode: string | null;
|
|
22
|
+
state: CustomerAddressStateData | null;
|
|
23
|
+
taxNumber: string | null;
|
|
24
|
+
taxOffice: string | null;
|
|
25
|
+
title: string;
|
|
26
|
+
constructor(data?: Partial<CustomerAddressData>);
|
|
27
|
+
}
|
|
28
|
+
export declare class CustomerAddress extends CustomerAddressData {
|
|
29
|
+
}
|
|
30
|
+
export declare type PartialCustomerAddress = Partial<CustomerAddress>;
|
|
31
|
+
export declare type ReadOnlyCustomerAddress = DeepReadonly<CustomerAddress>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressCityData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
constructor(data?: Partial<CustomerAddressCityData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CustomerAddressCity extends CustomerAddressCityData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCustomerAddressCity = Partial<CustomerAddressCity>;
|
|
11
|
+
export declare type ReadOnlyCustomerAddressCity = DeepReadonly<CustomerAddressCity>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as t,observable as n}from"mobx";var o=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||"",t(this,{code:n,id:n,name:n})},e=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return i(n,t),n}(o);export{e as CustomerAddressCity,o as CustomerAddressCityData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressCityInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
constructor(data?: Partial<CustomerAddressCityInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CustomerAddressCityInput extends CustomerAddressCityInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCustomerAddressCityInput = Partial<CustomerAddressCityInput>;
|
|
11
|
+
export declare type ReadOnlyCustomerAddressCityInput = DeepReadonly<CustomerAddressCityInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||""};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as CustomerAddressCityInputData};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressCountryData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
iso2: string | null;
|
|
6
|
+
iso3: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
constructor(data?: Partial<CustomerAddressCountryData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class CustomerAddressCountry extends CustomerAddressCountryData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialCustomerAddressCountry = Partial<CustomerAddressCountry>;
|
|
13
|
+
export declare type ReadOnlyCustomerAddressCountry = DeepReadonly<CustomerAddressCountry>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as o,observable as s}from"mobx";var t=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.iso2=i.iso2||null,this.iso3=i.iso3||null,this.name=i.name||"",o(this,{code:s,id:s,iso2:s,iso3:s,name:s})},n=function(o){function s(){return null!==o&&o.apply(this,arguments)||this}return i(s,o),s}(t);export{n as CustomerAddressCountry,t as CustomerAddressCountryData};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressCountryInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
iso2: string | null;
|
|
6
|
+
iso3: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
constructor(data?: Partial<CustomerAddressCountryInputData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class CustomerAddressCountryInput extends CustomerAddressCountryInputData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialCustomerAddressCountryInput = Partial<CustomerAddressCountryInput>;
|
|
13
|
+
export declare type ReadOnlyCustomerAddressCountryInput = DeepReadonly<CustomerAddressCountryInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';var s=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.iso2=i.iso2||null,this.iso3=i.iso3||null,this.name=i.name||""};!function(s){function n(){return null!==s&&s.apply(this,arguments)||this}i(n,s)}(s);export{s as CustomerAddressCountryInputData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressDistrictData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<CustomerAddressDistrictData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CustomerAddressDistrict extends CustomerAddressDistrictData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCustomerAddressDistrict = Partial<CustomerAddressDistrict>;
|
|
11
|
+
export declare type ReadOnlyCustomerAddressDistrict = DeepReadonly<CustomerAddressDistrict>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from'../../ext/tslib/tslib.es6.js';import{makeObservable as n,observable as t}from"mobx";var o=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||null,n(this,{code:t,id:t,name:t})},e=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return i(t,n),t}(o);export{e as CustomerAddressDistrict,o as CustomerAddressDistrictData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class CustomerAddressDistrictInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<CustomerAddressDistrictInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CustomerAddressDistrictInput extends CustomerAddressDistrictInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialCustomerAddressDistrictInput = Partial<CustomerAddressDistrictInput>;
|
|
11
|
+
export declare type ReadOnlyCustomerAddressDistrictInput = DeepReadonly<CustomerAddressDistrictInput>;
|