@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
|
+
export declare class LocationTranslationsData {
|
|
3
|
+
de: string | null;
|
|
4
|
+
en: string;
|
|
5
|
+
tr: string;
|
|
6
|
+
constructor(data?: Partial<LocationTranslationsData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class LocationTranslations extends LocationTranslationsData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialLocationTranslations = Partial<LocationTranslations>;
|
|
11
|
+
export declare type ReadOnlyLocationTranslations = DeepReadonly<LocationTranslations>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class MasterPassTokenResponseData {
|
|
3
|
+
requestReferenceNumber: string;
|
|
4
|
+
timeZone: string;
|
|
5
|
+
token: string;
|
|
6
|
+
constructor(data?: Partial<MasterPassTokenResponseData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class MasterPassTokenResponse extends MasterPassTokenResponseData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialMasterPassTokenResponse = Partial<MasterPassTokenResponse>;
|
|
11
|
+
export declare type ReadOnlyMasterPassTokenResponse = DeepReadonly<MasterPassTokenResponse>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { MerchantSettingsAddressTypeEnum } from "../types";
|
|
3
|
+
import { MerchantAddressCityData } from "./MerchantAddressCity";
|
|
4
|
+
import { MerchantAddressCountryData } from "./MerchantAddressCountry";
|
|
5
|
+
import { MerchantAddressDistrictData } from "./MerchantAddressDistrict";
|
|
6
|
+
import { MerchantAddressStateData } from "./MerchantAddressState";
|
|
7
|
+
export declare class MerchantAddressData {
|
|
8
|
+
addressLine1: string | null;
|
|
9
|
+
addressLine2: string | null;
|
|
10
|
+
city: MerchantAddressCityData | null;
|
|
11
|
+
country: MerchantAddressCountryData | null;
|
|
12
|
+
district: MerchantAddressDistrictData | null;
|
|
13
|
+
firstName: string | null;
|
|
14
|
+
identityNumber: string | null;
|
|
15
|
+
lastName: string | null;
|
|
16
|
+
postalCode: string | null;
|
|
17
|
+
state: MerchantAddressStateData | null;
|
|
18
|
+
taxOffice: string | null;
|
|
19
|
+
title: string | null;
|
|
20
|
+
type: MerchantSettingsAddressTypeEnum | null;
|
|
21
|
+
vkn: string | null;
|
|
22
|
+
constructor(data?: Partial<MerchantAddressData>);
|
|
23
|
+
}
|
|
24
|
+
export declare class MerchantAddress extends MerchantAddressData {
|
|
25
|
+
}
|
|
26
|
+
export declare type PartialMerchantAddress = Partial<MerchantAddress>;
|
|
27
|
+
export declare type ReadOnlyMerchantAddress = DeepReadonly<MerchantAddress>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class MerchantAddressCityData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<MerchantAddressCityData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class MerchantAddressCity extends MerchantAddressCityData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialMerchantAddressCity = Partial<MerchantAddressCity>;
|
|
11
|
+
export declare type ReadOnlyMerchantAddressCity = DeepReadonly<MerchantAddressCity>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class MerchantAddressCountryData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<MerchantAddressCountryData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class MerchantAddressCountry extends MerchantAddressCountryData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialMerchantAddressCountry = Partial<MerchantAddressCountry>;
|
|
11
|
+
export declare type ReadOnlyMerchantAddressCountry = DeepReadonly<MerchantAddressCountry>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class MerchantAddressDistrictData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<MerchantAddressDistrictData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class MerchantAddressDistrict extends MerchantAddressDistrictData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialMerchantAddressDistrict = Partial<MerchantAddressDistrict>;
|
|
11
|
+
export declare type ReadOnlyMerchantAddressDistrict = DeepReadonly<MerchantAddressDistrict>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class MerchantAddressStateData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<MerchantAddressStateData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class MerchantAddressState extends MerchantAddressStateData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialMerchantAddressState = Partial<MerchantAddressState>;
|
|
11
|
+
export declare type ReadOnlyMerchantAddressState = DeepReadonly<MerchantAddressState>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { MerchantAddressData } from "./MerchantAddress";
|
|
4
|
+
import { MerchantSettingsCurrencyFormatData } from "./MerchantSettingsCurrencyFormat";
|
|
5
|
+
export declare class MerchantSettingsData extends BaseModelData {
|
|
6
|
+
address: MerchantAddressData | null;
|
|
7
|
+
currencyFormats: MerchantSettingsCurrencyFormatData[] | null;
|
|
8
|
+
logoId: string | null;
|
|
9
|
+
merchantId: string;
|
|
10
|
+
merchantName: string;
|
|
11
|
+
phone: string | null;
|
|
12
|
+
constructor(data?: Partial<MerchantSettingsData>);
|
|
13
|
+
}
|
|
14
|
+
export declare class MerchantSettings extends MerchantSettingsData {
|
|
15
|
+
}
|
|
16
|
+
export declare type PartialMerchantSettings = Partial<MerchantSettings>;
|
|
17
|
+
export declare type ReadOnlyMerchantSettings = DeepReadonly<MerchantSettings>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { CurrencyFormatSymbolPosition } from "../types";
|
|
3
|
+
export declare class MerchantSettingsCurrencyFormatData {
|
|
4
|
+
currencyCode: string;
|
|
5
|
+
decimalSeparator: string;
|
|
6
|
+
omitZeroDecimal: boolean;
|
|
7
|
+
symbol: string;
|
|
8
|
+
symbolPosition: CurrencyFormatSymbolPosition;
|
|
9
|
+
thousandSeparator: string;
|
|
10
|
+
constructor(data?: Partial<MerchantSettingsCurrencyFormatData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class MerchantSettingsCurrencyFormat extends MerchantSettingsCurrencyFormatData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialMerchantSettingsCurrencyFormat = Partial<MerchantSettingsCurrencyFormat>;
|
|
15
|
+
export declare type ReadOnlyMerchantSettingsCurrencyFormat = DeepReadonly<MerchantSettingsCurrencyFormat>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { OrderAddressCityData } from "./OrderAddressCity";
|
|
3
|
+
import { OrderAddressCountryData } from "./OrderAddressCountry";
|
|
4
|
+
import { OrderAddressDistrictData } from "./OrderAddressDistrict";
|
|
5
|
+
import { OrderAddressStateData } from "./OrderAddressState";
|
|
6
|
+
export declare class OrderAddressData {
|
|
7
|
+
addressLine1: string;
|
|
8
|
+
addressLine2: string | null;
|
|
9
|
+
city: OrderAddressCityData;
|
|
10
|
+
company: string | null;
|
|
11
|
+
country: OrderAddressCountryData;
|
|
12
|
+
district: OrderAddressDistrictData | null;
|
|
13
|
+
firstName: string;
|
|
14
|
+
id: string | null;
|
|
15
|
+
identityNumber: string | null;
|
|
16
|
+
isDefault: boolean;
|
|
17
|
+
lastName: string;
|
|
18
|
+
phone: string | null;
|
|
19
|
+
postalCode: string | null;
|
|
20
|
+
state: OrderAddressStateData | null;
|
|
21
|
+
taxNumber: string | null;
|
|
22
|
+
taxOffice: string | null;
|
|
23
|
+
constructor(data?: Partial<OrderAddressData>);
|
|
24
|
+
}
|
|
25
|
+
export declare class OrderAddress extends OrderAddressData {
|
|
26
|
+
}
|
|
27
|
+
export declare type PartialOrderAddress = Partial<OrderAddress>;
|
|
28
|
+
export declare type ReadOnlyOrderAddress = DeepReadonly<OrderAddress>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressCityData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
constructor(data?: Partial<OrderAddressCityData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressCity extends OrderAddressCityData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressCity = Partial<OrderAddressCity>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressCity = DeepReadonly<OrderAddressCity>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressCityInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
constructor(data?: Partial<OrderAddressCityInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressCityInput extends OrderAddressCityInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressCityInput = Partial<OrderAddressCityInput>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressCityInput = DeepReadonly<OrderAddressCityInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||""};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as OrderAddressCityInputData};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressCountryData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
iso2: string | null;
|
|
6
|
+
iso3: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
constructor(data?: Partial<OrderAddressCountryData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class OrderAddressCountry extends OrderAddressCountryData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialOrderAddressCountry = Partial<OrderAddressCountry>;
|
|
13
|
+
export declare type ReadOnlyOrderAddressCountry = DeepReadonly<OrderAddressCountry>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressCountryInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
iso2: string | null;
|
|
6
|
+
iso3: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
constructor(data?: Partial<OrderAddressCountryInputData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class OrderAddressCountryInput extends OrderAddressCountryInputData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialOrderAddressCountryInput = Partial<OrderAddressCountryInput>;
|
|
13
|
+
export declare type ReadOnlyOrderAddressCountryInput = DeepReadonly<OrderAddressCountryInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var s=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.iso2=i.iso2||null,this.iso3=i.iso3||null,this.name=i.name||""};!function(s){function n(){return null!==s&&s.apply(this,arguments)||this}i(n,s)}(s);export{s as OrderAddressCountryInputData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressDistrictData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<OrderAddressDistrictData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressDistrict extends OrderAddressDistrictData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressDistrict = Partial<OrderAddressDistrict>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressDistrict = DeepReadonly<OrderAddressDistrict>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressDistrictInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<OrderAddressDistrictInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressDistrictInput extends OrderAddressDistrictInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressDistrictInput = Partial<OrderAddressDistrictInput>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressDistrictInput = DeepReadonly<OrderAddressDistrictInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||null};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as OrderAddressDistrictInputData};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { OrderAddressCityInputData } from "./OrderAddressCityInput";
|
|
3
|
+
import { OrderAddressCountryInputData } from "./OrderAddressCountryInput";
|
|
4
|
+
import { OrderAddressDistrictInputData } from "./OrderAddressDistrictInput";
|
|
5
|
+
import { OrderAddressStateInputData } from "./OrderAddressStateInput";
|
|
6
|
+
export declare class OrderAddressInputData {
|
|
7
|
+
addressLine1: string;
|
|
8
|
+
addressLine2: string | null;
|
|
9
|
+
city: OrderAddressCityInputData;
|
|
10
|
+
company: string | null;
|
|
11
|
+
country: OrderAddressCountryInputData;
|
|
12
|
+
district: OrderAddressDistrictInputData | null;
|
|
13
|
+
firstName: string;
|
|
14
|
+
id: string | null;
|
|
15
|
+
identityNumber: string | null;
|
|
16
|
+
isDefault: boolean;
|
|
17
|
+
lastName: string;
|
|
18
|
+
phone: string | null;
|
|
19
|
+
postalCode: string | null;
|
|
20
|
+
state: OrderAddressStateInputData | null;
|
|
21
|
+
taxNumber: string | null;
|
|
22
|
+
taxOffice: string | null;
|
|
23
|
+
constructor(data?: Partial<OrderAddressInputData>);
|
|
24
|
+
}
|
|
25
|
+
export declare class OrderAddressInput extends OrderAddressInputData {
|
|
26
|
+
}
|
|
27
|
+
export declare type PartialOrderAddressInput = Partial<OrderAddressInput>;
|
|
28
|
+
export declare type ReadOnlyOrderAddressInput = DeepReadonly<OrderAddressInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from"../../node_modules/tslib/tslib.es6.js";import{OrderAddressCityInputData as s}from"./OrderAddressCityInput.js";import{OrderAddressCountryInputData as i}from"./OrderAddressCountryInput.js";import{OrderAddressDistrictInputData as e}from"./OrderAddressDistrictInput.js";import{OrderAddressStateInputData as r}from"./OrderAddressStateInput.js";var n=function(t){void 0===t&&(t={}),this.addressLine1=t.addressLine1||"",this.addressLine2=t.addressLine2||null,this.city=t.city?new s(t.city):new s,this.company=t.company||null,this.country=t.country?new i(t.country):new i,this.district=t.district?new e(t.district):null,this.firstName=t.firstName||"",this.id=t.id||null,this.identityNumber=t.identityNumber||null,this.isDefault=t.isDefault||!1,this.lastName=t.lastName||"",this.phone=t.phone||null,this.postalCode=t.postalCode||null,this.state=t.state?new r(t.state):null,this.taxNumber=t.taxNumber||null,this.taxOffice=t.taxOffice||null};!function(s){function i(){return null!==s&&s.apply(this,arguments)||this}t(i,s)}(n);export{n as OrderAddressInputData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressStateData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<OrderAddressStateData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressState extends OrderAddressStateData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressState = Partial<OrderAddressState>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressState = DeepReadonly<OrderAddressState>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAddressStateInputData {
|
|
3
|
+
code: string | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
constructor(data?: Partial<OrderAddressStateInputData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderAddressStateInput extends OrderAddressStateInputData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderAddressStateInput = Partial<OrderAddressStateInput>;
|
|
11
|
+
export declare type ReadOnlyOrderAddressStateInput = DeepReadonly<OrderAddressStateInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||null};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as OrderAddressStateInputData};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { AmountTypeEnum, CampaignTypeEnum, AdjustmentEnum } from "../types";
|
|
3
|
+
import { OrderAdjustmentAppliedOrderLineData } from "./OrderAdjustmentAppliedOrderLine";
|
|
4
|
+
export declare class OrderAdjustmentData {
|
|
5
|
+
amount: number;
|
|
6
|
+
amountType: AmountTypeEnum;
|
|
7
|
+
appliedOrderLines: OrderAdjustmentAppliedOrderLineData[] | null;
|
|
8
|
+
campaignId: string | null;
|
|
9
|
+
campaignType: CampaignTypeEnum | null;
|
|
10
|
+
couponId: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
order: number;
|
|
13
|
+
type: AdjustmentEnum;
|
|
14
|
+
constructor(data?: Partial<OrderAdjustmentData>);
|
|
15
|
+
}
|
|
16
|
+
export declare class OrderAdjustment extends OrderAdjustmentData {
|
|
17
|
+
}
|
|
18
|
+
export declare type PartialOrderAdjustment = Partial<OrderAdjustment>;
|
|
19
|
+
export declare type ReadOnlyOrderAdjustment = DeepReadonly<OrderAdjustment>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderAdjustmentAppliedOrderLineData {
|
|
3
|
+
amount: number;
|
|
4
|
+
appliedQuantity: number;
|
|
5
|
+
isAutoCreated: boolean | null;
|
|
6
|
+
orderLineId: string;
|
|
7
|
+
constructor(data?: Partial<OrderAdjustmentAppliedOrderLineData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class OrderAdjustmentAppliedOrderLine extends OrderAdjustmentAppliedOrderLineData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialOrderAdjustmentAppliedOrderLine = Partial<OrderAdjustmentAppliedOrderLine>;
|
|
12
|
+
export declare type ReadOnlyOrderAdjustmentAppliedOrderLine = DeepReadonly<OrderAdjustmentAppliedOrderLine>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { AmountTypeEnum, AdjustmentEnum } from "../types";
|
|
3
|
+
export declare class OrderAdjustmentInputData {
|
|
4
|
+
amount: number;
|
|
5
|
+
amountType: AmountTypeEnum;
|
|
6
|
+
campaignId: string | null;
|
|
7
|
+
couponId: string | null;
|
|
8
|
+
name: string;
|
|
9
|
+
order: number;
|
|
10
|
+
type: AdjustmentEnum;
|
|
11
|
+
constructor(data?: Partial<OrderAdjustmentInputData>);
|
|
12
|
+
}
|
|
13
|
+
export declare class OrderAdjustmentInput extends OrderAdjustmentInputData {
|
|
14
|
+
}
|
|
15
|
+
export declare type PartialOrderAdjustmentInput = Partial<OrderAdjustmentInput>;
|
|
16
|
+
export declare type ReadOnlyOrderAdjustmentInput = DeepReadonly<OrderAdjustmentInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__extends as t}from"../../node_modules/tslib/tslib.es6.js";import{AmountTypeEnum as n,AdjustmentEnum as o}from"../types/index.js";var i=function(t){void 0===t&&(t={}),this.amount=t.amount||0,this.amountType=t.amountType||n.AMOUNT,this.campaignId=t.campaignId||null,this.couponId=t.couponId||null,this.name=t.name||"",this.order=t.order||0,this.type=t.type||o.DECREMENT};!function(n){function o(){return null!==n&&n.apply(this,arguments)||this}t(o,n)}(i);export{i as OrderAdjustmentInputData};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderCurrencyRateData {
|
|
3
|
+
code: string;
|
|
4
|
+
originalRate: number;
|
|
5
|
+
rate: number;
|
|
6
|
+
constructor(data?: Partial<OrderCurrencyRateData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderCurrencyRate extends OrderCurrencyRateData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderCurrencyRate = Partial<OrderCurrencyRate>;
|
|
11
|
+
export declare type ReadOnlyOrderCurrencyRate = DeepReadonly<OrderCurrencyRate>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderCustomerData {
|
|
3
|
+
email: string | null;
|
|
4
|
+
firstName: string | null;
|
|
5
|
+
fullName: string | null;
|
|
6
|
+
id: string | null;
|
|
7
|
+
isGuestCheckout: boolean | null;
|
|
8
|
+
lastName: string | null;
|
|
9
|
+
notificationsAccepted: boolean | null;
|
|
10
|
+
phone: string | null;
|
|
11
|
+
constructor(data?: Partial<OrderCustomerData>);
|
|
12
|
+
}
|
|
13
|
+
export declare class OrderCustomer extends OrderCustomerData {
|
|
14
|
+
}
|
|
15
|
+
export declare type PartialOrderCustomer = Partial<OrderCustomer>;
|
|
16
|
+
export declare type ReadOnlyOrderCustomer = DeepReadonly<OrderCustomer>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderGiftPackageLineData {
|
|
3
|
+
price: number;
|
|
4
|
+
taxValue: number | null;
|
|
5
|
+
constructor(data?: Partial<OrderGiftPackageLineData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class OrderGiftPackageLine extends OrderGiftPackageLineData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialOrderGiftPackageLine = Partial<OrderGiftPackageLine>;
|
|
10
|
+
export declare type ReadOnlyOrderGiftPackageLine = DeepReadonly<OrderGiftPackageLine>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductUnitTypeEnum } from "../types";
|
|
3
|
+
import { OrderLineVariantUnitTypeData } from "./OrderLineVariantUnitType";
|
|
4
|
+
export declare class OrderLineBaseUnitData {
|
|
5
|
+
baseAmount: number;
|
|
6
|
+
type: ProductUnitTypeEnum;
|
|
7
|
+
unit: OrderLineVariantUnitTypeData | null;
|
|
8
|
+
constructor(data?: Partial<OrderLineBaseUnitData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class OrderLineBaseUnit extends OrderLineBaseUnitData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialOrderLineBaseUnit = Partial<OrderLineBaseUnit>;
|
|
13
|
+
export declare type ReadOnlyOrderLineBaseUnit = DeepReadonly<OrderLineBaseUnit>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { AmountTypeEnum } from "../types";
|
|
3
|
+
export declare class OrderLineDiscountData {
|
|
4
|
+
amount: number;
|
|
5
|
+
amountType: AmountTypeEnum;
|
|
6
|
+
campaignOfferId: string | null;
|
|
7
|
+
campaignOfferProductId: string | null;
|
|
8
|
+
maxApplicableQuantity: number | null;
|
|
9
|
+
reason: string | null;
|
|
10
|
+
constructor(data?: Partial<OrderLineDiscountData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class OrderLineDiscount extends OrderLineDiscountData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialOrderLineDiscount = Partial<OrderLineDiscount>;
|
|
15
|
+
export declare type ReadOnlyOrderLineDiscount = DeepReadonly<OrderLineDiscount>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import BaseModelData from "./_base";
|
|
3
|
+
import { OrderLineItemStatusEnum } from "../types";
|
|
4
|
+
import { OrderLineDiscountData } from "./OrderLineDiscount";
|
|
5
|
+
import { OrderLineOptionData } from "./OrderLineOption";
|
|
6
|
+
import { OrderLineVariantData } from "./OrderLineVariant";
|
|
7
|
+
export declare class OrderLineItemData extends BaseModelData {
|
|
8
|
+
currencyCode: string | null;
|
|
9
|
+
currencySymbol: string | null;
|
|
10
|
+
discount: OrderLineDiscountData | null;
|
|
11
|
+
discountPrice: number | null;
|
|
12
|
+
finalPrice: number | null;
|
|
13
|
+
finalUnitPrice: number | null;
|
|
14
|
+
options: OrderLineOptionData[] | null;
|
|
15
|
+
originalOrderLineItemId: string | null;
|
|
16
|
+
price: number;
|
|
17
|
+
quantity: number;
|
|
18
|
+
status: OrderLineItemStatusEnum;
|
|
19
|
+
statusUpdatedAt: any | null;
|
|
20
|
+
stockLocationId: string | null;
|
|
21
|
+
taxValue: number | null;
|
|
22
|
+
unitPrice: number | null;
|
|
23
|
+
variant: OrderLineVariantData;
|
|
24
|
+
constructor(data?: Partial<OrderLineItemData>);
|
|
25
|
+
}
|
|
26
|
+
export declare class OrderLineItem extends OrderLineItemData {
|
|
27
|
+
}
|
|
28
|
+
export declare type PartialOrderLineItem = Partial<OrderLineItem>;
|
|
29
|
+
export declare type ReadOnlyOrderLineItem = DeepReadonly<OrderLineItem>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductOptionTypeEnum } from "../types";
|
|
3
|
+
import { OrderLineOptionValueData } from "./OrderLineOptionValue";
|
|
4
|
+
export declare class OrderLineOptionData {
|
|
5
|
+
name: string;
|
|
6
|
+
productOptionId: string;
|
|
7
|
+
productOptionsSetId: string;
|
|
8
|
+
type: ProductOptionTypeEnum;
|
|
9
|
+
values: OrderLineOptionValueData[];
|
|
10
|
+
constructor(data?: Partial<OrderLineOptionData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class OrderLineOption extends OrderLineOptionData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialOrderLineOption = Partial<OrderLineOption>;
|
|
15
|
+
export declare type ReadOnlyOrderLineOption = DeepReadonly<OrderLineOption>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineOptionValueData {
|
|
3
|
+
name: string | null;
|
|
4
|
+
price: number | null;
|
|
5
|
+
value: string;
|
|
6
|
+
constructor(data?: Partial<OrderLineOptionValueData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderLineOptionValue extends OrderLineOptionValueData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderLineOptionValue = Partial<OrderLineOptionValue>;
|
|
11
|
+
export declare type ReadOnlyOrderLineOptionValue = DeepReadonly<OrderLineOptionValue>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { OrderLineBaseUnitData } from "./OrderLineBaseUnit";
|
|
3
|
+
import { OrderLineVariantBrandData } from "./OrderLineVariantBrand";
|
|
4
|
+
import { OrderLineVariantCategoryData } from "./OrderLineVariantCategory";
|
|
5
|
+
import { OrderLineVariantPriceData } from "./OrderLineVariantPrice";
|
|
6
|
+
import { OrderLineVariantUnitData } from "./OrderLineVariantUnit";
|
|
7
|
+
import { OrderLineVariantVariantValuesData } from "./OrderLineVariantVariantValues";
|
|
8
|
+
export declare class OrderLineVariantData {
|
|
9
|
+
barcodeList: string[] | null;
|
|
10
|
+
baseUnit: OrderLineBaseUnitData | null;
|
|
11
|
+
brand: OrderLineVariantBrandData | null;
|
|
12
|
+
categories: OrderLineVariantCategoryData[] | null;
|
|
13
|
+
id: string | null;
|
|
14
|
+
mainImageId: string | null;
|
|
15
|
+
name: string;
|
|
16
|
+
prices: OrderLineVariantPriceData[] | null;
|
|
17
|
+
productId: string | null;
|
|
18
|
+
sku: string | null;
|
|
19
|
+
slug: string | null;
|
|
20
|
+
tagIds: string[] | null;
|
|
21
|
+
taxValue: number | null;
|
|
22
|
+
type: number | null;
|
|
23
|
+
unit: OrderLineVariantUnitData | null;
|
|
24
|
+
variantValues: OrderLineVariantVariantValuesData[] | null;
|
|
25
|
+
weight: number | null;
|
|
26
|
+
constructor(data?: Partial<OrderLineVariantData>);
|
|
27
|
+
}
|
|
28
|
+
export declare class OrderLineVariant extends OrderLineVariantData {
|
|
29
|
+
}
|
|
30
|
+
export declare type PartialOrderLineVariant = Partial<OrderLineVariant>;
|
|
31
|
+
export declare type ReadOnlyOrderLineVariant = DeepReadonly<OrderLineVariant>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineVariantBrandData {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
constructor(data?: Partial<OrderLineVariantBrandData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class OrderLineVariantBrand extends OrderLineVariantBrandData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialOrderLineVariantBrand = Partial<OrderLineVariantBrand>;
|
|
10
|
+
export declare type ReadOnlyOrderLineVariantBrand = DeepReadonly<OrderLineVariantBrand>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { OrderLineVariantCategoryPathData } from "./OrderLineVariantCategoryPath";
|
|
3
|
+
export declare class OrderLineVariantCategoryData {
|
|
4
|
+
categoryPath: OrderLineVariantCategoryPathData[] | null;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
constructor(data?: Partial<OrderLineVariantCategoryData>);
|
|
8
|
+
}
|
|
9
|
+
export declare class OrderLineVariantCategory extends OrderLineVariantCategoryData {
|
|
10
|
+
}
|
|
11
|
+
export declare type PartialOrderLineVariantCategory = Partial<OrderLineVariantCategory>;
|
|
12
|
+
export declare type ReadOnlyOrderLineVariantCategory = DeepReadonly<OrderLineVariantCategory>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineVariantCategoryPathData {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
constructor(data?: Partial<OrderLineVariantCategoryPathData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class OrderLineVariantCategoryPath extends OrderLineVariantCategoryPathData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialOrderLineVariantCategoryPath = Partial<OrderLineVariantCategoryPath>;
|
|
10
|
+
export declare type ReadOnlyOrderLineVariantCategoryPath = DeepReadonly<OrderLineVariantCategoryPath>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineVariantPriceData {
|
|
3
|
+
buyPrice: number | null;
|
|
4
|
+
currency: string | null;
|
|
5
|
+
currencySymbol: string | null;
|
|
6
|
+
discountPrice: number | null;
|
|
7
|
+
priceListId: string | null;
|
|
8
|
+
sellPrice: number;
|
|
9
|
+
unitPrice: number | null;
|
|
10
|
+
constructor(data?: Partial<OrderLineVariantPriceData>);
|
|
11
|
+
}
|
|
12
|
+
export declare class OrderLineVariantPrice extends OrderLineVariantPriceData {
|
|
13
|
+
}
|
|
14
|
+
export declare type PartialOrderLineVariantPrice = Partial<OrderLineVariantPrice>;
|
|
15
|
+
export declare type ReadOnlyOrderLineVariantPrice = DeepReadonly<OrderLineVariantPrice>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
import { ProductUnitTypeEnum } from "../types";
|
|
3
|
+
export declare class OrderLineVariantUnitData {
|
|
4
|
+
amount: number;
|
|
5
|
+
type: ProductUnitTypeEnum;
|
|
6
|
+
constructor(data?: Partial<OrderLineVariantUnitData>);
|
|
7
|
+
}
|
|
8
|
+
export declare class OrderLineVariantUnit extends OrderLineVariantUnitData {
|
|
9
|
+
}
|
|
10
|
+
export declare type PartialOrderLineVariantUnit = Partial<OrderLineVariantUnit>;
|
|
11
|
+
export declare type ReadOnlyOrderLineVariantUnit = DeepReadonly<OrderLineVariantUnit>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineVariantUnitTypeData {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
constructor(data?: Partial<OrderLineVariantUnitTypeData>);
|
|
6
|
+
}
|
|
7
|
+
export declare class OrderLineVariantUnitType extends OrderLineVariantUnitTypeData {
|
|
8
|
+
}
|
|
9
|
+
export declare type PartialOrderLineVariantUnitType = Partial<OrderLineVariantUnitType>;
|
|
10
|
+
export declare type ReadOnlyOrderLineVariantUnitType = DeepReadonly<OrderLineVariantUnitType>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DeepReadonly } from "ts-essentials";
|
|
2
|
+
export declare class OrderLineVariantVariantValuesData {
|
|
3
|
+
order: number;
|
|
4
|
+
variantTypeId: string;
|
|
5
|
+
variantTypeName: string | null;
|
|
6
|
+
variantValueId: string;
|
|
7
|
+
variantValueName: string | null;
|
|
8
|
+
constructor(data?: Partial<OrderLineVariantVariantValuesData>);
|
|
9
|
+
}
|
|
10
|
+
export declare class OrderLineVariantVariantValues extends OrderLineVariantVariantValuesData {
|
|
11
|
+
}
|
|
12
|
+
export declare type PartialOrderLineVariantVariantValues = Partial<OrderLineVariantVariantValues>;
|
|
13
|
+
export declare type ReadOnlyOrderLineVariantVariantValues = DeepReadonly<OrderLineVariantVariantValues>;
|