@ikas/storefront-api 4.0.0-alpha.48 → 4.0.0-alpha.49
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 +16 -0
- package/build/__api/models/AdditionalPrice.d.ts +13 -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/Blog.d.ts +28 -0
- package/build/__api/models/BlogCategory.d.ts +13 -0
- package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
- package/build/__api/models/BlogContent.d.ts +12 -0
- package/build/__api/models/BlogMetadata.d.ts +17 -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/BlogWriter.d.ts +10 -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/CampaignOffer.d.ts +22 -0
- package/build/__api/models/CampaignOfferProduct.d.ts +22 -0
- package/build/__api/models/CampaignOfferProductTranslation.d.ts +11 -0
- package/build/__api/models/CampaignOfferTriggerSettings.d.ts +11 -0
- package/build/__api/models/Cart.d.ts +32 -0
- package/build/__api/models/CartCampaignOffer.d.ts +17 -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 +11 -0
- package/build/__api/models/CartV2.d.ts +71 -0
- package/build/__api/models/CartV2CampaignOffer.d.ts +19 -0
- package/build/__api/models/Category.d.ts +27 -0
- package/build/__api/models/CategoryCondition.d.ts +11 -0
- package/build/__api/models/CategoryFilterInput.d.ts +11 -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/CategoryTranslation.d.ts +11 -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/CheckoutSettings.d.ts +24 -0
- package/build/__api/models/CheckoutSettingsPrice.d.ts +11 -0
- package/build/__api/models/City.d.ts +16 -0
- package/build/__api/models/Country.d.ts +24 -0
- package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
- package/build/__api/models/CreateCustomerReviewInput.d.ts +20 -0
- package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +10 -0
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +14 -0
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +14 -0
- package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +12 -0
- package/build/__api/models/CurrencyRate.d.ts +15 -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/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/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/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/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/CustomerAttributeOption.d.ts +10 -0
- package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
- package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
- package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
- package/build/__api/models/CustomerAttributeValue.d.ts +11 -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/CustomerLoginResponse.d.ts +12 -0
- package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
- package/build/__api/models/CustomerReview.d.ts +24 -0
- package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
- package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
- package/build/__api/models/DateFilterInput.d.ts +16 -0
- package/build/__api/models/District.d.ts +16 -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/GetProductOptionFileUrl.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 +22 -0
- package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
- package/build/__api/models/Invoice.d.ts +16 -0
- package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
- package/build/__api/models/LocationTranslations.d.ts +11 -0
- package/build/__api/models/MasterPassTokenResponse.d.ts +11 -0
- package/build/__api/models/MerchantAddress.d.ts +27 -0
- package/build/__api/models/MerchantAddressCity.d.ts +11 -0
- package/build/__api/models/MerchantAddressCountry.d.ts +11 -0
- package/build/__api/models/MerchantAddressDistrict.d.ts +11 -0
- package/build/__api/models/MerchantAddressState.d.ts +11 -0
- package/build/__api/models/MerchantSettings.d.ts +17 -0
- package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +15 -0
- package/build/__api/models/OrderAddress.d.ts +28 -0
- package/build/__api/models/OrderAddressCity.d.ts +11 -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/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/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/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/OrderAdjustmentAppliedOrderLine.d.ts +12 -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 +16 -0
- package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
- package/build/__api/models/OrderLineBaseUnit.d.ts +13 -0
- package/build/__api/models/OrderLineDiscount.d.ts +15 -0
- package/build/__api/models/OrderLineItem.d.ts +29 -0
- package/build/__api/models/OrderLineOption.d.ts +15 -0
- package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
- package/build/__api/models/OrderLineVariant.d.ts +31 -0
- package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
- package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
- package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
- package/build/__api/models/OrderLineVariantPrice.d.ts +15 -0
- package/build/__api/models/OrderLineVariantUnit.d.ts +11 -0
- package/build/__api/models/OrderLineVariantUnitType.d.ts +10 -0
- package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
- package/build/__api/models/OrderPackage.d.ts +18 -0
- package/build/__api/models/OrderPaymentMethod.d.ts +14 -0
- package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
- package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
- package/build/__api/models/OrderRefundSettings.d.ts +14 -0
- package/build/__api/models/OrderSessionInfo.d.ts +25 -0
- package/build/__api/models/OrderSessionInfoTrafficSource.d.ts +11 -0
- package/build/__api/models/OrderSessionUTM.d.ts +13 -0
- package/build/__api/models/OrderSessionUserAgent.d.ts +12 -0
- package/build/__api/models/OrderShippingLine.d.ts +17 -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/PaginationInput.d.ts +10 -0
- package/build/__api/models/PaymentGateway.d.ts +29 -0
- package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
- package/build/__api/models/PaymentGatewaySettings.d.ts +13 -0
- package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
- package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
- package/build/__api/models/Product.d.ts +35 -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/ProductBackInStockRemind.d.ts +15 -0
- package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
- package/build/__api/models/ProductBaseUnitModel.d.ts +12 -0
- package/build/__api/models/ProductBrand.d.ts +19 -0
- package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
- package/build/__api/models/ProductBrandTranslation.d.ts +11 -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 +11 -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 +15 -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/RaffleDateRangeField.d.ts +10 -0
- package/build/__api/models/RaffleMetadata.d.ts +17 -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 +25 -0
- package/build/__api/models/RaffleParticipantsInput.d.ts +16 -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 +23 -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 +19 -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 +18 -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/SearchInputOrderByInput.d.ts +11 -0
- package/build/__api/models/SearchProduct.d.ts +36 -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 +16 -0
- package/build/__api/models/SearchProductProductBaseUnit.d.ts +13 -0
- package/build/__api/models/SearchProductProductUnit.d.ts +10 -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 +27 -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/StockLocation.d.ts +18 -0
- package/build/__api/models/StockLocationAddress.d.ts +19 -0
- package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
- package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
- package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
- package/build/__api/models/StockLocationAddressState.d.ts +11 -0
- package/build/__api/models/Storefront.d.ts +33 -0
- package/build/__api/models/StorefrontDomain.d.ts +13 -0
- package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +11 -0
- package/build/__api/models/StorefrontLocalization.d.ts +12 -0
- package/build/__api/models/StorefrontOrder.d.ts +51 -0
- package/build/__api/models/StorefrontRaffle.d.ts +20 -0
- package/build/__api/models/StorefrontRouting.d.ts +18 -0
- package/build/__api/models/StorefrontTheme.d.ts +15 -0
- package/build/__api/models/StorefrontTransaction.d.ts +28 -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/TransactionError.d.ts +11 -0
- package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
- package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
- package/build/__api/models/TransactionResponse.d.ts +16 -0
- package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +14 -0
- package/build/__api/models/Variant.d.ts +27 -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/VariantUnitModel.d.ts +11 -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 +231 -0
- package/build/__api/mutations/addItemToCart.d.ts +278 -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 +27 -0
- package/build/__api/mutations/createCustomerReview.js +1 -0
- package/build/__api/mutations/createOrderRefundRequest.d.ts +210 -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/createStripePaymentIntent.d.ts +13 -0
- package/build/__api/mutations/createStripePaymentIntent.js +1 -0
- package/build/__api/mutations/customerForgotPassword.d.ts +8 -0
- package/build/__api/mutations/customerForgotPassword.js +1 -0
- package/build/__api/mutations/customerLogin.d.ts +73 -0
- package/build/__api/mutations/customerLogin.js +1 -0
- package/build/__api/mutations/customerRecoverPassword.d.ts +9 -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 +78 -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 +278 -0
- package/build/__api/mutations/saveCart.js +1 -0
- package/build/__api/mutations/saveCartCouponCode.d.ts +279 -0
- package/build/__api/mutations/saveCartCouponCode.js +1 -0
- package/build/__api/mutations/saveCheckout.d.ts +230 -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 +110 -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 +19 -0
- package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
- package/build/__api/mutations/saveRaffleParticipant.d.ts +49 -0
- package/build/__api/mutations/saveRaffleParticipant.js +1 -0
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
- package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
- package/build/__api/mutations/updateCartCampaignOffer.d.ts +278 -0
- package/build/__api/mutations/updateCartCampaignOffer.js +1 -0
- package/build/__api/queries/checkCustomerEmail.d.ts +12 -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/getAvailableStockLocations.js +1 -0
- package/build/__api/queries/getCart.d.ts +112 -0
- package/build/__api/queries/getCartById.d.ts +279 -0
- package/build/__api/queries/getCartById.js +1 -0
- package/build/__api/queries/getCheckoutByCartId.d.ts +230 -0
- package/build/__api/queries/getCheckoutById.d.ts +230 -0
- package/build/__api/queries/getCurrencyRate.d.ts +19 -0
- package/build/__api/queries/getCustomerOrders.d.ts +210 -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/getMasterPassRequestToken.d.ts +15 -0
- package/build/__api/queries/getMasterPassRequestToken.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 +210 -0
- package/build/__api/queries/getOrderByEmail.d.ts +211 -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 +167 -0
- package/build/__api/queries/getProductFilterData.js +1 -0
- package/build/__api/queries/getProductOptionFileUrl.d.ts +14 -0
- package/build/__api/queries/getProductOptionFileUrl.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 +67 -0
- package/build/__api/queries/getStorefrontSettings.d.ts +3 -0
- package/build/__api/queries/getStorefrontSettings.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 +76 -0
- package/build/__api/queries/listBlog.js +1 -0
- package/build/__api/queries/listBlogCategory.d.ts +35 -0
- package/build/__api/queries/listBlogCategory.js +1 -0
- package/build/__api/queries/listBlogMetadata.d.ts +30 -0
- package/build/__api/queries/listBlogMetadata.js +1 -0
- package/build/__api/queries/listCampaignOffer.d.ts +37 -0
- package/build/__api/queries/listCategory.d.ts +89 -0
- package/build/__api/queries/listCategory.js +1 -0
- package/build/__api/queries/listCheckoutSettings.d.ts +30 -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 +35 -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 +35 -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 +34 -0
- package/build/__api/queries/listHTMLMetaData.js +1 -0
- package/build/__api/queries/listMerchantSettings.d.ts +46 -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 +44 -0
- package/build/__api/queries/listOrderTransactions.js +1 -0
- package/build/__api/queries/listPaymentGateway.d.ts +40 -0
- package/build/__api/queries/listPaymentGateway.js +1 -0
- package/build/__api/queries/listProduct.d.ts +101 -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 +24 -0
- package/build/__api/queries/listProductBackInStockRemind.js +1 -0
- package/build/__api/queries/listProductBrand.d.ts +51 -0
- package/build/__api/queries/listProductBrand.js +1 -0
- package/build/__api/queries/listProductOptionSet.d.ts +61 -0
- package/build/__api/queries/listProductOptionSet.js +1 -0
- package/build/__api/queries/listProductStockLocation.d.ts +18 -0
- package/build/__api/queries/listRaffleMetadata.d.ts +26 -0
- package/build/__api/queries/listRaffleMetadata.js +1 -0
- package/build/__api/queries/listRaffleParticipants.d.ts +46 -0
- package/build/__api/queries/listRaffleParticipants.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/listStorefrontRaffle.d.ts +44 -0
- package/build/__api/queries/listStorefrontRaffle.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 +141 -0
- package/build/__api/queries/searchProducts.js +1 -0
- package/build/__api/types/index.d.ts +2840 -0
- package/build/__api/types/index.js +1 -0
- package/build/api/blog/index.d.ts +27 -0
- package/build/api/blog/index.js +1 -0
- package/build/api/brand/index.d.ts +11 -0
- package/build/api/brand/index.js +1 -0
- package/build/api/cart/index.d.ts +13 -0
- package/build/api/cart/index.js +1 -0
- package/build/api/category/index.d.ts +11 -0
- package/build/api/category/index.js +1 -0
- package/build/api/checkout/index.d.ts +21 -0
- package/build/api/checkout/index.js +1 -0
- package/build/api/customer/index.d.ts +130 -0
- package/build/api/customer/index.js +1 -0
- package/build/api/file-upload/index.d.ts +11 -0
- package/build/api/file-upload/index.js +1 -0
- package/build/api/html-meta-data/index.d.ts +5 -0
- package/build/api/html-meta-data/index.js +1 -0
- package/build/api/location/index.d.ts +12 -0
- package/build/api/location/index.js +1 -0
- package/build/api/masterpass/index.d.ts +3 -0
- package/build/api/masterpass/index.js +1 -0
- package/build/api/merchant/index.d.ts +5 -0
- package/build/api/merchant/index.js +1 -0
- package/build/api/product/index.d.ts +40 -0
- package/build/api/product/index.js +1 -0
- package/build/api/raffle/index.d.ts +16 -0
- package/build/api/raffle/index.js +1 -0
- package/build/api/storefront/index.d.ts +13 -0
- package/build/api/storefront/index.js +1 -0
- package/build/index.d.ts +23 -0
- package/build/index.js +1 -0
- package/build/index2.js +1 -0
- package/package.json +8 -8
- package/src/__api/models/AbandonedCartFlow.ts +0 -34
- package/src/__api/models/AbandonedCartFlowCustomerFilter.ts +0 -25
- package/src/__api/models/AddItemToCartInput.ts +0 -29
- package/src/__api/models/AdditionalPrice.ts +0 -24
- package/src/__api/models/ApplicableProductFilterValue.ts +0 -23
- package/src/__api/models/AppliedProduct.ts +0 -15
- package/src/__api/models/AppliedProductInput.ts +0 -15
- package/src/__api/models/AvailableShippingMethod.ts +0 -24
- package/src/__api/models/Blog.ts +0 -55
- package/src/__api/models/BlogCategory.ts +0 -23
- package/src/__api/models/BlogCategoryPaginationResponse.ts +0 -24
- package/src/__api/models/BlogContent.ts +0 -20
- package/src/__api/models/BlogMetadata.ts +0 -32
- package/src/__api/models/BlogMetadataPaginationResponse.ts +0 -24
- package/src/__api/models/BlogMetadataTargetTypeEnumFilter.ts +0 -22
- package/src/__api/models/BlogPaginationResponse.ts +0 -23
- package/src/__api/models/BlogTag.ts +0 -16
- package/src/__api/models/BlogWriter.ts +0 -15
- package/src/__api/models/BooleanFilterInput.ts +0 -13
- package/src/__api/models/BuyX.ts +0 -20
- package/src/__api/models/BuyXThenGetY.ts +0 -22
- package/src/__api/models/Campaign.ts +0 -75
- package/src/__api/models/CampaignDateRangeField.ts +0 -16
- package/src/__api/models/CampaignFilter.ts +0 -16
- package/src/__api/models/CampaignMinMaxRangeField.ts +0 -16
- package/src/__api/models/CampaignOffer.ts +0 -50
- package/src/__api/models/CampaignOfferProduct.ts +0 -49
- package/src/__api/models/CampaignOfferProductTranslation.ts +0 -19
- package/src/__api/models/CampaignOfferTriggerSettings.ts +0 -19
- package/src/__api/models/Cart.ts +0 -63
- package/src/__api/models/CartCampaignOffer.ts +0 -31
- package/src/__api/models/CartLineItemInput.ts +0 -20
- package/src/__api/models/CartLineOptionInput.ts +0 -17
- package/src/__api/models/CartLineVariantInput.ts +0 -15
- package/src/__api/models/CartStorefrontRouting.ts +0 -28
- package/src/__api/models/CartStorefrontRoutingDynamicCurrencySettings.ts +0 -21
- package/src/__api/models/CartV2.ts +0 -166
- package/src/__api/models/CartV2CampaignOffer.ts +0 -36
- package/src/__api/models/Category.ts +0 -58
- package/src/__api/models/CategoryCondition.ts +0 -17
- package/src/__api/models/CategoryFilterInput.ts +0 -17
- package/src/__api/models/CategoryPaginationResponse.ts +0 -24
- package/src/__api/models/CategoryPathFilterInput.ts +0 -14
- package/src/__api/models/CategoryPathItem.ts +0 -33
- package/src/__api/models/CategoryTranslation.ts +0 -17
- package/src/__api/models/CheckStocksLineInput.ts +0 -17
- package/src/__api/models/CheckStocksLineResponse.ts +0 -18
- package/src/__api/models/CheckStocksResponse.ts +0 -16
- package/src/__api/models/Checkout.ts +0 -102
- package/src/__api/models/CheckoutCustomer.ts +0 -39
- package/src/__api/models/CheckoutCustomerInput.ts +0 -25
- package/src/__api/models/CheckoutOption.ts +0 -15
- package/src/__api/models/CheckoutSettings.ts +0 -62
- package/src/__api/models/CheckoutSettingsPrice.ts +0 -17
- package/src/__api/models/City.ts +0 -29
- package/src/__api/models/Country.ts +0 -45
- package/src/__api/models/CreateCustomerEmailSubscriptionInput.ts +0 -22
- package/src/__api/models/CreateCustomerReviewInput.ts +0 -38
- package/src/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.ts +0 -19
- package/src/__api/models/CreateSaleTransactionWithCartInput.ts +0 -29
- package/src/__api/models/CreateSaleTransactionWithCheckoutInput.ts +0 -29
- package/src/__api/models/CreateStripePaymentIntentResponse.ts +0 -21
- package/src/__api/models/CurrencyRate.ts +0 -27
- package/src/__api/models/CurrencyRateData.ts +0 -15
- package/src/__api/models/Customer.ts +0 -81
- package/src/__api/models/CustomerAddress.ts +0 -64
- package/src/__api/models/CustomerAddressCity.ts +0 -17
- package/src/__api/models/CustomerAddressCityInput.ts +0 -18
- package/src/__api/models/CustomerAddressCountry.ts +0 -22
- package/src/__api/models/CustomerAddressCountryInput.ts +0 -23
- package/src/__api/models/CustomerAddressDistrict.ts +0 -18
- package/src/__api/models/CustomerAddressDistrictInput.ts +0 -19
- package/src/__api/models/CustomerAddressState.ts +0 -17
- package/src/__api/models/CustomerAddressStateInput.ts +0 -19
- package/src/__api/models/CustomerAttribute.ts +0 -36
- package/src/__api/models/CustomerAttributeOption.ts +0 -17
- package/src/__api/models/CustomerAttributeOptionTranslation.ts +0 -17
- package/src/__api/models/CustomerAttributeSalesChannel.ts +0 -28
- package/src/__api/models/CustomerAttributeTranslation.ts +0 -24
- package/src/__api/models/CustomerAttributeValue.ts +0 -18
- package/src/__api/models/CustomerAttributeValueInput.ts +0 -19
- package/src/__api/models/CustomerCheckResponse.ts +0 -13
- package/src/__api/models/CustomerFavoriteProduct.ts +0 -19
- package/src/__api/models/CustomerLoginResponse.ts +0 -18
- package/src/__api/models/CustomerRefreshTokenResponse.ts +0 -17
- package/src/__api/models/CustomerReview.ts +0 -43
- package/src/__api/models/CustomerReviewSFPaginationResponse.ts +0 -26
- package/src/__api/models/CustomerReviewSummary.ts +0 -25
- package/src/__api/models/CustomerReviewSummaryPaginationResponse.ts +0 -26
- package/src/__api/models/CustomerReviewSummaryStar.ts +0 -17
- package/src/__api/models/DateFilterInput.ts +0 -27
- package/src/__api/models/District.ts +0 -29
- package/src/__api/models/FixedDiscount.ts +0 -28
- package/src/__api/models/GetAvailableStockLocation.ts +0 -25
- package/src/__api/models/GetAvailableStockLocationAddress.ts +0 -36
- package/src/__api/models/GetAvailableStockLocationAddressCity.ts +0 -19
- package/src/__api/models/GetAvailableStockLocationsResponse.ts +0 -18
- package/src/__api/models/GetOrderLineFile.ts +0 -13
- package/src/__api/models/GetProductCampaignsInput.ts +0 -18
- package/src/__api/models/GetProductCampaignsResponse.ts +0 -20
- package/src/__api/models/GetProductOptionFileUrl.ts +0 -18
- package/src/__api/models/GetVariantStockLocation.ts +0 -21
- package/src/__api/models/GetVariantStockLocationListResponse.ts +0 -18
- package/src/__api/models/GetY.ts +0 -26
- package/src/__api/models/HTMLMetaData.ts +0 -44
- package/src/__api/models/HTMLMetaDataOverride.ts +0 -21
- package/src/__api/models/HTMLMetaDataTargetTypeEnumFilter.ts +0 -22
- package/src/__api/models/HTMLMetaDataTranslation.ts +0 -18
- package/src/__api/models/Invoice.ts +0 -26
- package/src/__api/models/ListCustomerReviewInput.ts +0 -14
- package/src/__api/models/LocationTranslations.ts +0 -17
- package/src/__api/models/MasterPassTokenResponse.ts +0 -18
- package/src/__api/models/MerchantAddress.ts +0 -48
- package/src/__api/models/MerchantAddressCity.ts +0 -17
- package/src/__api/models/MerchantAddressCountry.ts +0 -18
- package/src/__api/models/MerchantAddressDistrict.ts +0 -18
- package/src/__api/models/MerchantAddressState.ts +0 -17
- package/src/__api/models/MerchantSettings.ts +0 -32
- package/src/__api/models/MerchantSettingsCurrencyFormat.ts +0 -27
- package/src/__api/models/OrderAddress.ts +0 -53
- package/src/__api/models/OrderAddressCity.ts +0 -17
- package/src/__api/models/OrderAddressCityInput.ts +0 -17
- package/src/__api/models/OrderAddressCountry.ts +0 -21
- package/src/__api/models/OrderAddressCountryInput.ts +0 -22
- package/src/__api/models/OrderAddressDistrict.ts +0 -17
- package/src/__api/models/OrderAddressDistrictInput.ts +0 -19
- package/src/__api/models/OrderAddressInput.ts +0 -53
- package/src/__api/models/OrderAddressState.ts +0 -17
- package/src/__api/models/OrderAddressStateInput.ts +0 -18
- package/src/__api/models/OrderAdjustment.ts +0 -35
- package/src/__api/models/OrderAdjustmentAppliedOrderLine.ts +0 -24
- package/src/__api/models/OrderAdjustmentInput.ts +0 -26
- package/src/__api/models/OrderCurrencyRate.ts +0 -17
- package/src/__api/models/OrderCustomer.ts +0 -34
- package/src/__api/models/OrderGiftPackageLine.ts +0 -18
- package/src/__api/models/OrderLineBaseUnit.ts +0 -19
- package/src/__api/models/OrderLineDiscount.ts +0 -28
- package/src/__api/models/OrderLineItem.ts +0 -71
- package/src/__api/models/OrderLineOption.ts +0 -25
- package/src/__api/models/OrderLineOptionValue.ts +0 -18
- package/src/__api/models/OrderLineVariant.ts +0 -64
- package/src/__api/models/OrderLineVariantBrand.ts +0 -15
- package/src/__api/models/OrderLineVariantCategory.ts +0 -21
- package/src/__api/models/OrderLineVariantCategoryPath.ts +0 -17
- package/src/__api/models/OrderLineVariantPrice.ts +0 -34
- package/src/__api/models/OrderLineVariantUnit.ts +0 -16
- package/src/__api/models/OrderLineVariantUnitType.ts +0 -16
- package/src/__api/models/OrderLineVariantVariantValues.ts +0 -23
- package/src/__api/models/OrderPackage.ts +0 -33
- package/src/__api/models/OrderPaymentMethod.ts +0 -22
- package/src/__api/models/OrderRefundOrderLineInput.ts +0 -17
- package/src/__api/models/OrderRefundRequestInput.ts +0 -21
- package/src/__api/models/OrderRefundSettings.ts +0 -28
- package/src/__api/models/OrderSessionInfo.ts +0 -49
- package/src/__api/models/OrderSessionInfoTrafficSource.ts +0 -18
- package/src/__api/models/OrderSessionUTM.ts +0 -21
- package/src/__api/models/OrderSessionUserAgent.ts +0 -18
- package/src/__api/models/OrderShippingLine.ts +0 -34
- package/src/__api/models/OrderStorefrontRouting.ts +0 -29
- package/src/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.ts +0 -19
- package/src/__api/models/OrderTaxLine.ts +0 -15
- package/src/__api/models/PaginationInput.ts +0 -17
- package/src/__api/models/PaymentGateway.ts +0 -61
- package/src/__api/models/PaymentGatewayPaymentMethod.ts +0 -17
- package/src/__api/models/PaymentGatewaySettings.ts +0 -21
- package/src/__api/models/PaymentGatewayTranslation.ts +0 -19
- package/src/__api/models/PaymentMethodDetailInput.ts +0 -26
- package/src/__api/models/Product.ts +0 -74
- package/src/__api/models/ProductAttribute.ts +0 -36
- package/src/__api/models/ProductAttributeOption.ts +0 -17
- package/src/__api/models/ProductAttributeOptionTranslation.ts +0 -17
- package/src/__api/models/ProductAttributeTableCellData.ts +0 -17
- package/src/__api/models/ProductAttributeTableTemplate.ts +0 -22
- package/src/__api/models/ProductAttributeTranslation.ts +0 -24
- package/src/__api/models/ProductAttributeValue.ts +0 -19
- package/src/__api/models/ProductBackInStockRemind.ts +0 -27
- package/src/__api/models/ProductBackInStockRemindInput.ts +0 -19
- package/src/__api/models/ProductBaseUnitModel.ts +0 -21
- package/src/__api/models/ProductBrand.ts +0 -33
- package/src/__api/models/ProductBrandPaginationResponse.ts +0 -24
- package/src/__api/models/ProductBrandTranslation.ts +0 -18
- package/src/__api/models/ProductFacetCount.ts +0 -18
- package/src/__api/models/ProductFacetCountValue.ts +0 -16
- package/src/__api/models/ProductFilterData.ts +0 -21
- package/src/__api/models/ProductFilterDataFilter.ts +0 -49
- package/src/__api/models/ProductFilterSettings.ts +0 -25
- package/src/__api/models/ProductImage.ts +0 -20
- package/src/__api/models/ProductItem.ts +0 -18
- package/src/__api/models/ProductItemInput.ts +0 -18
- package/src/__api/models/ProductLastViewed.ts +0 -21
- package/src/__api/models/ProductLastViewedInput.ts +0 -22
- package/src/__api/models/ProductOption.ts +0 -62
- package/src/__api/models/ProductOptionDateSettings.ts +0 -29
- package/src/__api/models/ProductOptionFileSettings.ts +0 -25
- package/src/__api/models/ProductOptionSelectSettings.ts +0 -31
- package/src/__api/models/ProductOptionSelectValue.ts +0 -33
- package/src/__api/models/ProductOptionSelectValueOtherPrice.ts +0 -19
- package/src/__api/models/ProductOptionSelectValueTranslations.ts +0 -17
- package/src/__api/models/ProductOptionSet.ts +0 -26
- package/src/__api/models/ProductOptionSetTranslations.ts +0 -20
- package/src/__api/models/ProductOptionTextSettings.ts +0 -17
- package/src/__api/models/ProductOptionTranslations.ts +0 -24
- package/src/__api/models/ProductPaginationResponse.ts +0 -24
- package/src/__api/models/ProductPrice.ts +0 -31
- package/src/__api/models/ProductSearchResponse.ts +0 -31
- package/src/__api/models/ProductStockLocation.ts +0 -22
- package/src/__api/models/ProductTagTranslation.ts +0 -17
- package/src/__api/models/ProductTranslation.ts +0 -17
- package/src/__api/models/ProductVariantType.ts +0 -17
- package/src/__api/models/RaffleDateRangeField.ts +0 -15
- package/src/__api/models/RaffleMetadata.ts +0 -32
- package/src/__api/models/RaffleMetadataTargetTypeEnumFilter.ts +0 -22
- package/src/__api/models/RafflePaginationResponse.ts +0 -25
- package/src/__api/models/RaffleParticipants.ts +0 -48
- package/src/__api/models/RaffleParticipantsInput.ts +0 -29
- package/src/__api/models/RaffleVariantInformation.ts +0 -16
- package/src/__api/models/RetrieveInstallmentInfoInput.ts +0 -19
- package/src/__api/models/RetrieveInstallmentInfoResponse.ts +0 -36
- package/src/__api/models/SaveCartInput.ts +0 -50
- package/src/__api/models/SaveCheckoutInput.ts +0 -56
- package/src/__api/models/SaveItemToCartInput.ts +0 -35
- package/src/__api/models/SaveMyCustomerAddressInput.ts +0 -63
- package/src/__api/models/SaveMyCustomerInput.ts +0 -30
- package/src/__api/models/SearchCategory.ts +0 -27
- package/src/__api/models/SearchCategoryPath.ts +0 -22
- package/src/__api/models/SearchDynamicCurrencySettings.ts +0 -17
- package/src/__api/models/SearchHTMLMetaData.ts +0 -36
- package/src/__api/models/SearchHTMLMetaDataOverride.ts +0 -23
- package/src/__api/models/SearchInput.ts +0 -64
- package/src/__api/models/SearchInputFacetListInput.ts +0 -20
- package/src/__api/models/SearchInputFilterListInput.ts +0 -27
- package/src/__api/models/SearchInputOrderByInput.ts +0 -17
- package/src/__api/models/SearchProduct.ts +0 -77
- package/src/__api/models/SearchProductAttribute.ts +0 -28
- package/src/__api/models/SearchProductAttributeOption.ts +0 -17
- package/src/__api/models/SearchProductAttributeTableCellData.ts +0 -17
- package/src/__api/models/SearchProductAttributeTableTemplate.ts +0 -22
- package/src/__api/models/SearchProductAttributeValue.ts +0 -27
- package/src/__api/models/SearchProductBrand.ts +0 -22
- package/src/__api/models/SearchProductImage.ts +0 -21
- package/src/__api/models/SearchProductPrice.ts +0 -36
- package/src/__api/models/SearchProductProductBaseUnit.ts +0 -23
- package/src/__api/models/SearchProductProductUnit.ts +0 -16
- package/src/__api/models/SearchProductStockLocation.ts +0 -17
- package/src/__api/models/SearchProductTag.ts +0 -20
- package/src/__api/models/SearchProductVariantType.ts +0 -21
- package/src/__api/models/SearchVariant.ts +0 -61
- package/src/__api/models/SearchVariantType.ts +0 -27
- package/src/__api/models/SearchVariantValue.ts +0 -19
- package/src/__api/models/SearchVariationValueRelation.ts +0 -17
- package/src/__api/models/SocialLoginSettings.ts +0 -18
- package/src/__api/models/State.ts +0 -20
- package/src/__api/models/StockLocation.ts +0 -36
- package/src/__api/models/StockLocationAddress.ts +0 -35
- package/src/__api/models/StockLocationAddressCity.ts +0 -18
- package/src/__api/models/StockLocationAddressCountry.ts +0 -19
- package/src/__api/models/StockLocationAddressDistrict.ts +0 -19
- package/src/__api/models/StockLocationAddressState.ts +0 -19
- package/src/__api/models/Storefront.ts +0 -66
- package/src/__api/models/StorefrontDomain.ts +0 -25
- package/src/__api/models/StorefrontDynamicCurrencySettings.ts +0 -19
- package/src/__api/models/StorefrontLocalization.ts +0 -21
- package/src/__api/models/StorefrontOrder.ts +0 -118
- package/src/__api/models/StorefrontRaffle.ts +0 -38
- package/src/__api/models/StorefrontRouting.ts +0 -33
- package/src/__api/models/StorefrontTheme.ts +0 -25
- package/src/__api/models/StorefrontTransaction.ts +0 -55
- package/src/__api/models/StringFilterInput.ts +0 -21
- package/src/__api/models/Town.ts +0 -21
- package/src/__api/models/TrackingInfo.ts +0 -24
- package/src/__api/models/TransactionError.ts +0 -17
- package/src/__api/models/TransactionInstallmentPrice.ts +0 -36
- package/src/__api/models/TransactionPaymentMethodDetail.ts +0 -39
- package/src/__api/models/TransactionResponse.ts +0 -26
- package/src/__api/models/UpdateCartCampaignOfferInput.ts +0 -25
- package/src/__api/models/Variant.ts +0 -61
- package/src/__api/models/VariantStock.ts +0 -15
- package/src/__api/models/VariantType.ts +0 -29
- package/src/__api/models/VariantTypeTranslation.ts +0 -21
- package/src/__api/models/VariantUnitModel.ts +0 -17
- package/src/__api/models/VariantValue.ts +0 -20
- package/src/__api/models/VariantValueRelation.ts +0 -15
- package/src/__api/models/VariantValueTranslation.ts +0 -16
- package/src/__api/models/_base.ts +0 -27
- package/src/__api/mutations/activateCustomer.ts +0 -38
- package/src/__api/mutations/addCouponCodeToCheckout.ts +0 -272
- package/src/__api/mutations/addItemToCart.ts +0 -317
- package/src/__api/mutations/createCustomerEmailSubscription.ts +0 -111
- package/src/__api/mutations/createCustomerReview.ts +0 -66
- package/src/__api/mutations/createOrderRefundRequest.ts +0 -252
- package/src/__api/mutations/createSaleTransactionWithCart.ts +0 -62
- package/src/__api/mutations/createSaleTransactionWithCheckout.ts +0 -62
- package/src/__api/mutations/createStripePaymentIntent.ts +0 -57
- package/src/__api/mutations/customerForgotPassword.ts +0 -44
- package/src/__api/mutations/customerLogin.ts +0 -116
- package/src/__api/mutations/customerRecoverPassword.ts +0 -47
- package/src/__api/mutations/customerRefreshToken.ts +0 -52
- package/src/__api/mutations/deleteRaffleParticipantsList.ts +0 -38
- package/src/__api/mutations/getOrderLineFile.ts +0 -39
- package/src/__api/mutations/registerCustomer.ts +0 -134
- package/src/__api/mutations/retrieveInstallmentInfo.ts +0 -65
- package/src/__api/mutations/saveCart.ts +0 -317
- package/src/__api/mutations/saveCartCouponCode.ts +0 -320
- package/src/__api/mutations/saveCheckout.ts +0 -269
- package/src/__api/mutations/saveFavoriteProduct.ts +0 -41
- package/src/__api/mutations/saveItemToCart.ts +0 -149
- package/src/__api/mutations/saveLastViewedProducts.ts +0 -62
- package/src/__api/mutations/saveMyCustomer.ts +0 -108
- package/src/__api/mutations/saveProductBackInStockRemind.ts +0 -64
- package/src/__api/mutations/saveRaffleParticipant.ts +0 -91
- package/src/__api/mutations/sendContactFormToMerchant.ts +0 -56
- package/src/__api/mutations/updateCartCampaignOffer.ts +0 -317
- package/src/__api/queries/checkCustomerEmail.ts +0 -57
- package/src/__api/queries/checkStocks.ts +0 -53
- package/src/__api/queries/customerSocialLogin.ts +0 -113
- package/src/__api/queries/getAvailableShippingCountries.ts +0 -41
- package/src/__api/queries/getAvailableStockLocations.ts +0 -75
- package/src/__api/queries/getCart.ts +0 -155
- package/src/__api/queries/getCartById.ts +0 -320
- package/src/__api/queries/getCheckoutByCartId.ts +0 -269
- package/src/__api/queries/getCheckoutById.ts +0 -269
- package/src/__api/queries/getCurrencyRate.ts +0 -58
- package/src/__api/queries/getCustomerOrders.ts +0 -249
- package/src/__api/queries/getLastViewedProducts.ts +0 -62
- package/src/__api/queries/getMasterPassRequestToken.ts +0 -62
- package/src/__api/queries/getMyCountry.ts +0 -26
- package/src/__api/queries/getMyCustomer.ts +0 -95
- package/src/__api/queries/getOrder.ts +0 -249
- package/src/__api/queries/getOrderByEmail.ts +0 -252
- package/src/__api/queries/getProductCampaigns.ts +0 -92
- package/src/__api/queries/getProductFilterData.ts +0 -211
- package/src/__api/queries/getProductOptionFileUrl.ts +0 -59
- package/src/__api/queries/getRelatedProducts.ts +0 -60
- package/src/__api/queries/getStorefront.ts +0 -106
- package/src/__api/queries/getStorefrontSettings.ts +0 -26
- package/src/__api/queries/getVariantStockLocations.ts +0 -74
- package/src/__api/queries/isFavoriteProduct.ts +0 -38
- package/src/__api/queries/listBlog.ts +0 -136
- package/src/__api/queries/listBlogCategory.ts +0 -92
- package/src/__api/queries/listBlogMetadata.ts +0 -90
- package/src/__api/queries/listCampaignOffer.ts +0 -76
- package/src/__api/queries/listCategory.ts +0 -151
- package/src/__api/queries/listCheckoutSettings.ts +0 -76
- package/src/__api/queries/listCity.ts +0 -74
- package/src/__api/queries/listCountry.ts +0 -86
- package/src/__api/queries/listCustomerAttribute.ts +0 -62
- package/src/__api/queries/listCustomerReviewSummary.ts +0 -71
- package/src/__api/queries/listCustomerReviews.ts +0 -90
- package/src/__api/queries/listDistrict.ts +0 -77
- package/src/__api/queries/listFavoriteProducts.ts +0 -44
- package/src/__api/queries/listHTMLMetaData.ts +0 -88
- package/src/__api/queries/listMerchantSettings.ts +0 -90
- package/src/__api/queries/listOrderRefundSettings.ts +0 -73
- package/src/__api/queries/listOrderTransactions.ts +0 -90
- package/src/__api/queries/listPaymentGateway.ts +0 -85
- package/src/__api/queries/listProduct.ts +0 -163
- package/src/__api/queries/listProductAttribute.ts +0 -81
- package/src/__api/queries/listProductBackInStockRemind.ts +0 -80
- package/src/__api/queries/listProductBrand.ts +0 -110
- package/src/__api/queries/listProductOptionSet.ts +0 -107
- package/src/__api/queries/listProductStockLocation.ts +0 -62
- package/src/__api/queries/listRaffleMetadata.ts +0 -83
- package/src/__api/queries/listRaffleParticipants.ts +0 -81
- package/src/__api/queries/listState.ts +0 -67
- package/src/__api/queries/listStockLocation.ts +0 -76
- package/src/__api/queries/listStorefrontRaffle.ts +0 -108
- package/src/__api/queries/listTown.ts +0 -67
- package/src/__api/queries/listVariantType.ts +0 -74
- package/src/__api/queries/searchProducts.ts +0 -180
- package/src/__api/types/index.ts +0 -3195
- package/src/api/blog/index.ts +0 -70
- package/src/api/brand/index.ts +0 -27
- package/src/api/cart/index.ts +0 -113
- package/src/api/category/index.ts +0 -25
- package/src/api/checkout/index.ts +0 -121
- package/src/api/customer/index.ts +0 -389
- package/src/api/file-upload/index.ts +0 -44
- package/src/api/html-meta-data/index.ts +0 -25
- package/src/api/location/index.ts +0 -73
- package/src/api/masterpass/index.ts +0 -12
- package/src/api/merchant/index.ts +0 -24
- package/src/api/product/index.ts +0 -359
- package/src/api/raffle/index.ts +0 -78
- package/src/api/storefront/index.ts +0 -30
- package/src/index.ts +0 -68
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
export declare class ProductItemInputData extends BaseModelData {
|
|
4
|
+
productId: string;
|
|
5
|
+
variantId: string;
|
|
6
|
+
constructor(data?: Partial<ProductItemInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductItemInput extends ProductItemInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductItemInput = Partial<ProductItemInput>;
|
|
11
|
+
export declare type ReadOnlyProductItemInput = DeepReadonly<ProductItemInput>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ProductItemData } from "./ProductItem";
|
|
4
|
+
export declare class ProductLastViewedData extends BaseModelData {
|
|
5
|
+
customerId: string;
|
|
6
|
+
products: ProductItemData[];
|
|
7
|
+
constructor(data?: Partial<ProductLastViewedData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class ProductLastViewed extends ProductLastViewedData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialProductLastViewed = Partial<ProductLastViewed>;
|
|
12
|
+
export declare type ReadOnlyProductLastViewed = DeepReadonly<ProductLastViewed>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ProductItemInputData } from "./ProductItemInput";
|
|
4
|
+
export declare class ProductLastViewedInputData extends BaseModelData {
|
|
5
|
+
customerId: string;
|
|
6
|
+
products: ProductItemInputData[];
|
|
7
|
+
constructor(data?: Partial<ProductLastViewedInputData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class ProductLastViewedInput extends ProductLastViewedInputData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialProductLastViewedInput = Partial<ProductLastViewedInput>;
|
|
12
|
+
export declare type ReadOnlyProductLastViewedInput = DeepReadonly<ProductLastViewedInput>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ProductOptionTypeEnum } from "../types";
|
|
4
|
+
import { ProductOptionDateSettingsData } from "./ProductOptionDateSettings";
|
|
5
|
+
import { ProductOptionFileSettingsData } from "./ProductOptionFileSettings";
|
|
6
|
+
import { ProductOptionSelectValueOtherPriceData } from "./ProductOptionSelectValueOtherPrice";
|
|
7
|
+
import { ProductOptionSelectSettingsData } from "./ProductOptionSelectSettings";
|
|
8
|
+
import { ProductOptionTextSettingsData } from "./ProductOptionTextSettings";
|
|
9
|
+
export declare class ProductOptionData extends BaseModelData {
|
|
10
|
+
dateSettings: ProductOptionDateSettingsData | null;
|
|
11
|
+
fileSettings: ProductOptionFileSettingsData | null;
|
|
12
|
+
isOptional: boolean | null;
|
|
13
|
+
name: string;
|
|
14
|
+
optionalText: string | null;
|
|
15
|
+
order: number;
|
|
16
|
+
otherPrices: ProductOptionSelectValueOtherPriceData[] | null;
|
|
17
|
+
price: number | null;
|
|
18
|
+
requiredOptionId: string | null;
|
|
19
|
+
requiredOptionValueIds: string[] | null;
|
|
20
|
+
selectSettings: ProductOptionSelectSettingsData | null;
|
|
21
|
+
textSettings: ProductOptionTextSettingsData | null;
|
|
22
|
+
type: ProductOptionTypeEnum;
|
|
23
|
+
constructor(data?: Partial<ProductOptionData>);
|
|
24
|
+
}
|
|
25
|
+
export declare class ProductOption extends ProductOptionData {
|
|
26
|
+
}
|
|
27
|
+
export declare type PartialProductOption = Partial<ProductOption>;
|
|
28
|
+
export declare type ReadOnlyProductOption = DeepReadonly<ProductOption>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductOptionDateSettingsData {
|
|
3
|
+
max: any | null;
|
|
4
|
+
maxRelativeNextDate: number | null;
|
|
5
|
+
min: any | null;
|
|
6
|
+
minRelativeNextDate: number | null;
|
|
7
|
+
constructor(data?: Partial<ProductOptionDateSettingsData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class ProductOptionDateSettings extends ProductOptionDateSettingsData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialProductOptionDateSettings = Partial<ProductOptionDateSettings>;
|
|
12
|
+
export declare type ReadOnlyProductOptionDateSettings = DeepReadonly<ProductOptionDateSettings>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductOptionFileSettingsData {
|
|
3
|
+
allowedExtensions: string[] | null;
|
|
4
|
+
maxQuantity: number | null;
|
|
5
|
+
minQuantity: number | null;
|
|
6
|
+
constructor(data?: Partial<ProductOptionFileSettingsData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductOptionFileSettings extends ProductOptionFileSettingsData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductOptionFileSettings = Partial<ProductOptionFileSettings>;
|
|
11
|
+
export declare type ReadOnlyProductOptionFileSettings = DeepReadonly<ProductOptionFileSettings>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductOptionSelectTypeEnum } from "../types";
|
|
3
|
+
import { ProductOptionSelectValueData } from "./ProductOptionSelectValue";
|
|
4
|
+
export declare class ProductOptionSelectSettingsData {
|
|
5
|
+
maxSelect: number | null;
|
|
6
|
+
minSelect: number | null;
|
|
7
|
+
type: ProductOptionSelectTypeEnum;
|
|
8
|
+
values: ProductOptionSelectValueData[];
|
|
9
|
+
constructor(data?: Partial<ProductOptionSelectSettingsData>);
|
|
10
|
+
}
|
|
11
|
+
export declare class ProductOptionSelectSettings extends ProductOptionSelectSettingsData {
|
|
12
|
+
}
|
|
13
|
+
export declare type PartialProductOptionSelectSettings = Partial<ProductOptionSelectSettings>;
|
|
14
|
+
export declare type ReadOnlyProductOptionSelectSettings = DeepReadonly<ProductOptionSelectSettings>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ProductOptionSelectValueOtherPriceData } from "./ProductOptionSelectValueOtherPrice";
|
|
4
|
+
export declare class ProductOptionSelectValueData extends BaseModelData {
|
|
5
|
+
colorCode: string | null;
|
|
6
|
+
order: number;
|
|
7
|
+
otherPrices: ProductOptionSelectValueOtherPriceData[] | null;
|
|
8
|
+
price: number | null;
|
|
9
|
+
thumbnailImageId: string | null;
|
|
10
|
+
value: string;
|
|
11
|
+
constructor(data?: Partial<ProductOptionSelectValueData>);
|
|
12
|
+
}
|
|
13
|
+
export declare class ProductOptionSelectValue extends ProductOptionSelectValueData {
|
|
14
|
+
}
|
|
15
|
+
export declare type PartialProductOptionSelectValue = Partial<ProductOptionSelectValue>;
|
|
16
|
+
export declare type ReadOnlyProductOptionSelectValue = DeepReadonly<ProductOptionSelectValue>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductOptionSelectValueOtherPriceData {
|
|
3
|
+
currencyCode: string;
|
|
4
|
+
currencySymbol: string | null;
|
|
5
|
+
price: number;
|
|
6
|
+
constructor(data?: Partial<ProductOptionSelectValueOtherPriceData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductOptionSelectValueOtherPrice extends ProductOptionSelectValueOtherPriceData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductOptionSelectValueOtherPrice = Partial<ProductOptionSelectValueOtherPrice>;
|
|
11
|
+
export declare type ReadOnlyProductOptionSelectValueOtherPrice = DeepReadonly<ProductOptionSelectValueOtherPrice>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductOptionSelectValueTranslationsData {
|
|
3
|
+
id: string;
|
|
4
|
+
value: string | null;
|
|
5
|
+
constructor(data?: Partial<ProductOptionSelectValueTranslationsData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class ProductOptionSelectValueTranslations extends ProductOptionSelectValueTranslationsData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialProductOptionSelectValueTranslations = Partial<ProductOptionSelectValueTranslations>;
|
|
10
|
+
export declare type ReadOnlyProductOptionSelectValueTranslations = DeepReadonly<ProductOptionSelectValueTranslations>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ProductOptionData } from "./ProductOption";
|
|
4
|
+
import { ProductOptionSetTranslationsData } from "./ProductOptionSetTranslations";
|
|
5
|
+
export declare class ProductOptionSetData extends BaseModelData {
|
|
6
|
+
name: string;
|
|
7
|
+
options: ProductOptionData[];
|
|
8
|
+
translations: ProductOptionSetTranslationsData[] | null;
|
|
9
|
+
constructor(data?: Partial<ProductOptionSetData>);
|
|
10
|
+
}
|
|
11
|
+
export declare class ProductOptionSet extends ProductOptionSetData {
|
|
12
|
+
}
|
|
13
|
+
export declare type PartialProductOptionSet = Partial<ProductOptionSet>;
|
|
14
|
+
export declare type ReadOnlyProductOptionSet = DeepReadonly<ProductOptionSet>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductOptionTranslationsData } from "./ProductOptionTranslations";
|
|
3
|
+
export declare class ProductOptionSetTranslationsData {
|
|
4
|
+
locale: string;
|
|
5
|
+
options: ProductOptionTranslationsData[] | null;
|
|
6
|
+
constructor(data?: Partial<ProductOptionSetTranslationsData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductOptionSetTranslations extends ProductOptionSetTranslationsData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductOptionSetTranslations = Partial<ProductOptionSetTranslations>;
|
|
11
|
+
export declare type ReadOnlyProductOptionSetTranslations = DeepReadonly<ProductOptionSetTranslations>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductOptionTextSettingsData {
|
|
3
|
+
max: number | null;
|
|
4
|
+
min: number | null;
|
|
5
|
+
constructor(data?: Partial<ProductOptionTextSettingsData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class ProductOptionTextSettings extends ProductOptionTextSettingsData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialProductOptionTextSettings = Partial<ProductOptionTextSettings>;
|
|
10
|
+
export declare type ReadOnlyProductOptionTextSettings = DeepReadonly<ProductOptionTextSettings>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductOptionSelectValueTranslationsData } from "./ProductOptionSelectValueTranslations";
|
|
3
|
+
export declare class ProductOptionTranslationsData {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
optionalText: string | null;
|
|
7
|
+
values: ProductOptionSelectValueTranslationsData[] | null;
|
|
8
|
+
constructor(data?: Partial<ProductOptionTranslationsData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class ProductOptionTranslations extends ProductOptionTranslationsData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialProductOptionTranslations = Partial<ProductOptionTranslations>;
|
|
13
|
+
export declare type ReadOnlyProductOptionTranslations = DeepReadonly<ProductOptionTranslations>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductData } from "./Product";
|
|
3
|
+
export declare class ProductPaginationResponseData {
|
|
4
|
+
count: number;
|
|
5
|
+
data: ProductData[];
|
|
6
|
+
hasNext: boolean;
|
|
7
|
+
limit: number;
|
|
8
|
+
page: number;
|
|
9
|
+
constructor(data?: Partial<ProductPaginationResponseData>);
|
|
10
|
+
}
|
|
11
|
+
export declare class ProductPaginationResponse extends ProductPaginationResponseData {
|
|
12
|
+
}
|
|
13
|
+
export declare type PartialProductPaginationResponse = Partial<ProductPaginationResponse>;
|
|
14
|
+
export declare type ReadOnlyProductPaginationResponse = DeepReadonly<ProductPaginationResponse>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductPriceData {
|
|
3
|
+
buyPrice: number | null;
|
|
4
|
+
currency: string | null;
|
|
5
|
+
currencyCode: string | null;
|
|
6
|
+
currencySymbol: string | null;
|
|
7
|
+
discountPrice: number | null;
|
|
8
|
+
priceListId: string | null;
|
|
9
|
+
sellPrice: number;
|
|
10
|
+
constructor(data?: Partial<ProductPriceData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class ProductPrice extends ProductPriceData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialProductPrice = Partial<ProductPrice>;
|
|
15
|
+
export declare type ReadOnlyProductPrice = DeepReadonly<ProductPrice>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductFacetCountData } from "./ProductFacetCount";
|
|
3
|
+
import { SearchProductData } from "./SearchProduct";
|
|
4
|
+
export declare class ProductSearchResponseData {
|
|
5
|
+
count: number;
|
|
6
|
+
data: any;
|
|
7
|
+
facets: ProductFacetCountData[] | null;
|
|
8
|
+
limit: number;
|
|
9
|
+
page: number;
|
|
10
|
+
results: SearchProductData[];
|
|
11
|
+
totalCount: number;
|
|
12
|
+
constructor(data?: Partial<ProductSearchResponseData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class ProductSearchResponse extends ProductSearchResponseData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialProductSearchResponse = Partial<ProductSearchResponse>;
|
|
17
|
+
export declare type ReadOnlyProductSearchResponse = DeepReadonly<ProductSearchResponse>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
export declare class ProductStockLocationData extends BaseModelData {
|
|
4
|
+
productId: string;
|
|
5
|
+
stockCount: number;
|
|
6
|
+
stockLocationId: string;
|
|
7
|
+
variantId: string;
|
|
8
|
+
constructor(data?: Partial<ProductStockLocationData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class ProductStockLocation extends ProductStockLocationData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialProductStockLocation = Partial<ProductStockLocation>;
|
|
13
|
+
export declare type ReadOnlyProductStockLocation = DeepReadonly<ProductStockLocation>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductTagTranslationData {
|
|
3
|
+
description: string | null;
|
|
4
|
+
locale: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<ProductTagTranslationData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductTagTranslation extends ProductTagTranslationData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductTagTranslation = Partial<ProductTagTranslation>;
|
|
11
|
+
export declare type ReadOnlyProductTagTranslation = DeepReadonly<ProductTagTranslation>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductTranslationData {
|
|
3
|
+
description: string | null;
|
|
4
|
+
locale: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<ProductTranslationData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductTranslation extends ProductTranslationData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductTranslation = Partial<ProductTranslation>;
|
|
11
|
+
export declare type ReadOnlyProductTranslation = DeepReadonly<ProductTranslation>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class ProductVariantTypeData {
|
|
3
|
+
order: number;
|
|
4
|
+
variantTypeId: string;
|
|
5
|
+
variantValueIds: string[] | null;
|
|
6
|
+
constructor(data?: Partial<ProductVariantTypeData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class ProductVariantType extends ProductVariantTypeData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialProductVariantType = Partial<ProductVariantType>;
|
|
11
|
+
export declare type ReadOnlyProductVariantType = DeepReadonly<ProductVariantType>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class RaffleDateRangeFieldData {
|
|
3
|
+
end: any | null;
|
|
4
|
+
start: any | null;
|
|
5
|
+
constructor(data?: Partial<RaffleDateRangeFieldData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class RaffleDateRangeField extends RaffleDateRangeFieldData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialRaffleDateRangeField = Partial<RaffleDateRangeField>;
|
|
10
|
+
export declare type ReadOnlyRaffleDateRangeField = DeepReadonly<RaffleDateRangeField>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { RaffleMetadataTargetTypeEnum } from "../types";
|
|
4
|
+
export declare class RaffleMetadataData extends BaseModelData {
|
|
5
|
+
canonicals: string[] | null;
|
|
6
|
+
description: string | null;
|
|
7
|
+
disableIndex: boolean | null;
|
|
8
|
+
pageTitle: string | null;
|
|
9
|
+
slug: string;
|
|
10
|
+
targetId: string | null;
|
|
11
|
+
targetType: RaffleMetadataTargetTypeEnum | null;
|
|
12
|
+
constructor(data?: Partial<RaffleMetadataData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class RaffleMetadata extends RaffleMetadataData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialRaffleMetadata = Partial<RaffleMetadata>;
|
|
17
|
+
export declare type ReadOnlyRaffleMetadata = DeepReadonly<RaffleMetadata>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { RaffleMetadataTargetTypeEnum } from "../types";
|
|
3
|
+
export declare class RaffleMetadataTargetTypeEnumFilterData {
|
|
4
|
+
eq: RaffleMetadataTargetTypeEnum | null;
|
|
5
|
+
in: RaffleMetadataTargetTypeEnum[] | null;
|
|
6
|
+
ne: RaffleMetadataTargetTypeEnum | null;
|
|
7
|
+
nin: RaffleMetadataTargetTypeEnum[] | null;
|
|
8
|
+
constructor(data?: Partial<RaffleMetadataTargetTypeEnumFilterData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class RaffleMetadataTargetTypeEnumFilter extends RaffleMetadataTargetTypeEnumFilterData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialRaffleMetadataTargetTypeEnumFilter = Partial<RaffleMetadataTargetTypeEnumFilter>;
|
|
13
|
+
export declare type ReadOnlyRaffleMetadataTargetTypeEnumFilter = DeepReadonly<RaffleMetadataTargetTypeEnumFilter>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { StorefrontRaffleData } from "./StorefrontRaffle";
|
|
3
|
+
export declare class RafflePaginationResponseData {
|
|
4
|
+
count: number;
|
|
5
|
+
data: StorefrontRaffleData[];
|
|
6
|
+
hasNext: boolean;
|
|
7
|
+
limit: number;
|
|
8
|
+
page: number;
|
|
9
|
+
constructor(data?: Partial<RafflePaginationResponseData>);
|
|
10
|
+
}
|
|
11
|
+
export declare class RafflePaginationResponse extends RafflePaginationResponseData {
|
|
12
|
+
}
|
|
13
|
+
export declare type PartialRafflePaginationResponse = Partial<RafflePaginationResponse>;
|
|
14
|
+
export declare type ReadOnlyRafflePaginationResponse = DeepReadonly<RafflePaginationResponse>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { RaffleParticipantStatusEnum } from "../types";
|
|
4
|
+
import { AppliedProductData } from "./AppliedProduct";
|
|
5
|
+
import { StorefrontRaffleData } from "./StorefrontRaffle";
|
|
6
|
+
export declare class RaffleParticipantsData extends BaseModelData {
|
|
7
|
+
applicationDate: any;
|
|
8
|
+
appliedProduct: AppliedProductData;
|
|
9
|
+
customerId: string | null;
|
|
10
|
+
email: string;
|
|
11
|
+
extraData: any | null;
|
|
12
|
+
firstName: string;
|
|
13
|
+
fullName: string;
|
|
14
|
+
isDeliveredCargo: boolean | null;
|
|
15
|
+
lastName: string;
|
|
16
|
+
phone: string | null;
|
|
17
|
+
raffle: StorefrontRaffleData | null;
|
|
18
|
+
raffleId: string;
|
|
19
|
+
status: RaffleParticipantStatusEnum | null;
|
|
20
|
+
constructor(data?: Partial<RaffleParticipantsData>);
|
|
21
|
+
}
|
|
22
|
+
export declare class RaffleParticipants extends RaffleParticipantsData {
|
|
23
|
+
}
|
|
24
|
+
export declare type PartialRaffleParticipants = Partial<RaffleParticipants>;
|
|
25
|
+
export declare type ReadOnlyRaffleParticipants = DeepReadonly<RaffleParticipants>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { AppliedProductInputData } from "./AppliedProductInput";
|
|
3
|
+
export declare class RaffleParticipantsInputData {
|
|
4
|
+
appliedProduct: AppliedProductInputData;
|
|
5
|
+
email: string;
|
|
6
|
+
extraData: any | null;
|
|
7
|
+
firstName: string;
|
|
8
|
+
lastName: string;
|
|
9
|
+
phone: string | null;
|
|
10
|
+
raffleId: string;
|
|
11
|
+
constructor(data?: Partial<RaffleParticipantsInputData>);
|
|
12
|
+
}
|
|
13
|
+
export declare class RaffleParticipantsInput extends RaffleParticipantsInputData {
|
|
14
|
+
}
|
|
15
|
+
export declare type PartialRaffleParticipantsInput = Partial<RaffleParticipantsInput>;
|
|
16
|
+
export declare type ReadOnlyRaffleParticipantsInput = DeepReadonly<RaffleParticipantsInput>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class RaffleVariantInformationData {
|
|
3
|
+
productId: string;
|
|
4
|
+
variantId: string;
|
|
5
|
+
constructor(data?: Partial<RaffleVariantInformationData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class RaffleVariantInformation extends RaffleVariantInformationData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialRaffleVariantInformation = Partial<RaffleVariantInformation>;
|
|
10
|
+
export declare type ReadOnlyRaffleVariantInformation = DeepReadonly<RaffleVariantInformation>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class RetrieveInstallmentInfoInputData {
|
|
3
|
+
binNumber: string;
|
|
4
|
+
paymentGatewayId: string;
|
|
5
|
+
price: number;
|
|
6
|
+
constructor(data?: Partial<RetrieveInstallmentInfoInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class RetrieveInstallmentInfoInput extends RetrieveInstallmentInfoInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialRetrieveInstallmentInfoInput = Partial<RetrieveInstallmentInfoInput>;
|
|
11
|
+
export declare type ReadOnlyRetrieveInstallmentInfoInput = DeepReadonly<RetrieveInstallmentInfoInput>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { TransactionCardAssociationEnum, TransactionCardTypeEnum } from "../types";
|
|
3
|
+
import { TransactionInstallmentPriceData } from "./TransactionInstallmentPrice";
|
|
4
|
+
export declare class RetrieveInstallmentInfoResponseData {
|
|
5
|
+
bankName: string | null;
|
|
6
|
+
binNumber: string;
|
|
7
|
+
cardAssociation: TransactionCardAssociationEnum | null;
|
|
8
|
+
cardFamily: string | null;
|
|
9
|
+
cardType: TransactionCardTypeEnum | null;
|
|
10
|
+
installmentPrices: TransactionInstallmentPriceData[] | null;
|
|
11
|
+
price: number;
|
|
12
|
+
constructor(data?: Partial<RetrieveInstallmentInfoResponseData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class RetrieveInstallmentInfoResponse extends RetrieveInstallmentInfoResponseData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialRetrieveInstallmentInfoResponse = Partial<RetrieveInstallmentInfoResponse>;
|
|
17
|
+
export declare type ReadOnlyRetrieveInstallmentInfoResponse = DeepReadonly<RetrieveInstallmentInfoResponse>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { OrderAddressInputData } from "./OrderAddressInput";
|
|
4
|
+
import { CheckoutCustomerInputData } from "./CheckoutCustomerInput";
|
|
5
|
+
import { OrderAdjustmentInputData } from "./OrderAdjustmentInput";
|
|
6
|
+
export declare class SaveCartInputData extends BaseModelData {
|
|
7
|
+
billingAddress: OrderAddressInputData | null;
|
|
8
|
+
couponCode: string | null;
|
|
9
|
+
customer: CheckoutCustomerInputData | null;
|
|
10
|
+
giftPackageNote: string | null;
|
|
11
|
+
isGiftPackage: boolean | null;
|
|
12
|
+
note: string | null;
|
|
13
|
+
orderAdjustments: OrderAdjustmentInputData[] | null;
|
|
14
|
+
shippingAddress: OrderAddressInputData | null;
|
|
15
|
+
shippingSettingsId: string | null;
|
|
16
|
+
shippingZoneRateId: string | null;
|
|
17
|
+
stockLocationId: string | null;
|
|
18
|
+
constructor(data?: Partial<SaveCartInputData>);
|
|
19
|
+
}
|
|
20
|
+
export declare class SaveCartInput extends SaveCartInputData {
|
|
21
|
+
}
|
|
22
|
+
export declare type PartialSaveCartInput = Partial<SaveCartInput>;
|
|
23
|
+
export declare type ReadOnlySaveCartInput = DeepReadonly<SaveCartInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as n}from"../../node_modules/tslib/tslib.es6.js";import t from"./_base.js";import{OrderAddressInputData as s}from"./OrderAddressInput.js";import{CheckoutCustomerInputData as e}from"./CheckoutCustomerInput.js";import{OrderAdjustmentInputData as i}from"./OrderAdjustmentInput.js";var o=function(t){function o(n){void 0===n&&(n={});var o=t.call(this,n)||this;return o.billingAddress=n.billingAddress?new s(n.billingAddress):null,o.couponCode=n.couponCode||null,o.customer=n.customer?new e(n.customer):null,o.giftPackageNote=n.giftPackageNote||null,o.isGiftPackage=void 0!==n.isGiftPackage&&null!==n.isGiftPackage?n.isGiftPackage:null,o.note=n.note||null,o.orderAdjustments=n.orderAdjustments?n.orderAdjustments.map((function(n){return new i(n)})):null,o.shippingAddress=n.shippingAddress?new s(n.shippingAddress):null,o.shippingSettingsId=n.shippingSettingsId||null,o.shippingZoneRateId=n.shippingZoneRateId||null,o.stockLocationId=n.stockLocationId||null,o}return n(o,t),o}(t),r=function(t){function s(){return null!==t&&t.apply(this,arguments)||this}return n(s,t),s}(o);export{r as SaveCartInput,o as SaveCartInputData};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { ShippingMethodEnum } from "../types";
|
|
4
|
+
import { OrderAddressInputData } from "./OrderAddressInput";
|
|
5
|
+
import { CheckoutCustomerInputData } from "./CheckoutCustomerInput";
|
|
6
|
+
import { OrderAdjustmentInputData } from "./OrderAdjustmentInput";
|
|
7
|
+
export declare class SaveCheckoutInputData extends BaseModelData {
|
|
8
|
+
billingAddress: OrderAddressInputData | null;
|
|
9
|
+
cartId: string;
|
|
10
|
+
couponCode: string | null;
|
|
11
|
+
customer: CheckoutCustomerInputData | null;
|
|
12
|
+
giftPackageNote: string | null;
|
|
13
|
+
isGiftPackage: boolean | null;
|
|
14
|
+
note: string | null;
|
|
15
|
+
orderAdjustments: OrderAdjustmentInputData[] | null;
|
|
16
|
+
shippingAddress: OrderAddressInputData | null;
|
|
17
|
+
shippingMethod: ShippingMethodEnum;
|
|
18
|
+
shippingSettingsId: string | null;
|
|
19
|
+
shippingZoneRateId: string | null;
|
|
20
|
+
stockLocationId: string | null;
|
|
21
|
+
constructor(data?: Partial<SaveCheckoutInputData>);
|
|
22
|
+
}
|
|
23
|
+
export declare class SaveCheckoutInput extends SaveCheckoutInputData {
|
|
24
|
+
}
|
|
25
|
+
export declare type PartialSaveCheckoutInput = Partial<SaveCheckoutInput>;
|
|
26
|
+
export declare type ReadOnlySaveCheckoutInput = DeepReadonly<SaveCheckoutInput>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CartLineItemInputData } from "./CartLineItemInput";
|
|
3
|
+
import { CartLineOptionInputData } from "./CartLineOptionInput";
|
|
4
|
+
export declare class SaveItemToCartInputData {
|
|
5
|
+
cartId: string | null;
|
|
6
|
+
customerId: string | null;
|
|
7
|
+
item: CartLineItemInputData;
|
|
8
|
+
options: CartLineOptionInputData[] | null;
|
|
9
|
+
priceListId: string | null;
|
|
10
|
+
salesChannelId: string;
|
|
11
|
+
storefrontId: string;
|
|
12
|
+
storefrontRoutingId: string;
|
|
13
|
+
storefrontThemeId: string;
|
|
14
|
+
constructor(data?: Partial<SaveItemToCartInputData>);
|
|
15
|
+
}
|
|
16
|
+
export declare class SaveItemToCartInput extends SaveItemToCartInputData {
|
|
17
|
+
}
|
|
18
|
+
export declare type PartialSaveItemToCartInput = Partial<SaveItemToCartInput>;
|
|
19
|
+
export declare type ReadOnlySaveItemToCartInput = DeepReadonly<SaveItemToCartInput>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { CustomerAddressCityInputData } from "./CustomerAddressCityInput";
|
|
4
|
+
import { CustomerAddressCountryInputData } from "./CustomerAddressCountryInput";
|
|
5
|
+
import { CustomerAddressDistrictInputData } from "./CustomerAddressDistrictInput";
|
|
6
|
+
import { CustomerAddressStateInputData } from "./CustomerAddressStateInput";
|
|
7
|
+
export declare class SaveMyCustomerAddressInputData extends BaseModelData {
|
|
8
|
+
addressLine1: string;
|
|
9
|
+
addressLine2: string | null;
|
|
10
|
+
city: CustomerAddressCityInputData;
|
|
11
|
+
company: string | null;
|
|
12
|
+
country: CustomerAddressCountryInputData;
|
|
13
|
+
district: CustomerAddressDistrictInputData | null;
|
|
14
|
+
firstName: string;
|
|
15
|
+
identityNumber: string | null;
|
|
16
|
+
isDefault: boolean | null;
|
|
17
|
+
lastName: string;
|
|
18
|
+
phone: string | null;
|
|
19
|
+
postalCode: string | null;
|
|
20
|
+
state: CustomerAddressStateInputData | null;
|
|
21
|
+
taxNumber: string | null;
|
|
22
|
+
taxOffice: string | null;
|
|
23
|
+
title: string;
|
|
24
|
+
constructor(data?: Partial<SaveMyCustomerAddressInputData>);
|
|
25
|
+
}
|
|
26
|
+
export declare class SaveMyCustomerAddressInput extends SaveMyCustomerAddressInputData {
|
|
27
|
+
}
|
|
28
|
+
export declare type PartialSaveMyCustomerAddressInput = Partial<SaveMyCustomerAddressInput>;
|
|
29
|
+
export declare type ReadOnlySaveMyCustomerAddressInput = DeepReadonly<SaveMyCustomerAddressInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from"../../node_modules/tslib/tslib.es6.js";import e from"./_base.js";import{CustomerAddressCityInputData as s}from"./CustomerAddressCityInput.js";import{CustomerAddressCountryInputData as i}from"./CustomerAddressCountryInput.js";import{CustomerAddressDistrictInputData as n}from"./CustomerAddressDistrictInput.js";import{CustomerAddressStateInputData as r}from"./CustomerAddressStateInput.js";var l=function(e){function l(t){void 0===t&&(t={});var l=e.call(this,t)||this;return l.addressLine1=t.addressLine1||"",l.addressLine2=t.addressLine2||null,l.city=t.city?new s(t.city):new s,l.company=t.company||null,l.country=t.country?new i(t.country):new i,l.district=t.district?new n(t.district):null,l.firstName=t.firstName||"",l.identityNumber=t.identityNumber||null,l.isDefault=void 0!==t.isDefault&&null!==t.isDefault?t.isDefault:null,l.lastName=t.lastName||"",l.phone=t.phone||null,l.postalCode=t.postalCode||null,l.state=t.state?new r(t.state):null,l.taxNumber=t.taxNumber||null,l.taxOffice=t.taxOffice||null,l.title=t.title||"",l}return t(l,e),l}(e);!function(e){function s(){return null!==e&&e.apply(this,arguments)||this}t(s,e)}(l);export{l as SaveMyCustomerAddressInputData};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CustomerEmailSubscriptionStatusesEnum } from "../types";
|
|
3
|
+
import { SaveMyCustomerAddressInputData } from "./SaveMyCustomerAddressInput";
|
|
4
|
+
import { CustomerAttributeValueInputData } from "./CustomerAttributeValueInput";
|
|
5
|
+
export declare class SaveMyCustomerInputData {
|
|
6
|
+
addresses: SaveMyCustomerAddressInputData[] | null;
|
|
7
|
+
attributes: CustomerAttributeValueInputData[] | null;
|
|
8
|
+
firstName: string;
|
|
9
|
+
lastName: string;
|
|
10
|
+
phone: string | null;
|
|
11
|
+
subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
|
|
12
|
+
constructor(data?: Partial<SaveMyCustomerInputData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class SaveMyCustomerInput extends SaveMyCustomerInputData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialSaveMyCustomerInput = Partial<SaveMyCustomerInput>;
|
|
17
|
+
export declare type ReadOnlySaveMyCustomerInput = DeepReadonly<SaveMyCustomerInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from"../../node_modules/tslib/tslib.es6.js";import{SaveMyCustomerAddressInputData as s}from"./SaveMyCustomerAddressInput.js";import{CustomerAttributeValueInputData as e}from"./CustomerAttributeValueInput.js";var r=function(t){void 0===t&&(t={}),this.addresses=t.addresses?t.addresses.map((function(t){return new s(t)})):null,this.attributes=t.attributes?t.attributes.map((function(t){return new e(t)})):null,this.firstName=t.firstName||"",this.lastName=t.lastName||"",this.phone=t.phone||null,this.subscriptionStatus=t.subscriptionStatus||null},i=function(s){function e(){return null!==s&&s.apply(this,arguments)||this}return t(e,s),e}(r);export{i as SaveMyCustomerInput,r as SaveMyCustomerInputData};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { SearchCategoryPathData } from "./SearchCategoryPath";
|
|
3
|
+
import { CategoryTranslationData } from "./CategoryTranslation";
|
|
4
|
+
export declare class SearchCategoryData {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
path: SearchCategoryPathData[];
|
|
8
|
+
slug: string | null;
|
|
9
|
+
translations: CategoryTranslationData[] | null;
|
|
10
|
+
constructor(data?: Partial<SearchCategoryData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class SearchCategory extends SearchCategoryData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialSearchCategory = Partial<SearchCategory>;
|
|
15
|
+
export declare type ReadOnlySearchCategory = DeepReadonly<SearchCategory>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CategoryTranslationData } from "./CategoryTranslation";
|
|
3
|
+
export declare class SearchCategoryPathData {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
slug: string | null;
|
|
7
|
+
translations: CategoryTranslationData[] | null;
|
|
8
|
+
constructor(data?: Partial<SearchCategoryPathData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class SearchCategoryPath extends SearchCategoryPathData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialSearchCategoryPath = Partial<SearchCategoryPath>;
|
|
13
|
+
export declare type ReadOnlySearchCategoryPath = DeepReadonly<SearchCategoryPath>;
|