@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,85 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CategoryPathFilterInput, StringFilterInput, PaginationInput, DateFilterInput, CategoryPaginationResponse } from "../types";
|
|
3
|
+
declare const listCategory: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CategoryPaginationResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default listCategory;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
categoryPath?: CategoryPathFilterInput | null;
|
|
7
|
+
id?: StringFilterInput | null;
|
|
8
|
+
includeDeleted?: boolean | null;
|
|
9
|
+
name?: StringFilterInput | null;
|
|
10
|
+
pagination?: PaginationInput | null;
|
|
11
|
+
search?: string | null;
|
|
12
|
+
sort?: string | null;
|
|
13
|
+
updatedAt?: DateFilterInput | null;
|
|
14
|
+
};
|
|
15
|
+
export declare enum ResponseField {
|
|
16
|
+
COUNT = "count",
|
|
17
|
+
DATA__CATEGORY_PATH = "data.categoryPath",
|
|
18
|
+
DATA__CATEGORY_PATH_ITEMS__CREATED_AT = "data.categoryPathItems.createdAt",
|
|
19
|
+
DATA__CATEGORY_PATH_ITEMS__DELETED = "data.categoryPathItems.deleted",
|
|
20
|
+
DATA__CATEGORY_PATH_ITEMS__DESCRIPTION = "data.categoryPathItems.description",
|
|
21
|
+
DATA__CATEGORY_PATH_ITEMS__ID = "data.categoryPathItems.id",
|
|
22
|
+
DATA__CATEGORY_PATH_ITEMS__IMAGE_ID = "data.categoryPathItems.imageId",
|
|
23
|
+
DATA__CATEGORY_PATH_ITEMS__IS_AUTOMATED = "data.categoryPathItems.isAutomated",
|
|
24
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__CREATED_AT = "data.categoryPathItems.metaData.createdAt",
|
|
25
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__DELETED = "data.categoryPathItems.metaData.deleted",
|
|
26
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__DESCRIPTION = "data.categoryPathItems.metaData.description",
|
|
27
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__ID = "data.categoryPathItems.metaData.id",
|
|
28
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__DESCRIPTION = "data.categoryPathItems.metaData.metadataOverrides.description",
|
|
29
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__LANGUAGE = "data.categoryPathItems.metaData.metadataOverrides.language",
|
|
30
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__PAGE_TITLE = "data.categoryPathItems.metaData.metadataOverrides.pageTitle",
|
|
31
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__STOREFRONT_ID = "data.categoryPathItems.metaData.metadataOverrides.storefrontId",
|
|
32
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__STOREFRONT_REGION_ID = "data.categoryPathItems.metaData.metadataOverrides.storefrontRegionId",
|
|
33
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__PAGE_TITLE = "data.categoryPathItems.metaData.pageTitle",
|
|
34
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__REDIRECT_TO = "data.categoryPathItems.metaData.redirectTo",
|
|
35
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__SLUG = "data.categoryPathItems.metaData.slug",
|
|
36
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__TARGET_ID = "data.categoryPathItems.metaData.targetId",
|
|
37
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__TARGET_TYPE = "data.categoryPathItems.metaData.targetType",
|
|
38
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__DESCRIPTION = "data.categoryPathItems.metaData.translations.description",
|
|
39
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__LOCALE = "data.categoryPathItems.metaData.translations.locale",
|
|
40
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__PAGE_TITLE = "data.categoryPathItems.metaData.translations.pageTitle",
|
|
41
|
+
DATA__CATEGORY_PATH_ITEMS__META_DATA__UPDATED_AT = "data.categoryPathItems.metaData.updatedAt",
|
|
42
|
+
DATA__CATEGORY_PATH_ITEMS__NAME = "data.categoryPathItems.name",
|
|
43
|
+
DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__DESCRIPTION = "data.categoryPathItems.translations.description",
|
|
44
|
+
DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__LOCALE = "data.categoryPathItems.translations.locale",
|
|
45
|
+
DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__NAME = "data.categoryPathItems.translations.name",
|
|
46
|
+
DATA__CATEGORY_PATH_ITEMS__UPDATED_AT = "data.categoryPathItems.updatedAt",
|
|
47
|
+
DATA__CONDITIONS__CONDITION_TYPE = "data.conditions.conditionType",
|
|
48
|
+
DATA__CONDITIONS__VALUE_LIST = "data.conditions.valueList",
|
|
49
|
+
DATA__CREATED_AT = "data.createdAt",
|
|
50
|
+
DATA__DELETED = "data.deleted",
|
|
51
|
+
DATA__DESCRIPTION = "data.description",
|
|
52
|
+
DATA__ID = "data.id",
|
|
53
|
+
DATA__IMAGE_ID = "data.imageId",
|
|
54
|
+
DATA__IS_AUTOMATED = "data.isAutomated",
|
|
55
|
+
DATA__META_DATA__CREATED_AT = "data.metaData.createdAt",
|
|
56
|
+
DATA__META_DATA__DELETED = "data.metaData.deleted",
|
|
57
|
+
DATA__META_DATA__DESCRIPTION = "data.metaData.description",
|
|
58
|
+
DATA__META_DATA__ID = "data.metaData.id",
|
|
59
|
+
DATA__META_DATA__METADATA_OVERRIDES__DESCRIPTION = "data.metaData.metadataOverrides.description",
|
|
60
|
+
DATA__META_DATA__METADATA_OVERRIDES__LANGUAGE = "data.metaData.metadataOverrides.language",
|
|
61
|
+
DATA__META_DATA__METADATA_OVERRIDES__PAGE_TITLE = "data.metaData.metadataOverrides.pageTitle",
|
|
62
|
+
DATA__META_DATA__METADATA_OVERRIDES__STOREFRONT_ID = "data.metaData.metadataOverrides.storefrontId",
|
|
63
|
+
DATA__META_DATA__METADATA_OVERRIDES__STOREFRONT_REGION_ID = "data.metaData.metadataOverrides.storefrontRegionId",
|
|
64
|
+
DATA__META_DATA__PAGE_TITLE = "data.metaData.pageTitle",
|
|
65
|
+
DATA__META_DATA__REDIRECT_TO = "data.metaData.redirectTo",
|
|
66
|
+
DATA__META_DATA__SLUG = "data.metaData.slug",
|
|
67
|
+
DATA__META_DATA__TARGET_ID = "data.metaData.targetId",
|
|
68
|
+
DATA__META_DATA__TARGET_TYPE = "data.metaData.targetType",
|
|
69
|
+
DATA__META_DATA__TRANSLATIONS__DESCRIPTION = "data.metaData.translations.description",
|
|
70
|
+
DATA__META_DATA__TRANSLATIONS__LOCALE = "data.metaData.translations.locale",
|
|
71
|
+
DATA__META_DATA__TRANSLATIONS__PAGE_TITLE = "data.metaData.translations.pageTitle",
|
|
72
|
+
DATA__META_DATA__UPDATED_AT = "data.metaData.updatedAt",
|
|
73
|
+
DATA__NAME = "data.name",
|
|
74
|
+
DATA__ORDER_TYPE = "data.orderType",
|
|
75
|
+
DATA__PARENT_ID = "data.parentId",
|
|
76
|
+
DATA__SALES_CHANNEL_IDS = "data.salesChannelIds",
|
|
77
|
+
DATA__SHOULD_MATCH_ALL_CONDITIONS = "data.shouldMatchAllConditions",
|
|
78
|
+
DATA__TRANSLATIONS__DESCRIPTION = "data.translations.description",
|
|
79
|
+
DATA__TRANSLATIONS__LOCALE = "data.translations.locale",
|
|
80
|
+
DATA__TRANSLATIONS__NAME = "data.translations.name",
|
|
81
|
+
DATA__UPDATED_AT = "data.updatedAt",
|
|
82
|
+
HAS_NEXT = "hasNext",
|
|
83
|
+
LIMIT = "limit",
|
|
84
|
+
PAGE = "page"
|
|
85
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as a}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as _,APIResponse as A}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import e from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var T,d=function(T,d,E){return t(void 0,void 0,void 0,(function(){var t,r,i,n;return a(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4,e({operationName:"listCategory",config:E,variables:T,allReturnFields:D,fields:d,query:function(t){return"\n\t\t\t\tquery listCategory (\n\t\t\t\t\t$categoryPath: CategoryPathFilterInput,\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$name: StringFilterInput,\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t\t$search: String,\n\t\t\t\t\t$sort: String,\n\t\t\t\t\t$updatedAt: DateFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistCategory (\n\t\t\t\t\t\tcategoryPath: $categoryPath,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tname: $name,\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t\tsearch: $search,\n\t\t\t\t\t\tsort: $sort,\n\t\t\t\t\t\tupdatedAt: $updatedAt,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=a.sent(),r=t.data,i=t.errors,[2,new A(null==r?void 0:r.listCategory,i)];case 2:return n=a.sent(),[2,_(n)];case 3:return[2]}}))}))},D="{count data {categoryPath categoryPathItems {createdAt deleted description id imageId isAutomated metaData {createdAt deleted description id metadataOverrides {description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations {description locale pageTitle } updatedAt } name translations {description locale name } updatedAt } conditions {conditionType valueList } createdAt deleted description id imageId isAutomated metaData {createdAt deleted description id metadataOverrides {description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations {description locale pageTitle } updatedAt } name orderType parentId salesChannelIds shouldMatchAllConditions translations {description locale name } updatedAt } hasNext limit page }";!function(t){t.COUNT="count",t.DATA__CATEGORY_PATH="data.categoryPath",t.DATA__CATEGORY_PATH_ITEMS__CREATED_AT="data.categoryPathItems.createdAt",t.DATA__CATEGORY_PATH_ITEMS__DELETED="data.categoryPathItems.deleted",t.DATA__CATEGORY_PATH_ITEMS__DESCRIPTION="data.categoryPathItems.description",t.DATA__CATEGORY_PATH_ITEMS__ID="data.categoryPathItems.id",t.DATA__CATEGORY_PATH_ITEMS__IMAGE_ID="data.categoryPathItems.imageId",t.DATA__CATEGORY_PATH_ITEMS__IS_AUTOMATED="data.categoryPathItems.isAutomated",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__CREATED_AT="data.categoryPathItems.metaData.createdAt",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__DELETED="data.categoryPathItems.metaData.deleted",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__DESCRIPTION="data.categoryPathItems.metaData.description",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__ID="data.categoryPathItems.metaData.id",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__DESCRIPTION="data.categoryPathItems.metaData.metadataOverrides.description",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__LANGUAGE="data.categoryPathItems.metaData.metadataOverrides.language",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__PAGE_TITLE="data.categoryPathItems.metaData.metadataOverrides.pageTitle",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__STOREFRONT_ID="data.categoryPathItems.metaData.metadataOverrides.storefrontId",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__METADATA_OVERRIDES__STOREFRONT_REGION_ID="data.categoryPathItems.metaData.metadataOverrides.storefrontRegionId",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__PAGE_TITLE="data.categoryPathItems.metaData.pageTitle",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__REDIRECT_TO="data.categoryPathItems.metaData.redirectTo",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__SLUG="data.categoryPathItems.metaData.slug",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__TARGET_ID="data.categoryPathItems.metaData.targetId",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__TARGET_TYPE="data.categoryPathItems.metaData.targetType",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__DESCRIPTION="data.categoryPathItems.metaData.translations.description",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__LOCALE="data.categoryPathItems.metaData.translations.locale",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__TRANSLATIONS__PAGE_TITLE="data.categoryPathItems.metaData.translations.pageTitle",t.DATA__CATEGORY_PATH_ITEMS__META_DATA__UPDATED_AT="data.categoryPathItems.metaData.updatedAt",t.DATA__CATEGORY_PATH_ITEMS__NAME="data.categoryPathItems.name",t.DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__DESCRIPTION="data.categoryPathItems.translations.description",t.DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__LOCALE="data.categoryPathItems.translations.locale",t.DATA__CATEGORY_PATH_ITEMS__TRANSLATIONS__NAME="data.categoryPathItems.translations.name",t.DATA__CATEGORY_PATH_ITEMS__UPDATED_AT="data.categoryPathItems.updatedAt",t.DATA__CONDITIONS__CONDITION_TYPE="data.conditions.conditionType",t.DATA__CONDITIONS__VALUE_LIST="data.conditions.valueList",t.DATA__CREATED_AT="data.createdAt",t.DATA__DELETED="data.deleted",t.DATA__DESCRIPTION="data.description",t.DATA__ID="data.id",t.DATA__IMAGE_ID="data.imageId",t.DATA__IS_AUTOMATED="data.isAutomated",t.DATA__META_DATA__CREATED_AT="data.metaData.createdAt",t.DATA__META_DATA__DELETED="data.metaData.deleted",t.DATA__META_DATA__DESCRIPTION="data.metaData.description",t.DATA__META_DATA__ID="data.metaData.id",t.DATA__META_DATA__METADATA_OVERRIDES__DESCRIPTION="data.metaData.metadataOverrides.description",t.DATA__META_DATA__METADATA_OVERRIDES__LANGUAGE="data.metaData.metadataOverrides.language",t.DATA__META_DATA__METADATA_OVERRIDES__PAGE_TITLE="data.metaData.metadataOverrides.pageTitle",t.DATA__META_DATA__METADATA_OVERRIDES__STOREFRONT_ID="data.metaData.metadataOverrides.storefrontId",t.DATA__META_DATA__METADATA_OVERRIDES__STOREFRONT_REGION_ID="data.metaData.metadataOverrides.storefrontRegionId",t.DATA__META_DATA__PAGE_TITLE="data.metaData.pageTitle",t.DATA__META_DATA__REDIRECT_TO="data.metaData.redirectTo",t.DATA__META_DATA__SLUG="data.metaData.slug",t.DATA__META_DATA__TARGET_ID="data.metaData.targetId",t.DATA__META_DATA__TARGET_TYPE="data.metaData.targetType",t.DATA__META_DATA__TRANSLATIONS__DESCRIPTION="data.metaData.translations.description",t.DATA__META_DATA__TRANSLATIONS__LOCALE="data.metaData.translations.locale",t.DATA__META_DATA__TRANSLATIONS__PAGE_TITLE="data.metaData.translations.pageTitle",t.DATA__META_DATA__UPDATED_AT="data.metaData.updatedAt",t.DATA__NAME="data.name",t.DATA__ORDER_TYPE="data.orderType",t.DATA__PARENT_ID="data.parentId",t.DATA__SALES_CHANNEL_IDS="data.salesChannelIds",t.DATA__SHOULD_MATCH_ALL_CONDITIONS="data.shouldMatchAllConditions",t.DATA__TRANSLATIONS__DESCRIPTION="data.translations.description",t.DATA__TRANSLATIONS__LOCALE="data.translations.locale",t.DATA__TRANSLATIONS__NAME="data.translations.name",t.DATA__UPDATED_AT="data.updatedAt",t.HAS_NEXT="hasNext",t.LIMIT="limit",t.PAGE="page"}(T||(T={}));export{T as ResponseField,d as default};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, CheckoutSettings } from "../types";
|
|
3
|
+
declare const listCheckoutSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CheckoutSettings[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listCheckoutSettings;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
storefrontId?: StringFilterInput | null;
|
|
9
|
+
};
|
|
10
|
+
export declare enum ResponseField {
|
|
11
|
+
CREATED_AT = "createdAt",
|
|
12
|
+
DELETED = "deleted",
|
|
13
|
+
GIFT_PACKAGE_PRICE_LIST__CURRENCY_CODE = "giftPackagePriceList.currencyCode",
|
|
14
|
+
GIFT_PACKAGE_PRICE_LIST__PRICE = "giftPackagePriceList.price",
|
|
15
|
+
ID = "id",
|
|
16
|
+
IDENTITY_NUMBER_REQUIREMENT = "identityNumberRequirement",
|
|
17
|
+
IS_ACCOUNT_REQUIRED = "isAccountRequired",
|
|
18
|
+
IS_GIFT_PACKAGE_ENABLED = "isGiftPackageEnabled",
|
|
19
|
+
IS_SHOW_POSTAL_CODE = "isShowPostalCode",
|
|
20
|
+
IS_TERMS_AND_CONDITIONS_DEFAULT_CHECKED = "isTermsAndConditionsDefaultChecked",
|
|
21
|
+
OPTIONS__NAME = "options.name",
|
|
22
|
+
OPTIONS__REQUIRED = "options.required",
|
|
23
|
+
PHONE_REQUIREMENT = "phoneRequirement",
|
|
24
|
+
POSTAL_CODE_REQUIREMENT = "postalCodeRequirement",
|
|
25
|
+
SHOW_CHECKOUT_NOTE = "showCheckoutNote",
|
|
26
|
+
SHOW_TERMS_AND_CONDITIONS_CHECKBOX = "showTermsAndConditionsCheckbox",
|
|
27
|
+
STOREFRONT_ID = "storefrontId",
|
|
28
|
+
UPDATED_AT = "updatedAt"
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as i,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,s=function(r,s,u){return t(void 0,void 0,void 0,(function(){var t,a,c,E;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,o({operationName:"listCheckoutSettings",config:u,variables:r,allReturnFields:d,fields:s,query:function(t){return"\n\t\t\t\tquery listCheckoutSettings (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$storefrontId: StringFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistCheckoutSettings (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tstorefrontId: $storefrontId,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),a=t.data,c=t.errors,[2,new n(null==a?void 0:a.listCheckoutSettings,c)];case 2:return E=e.sent(),[2,i(E)];case 3:return[2]}}))}))},d="{createdAt deleted giftPackagePriceList {currencyCode price } id identityNumberRequirement isAccountRequired isGiftPackageEnabled isShowPostalCode isTermsAndConditionsDefaultChecked options {name required } phoneRequirement postalCodeRequirement showCheckoutNote showTermsAndConditionsCheckbox storefrontId updatedAt }";!function(t){t.CREATED_AT="createdAt",t.DELETED="deleted",t.GIFT_PACKAGE_PRICE_LIST__CURRENCY_CODE="giftPackagePriceList.currencyCode",t.GIFT_PACKAGE_PRICE_LIST__PRICE="giftPackagePriceList.price",t.ID="id",t.IDENTITY_NUMBER_REQUIREMENT="identityNumberRequirement",t.IS_ACCOUNT_REQUIRED="isAccountRequired",t.IS_GIFT_PACKAGE_ENABLED="isGiftPackageEnabled",t.IS_SHOW_POSTAL_CODE="isShowPostalCode",t.IS_TERMS_AND_CONDITIONS_DEFAULT_CHECKED="isTermsAndConditionsDefaultChecked",t.OPTIONS__NAME="options.name",t.OPTIONS__REQUIRED="options.required",t.PHONE_REQUIREMENT="phoneRequirement",t.POSTAL_CODE_REQUIREMENT="postalCodeRequirement",t.SHOW_CHECKOUT_NOTE="showCheckoutNote",t.SHOW_TERMS_AND_CONDITIONS_CHECKBOX="showTermsAndConditionsCheckbox",t.STOREFRONT_ID="storefrontId",t.UPDATED_AT="updatedAt"}(r||(r={}));export{r as ResponseField,s as default};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, DateFilterInput, City } from "../types";
|
|
3
|
+
declare const listCity: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<City[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listCity;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
countryId?: StringFilterInput | null;
|
|
7
|
+
id?: StringFilterInput | null;
|
|
8
|
+
includeDeleted?: boolean | null;
|
|
9
|
+
search?: string | null;
|
|
10
|
+
stateId: StringFilterInput;
|
|
11
|
+
updatedAt?: DateFilterInput | null;
|
|
12
|
+
};
|
|
13
|
+
export declare enum ResponseField {
|
|
14
|
+
CITY_CODE = "cityCode",
|
|
15
|
+
COUNTRY_ID = "countryId",
|
|
16
|
+
CREATED_AT = "createdAt",
|
|
17
|
+
DELETED = "deleted",
|
|
18
|
+
ID = "id",
|
|
19
|
+
LATITUDE = "latitude",
|
|
20
|
+
LONGITUDE = "longitude",
|
|
21
|
+
NAME = "name",
|
|
22
|
+
ORDER = "order",
|
|
23
|
+
STATE_ID = "stateId",
|
|
24
|
+
UPDATED_AT = "updatedAt"
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as d}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,u=function(r,u,s){return t(void 0,void 0,void 0,(function(){var t,l,o,c;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listCity",config:s,variables:r,allReturnFields:a,fields:u,query:function(t){return"\n\t\t\t\tquery listCity (\n\t\t\t\t\t$countryId: StringFilterInput,\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$search: String,\n\t\t\t\t\t$stateId: StringFilterInput!,\n\t\t\t\t\t$updatedAt: DateFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistCity (\n\t\t\t\t\t\tcountryId: $countryId,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tsearch: $search,\n\t\t\t\t\t\tstateId: $stateId,\n\t\t\t\t\t\tupdatedAt: $updatedAt,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,o=t.errors,[2,new d(null==l?void 0:l.listCity,o)];case 2:return c=e.sent(),[2,n(c)];case 3:return[2]}}))}))},a="{cityCode countryId createdAt deleted id latitude longitude name order stateId updatedAt }";!function(t){t.CITY_CODE="cityCode",t.COUNTRY_ID="countryId",t.CREATED_AT="createdAt",t.DELETED="deleted",t.ID="id",t.LATITUDE="latitude",t.LONGITUDE="longitude",t.NAME="name",t.ORDER="order",t.STATE_ID="stateId",t.UPDATED_AT="updatedAt"}(r||(r={}));export{r as ResponseField,u as default};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, DateFilterInput, Country } from "../types";
|
|
3
|
+
declare const listCountry: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<Country[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listCountry;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
iso2?: StringFilterInput | null;
|
|
9
|
+
iso3?: StringFilterInput | null;
|
|
10
|
+
search?: string | null;
|
|
11
|
+
updatedAt?: DateFilterInput | null;
|
|
12
|
+
};
|
|
13
|
+
export declare enum ResponseField {
|
|
14
|
+
CAPITAL = "capital",
|
|
15
|
+
CREATED_AT = "createdAt",
|
|
16
|
+
CURRENCY = "currency",
|
|
17
|
+
DELETED = "deleted",
|
|
18
|
+
EMOJI = "emoji",
|
|
19
|
+
EMOJI_STRING = "emojiString",
|
|
20
|
+
ID = "id",
|
|
21
|
+
ISO2 = "iso2",
|
|
22
|
+
ISO3 = "iso3",
|
|
23
|
+
LOCATION_TRANSLATIONS__EN = "locationTranslations.en",
|
|
24
|
+
LOCATION_TRANSLATIONS__TR = "locationTranslations.tr",
|
|
25
|
+
NAME = "name",
|
|
26
|
+
NATIVE = "native",
|
|
27
|
+
PHONE_CODE = "phoneCode",
|
|
28
|
+
REGION = "region",
|
|
29
|
+
SUBREGION = "subregion",
|
|
30
|
+
UPDATED_AT = "updatedAt"
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as i}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var o,s=function(o,s,l){return t(void 0,void 0,void 0,(function(){var t,d,u,c;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"listCountry",config:l,variables:o,allReturnFields:a,fields:s,query:function(t){return"\n\t\t\t\tquery listCountry (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$iso2: StringFilterInput,\n\t\t\t\t\t$iso3: StringFilterInput,\n\t\t\t\t\t$search: String,\n\t\t\t\t\t$updatedAt: DateFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistCountry (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tiso2: $iso2,\n\t\t\t\t\t\tiso3: $iso3,\n\t\t\t\t\t\tsearch: $search,\n\t\t\t\t\t\tupdatedAt: $updatedAt,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),d=t.data,u=t.errors,[2,new i(null==d?void 0:d.listCountry,u)];case 2:return c=e.sent(),[2,n(c)];case 3:return[2]}}))}))},a="{capital createdAt currency deleted emoji emojiString id iso2 iso3 locationTranslations {en tr } name native phoneCode region subregion updatedAt }";!function(t){t.CAPITAL="capital",t.CREATED_AT="createdAt",t.CURRENCY="currency",t.DELETED="deleted",t.EMOJI="emoji",t.EMOJI_STRING="emojiString",t.ID="id",t.ISO2="iso2",t.ISO3="iso3",t.LOCATION_TRANSLATIONS__EN="locationTranslations.en",t.LOCATION_TRANSLATIONS__TR="locationTranslations.tr",t.NAME="name",t.NATIVE="native",t.PHONE_CODE="phoneCode",t.REGION="region",t.SUBREGION="subregion",t.UPDATED_AT="updatedAt"}(o||(o={}));export{o as ResponseField,s as default};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CustomerAttribute } from "../types";
|
|
3
|
+
declare const listCustomerAttribute: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerAttribute[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listCustomerAttribute;
|
|
5
|
+
export declare enum ResponseField {
|
|
6
|
+
CREATED_AT = "createdAt",
|
|
7
|
+
DELETED = "deleted",
|
|
8
|
+
DESCRIPTION = "description",
|
|
9
|
+
ID = "id",
|
|
10
|
+
NAME = "name",
|
|
11
|
+
OPTIONS__CREATED_AT = "options.createdAt",
|
|
12
|
+
OPTIONS__DELETED = "options.deleted",
|
|
13
|
+
OPTIONS__ID = "options.id",
|
|
14
|
+
OPTIONS__NAME = "options.name",
|
|
15
|
+
OPTIONS__UPDATED_AT = "options.updatedAt",
|
|
16
|
+
SALES_CHANNELS__PERMISSION = "salesChannels.permission",
|
|
17
|
+
SALES_CHANNELS__REGISTER_PAGE_REQUIREMENT = "salesChannels.registerPageRequirement",
|
|
18
|
+
SALES_CHANNELS__SALES_CHANNEL_ID = "salesChannels.salesChannelId",
|
|
19
|
+
SALES_CHANNELS__STOREFRONT_ID = "salesChannels.storefrontId",
|
|
20
|
+
TRANSLATIONS__DESCRIPTION = "translations.description",
|
|
21
|
+
TRANSLATIONS__LOCALE = "translations.locale",
|
|
22
|
+
TRANSLATIONS__NAME = "translations.name",
|
|
23
|
+
TRANSLATIONS__OPTIONS__ID = "translations.options.id",
|
|
24
|
+
TRANSLATIONS__OPTIONS__NAME = "translations.options.name",
|
|
25
|
+
TYPE = "type",
|
|
26
|
+
UPDATED_AT = "updatedAt"
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var a,o=function(a,o){return t(void 0,void 0,void 0,(function(){var t,l,d,A;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listCustomerAttribute",config:o,allReturnFields:r,fields:a,query:function(t){return"\n\t\t\t\tquery listCustomerAttribute {\n\t\t\t\t\tlistCustomerAttribute ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,d=t.errors,[2,new n(null==l?void 0:l.listCustomerAttribute,d)];case 2:return A=e.sent(),[2,s(A)];case 3:return[2]}}))}))},r="{createdAt deleted description id name options {createdAt deleted id name updatedAt } salesChannels {permission registerPageRequirement salesChannelId storefrontId } translations {description locale name options {id name } } type updatedAt }";!function(t){t.CREATED_AT="createdAt",t.DELETED="deleted",t.DESCRIPTION="description",t.ID="id",t.NAME="name",t.OPTIONS__CREATED_AT="options.createdAt",t.OPTIONS__DELETED="options.deleted",t.OPTIONS__ID="options.id",t.OPTIONS__NAME="options.name",t.OPTIONS__UPDATED_AT="options.updatedAt",t.SALES_CHANNELS__PERMISSION="salesChannels.permission",t.SALES_CHANNELS__REGISTER_PAGE_REQUIREMENT="salesChannels.registerPageRequirement",t.SALES_CHANNELS__SALES_CHANNEL_ID="salesChannels.salesChannelId",t.SALES_CHANNELS__STOREFRONT_ID="salesChannels.storefrontId",t.TRANSLATIONS__DESCRIPTION="translations.description",t.TRANSLATIONS__LOCALE="translations.locale",t.TRANSLATIONS__NAME="translations.name",t.TRANSLATIONS__OPTIONS__ID="translations.options.id",t.TRANSLATIONS__OPTIONS__NAME="translations.options.name",t.TYPE="type",t.UPDATED_AT="updatedAt"}(a||(a={}));export{a as ResponseField,o as default};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { PaginationInput, StringFilterInput, CustomerReviewSummaryPaginationResponse } from "../types";
|
|
3
|
+
declare const listCustomerReviewSummary: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerReviewSummaryPaginationResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default listCustomerReviewSummary;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
pagination?: PaginationInput | null;
|
|
7
|
+
productId?: StringFilterInput | null;
|
|
8
|
+
};
|
|
9
|
+
export declare enum ResponseField {
|
|
10
|
+
COUNT = "count",
|
|
11
|
+
DATA__AVERAGE_STAR = "data.averageStar",
|
|
12
|
+
DATA__CREATED_AT = "data.createdAt",
|
|
13
|
+
DATA__DELETED = "data.deleted",
|
|
14
|
+
DATA__ID = "data.id",
|
|
15
|
+
DATA__PRODUCT_ID = "data.productId",
|
|
16
|
+
DATA__STARS__COUNT = "data.stars.count",
|
|
17
|
+
DATA__STARS__STAR = "data.stars.star",
|
|
18
|
+
DATA__TOTAL_REVIEW = "data.totalReview",
|
|
19
|
+
DATA__UPDATED_AT = "data.updatedAt",
|
|
20
|
+
HAS_NEXT = "hasNext",
|
|
21
|
+
LIMIT = "limit",
|
|
22
|
+
PAGE = "page"
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as a,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var n,s=function(n,s,o){return t(void 0,void 0,void 0,(function(){var t,u,A,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listCustomerReviewSummary",config:o,variables:n,allReturnFields:d,fields:s,query:function(t){return"\n\t\t\t\tquery listCustomerReviewSummary (\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t\t$productId: StringFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistCustomerReviewSummary (\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t\tproductId: $productId,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),u=t.data,A=t.errors,[2,new r(null==u?void 0:u.listCustomerReviewSummary,A)];case 2:return l=e.sent(),[2,a(l)];case 3:return[2]}}))}))},d="{count data {averageStar createdAt deleted id productId stars {count star } totalReview updatedAt } hasNext limit page }";!function(t){t.COUNT="count",t.DATA__AVERAGE_STAR="data.averageStar",t.DATA__CREATED_AT="data.createdAt",t.DATA__DELETED="data.deleted",t.DATA__ID="data.id",t.DATA__PRODUCT_ID="data.productId",t.DATA__STARS__COUNT="data.stars.count",t.DATA__STARS__STAR="data.stars.star",t.DATA__TOTAL_REVIEW="data.totalReview",t.DATA__UPDATED_AT="data.updatedAt",t.HAS_NEXT="hasNext",t.LIMIT="limit",t.PAGE="page"}(n||(n={}));export{n as ResponseField,s as default};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, ListCustomerReviewInput, PaginationInput, CustomerReviewSFPaginationResponse } from "../types";
|
|
3
|
+
declare const listCustomerReviews: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerReviewSFPaginationResponse> | APIResponse<undefined>>;
|
|
4
|
+
export default listCustomerReviews;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
input: ListCustomerReviewInput;
|
|
9
|
+
pagination?: PaginationInput | null;
|
|
10
|
+
productId?: string | null;
|
|
11
|
+
};
|
|
12
|
+
export declare enum ResponseField {
|
|
13
|
+
COUNT = "count",
|
|
14
|
+
DATA__COMMENT = "data.comment",
|
|
15
|
+
DATA__CREATED_AT = "data.createdAt",
|
|
16
|
+
DATA__CUSTOMER_ID = "data.customerId",
|
|
17
|
+
DATA__DELETED = "data.deleted",
|
|
18
|
+
DATA__ID = "data.id",
|
|
19
|
+
DATA__IMAGE_IDS = "data.imageIds",
|
|
20
|
+
DATA__ORDER_ID = "data.orderId",
|
|
21
|
+
DATA__ORDER_NUMBER = "data.orderNumber",
|
|
22
|
+
DATA__PRODUCT_ID = "data.productId",
|
|
23
|
+
DATA__SALES_CHANNEL_ID = "data.salesChannelId",
|
|
24
|
+
DATA__STAR = "data.star",
|
|
25
|
+
DATA__STATUS = "data.status",
|
|
26
|
+
DATA__STOREFRONT_ID = "data.storefrontId",
|
|
27
|
+
DATA__TITLE = "data.title",
|
|
28
|
+
DATA__UPDATED_AT = "data.updatedAt",
|
|
29
|
+
HAS_NEXT = "hasNext",
|
|
30
|
+
LIMIT = "limit",
|
|
31
|
+
PAGE = "page"
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as a,APIResponse as d}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import n from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,r=function(i,r,o){return t(void 0,void 0,void 0,(function(){var t,u,A,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,n({operationName:"listCustomerReviews",config:o,variables:i,allReturnFields:s,fields:r,query:function(t){return"\n\t\t\t\tquery listCustomerReviews (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$input: ListCustomerReviewInput!,\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t\t$productId: String,\n\t\t\t\t) {\n\t\t\t\t\tlistCustomerReviews (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t\tproductId: $productId,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),u=t.data,A=t.errors,[2,new d(null==u?void 0:u.listCustomerReviews,A)];case 2:return l=e.sent(),[2,a(l)];case 3:return[2]}}))}))},s="{count data {comment createdAt customerId deleted id imageIds orderId orderNumber productId salesChannelId star status storefrontId title updatedAt } hasNext limit page }";!function(t){t.COUNT="count",t.DATA__COMMENT="data.comment",t.DATA__CREATED_AT="data.createdAt",t.DATA__CUSTOMER_ID="data.customerId",t.DATA__DELETED="data.deleted",t.DATA__ID="data.id",t.DATA__IMAGE_IDS="data.imageIds",t.DATA__ORDER_ID="data.orderId",t.DATA__ORDER_NUMBER="data.orderNumber",t.DATA__PRODUCT_ID="data.productId",t.DATA__SALES_CHANNEL_ID="data.salesChannelId",t.DATA__STAR="data.star",t.DATA__STATUS="data.status",t.DATA__STOREFRONT_ID="data.storefrontId",t.DATA__TITLE="data.title",t.DATA__UPDATED_AT="data.updatedAt",t.HAS_NEXT="hasNext",t.LIMIT="limit",t.PAGE="page"}(i||(i={}));export{i as ResponseField,r as default};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, DateFilterInput, District } from "../types";
|
|
3
|
+
declare const listDistrict: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<District[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listDistrict;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
cityId: StringFilterInput;
|
|
7
|
+
countryId?: StringFilterInput | null;
|
|
8
|
+
id?: StringFilterInput | null;
|
|
9
|
+
includeDeleted?: boolean | null;
|
|
10
|
+
search?: string | null;
|
|
11
|
+
stateId?: StringFilterInput | null;
|
|
12
|
+
updatedAt?: DateFilterInput | null;
|
|
13
|
+
};
|
|
14
|
+
export declare enum ResponseField {
|
|
15
|
+
CITY_ID = "cityId",
|
|
16
|
+
COUNTRY_ID = "countryId",
|
|
17
|
+
CREATED_AT = "createdAt",
|
|
18
|
+
DELETED = "deleted",
|
|
19
|
+
ID = "id",
|
|
20
|
+
LATITUDE = "latitude",
|
|
21
|
+
LONGITUDE = "longitude",
|
|
22
|
+
NAME = "name",
|
|
23
|
+
ORDER = "order",
|
|
24
|
+
STATE_ID = "stateId",
|
|
25
|
+
UPDATED_AT = "updatedAt"
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as i}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import d from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,s=function(r,s,a){return t(void 0,void 0,void 0,(function(){var t,l,o,c;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,d({operationName:"listDistrict",config:a,variables:r,allReturnFields:u,fields:s,query:function(t){return"\n\t\t\t\tquery listDistrict (\n\t\t\t\t\t$cityId: StringFilterInput!,\n\t\t\t\t\t$countryId: StringFilterInput,\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$search: String,\n\t\t\t\t\t$stateId: StringFilterInput,\n\t\t\t\t\t$updatedAt: DateFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistDistrict (\n\t\t\t\t\t\tcityId: $cityId,\n\t\t\t\t\t\tcountryId: $countryId,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tsearch: $search,\n\t\t\t\t\t\tstateId: $stateId,\n\t\t\t\t\t\tupdatedAt: $updatedAt,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,o=t.errors,[2,new i(null==l?void 0:l.listDistrict,o)];case 2:return c=e.sent(),[2,n(c)];case 3:return[2]}}))}))},u="{cityId countryId createdAt deleted id latitude longitude name order stateId updatedAt }";!function(t){t.CITY_ID="cityId",t.COUNTRY_ID="countryId",t.CREATED_AT="createdAt",t.DELETED="deleted",t.ID="id",t.LATITUDE="latitude",t.LONGITUDE="longitude",t.NAME="name",t.ORDER="order",t.STATE_ID="stateId",t.UPDATED_AT="updatedAt"}(r||(r={}));export{r as ResponseField,s as default};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { CustomerFavoriteProduct } from "../types";
|
|
3
|
+
declare const listFavoriteProducts: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CustomerFavoriteProduct[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listFavoriteProducts;
|
|
5
|
+
export declare enum ResponseField {
|
|
6
|
+
CREATED_AT = "createdAt",
|
|
7
|
+
CUSTOMER_ID = "customerId",
|
|
8
|
+
DELETED = "deleted",
|
|
9
|
+
ID = "id",
|
|
10
|
+
PRODUCT_ID = "productId",
|
|
11
|
+
UPDATED_AT = "updatedAt"
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as i}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var s,d=function(s,d){return t(void 0,void 0,void 0,(function(){var t,u,a,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,o({operationName:"listFavoriteProducts",config:d,allReturnFields:n,fields:s,query:function(t){return"\n\t\t\t\tquery listFavoriteProducts {\n\t\t\t\t\tlistFavoriteProducts ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),u=t.data,a=t.errors,[2,new i(null==u?void 0:u.listFavoriteProducts,a)];case 2:return l=e.sent(),[2,r(l)];case 3:return[2]}}))}))},n="{createdAt customerId deleted id productId updatedAt }";!function(t){t.CREATED_AT="createdAt",t.CUSTOMER_ID="customerId",t.DELETED="deleted",t.ID="id",t.PRODUCT_ID="productId",t.UPDATED_AT="updatedAt"}(s||(s={}));export{s as ResponseField,d as default};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, PaginationInput, HTMLMetaDataTargetTypeEnumFilter, HTMLMetaData } from "../types";
|
|
3
|
+
declare const listHTMLMetaData: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<HTMLMetaData[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listHTMLMetaData;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
pagination?: PaginationInput | null;
|
|
9
|
+
slug?: StringFilterInput | null;
|
|
10
|
+
targetId?: StringFilterInput | null;
|
|
11
|
+
targetType?: HTMLMetaDataTargetTypeEnumFilter | null;
|
|
12
|
+
};
|
|
13
|
+
export declare enum ResponseField {
|
|
14
|
+
CREATED_AT = "createdAt",
|
|
15
|
+
DELETED = "deleted",
|
|
16
|
+
DESCRIPTION = "description",
|
|
17
|
+
ID = "id",
|
|
18
|
+
METADATA_OVERRIDES__DESCRIPTION = "metadataOverrides.description",
|
|
19
|
+
METADATA_OVERRIDES__LANGUAGE = "metadataOverrides.language",
|
|
20
|
+
METADATA_OVERRIDES__PAGE_TITLE = "metadataOverrides.pageTitle",
|
|
21
|
+
METADATA_OVERRIDES__STOREFRONT_ID = "metadataOverrides.storefrontId",
|
|
22
|
+
METADATA_OVERRIDES__STOREFRONT_REGION_ID = "metadataOverrides.storefrontRegionId",
|
|
23
|
+
PAGE_TITLE = "pageTitle",
|
|
24
|
+
REDIRECT_TO = "redirectTo",
|
|
25
|
+
SLUG = "slug",
|
|
26
|
+
TARGET_ID = "targetId",
|
|
27
|
+
TARGET_TYPE = "targetType",
|
|
28
|
+
TRANSLATIONS__DESCRIPTION = "translations.description",
|
|
29
|
+
TRANSLATIONS__LOCALE = "translations.locale",
|
|
30
|
+
TRANSLATIONS__PAGE_TITLE = "translations.pageTitle",
|
|
31
|
+
UPDATED_AT = "updatedAt"
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as a,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,d=function(r,d,T){return t(void 0,void 0,void 0,(function(){var t,l,o,u;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listHTMLMetaData",config:T,variables:r,allReturnFields:s,fields:d,query:function(t){return"\n\t\t\t\tquery listHTMLMetaData (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t\t$slug: StringFilterInput,\n\t\t\t\t\t$targetId: StringFilterInput,\n\t\t\t\t\t$targetType: HTMLMetaDataTargetTypeEnumFilter,\n\t\t\t\t) {\n\t\t\t\t\tlistHTMLMetaData (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t\tslug: $slug,\n\t\t\t\t\t\ttargetId: $targetId,\n\t\t\t\t\t\ttargetType: $targetType,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,o=t.errors,[2,new n(null==l?void 0:l.listHTMLMetaData,o)];case 2:return u=e.sent(),[2,a(u)];case 3:return[2]}}))}))},s="{createdAt deleted description id metadataOverrides {description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations {description locale pageTitle } updatedAt }";!function(t){t.CREATED_AT="createdAt",t.DELETED="deleted",t.DESCRIPTION="description",t.ID="id",t.METADATA_OVERRIDES__DESCRIPTION="metadataOverrides.description",t.METADATA_OVERRIDES__LANGUAGE="metadataOverrides.language",t.METADATA_OVERRIDES__PAGE_TITLE="metadataOverrides.pageTitle",t.METADATA_OVERRIDES__STOREFRONT_ID="metadataOverrides.storefrontId",t.METADATA_OVERRIDES__STOREFRONT_REGION_ID="metadataOverrides.storefrontRegionId",t.PAGE_TITLE="pageTitle",t.REDIRECT_TO="redirectTo",t.SLUG="slug",t.TARGET_ID="targetId",t.TARGET_TYPE="targetType",t.TRANSLATIONS__DESCRIPTION="translations.description",t.TRANSLATIONS__LOCALE="translations.locale",t.TRANSLATIONS__PAGE_TITLE="translations.pageTitle",t.UPDATED_AT="updatedAt"}(r||(r={}));export{r as ResponseField,d as default};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, MerchantSettings } from "../types";
|
|
3
|
+
declare const listMerchantSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<MerchantSettings[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listMerchantSettings;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
merchantId?: StringFilterInput | null;
|
|
8
|
+
};
|
|
9
|
+
export declare enum ResponseField {
|
|
10
|
+
CREATED_AT = "createdAt",
|
|
11
|
+
DELETED = "deleted",
|
|
12
|
+
ID = "id",
|
|
13
|
+
LOGO_ID = "logoId",
|
|
14
|
+
MERCHANT_NAME = "merchantName",
|
|
15
|
+
UPDATED_AT = "updatedAt"
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var a,s=function(a,s,o){return t(void 0,void 0,void 0,(function(){var t,l,u,c;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listMerchantSettings",config:o,variables:a,allReturnFields:d,fields:s,query:function(t){return"\n\t\t\t\tquery listMerchantSettings (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$merchantId: StringFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistMerchantSettings (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tmerchantId: $merchantId,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,u=t.errors,[2,new r(null==l?void 0:l.listMerchantSettings,u)];case 2:return c=e.sent(),[2,n(c)];case 3:return[2]}}))}))},d="{createdAt deleted id logoId merchantName updatedAt }";!function(t){t.CREATED_AT="createdAt",t.DELETED="deleted",t.ID="id",t.LOGO_ID="logoId",t.MERCHANT_NAME="merchantName",t.UPDATED_AT="updatedAt"}(a||(a={}));export{a as ResponseField,s as default};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, DateFilterInput, OrderRefundSettings } from "../types";
|
|
3
|
+
declare const listOrderRefundSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<OrderRefundSettings[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listOrderRefundSettings;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
storefrontId?: StringFilterInput | null;
|
|
9
|
+
updatedAt?: DateFilterInput | null;
|
|
10
|
+
};
|
|
11
|
+
export declare enum ResponseField {
|
|
12
|
+
AUTO_APPROVE = "autoApprove",
|
|
13
|
+
CREATED_AT = "createdAt",
|
|
14
|
+
DELETED = "deleted",
|
|
15
|
+
ID = "id",
|
|
16
|
+
IS_ACTIVE_REFUND_SECTION = "isActiveRefundSection",
|
|
17
|
+
ORDER_REFUND_DAY_LIMIT = "orderRefundDayLimit",
|
|
18
|
+
REFUND_DESC = "refundDesc",
|
|
19
|
+
STOREFRONT_ID = "storefrontId",
|
|
20
|
+
UPDATED_AT = "updatedAt"
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import d from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,o=function(i,o,u){return t(void 0,void 0,void 0,(function(){var t,a,l,f;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,d({operationName:"listOrderRefundSettings",config:u,variables:i,allReturnFields:s,fields:o,query:function(t){return"\n\t\t\t\tquery listOrderRefundSettings (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$storefrontId: StringFilterInput,\n\t\t\t\t\t$updatedAt: DateFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistOrderRefundSettings (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tstorefrontId: $storefrontId,\n\t\t\t\t\t\tupdatedAt: $updatedAt,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),a=t.data,l=t.errors,[2,new r(null==a?void 0:a.listOrderRefundSettings,l)];case 2:return f=e.sent(),[2,n(f)];case 3:return[2]}}))}))},s="{autoApprove createdAt deleted id isActiveRefundSection orderRefundDayLimit refundDesc storefrontId updatedAt }";!function(t){t.AUTO_APPROVE="autoApprove",t.CREATED_AT="createdAt",t.DELETED="deleted",t.ID="id",t.IS_ACTIVE_REFUND_SECTION="isActiveRefundSection",t.ORDER_REFUND_DAY_LIMIT="orderRefundDayLimit",t.REFUND_DESC="refundDesc",t.STOREFRONT_ID="storefrontId",t.UPDATED_AT="updatedAt"}(i||(i={}));export{i as ResponseField,o as default};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, StorefrontTransaction } from "../types";
|
|
3
|
+
declare const listOrderTransactions: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<StorefrontTransaction[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listOrderTransactions;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
checkoutId?: StringFilterInput | null;
|
|
7
|
+
id?: StringFilterInput | null;
|
|
8
|
+
orderId?: StringFilterInput | null;
|
|
9
|
+
};
|
|
10
|
+
export declare enum ResponseField {
|
|
11
|
+
AMOUNT = "amount",
|
|
12
|
+
CHECKOUT_ID = "checkoutId",
|
|
13
|
+
CREATED_AT = "createdAt",
|
|
14
|
+
CURRENCY_CODE = "currencyCode",
|
|
15
|
+
CUSTOMER_ID = "customerId",
|
|
16
|
+
DELETED = "deleted",
|
|
17
|
+
ERROR__CODE = "error.code",
|
|
18
|
+
ERROR__DECLINE_CODE = "error.declineCode",
|
|
19
|
+
ERROR__MESSAGE = "error.message",
|
|
20
|
+
ID = "id",
|
|
21
|
+
ORDER_ID = "orderId",
|
|
22
|
+
PAYMENT_GATEWAY_CODE = "paymentGatewayCode",
|
|
23
|
+
PAYMENT_GATEWAY_ID = "paymentGatewayId",
|
|
24
|
+
PAYMENT_GATEWAY_NAME = "paymentGatewayName",
|
|
25
|
+
PAYMENT_METHOD = "paymentMethod",
|
|
26
|
+
PAYMENT_METHOD_DETAIL__BANK_NAME = "paymentMethodDetail.bankName",
|
|
27
|
+
PAYMENT_METHOD_DETAIL__BIN_NUMBER = "paymentMethodDetail.binNumber",
|
|
28
|
+
PAYMENT_METHOD_DETAIL__CARD_ASSOCIATION = "paymentMethodDetail.cardAssociation",
|
|
29
|
+
PAYMENT_METHOD_DETAIL__CARD_FAMILY = "paymentMethodDetail.cardFamily",
|
|
30
|
+
PAYMENT_METHOD_DETAIL__CARD_TYPE = "paymentMethodDetail.cardType",
|
|
31
|
+
PAYMENT_METHOD_DETAIL__INSTALLMENT__INSTALLMENT_COUNT = "paymentMethodDetail.installment.installmentCount",
|
|
32
|
+
PAYMENT_METHOD_DETAIL__INSTALLMENT__INSTALLMENT_PRICE = "paymentMethodDetail.installment.installmentPrice",
|
|
33
|
+
PAYMENT_METHOD_DETAIL__INSTALLMENT__ORIGINAL_RATE = "paymentMethodDetail.installment.originalRate",
|
|
34
|
+
PAYMENT_METHOD_DETAIL__INSTALLMENT__RATE = "paymentMethodDetail.installment.rate",
|
|
35
|
+
PAYMENT_METHOD_DETAIL__INSTALLMENT__TOTAL_PRICE = "paymentMethodDetail.installment.totalPrice",
|
|
36
|
+
PAYMENT_METHOD_DETAIL__LAST_FOUR_DIGITS = "paymentMethodDetail.lastFourDigits",
|
|
37
|
+
PAYMENT_METHOD_DETAIL__THREE_D_SECURE = "paymentMethodDetail.threeDSecure",
|
|
38
|
+
PROCESSED_AT = "processedAt",
|
|
39
|
+
REFUND_REASON = "refundReason",
|
|
40
|
+
STATUS = "status",
|
|
41
|
+
TYPE = "type",
|
|
42
|
+
UPDATED_AT = "updatedAt"
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as a,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,_=function(i,_,o){return t(void 0,void 0,void 0,(function(){var t,E,T,s;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"listOrderTransactions",config:o,variables:i,allReturnFields:d,fields:_,query:function(t){return"\n\t\t\t\tquery listOrderTransactions (\n\t\t\t\t\t$checkoutId: StringFilterInput,\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$orderId: StringFilterInput,\n\t\t\t\t) {\n\t\t\t\t\tlistOrderTransactions (\n\t\t\t\t\t\tcheckoutId: $checkoutId,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\torderId: $orderId,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),E=t.data,T=t.errors,[2,new n(null==E?void 0:E.listOrderTransactions,T)];case 2:return s=e.sent(),[2,a(s)];case 3:return[2]}}))}))},d="{amount checkoutId createdAt currencyCode customerId deleted error {code declineCode message } id orderId paymentGatewayCode paymentGatewayId paymentGatewayName paymentMethod paymentMethodDetail {bankName binNumber cardAssociation cardFamily cardType installment {installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits threeDSecure } processedAt refundReason status type updatedAt }";!function(t){t.AMOUNT="amount",t.CHECKOUT_ID="checkoutId",t.CREATED_AT="createdAt",t.CURRENCY_CODE="currencyCode",t.CUSTOMER_ID="customerId",t.DELETED="deleted",t.ERROR__CODE="error.code",t.ERROR__DECLINE_CODE="error.declineCode",t.ERROR__MESSAGE="error.message",t.ID="id",t.ORDER_ID="orderId",t.PAYMENT_GATEWAY_CODE="paymentGatewayCode",t.PAYMENT_GATEWAY_ID="paymentGatewayId",t.PAYMENT_GATEWAY_NAME="paymentGatewayName",t.PAYMENT_METHOD="paymentMethod",t.PAYMENT_METHOD_DETAIL__BANK_NAME="paymentMethodDetail.bankName",t.PAYMENT_METHOD_DETAIL__BIN_NUMBER="paymentMethodDetail.binNumber",t.PAYMENT_METHOD_DETAIL__CARD_ASSOCIATION="paymentMethodDetail.cardAssociation",t.PAYMENT_METHOD_DETAIL__CARD_FAMILY="paymentMethodDetail.cardFamily",t.PAYMENT_METHOD_DETAIL__CARD_TYPE="paymentMethodDetail.cardType",t.PAYMENT_METHOD_DETAIL__INSTALLMENT__INSTALLMENT_COUNT="paymentMethodDetail.installment.installmentCount",t.PAYMENT_METHOD_DETAIL__INSTALLMENT__INSTALLMENT_PRICE="paymentMethodDetail.installment.installmentPrice",t.PAYMENT_METHOD_DETAIL__INSTALLMENT__ORIGINAL_RATE="paymentMethodDetail.installment.originalRate",t.PAYMENT_METHOD_DETAIL__INSTALLMENT__RATE="paymentMethodDetail.installment.rate",t.PAYMENT_METHOD_DETAIL__INSTALLMENT__TOTAL_PRICE="paymentMethodDetail.installment.totalPrice",t.PAYMENT_METHOD_DETAIL__LAST_FOUR_DIGITS="paymentMethodDetail.lastFourDigits",t.PAYMENT_METHOD_DETAIL__THREE_D_SECURE="paymentMethodDetail.threeDSecure",t.PROCESSED_AT="processedAt",t.REFUND_REASON="refundReason",t.STATUS="status",t.TYPE="type",t.UPDATED_AT="updatedAt"}(i||(i={}));export{i as ResponseField,_ as default};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, PaginationInput, PaymentGateway } from "../types";
|
|
3
|
+
declare const listPaymentGateway: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<PaymentGateway[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listPaymentGateway;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
includeDeleted?: boolean | null;
|
|
8
|
+
locale?: string | null;
|
|
9
|
+
pagination?: PaginationInput | null;
|
|
10
|
+
};
|
|
11
|
+
export declare enum ResponseField {
|
|
12
|
+
ADDITIONAL_PRICES__AMOUNT = "additionalPrices.amount",
|
|
13
|
+
ADDITIONAL_PRICES__AMOUNT_TYPE = "additionalPrices.amountType",
|
|
14
|
+
ADDITIONAL_PRICES__NAME = "additionalPrices.name",
|
|
15
|
+
ADDITIONAL_PRICES__TYPE = "additionalPrices.type",
|
|
16
|
+
AVAILABLE_COUNTRIES = "availableCountries",
|
|
17
|
+
CODE = "code",
|
|
18
|
+
CREATED_AT = "createdAt",
|
|
19
|
+
DELETED = "deleted",
|
|
20
|
+
DESCRIPTION = "description",
|
|
21
|
+
ID = "id",
|
|
22
|
+
LOGO_URL = "logoUrl",
|
|
23
|
+
NAME = "name",
|
|
24
|
+
PAYMENT_GATEWAY_PROVIDER_ID = "paymentGatewayProviderId",
|
|
25
|
+
PAYMENT_METHOD_TYPE = "paymentMethodType",
|
|
26
|
+
PAYMENT_METHODS__LOGO_URL = "paymentMethods.logoUrl",
|
|
27
|
+
PAYMENT_METHODS__NAME = "paymentMethods.name",
|
|
28
|
+
SUPPORTED_CURRENCIES = "supportedCurrencies",
|
|
29
|
+
TEST_MODE = "testMode",
|
|
30
|
+
TRANSLATIONS__DESCRIPTION = "translations.description",
|
|
31
|
+
TRANSLATIONS__LOCALE = "translations.locale",
|
|
32
|
+
TRANSLATIONS__NAME = "translations.name",
|
|
33
|
+
TYPE = "type",
|
|
34
|
+
UPDATED_AT = "updatedAt"
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as a}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var o,r=function(o,r,l){return t(void 0,void 0,void 0,(function(){var t,s,u,p;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listPaymentGateway",config:l,variables:o,allReturnFields:d,fields:r,query:function(t){return"\n\t\t\t\tquery listPaymentGateway (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t) {\n\t\t\t\t\tlistPaymentGateway (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),s=t.data,u=t.errors,[2,new a(null==s?void 0:s.listPaymentGateway,u)];case 2:return p=e.sent(),[2,n(p)];case 3:return[2]}}))}))},d="{additionalPrices {amount amountType name type } availableCountries code createdAt deleted description id logoUrl name paymentGatewayProviderId paymentMethodType paymentMethods {logoUrl name } supportedCurrencies testMode translations {description locale name } type updatedAt }";!function(t){t.ADDITIONAL_PRICES__AMOUNT="additionalPrices.amount",t.ADDITIONAL_PRICES__AMOUNT_TYPE="additionalPrices.amountType",t.ADDITIONAL_PRICES__NAME="additionalPrices.name",t.ADDITIONAL_PRICES__TYPE="additionalPrices.type",t.AVAILABLE_COUNTRIES="availableCountries",t.CODE="code",t.CREATED_AT="createdAt",t.DELETED="deleted",t.DESCRIPTION="description",t.ID="id",t.LOGO_URL="logoUrl",t.NAME="name",t.PAYMENT_GATEWAY_PROVIDER_ID="paymentGatewayProviderId",t.PAYMENT_METHOD_TYPE="paymentMethodType",t.PAYMENT_METHODS__LOGO_URL="paymentMethods.logoUrl",t.PAYMENT_METHODS__NAME="paymentMethods.name",t.SUPPORTED_CURRENCIES="supportedCurrencies",t.TEST_MODE="testMode",t.TRANSLATIONS__DESCRIPTION="translations.description",t.TRANSLATIONS__LOCALE="translations.locale",t.TRANSLATIONS__NAME="translations.name",t.TYPE="type",t.UPDATED_AT="updatedAt"}(o||(o={}));export{o as ResponseField,r as default};
|