@ikas/storefront-api 4.0.0-alpha.78 → 4.0.0-alpha.8
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/package.json +13 -14
- package/src/__api/models/AbandonedCartFlow.ts +34 -0
- package/src/__api/models/AbandonedCartFlowCustomerFilter.ts +25 -0
- package/src/__api/models/AddItemToCartInput.ts +29 -0
- package/src/__api/models/AdditionalPrice.ts +24 -0
- package/src/__api/models/ApplicableProductFilterValue.ts +23 -0
- package/src/__api/models/AppliedProduct.ts +15 -0
- package/src/__api/models/AppliedProductInput.ts +15 -0
- package/src/__api/models/AvailableShippingMethod.ts +24 -0
- package/src/__api/models/Blog.ts +55 -0
- package/src/__api/models/BlogCategory.ts +23 -0
- package/src/__api/models/BlogCategoryPaginationResponse.ts +24 -0
- package/src/__api/models/BlogContent.ts +20 -0
- package/src/__api/models/BlogMetadata.ts +32 -0
- package/src/__api/models/BlogMetadataPaginationResponse.ts +24 -0
- package/src/__api/models/BlogMetadataTargetTypeEnumFilter.ts +22 -0
- package/src/__api/models/BlogPaginationResponse.ts +23 -0
- package/src/__api/models/BlogTag.ts +16 -0
- package/src/__api/models/BlogWriter.ts +15 -0
- package/src/__api/models/BooleanFilterInput.ts +13 -0
- package/src/__api/models/BuyX.ts +20 -0
- package/src/__api/models/BuyXThenGetY.ts +22 -0
- package/src/__api/models/Campaign.ts +75 -0
- package/src/__api/models/CampaignDateRangeField.ts +16 -0
- package/src/__api/models/CampaignFilter.ts +16 -0
- package/src/__api/models/CampaignMinMaxRangeField.ts +16 -0
- package/src/__api/models/CampaignOffer.ts +50 -0
- package/src/__api/models/CampaignOfferProduct.ts +49 -0
- package/src/__api/models/CampaignOfferProductTranslation.ts +19 -0
- package/src/__api/models/CampaignOfferTriggerSettings.ts +19 -0
- package/src/__api/models/Cart.ts +61 -0
- package/src/__api/models/CartCampaignOffer.ts +31 -0
- package/src/__api/models/CartLineItemInput.ts +20 -0
- package/src/__api/models/CartLineOptionInput.ts +17 -0
- package/src/__api/models/CartLineVariantInput.ts +15 -0
- package/src/__api/models/CartStorefrontRouting.ts +28 -0
- package/src/__api/models/CartStorefrontRoutingDynamicCurrencySettings.ts +19 -0
- package/src/__api/models/CartV2.ts +159 -0
- package/src/__api/models/CartV2CampaignOffer.ts +36 -0
- package/src/__api/models/Category.ts +58 -0
- package/src/__api/models/CategoryCondition.ts +17 -0
- package/src/__api/models/CategoryFilterInput.ts +15 -0
- package/src/__api/models/CategoryPaginationResponse.ts +24 -0
- package/src/__api/models/CategoryPathFilterInput.ts +14 -0
- package/src/__api/models/CategoryPathItem.ts +33 -0
- package/src/__api/models/CategoryTranslation.ts +17 -0
- package/src/__api/models/CheckStocksLineInput.ts +17 -0
- package/src/__api/models/CheckStocksLineResponse.ts +18 -0
- package/src/__api/models/CheckStocksResponse.ts +16 -0
- package/src/__api/models/Checkout.ts +102 -0
- package/src/__api/models/CheckoutCustomer.ts +39 -0
- package/src/__api/models/CheckoutCustomerInput.ts +25 -0
- package/src/__api/models/CheckoutOption.ts +15 -0
- package/src/__api/models/CheckoutSettings.ts +62 -0
- package/src/__api/models/CheckoutSettingsPrice.ts +15 -0
- package/src/__api/models/City.ts +29 -0
- package/src/__api/models/Country.ts +41 -0
- package/src/__api/models/CreateCustomerEmailSubscriptionInput.ts +22 -0
- package/src/__api/models/CreateCustomerReviewInput.ts +38 -0
- package/src/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.ts +19 -0
- package/src/__api/models/CreateSaleTransactionWithCartInput.ts +29 -0
- package/src/__api/models/CreateSaleTransactionWithCheckoutInput.ts +29 -0
- package/src/__api/models/CreateStripePaymentIntentResponse.ts +21 -0
- package/src/__api/models/CurrencyRate.ts +23 -0
- package/src/__api/models/CurrencyRateData.ts +15 -0
- package/src/__api/models/Customer.ts +81 -0
- package/src/__api/models/CustomerAddress.ts +64 -0
- package/src/__api/models/CustomerAddressCity.ts +17 -0
- package/src/__api/models/CustomerAddressCityInput.ts +18 -0
- package/src/__api/models/CustomerAddressCountry.ts +22 -0
- package/src/__api/models/CustomerAddressCountryInput.ts +23 -0
- package/src/__api/models/CustomerAddressDistrict.ts +18 -0
- package/src/__api/models/CustomerAddressDistrictInput.ts +19 -0
- package/src/__api/models/CustomerAddressState.ts +17 -0
- package/src/__api/models/CustomerAddressStateInput.ts +19 -0
- package/src/__api/models/CustomerAttribute.ts +36 -0
- package/src/__api/models/CustomerAttributeOption.ts +17 -0
- package/src/__api/models/CustomerAttributeOptionTranslation.ts +17 -0
- package/src/__api/models/CustomerAttributeSalesChannel.ts +28 -0
- package/src/__api/models/CustomerAttributeTranslation.ts +24 -0
- package/src/__api/models/CustomerAttributeValue.ts +18 -0
- package/src/__api/models/CustomerAttributeValueInput.ts +19 -0
- package/src/__api/models/CustomerCheckResponse.ts +13 -0
- package/src/__api/models/CustomerFavoriteProduct.ts +19 -0
- package/src/__api/models/CustomerLoginResponse.ts +18 -0
- package/src/__api/models/CustomerRefreshTokenResponse.ts +17 -0
- package/src/__api/models/CustomerReview.ts +43 -0
- package/src/__api/models/CustomerReviewSFPaginationResponse.ts +26 -0
- package/src/__api/models/CustomerReviewSummary.ts +25 -0
- package/src/__api/models/CustomerReviewSummaryPaginationResponse.ts +26 -0
- package/src/__api/models/CustomerReviewSummaryStar.ts +17 -0
- package/src/__api/models/DateFilterInput.ts +27 -0
- package/src/__api/models/District.ts +29 -0
- package/src/__api/models/FixedDiscount.ts +28 -0
- package/src/__api/models/GetAvailableStockLocation.ts +25 -0
- package/src/__api/models/GetAvailableStockLocationAddress.ts +36 -0
- package/src/__api/models/GetAvailableStockLocationAddressCity.ts +19 -0
- package/src/__api/models/GetAvailableStockLocationsResponse.ts +18 -0
- package/src/__api/models/GetOrderLineFile.ts +13 -0
- package/src/__api/models/GetProductCampaignsInput.ts +18 -0
- package/src/__api/models/GetProductCampaignsResponse.ts +20 -0
- package/src/__api/models/GetProductOptionFileUrl.ts +18 -0
- package/src/__api/models/GetVariantStockLocation.ts +21 -0
- package/src/__api/models/GetVariantStockLocationListResponse.ts +18 -0
- package/src/__api/models/GetY.ts +26 -0
- package/src/__api/models/HTMLMetaData.ts +44 -0
- package/src/__api/models/HTMLMetaDataOverride.ts +21 -0
- package/src/__api/models/HTMLMetaDataTargetTypeEnumFilter.ts +22 -0
- package/src/__api/models/HTMLMetaDataTranslation.ts +18 -0
- package/src/__api/models/Invoice.ts +26 -0
- package/src/__api/models/ListCustomerReviewInput.ts +14 -0
- package/src/__api/models/LocationTranslations.ts +15 -0
- package/src/__api/models/MasterPassTokenResponse.ts +18 -0
- package/src/__api/models/MerchantAddress.ts +48 -0
- package/src/__api/models/MerchantAddressCity.ts +17 -0
- package/src/__api/models/MerchantAddressCountry.ts +18 -0
- package/src/__api/models/MerchantAddressDistrict.ts +18 -0
- package/src/__api/models/MerchantAddressState.ts +17 -0
- package/src/__api/models/MerchantSettings.ts +32 -0
- package/src/__api/models/MerchantSettingsCurrencyFormat.ts +27 -0
- package/src/__api/models/OrderAddress.ts +53 -0
- package/src/__api/models/OrderAddressCity.ts +17 -0
- package/src/__api/models/OrderAddressCityInput.ts +17 -0
- package/src/__api/models/OrderAddressCountry.ts +21 -0
- package/src/__api/models/OrderAddressCountryInput.ts +22 -0
- package/src/__api/models/OrderAddressDistrict.ts +17 -0
- package/src/__api/models/OrderAddressDistrictInput.ts +19 -0
- package/src/__api/models/OrderAddressInput.ts +53 -0
- package/src/__api/models/OrderAddressState.ts +17 -0
- package/src/__api/models/OrderAddressStateInput.ts +18 -0
- package/src/__api/models/OrderAdjustment.ts +35 -0
- package/src/__api/models/OrderAdjustmentAppliedOrderLine.ts +24 -0
- package/src/__api/models/OrderAdjustmentInput.ts +26 -0
- package/src/__api/models/OrderCurrencyRate.ts +17 -0
- package/src/__api/models/OrderCustomer.ts +34 -0
- package/src/__api/models/OrderGiftPackageLine.ts +18 -0
- package/src/__api/models/OrderLineDiscount.ts +28 -0
- package/src/__api/models/OrderLineItem.ts +59 -0
- package/src/__api/models/OrderLineOption.ts +25 -0
- package/src/__api/models/OrderLineOptionValue.ts +18 -0
- package/src/__api/models/OrderLineVariant.ts +56 -0
- package/src/__api/models/OrderLineVariantBrand.ts +15 -0
- package/src/__api/models/OrderLineVariantCategory.ts +21 -0
- package/src/__api/models/OrderLineVariantCategoryPath.ts +17 -0
- package/src/__api/models/OrderLineVariantPrice.ts +27 -0
- package/src/__api/models/OrderLineVariantVariantValues.ts +23 -0
- package/src/__api/models/OrderPackage.ts +33 -0
- package/src/__api/models/OrderPaymentMethod.ts +22 -0
- package/src/__api/models/OrderRefundOrderLineInput.ts +17 -0
- package/src/__api/models/OrderRefundRequestInput.ts +21 -0
- package/src/__api/models/OrderRefundSettings.ts +28 -0
- package/src/__api/models/OrderShippingLine.ts +34 -0
- package/src/__api/models/OrderStorefrontRouting.ts +29 -0
- package/src/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.ts +19 -0
- package/src/__api/models/OrderTaxLine.ts +15 -0
- package/src/__api/models/PaginationInput.ts +17 -0
- package/src/__api/models/PaymentGateway.ts +61 -0
- package/src/__api/models/PaymentGatewayPaymentMethod.ts +17 -0
- package/src/__api/models/PaymentGatewaySettings.ts +21 -0
- package/src/__api/models/PaymentGatewayTranslation.ts +19 -0
- package/src/__api/models/PaymentMethodDetailInput.ts +26 -0
- package/src/__api/models/Product.ts +69 -0
- package/src/__api/models/ProductAttribute.ts +36 -0
- package/src/__api/models/ProductAttributeOption.ts +17 -0
- package/src/__api/models/ProductAttributeOptionTranslation.ts +17 -0
- package/src/__api/models/ProductAttributeTableCellData.ts +17 -0
- package/src/__api/models/ProductAttributeTableTemplate.ts +22 -0
- package/src/__api/models/ProductAttributeTranslation.ts +24 -0
- package/src/__api/models/ProductAttributeValue.ts +19 -0
- package/src/__api/models/ProductBackInStockRemind.ts +25 -0
- package/src/__api/models/ProductBackInStockRemindInput.ts +19 -0
- package/src/__api/models/ProductBrand.ts +33 -0
- package/src/__api/models/ProductBrandPaginationResponse.ts +24 -0
- package/src/__api/models/ProductBrandTranslation.ts +18 -0
- package/src/__api/models/ProductFacetCount.ts +18 -0
- package/src/__api/models/ProductFacetCountValue.ts +16 -0
- package/src/__api/models/ProductFilterData.ts +21 -0
- package/src/__api/models/ProductFilterDataFilter.ts +49 -0
- package/src/__api/models/ProductFilterSettings.ts +25 -0
- package/src/__api/models/ProductImage.ts +20 -0
- package/src/__api/models/ProductItem.ts +18 -0
- package/src/__api/models/ProductItemInput.ts +18 -0
- package/src/__api/models/ProductLastViewed.ts +21 -0
- package/src/__api/models/ProductLastViewedInput.ts +22 -0
- package/src/__api/models/ProductOption.ts +62 -0
- package/src/__api/models/ProductOptionDateSettings.ts +29 -0
- package/src/__api/models/ProductOptionFileSettings.ts +25 -0
- package/src/__api/models/ProductOptionSelectSettings.ts +31 -0
- package/src/__api/models/ProductOptionSelectValue.ts +33 -0
- package/src/__api/models/ProductOptionSelectValueOtherPrice.ts +17 -0
- package/src/__api/models/ProductOptionSelectValueTranslations.ts +17 -0
- package/src/__api/models/ProductOptionSet.ts +26 -0
- package/src/__api/models/ProductOptionSetTranslations.ts +20 -0
- package/src/__api/models/ProductOptionTextSettings.ts +17 -0
- package/src/__api/models/ProductOptionTranslations.ts +24 -0
- package/src/__api/models/ProductPaginationResponse.ts +24 -0
- package/src/__api/models/ProductPrice.ts +27 -0
- package/src/__api/models/ProductSearchResponse.ts +31 -0
- package/src/__api/models/ProductStockLocation.ts +22 -0
- package/src/__api/models/ProductTagTranslation.ts +17 -0
- package/src/__api/models/ProductTranslation.ts +17 -0
- package/src/__api/models/ProductVariantType.ts +17 -0
- package/src/__api/models/Raffle.ts +49 -0
- package/src/__api/models/RaffleDateRangeField.ts +15 -0
- package/src/__api/models/RaffleMetadata.ts +32 -0
- package/src/__api/models/RaffleMetadataTargetTypeEnumFilter.ts +22 -0
- package/src/__api/models/RafflePaginationResponse.ts +23 -0
- package/src/__api/models/RaffleParticipants.ts +52 -0
- package/src/__api/models/RaffleParticipantsInput.ts +32 -0
- package/src/__api/models/RaffleParticipantsUpdateInput.ts +24 -0
- package/src/__api/models/RaffleVariantInformation.ts +16 -0
- package/src/__api/models/RetrieveInstallmentInfoInput.ts +19 -0
- package/src/__api/models/RetrieveInstallmentInfoResponse.ts +36 -0
- package/src/__api/models/SaveCartInput.ts +50 -0
- package/src/__api/models/SaveCheckoutInput.ts +56 -0
- package/src/__api/models/SaveItemToCartInput.ts +35 -0
- package/src/__api/models/SaveMyCustomerAddressInput.ts +63 -0
- package/src/__api/models/SaveMyCustomerInput.ts +30 -0
- package/src/__api/models/SearchCategory.ts +27 -0
- package/src/__api/models/SearchCategoryPath.ts +22 -0
- package/src/__api/models/SearchDynamicCurrencySettings.ts +17 -0
- package/src/__api/models/SearchHTMLMetaData.ts +36 -0
- package/src/__api/models/SearchHTMLMetaDataOverride.ts +23 -0
- package/src/__api/models/SearchInput.ts +64 -0
- package/src/__api/models/SearchInputFacetListInput.ts +20 -0
- package/src/__api/models/SearchInputFilterListInput.ts +27 -0
- package/src/__api/models/SearchInputOrderByInput.ts +17 -0
- package/src/__api/models/SearchProduct.ts +72 -0
- package/src/__api/models/SearchProductAttribute.ts +28 -0
- package/src/__api/models/SearchProductAttributeOption.ts +17 -0
- package/src/__api/models/SearchProductAttributeTableCellData.ts +17 -0
- package/src/__api/models/SearchProductAttributeTableTemplate.ts +22 -0
- package/src/__api/models/SearchProductAttributeValue.ts +27 -0
- package/src/__api/models/SearchProductBrand.ts +22 -0
- package/src/__api/models/SearchProductImage.ts +21 -0
- package/src/__api/models/SearchProductPrice.ts +27 -0
- package/src/__api/models/SearchProductStockLocation.ts +17 -0
- package/src/__api/models/SearchProductTag.ts +20 -0
- package/src/__api/models/SearchProductVariantType.ts +21 -0
- package/src/__api/models/SearchVariant.ts +58 -0
- package/src/__api/models/SearchVariantType.ts +27 -0
- package/src/__api/models/SearchVariantValue.ts +19 -0
- package/src/__api/models/SearchVariationValueRelation.ts +17 -0
- package/src/__api/models/SocialLoginSettings.ts +18 -0
- package/src/__api/models/State.ts +20 -0
- package/src/__api/models/StockLocation.ts +36 -0
- package/src/__api/models/StockLocationAddress.ts +35 -0
- package/src/__api/models/StockLocationAddressCity.ts +18 -0
- package/src/__api/models/StockLocationAddressCountry.ts +19 -0
- package/src/__api/models/StockLocationAddressDistrict.ts +19 -0
- package/src/__api/models/StockLocationAddressState.ts +19 -0
- package/src/__api/models/Storefront.ts +66 -0
- package/src/__api/models/StorefrontDomain.ts +25 -0
- package/src/__api/models/StorefrontDynamicCurrencySettings.ts +17 -0
- package/src/__api/models/StorefrontLocalization.ts +21 -0
- package/src/__api/models/StorefrontOrder.ts +116 -0
- package/src/__api/models/StorefrontRouting.ts +29 -0
- package/src/__api/models/StorefrontTheme.ts +25 -0
- package/src/__api/models/StorefrontTransaction.ts +53 -0
- package/src/__api/models/StringFilterInput.ts +21 -0
- package/src/__api/models/Town.ts +21 -0
- package/src/__api/models/TrackingInfo.ts +24 -0
- package/src/__api/models/TransactionError.ts +17 -0
- package/src/__api/models/TransactionInstallmentPrice.ts +36 -0
- package/src/__api/models/TransactionPaymentMethodDetail.ts +39 -0
- package/src/__api/models/TransactionResponse.ts +26 -0
- package/src/__api/models/UpdateCartCampaignOfferInput.ts +25 -0
- package/src/__api/models/Variant.ts +58 -0
- package/src/__api/models/VariantStock.ts +15 -0
- package/src/__api/models/VariantType.ts +29 -0
- package/src/__api/models/VariantTypeTranslation.ts +21 -0
- package/src/__api/models/VariantValue.ts +20 -0
- package/src/__api/models/VariantValueRelation.ts +15 -0
- package/src/__api/models/VariantValueTranslation.ts +16 -0
- package/src/__api/models/_base.ts +26 -0
- package/src/__api/mutations/activateCustomer.ts +38 -0
- package/src/__api/mutations/addCouponCodeToCheckout.ts +259 -0
- package/src/__api/mutations/addItemToCart.ts +284 -0
- package/src/__api/mutations/createCustomerEmailSubscription.ts +111 -0
- package/src/__api/mutations/createCustomerReview.ts +66 -0
- package/src/__api/mutations/createOrderRefundRequest.ts +240 -0
- package/src/__api/mutations/createSaleTransactionWithCart.ts +62 -0
- package/src/__api/mutations/createSaleTransactionWithCheckout.ts +62 -0
- package/src/__api/mutations/createStripePaymentIntent.ts +57 -0
- package/src/__api/mutations/customerForgotPassword.ts +41 -0
- package/src/__api/mutations/customerLogin.ts +113 -0
- package/src/__api/mutations/customerRecoverPassword.ts +44 -0
- package/src/__api/mutations/customerRefreshToken.ts +52 -0
- package/src/__api/mutations/deleteRaffleParticipantsList.ts +38 -0
- package/src/__api/mutations/getOrderLineFile.ts +39 -0
- package/src/__api/mutations/registerCustomer.ts +131 -0
- package/src/__api/mutations/retrieveInstallmentInfo.ts +65 -0
- package/src/__api/mutations/saveCart.ts +284 -0
- package/src/__api/mutations/saveCartCouponCode.ts +287 -0
- package/src/__api/mutations/saveCheckout.ts +256 -0
- package/src/__api/mutations/saveFavoriteProduct.ts +41 -0
- package/src/__api/mutations/saveItemToCart.ts +136 -0
- package/src/__api/mutations/saveLastViewedProducts.ts +62 -0
- package/src/__api/mutations/saveMyCustomer.ts +108 -0
- package/src/__api/mutations/saveProductBackInStockRemind.ts +63 -0
- package/src/__api/mutations/saveRaffleParticipant.ts +69 -0
- package/src/__api/mutations/sendContactFormToMerchant.ts +53 -0
- package/src/__api/mutations/updateCartCampaignOffer.ts +284 -0
- package/src/__api/mutations/updateRaffleParticipant.ts +72 -0
- package/src/__api/queries/checkCustomerEmail.ts +54 -0
- package/src/__api/queries/checkStocks.ts +53 -0
- package/src/__api/queries/customerSocialLogin.ts +113 -0
- package/src/__api/queries/getAvailableShippingCountries.ts +41 -0
- package/src/__api/queries/getAvailableStockLocations.ts +75 -0
- package/src/__api/queries/getCart.ts +142 -0
- package/src/__api/queries/getCartById.ts +287 -0
- package/src/__api/queries/getCheckoutByCartId.ts +256 -0
- package/src/__api/queries/getCheckoutById.ts +256 -0
- package/src/__api/queries/getCurrencyRate.ts +56 -0
- package/src/__api/queries/getCustomerOrders.ts +237 -0
- package/src/__api/queries/getLastViewedProducts.ts +62 -0
- package/src/__api/queries/getMasterPassRequestToken.ts +62 -0
- package/src/__api/queries/getMyCountry.ts +26 -0
- package/src/__api/queries/getMyCustomer.ts +95 -0
- package/src/__api/queries/getOrder.ts +237 -0
- package/src/__api/queries/getOrderByEmail.ts +240 -0
- package/src/__api/queries/getProductCampaigns.ts +92 -0
- package/src/__api/queries/getProductFilterData.ts +211 -0
- package/src/__api/queries/getProductOptionFileUrl.ts +59 -0
- package/src/__api/queries/getRaffleParticipants.ts +59 -0
- package/src/__api/queries/getRafflesByCustomerId.ts +74 -0
- package/src/__api/queries/getRelatedProducts.ts +60 -0
- package/src/__api/queries/getStorefront.ts +103 -0
- package/src/__api/queries/getStorefrontSettings.ts +26 -0
- package/src/__api/queries/getVariantStockLocations.ts +74 -0
- package/src/__api/queries/isFavoriteProduct.ts +38 -0
- package/src/__api/queries/listBlog.ts +136 -0
- package/src/__api/queries/listBlogCategory.ts +92 -0
- package/src/__api/queries/listBlogMetadata.ts +90 -0
- package/src/__api/queries/listCampaignOffer.ts +76 -0
- package/src/__api/queries/listCategory.ts +151 -0
- package/src/__api/queries/listCheckoutSettings.ts +75 -0
- package/src/__api/queries/listCity.ts +74 -0
- package/src/__api/queries/listCountry.ts +80 -0
- package/src/__api/queries/listCustomerAttribute.ts +62 -0
- package/src/__api/queries/listCustomerReviewSummary.ts +71 -0
- package/src/__api/queries/listCustomerReviews.ts +90 -0
- package/src/__api/queries/listDistrict.ts +77 -0
- package/src/__api/queries/listFavoriteProducts.ts +44 -0
- package/src/__api/queries/listHTMLMetaData.ts +88 -0
- package/src/__api/queries/listMerchantSettings.ts +90 -0
- package/src/__api/queries/listOrderRefundSettings.ts +73 -0
- package/src/__api/queries/listOrderTransactions.ts +89 -0
- package/src/__api/queries/listPaymentGateway.ts +85 -0
- package/src/__api/queries/listProduct.ts +156 -0
- package/src/__api/queries/listProductAttribute.ts +81 -0
- package/src/__api/queries/listProductBackInStockRemind.ts +79 -0
- package/src/__api/queries/listProductBrand.ts +110 -0
- package/src/__api/queries/listProductOptionSet.ts +105 -0
- package/src/__api/queries/listProductStockLocation.ts +62 -0
- package/src/__api/queries/listRaffle.ts +108 -0
- package/src/__api/queries/listRaffleMetadata.ts +83 -0
- package/src/__api/queries/listState.ts +67 -0
- package/src/__api/queries/listStockLocation.ts +76 -0
- package/src/__api/queries/listTown.ts +67 -0
- package/src/__api/queries/listVariantType.ts +74 -0
- package/src/__api/queries/searchProducts.ts +171 -0
- package/src/__api/types/index.ts +3047 -0
- package/src/api/blog/index.ts +70 -0
- package/src/api/brand/index.ts +27 -0
- package/src/api/cart/index.ts +113 -0
- package/src/api/category/index.ts +25 -0
- package/src/api/checkout/index.ts +121 -0
- package/src/api/customer/index.ts +380 -0
- package/src/api/file-upload/index.ts +38 -0
- package/src/api/html-meta-data/index.ts +25 -0
- package/src/api/location/index.ts +64 -0
- package/src/api/masterpass/index.ts +12 -0
- package/src/api/merchant/index.ts +24 -0
- package/src/api/product/index.ts +354 -0
- package/src/api/raffle/index.ts +80 -0
- package/src/api/storefront/index.ts +30 -0
- package/src/index.ts +68 -0
- package/build/__api/models/AbandonedCartFlow.d.ts +0 -19
- package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +0 -10
- package/build/__api/models/AddItemToCartInput.d.ts +0 -16
- package/build/__api/models/AdditionalPrice.d.ts +0 -13
- package/build/__api/models/ApplicableProductFilterValue.d.ts +0 -13
- package/build/__api/models/AppliedProduct.d.ts +0 -10
- package/build/__api/models/AppliedProductInput.d.ts +0 -10
- package/build/__api/models/AvailableShippingMethod.d.ts +0 -14
- package/build/__api/models/Blog.d.ts +0 -28
- package/build/__api/models/BlogCategory.d.ts +0 -13
- package/build/__api/models/BlogCategoryPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogContent.d.ts +0 -12
- package/build/__api/models/BlogMetadata.d.ts +0 -17
- package/build/__api/models/BlogMetadataPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/BlogPaginationResponse.d.ts +0 -14
- package/build/__api/models/BlogTag.d.ts +0 -10
- package/build/__api/models/BlogWriter.d.ts +0 -10
- package/build/__api/models/BooleanFilterInput.d.ts +0 -9
- package/build/__api/models/BuyX.d.ts +0 -12
- package/build/__api/models/BuyXThenGetY.d.ts +0 -13
- package/build/__api/models/Campaign.d.ts +0 -30
- package/build/__api/models/CampaignDateRangeField.d.ts +0 -10
- package/build/__api/models/CampaignFilter.d.ts +0 -11
- package/build/__api/models/CampaignMinMaxRangeField.d.ts +0 -10
- package/build/__api/models/CampaignOffer.d.ts +0 -22
- package/build/__api/models/CampaignOfferProduct.d.ts +0 -22
- package/build/__api/models/CampaignOfferProductTranslation.d.ts +0 -11
- package/build/__api/models/CampaignOfferTriggerSettings.d.ts +0 -11
- package/build/__api/models/Cart.d.ts +0 -32
- package/build/__api/models/CartCampaignOffer.d.ts +0 -17
- package/build/__api/models/CartLineItemInput.d.ts +0 -12
- package/build/__api/models/CartLineOptionInput.d.ts +0 -11
- package/build/__api/models/CartLineVariantInput.d.ts +0 -10
- package/build/__api/models/CartStorefrontRouting.d.ts +0 -15
- package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +0 -11
- package/build/__api/models/CartV2.d.ts +0 -71
- package/build/__api/models/CartV2CampaignOffer.d.ts +0 -19
- package/build/__api/models/Category.d.ts +0 -27
- package/build/__api/models/CategoryCondition.d.ts +0 -11
- package/build/__api/models/CategoryFilterInput.d.ts +0 -11
- package/build/__api/models/CategoryPaginationResponse.d.ts +0 -14
- package/build/__api/models/CategoryPathFilterInput.d.ts +0 -9
- package/build/__api/models/CategoryPathItem.d.ts +0 -17
- package/build/__api/models/CategoryTranslation.d.ts +0 -11
- package/build/__api/models/CheckStocksLineInput.d.ts +0 -11
- package/build/__api/models/CheckStocksLineInput.js +0 -1
- package/build/__api/models/CheckStocksLineResponse.d.ts +0 -11
- package/build/__api/models/CheckStocksResponse.d.ts +0 -10
- package/build/__api/models/Checkout.d.ts +0 -44
- package/build/__api/models/CheckoutCustomer.d.ts +0 -19
- package/build/__api/models/CheckoutCustomerInput.d.ts +0 -13
- package/build/__api/models/CheckoutCustomerInput.js +0 -1
- package/build/__api/models/CheckoutOption.d.ts +0 -10
- package/build/__api/models/CheckoutSettings.d.ts +0 -25
- package/build/__api/models/CheckoutSettingsPrice.d.ts +0 -11
- package/build/__api/models/City.d.ts +0 -16
- package/build/__api/models/Country.d.ts +0 -24
- package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +0 -13
- package/build/__api/models/CreateCustomerReviewInput.d.ts +0 -20
- package/build/__api/models/CreateKlarnaTokenResponse.d.ts +0 -12
- package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +0 -10
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +0 -14
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +0 -14
- package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +0 -12
- package/build/__api/models/CurrencyRate.d.ts +0 -15
- package/build/__api/models/CurrencyRateData.d.ts +0 -10
- package/build/__api/models/Customer.d.ts +0 -34
- package/build/__api/models/CustomerAddress.d.ts +0 -31
- package/build/__api/models/CustomerAddressCity.d.ts +0 -11
- package/build/__api/models/CustomerAddressCityInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressCityInput.js +0 -1
- package/build/__api/models/CustomerAddressCountry.d.ts +0 -13
- package/build/__api/models/CustomerAddressCountryInput.d.ts +0 -13
- package/build/__api/models/CustomerAddressCountryInput.js +0 -1
- package/build/__api/models/CustomerAddressDistrict.d.ts +0 -11
- package/build/__api/models/CustomerAddressDistrictInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressDistrictInput.js +0 -1
- package/build/__api/models/CustomerAddressState.d.ts +0 -11
- package/build/__api/models/CustomerAddressStateInput.d.ts +0 -11
- package/build/__api/models/CustomerAddressStateInput.js +0 -1
- package/build/__api/models/CustomerAttribute.d.ts +0 -19
- package/build/__api/models/CustomerAttributeOption.d.ts +0 -10
- package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +0 -10
- package/build/__api/models/CustomerAttributeSalesChannel.d.ts +0 -13
- package/build/__api/models/CustomerAttributeTranslation.d.ts +0 -13
- package/build/__api/models/CustomerAttributeValue.d.ts +0 -11
- package/build/__api/models/CustomerAttributeValueInput.d.ts +0 -11
- package/build/__api/models/CustomerAttributeValueInput.js +0 -1
- package/build/__api/models/CustomerCheckResponse.d.ts +0 -9
- package/build/__api/models/CustomerFavoriteProduct.d.ts +0 -11
- package/build/__api/models/CustomerLoginResponse.d.ts +0 -12
- package/build/__api/models/CustomerRefreshTokenResponse.d.ts +0 -10
- package/build/__api/models/CustomerReview.d.ts +0 -24
- package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummary.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +0 -14
- package/build/__api/models/CustomerReviewSummaryStar.d.ts +0 -10
- package/build/__api/models/CustomerSettings.d.ts +0 -13
- package/build/__api/models/DateFilterInput.d.ts +0 -16
- package/build/__api/models/District.d.ts +0 -16
- package/build/__api/models/FixedDiscount.d.ts +0 -14
- package/build/__api/models/GetAvailableStockLocation.d.ts +0 -14
- package/build/__api/models/GetAvailableStockLocationAddress.d.ts +0 -16
- package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +0 -11
- package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +0 -10
- package/build/__api/models/GetOrderLineFile.d.ts +0 -9
- package/build/__api/models/GetProductCampaignsInput.d.ts +0 -11
- package/build/__api/models/GetProductCampaignsResponse.d.ts +0 -11
- package/build/__api/models/GetProductOptionFileUrl.d.ts +0 -11
- package/build/__api/models/GetVariantStockLocation.d.ts +0 -12
- package/build/__api/models/GetVariantStockLocationListResponse.d.ts +0 -10
- package/build/__api/models/GetY.d.ts +0 -13
- package/build/__api/models/HTMLMetaData.d.ts +0 -22
- package/build/__api/models/HTMLMetaDataOverride.d.ts +0 -13
- package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +0 -11
- package/build/__api/models/Invoice.d.ts +0 -16
- package/build/__api/models/ListCustomerReviewInput.d.ts +0 -9
- package/build/__api/models/LocationTranslations.d.ts +0 -11
- package/build/__api/models/MasterPassTokenResponse.d.ts +0 -11
- package/build/__api/models/MerchantAddress.d.ts +0 -27
- package/build/__api/models/MerchantAddressCity.d.ts +0 -11
- package/build/__api/models/MerchantAddressCountry.d.ts +0 -11
- package/build/__api/models/MerchantAddressDistrict.d.ts +0 -11
- package/build/__api/models/MerchantAddressState.d.ts +0 -11
- package/build/__api/models/MerchantSettings.d.ts +0 -17
- package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +0 -15
- package/build/__api/models/OrderAddress.d.ts +0 -28
- package/build/__api/models/OrderAddressCity.d.ts +0 -11
- package/build/__api/models/OrderAddressCityInput.d.ts +0 -11
- package/build/__api/models/OrderAddressCityInput.js +0 -1
- package/build/__api/models/OrderAddressCountry.d.ts +0 -13
- package/build/__api/models/OrderAddressCountryInput.d.ts +0 -13
- package/build/__api/models/OrderAddressCountryInput.js +0 -1
- package/build/__api/models/OrderAddressDistrict.d.ts +0 -11
- package/build/__api/models/OrderAddressDistrictInput.d.ts +0 -11
- package/build/__api/models/OrderAddressDistrictInput.js +0 -1
- package/build/__api/models/OrderAddressInput.d.ts +0 -28
- package/build/__api/models/OrderAddressInput.js +0 -1
- package/build/__api/models/OrderAddressState.d.ts +0 -11
- package/build/__api/models/OrderAddressStateInput.d.ts +0 -11
- package/build/__api/models/OrderAddressStateInput.js +0 -1
- package/build/__api/models/OrderAdjustment.d.ts +0 -19
- package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +0 -12
- package/build/__api/models/OrderAdjustmentInput.d.ts +0 -16
- package/build/__api/models/OrderAdjustmentInput.js +0 -1
- package/build/__api/models/OrderCurrencyRate.d.ts +0 -11
- package/build/__api/models/OrderCustomer.d.ts +0 -16
- package/build/__api/models/OrderGiftPackageLine.d.ts +0 -10
- package/build/__api/models/OrderLineBaseUnit.d.ts +0 -13
- package/build/__api/models/OrderLineDiscount.d.ts +0 -15
- package/build/__api/models/OrderLineItem.d.ts +0 -29
- package/build/__api/models/OrderLineOption.d.ts +0 -15
- package/build/__api/models/OrderLineOptionValue.d.ts +0 -11
- package/build/__api/models/OrderLineVariant.d.ts +0 -31
- package/build/__api/models/OrderLineVariantBrand.d.ts +0 -10
- package/build/__api/models/OrderLineVariantCategory.d.ts +0 -12
- package/build/__api/models/OrderLineVariantCategoryPath.d.ts +0 -10
- package/build/__api/models/OrderLineVariantPrice.d.ts +0 -15
- package/build/__api/models/OrderLineVariantUnit.d.ts +0 -11
- package/build/__api/models/OrderLineVariantUnitType.d.ts +0 -10
- package/build/__api/models/OrderLineVariantVariantValues.d.ts +0 -13
- package/build/__api/models/OrderPackage.d.ts +0 -18
- package/build/__api/models/OrderPaymentMethod.d.ts +0 -14
- package/build/__api/models/OrderRefundOrderLineInput.d.ts +0 -10
- package/build/__api/models/OrderRefundRequestInput.d.ts +0 -12
- package/build/__api/models/OrderRefundSettings.d.ts +0 -14
- package/build/__api/models/OrderSessionInfo.d.ts +0 -25
- package/build/__api/models/OrderSessionInfoTrafficSource.d.ts +0 -11
- package/build/__api/models/OrderSessionUTM.d.ts +0 -13
- package/build/__api/models/OrderSessionUserAgent.d.ts +0 -12
- package/build/__api/models/OrderShippingLine.d.ts +0 -17
- package/build/__api/models/OrderStorefrontRouting.d.ts +0 -15
- package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/OrderTaxLine.d.ts +0 -10
- package/build/__api/models/PaginationInput.d.ts +0 -10
- package/build/__api/models/PaymentGateway.d.ts +0 -30
- package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +0 -10
- package/build/__api/models/PaymentGatewaySettings.d.ts +0 -13
- package/build/__api/models/PaymentGatewayTranslation.d.ts +0 -11
- package/build/__api/models/PaymentMethodDetailInput.d.ts +0 -15
- package/build/__api/models/Product.d.ts +0 -36
- package/build/__api/models/ProductAttribute.d.ts +0 -19
- package/build/__api/models/ProductAttributeOption.d.ts +0 -10
- package/build/__api/models/ProductAttributeOptionTranslation.d.ts +0 -10
- package/build/__api/models/ProductAttributeTableCellData.d.ts +0 -10
- package/build/__api/models/ProductAttributeTableTemplate.d.ts +0 -11
- package/build/__api/models/ProductAttributeTranslation.d.ts +0 -13
- package/build/__api/models/ProductAttributeValue.d.ts +0 -12
- package/build/__api/models/ProductBackInStockRemind.d.ts +0 -15
- package/build/__api/models/ProductBackInStockRemindInput.d.ts +0 -11
- package/build/__api/models/ProductBaseUnitModel.d.ts +0 -12
- package/build/__api/models/ProductBrand.d.ts +0 -19
- package/build/__api/models/ProductBrandPaginationResponse.d.ts +0 -14
- package/build/__api/models/ProductBrandTranslation.d.ts +0 -11
- package/build/__api/models/ProductFacetCount.d.ts +0 -11
- package/build/__api/models/ProductFacetCountValue.d.ts +0 -10
- package/build/__api/models/ProductFilterData.d.ts +0 -12
- package/build/__api/models/ProductFilterDataFilter.d.ts +0 -24
- package/build/__api/models/ProductFilterSettings.d.ts +0 -14
- package/build/__api/models/ProductImage.d.ts +0 -12
- package/build/__api/models/ProductItem.d.ts +0 -11
- package/build/__api/models/ProductItemInput.d.ts +0 -11
- package/build/__api/models/ProductLastViewed.d.ts +0 -12
- package/build/__api/models/ProductLastViewedInput.d.ts +0 -12
- package/build/__api/models/ProductOption.d.ts +0 -28
- package/build/__api/models/ProductOptionDateSettings.d.ts +0 -12
- package/build/__api/models/ProductOptionFileSettings.d.ts +0 -11
- package/build/__api/models/ProductOptionSelectSettings.d.ts +0 -14
- package/build/__api/models/ProductOptionSelectValue.d.ts +0 -16
- package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +0 -11
- package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +0 -10
- package/build/__api/models/ProductOptionSet.d.ts +0 -14
- package/build/__api/models/ProductOptionSetTranslations.d.ts +0 -11
- package/build/__api/models/ProductOptionTextSettings.d.ts +0 -10
- package/build/__api/models/ProductOptionTranslations.d.ts +0 -13
- package/build/__api/models/ProductPaginationResponse.d.ts +0 -14
- package/build/__api/models/ProductPrice.d.ts +0 -15
- package/build/__api/models/ProductSearchResponse.d.ts +0 -17
- package/build/__api/models/ProductStockLocation.d.ts +0 -13
- package/build/__api/models/ProductTagTranslation.d.ts +0 -11
- package/build/__api/models/ProductTranslation.d.ts +0 -11
- package/build/__api/models/ProductVariantType.d.ts +0 -11
- package/build/__api/models/RaffleDateRangeField.d.ts +0 -10
- package/build/__api/models/RaffleMetadata.d.ts +0 -17
- package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +0 -13
- package/build/__api/models/RafflePaginationResponse.d.ts +0 -14
- package/build/__api/models/RaffleParticipants.d.ts +0 -25
- package/build/__api/models/RaffleParticipantsInput.d.ts +0 -16
- package/build/__api/models/RaffleVariantInformation.d.ts +0 -10
- package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +0 -11
- package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +0 -17
- package/build/__api/models/SaveCartInput.d.ts +0 -23
- package/build/__api/models/SaveCartInput.js +0 -1
- package/build/__api/models/SaveCheckoutInput.d.ts +0 -26
- package/build/__api/models/SaveItemToCartInput.d.ts +0 -19
- package/build/__api/models/SaveMyCustomerAddressInput.d.ts +0 -29
- package/build/__api/models/SaveMyCustomerAddressInput.js +0 -1
- package/build/__api/models/SaveMyCustomerInput.d.ts +0 -17
- package/build/__api/models/SaveMyCustomerInput.js +0 -1
- package/build/__api/models/SearchCategory.d.ts +0 -15
- package/build/__api/models/SearchCategoryPath.d.ts +0 -13
- package/build/__api/models/SearchDynamicCurrencySettings.d.ts +0 -10
- package/build/__api/models/SearchHTMLMetaData.d.ts +0 -18
- package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +0 -13
- package/build/__api/models/SearchInput.d.ts +0 -32
- package/build/__api/models/SearchInputFacetListInput.d.ts +0 -12
- package/build/__api/models/SearchInputFilterListInput.d.ts +0 -14
- package/build/__api/models/SearchInputOrderByInput.d.ts +0 -11
- package/build/__api/models/SearchProduct.d.ts +0 -38
- package/build/__api/models/SearchProductAttribute.d.ts +0 -15
- package/build/__api/models/SearchProductAttributeOption.d.ts +0 -10
- package/build/__api/models/SearchProductAttributeTableCellData.d.ts +0 -10
- package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +0 -11
- package/build/__api/models/SearchProductAttributeValue.d.ts +0 -14
- package/build/__api/models/SearchProductBrand.d.ts +0 -13
- package/build/__api/models/SearchProductImage.d.ts +0 -12
- package/build/__api/models/SearchProductPrice.d.ts +0 -16
- package/build/__api/models/SearchProductProductBaseUnit.d.ts +0 -13
- package/build/__api/models/SearchProductProductUnit.d.ts +0 -10
- package/build/__api/models/SearchProductStockLocation.d.ts +0 -10
- package/build/__api/models/SearchProductTag.d.ts +0 -12
- package/build/__api/models/SearchProductVariantType.d.ts +0 -12
- package/build/__api/models/SearchVariant.d.ts +0 -27
- package/build/__api/models/SearchVariantType.d.ts +0 -15
- package/build/__api/models/SearchVariantValue.d.ts +0 -12
- package/build/__api/models/SearchVariationValueRelation.d.ts +0 -10
- package/build/__api/models/SocialLoginSettings.d.ts +0 -12
- package/build/__api/models/State.d.ts +0 -12
- package/build/__api/models/StockLocation.d.ts +0 -18
- package/build/__api/models/StockLocationAddress.d.ts +0 -19
- package/build/__api/models/StockLocationAddressCity.d.ts +0 -11
- package/build/__api/models/StockLocationAddressCountry.d.ts +0 -11
- package/build/__api/models/StockLocationAddressDistrict.d.ts +0 -11
- package/build/__api/models/StockLocationAddressState.d.ts +0 -11
- package/build/__api/models/Storefront.d.ts +0 -36
- package/build/__api/models/StorefrontDomain.d.ts +0 -13
- package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +0 -11
- package/build/__api/models/StorefrontLocalization.d.ts +0 -12
- package/build/__api/models/StorefrontMetaTemplate.d.ts +0 -13
- package/build/__api/models/StorefrontOrder.d.ts +0 -51
- package/build/__api/models/StorefrontRaffle.d.ts +0 -20
- package/build/__api/models/StorefrontRouting.d.ts +0 -18
- package/build/__api/models/StorefrontTheme.d.ts +0 -15
- package/build/__api/models/StorefrontTransaction.d.ts +0 -28
- package/build/__api/models/StringFilterInput.d.ts +0 -13
- package/build/__api/models/SubscribeToMarketingNotificationsInput.d.ts +0 -12
- package/build/__api/models/Town.d.ts +0 -12
- package/build/__api/models/TrackingInfo.d.ts +0 -13
- package/build/__api/models/TransactionError.d.ts +0 -11
- package/build/__api/models/TransactionInstallmentPrice.d.ts +0 -13
- package/build/__api/models/TransactionPaymentMethodDetail.d.ts +0 -18
- package/build/__api/models/TransactionResponse.d.ts +0 -16
- package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +0 -14
- package/build/__api/models/Variant.d.ts +0 -27
- package/build/__api/models/VariantStock.d.ts +0 -10
- package/build/__api/models/VariantType.d.ts +0 -16
- package/build/__api/models/VariantTypeTranslation.d.ts +0 -12
- package/build/__api/models/VariantUnitModel.d.ts +0 -11
- package/build/__api/models/VariantValue.d.ts +0 -12
- package/build/__api/models/VariantValueRelation.d.ts +0 -10
- package/build/__api/models/VariantValueTranslation.d.ts +0 -10
- package/build/__api/models/_base.d.ts +0 -18
- package/build/__api/models/_base.js +0 -1
- package/build/__api/mutations/activateCustomer.d.ts +0 -6
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +0 -231
- package/build/__api/mutations/addItemToCart.d.ts +0 -278
- package/build/__api/mutations/addItemToCart.js +0 -1
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +0 -69
- package/build/__api/mutations/createCustomerReview.d.ts +0 -27
- package/build/__api/mutations/createCustomerReview.js +0 -1
- package/build/__api/mutations/createKlarnaClientToken.d.ts +0 -13
- package/build/__api/mutations/createKlarnaClientToken.js +0 -1
- package/build/__api/mutations/createOrderRefundRequest.d.ts +0 -210
- package/build/__api/mutations/createOrderRefundRequest.js +0 -1
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +0 -17
- package/build/__api/mutations/createSaleTransactionWithCart.js +0 -1
- package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +0 -17
- package/build/__api/mutations/createStripePaymentIntent.d.ts +0 -13
- package/build/__api/mutations/createStripePaymentIntent.js +0 -1
- package/build/__api/mutations/customerForgotPassword.d.ts +0 -8
- package/build/__api/mutations/customerForgotPassword.js +0 -1
- package/build/__api/mutations/customerLogin.d.ts +0 -73
- package/build/__api/mutations/customerLogin.js +0 -1
- package/build/__api/mutations/customerRecoverPassword.d.ts +0 -9
- package/build/__api/mutations/customerRecoverPassword.js +0 -1
- package/build/__api/mutations/customerRefreshToken.d.ts +0 -11
- package/build/__api/mutations/customerRefreshToken.js +0 -1
- package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +0 -6
- package/build/__api/mutations/getOrderLineFile.d.ts +0 -7
- package/build/__api/mutations/getOrderLineFile.js +0 -1
- package/build/__api/mutations/registerCustomer.d.ts +0 -79
- package/build/__api/mutations/registerCustomer.js +0 -1
- package/build/__api/mutations/retrieveInstallmentInfo.d.ts +0 -20
- package/build/__api/mutations/retrieveInstallmentInfo.js +0 -1
- package/build/__api/mutations/saveCart.d.ts +0 -278
- package/build/__api/mutations/saveCart.js +0 -1
- package/build/__api/mutations/saveCartCouponCode.d.ts +0 -279
- package/build/__api/mutations/saveCartCouponCode.js +0 -1
- package/build/__api/mutations/saveCheckout.d.ts +0 -230
- package/build/__api/mutations/saveFavoriteProduct.d.ts +0 -7
- package/build/__api/mutations/saveFavoriteProduct.js +0 -1
- package/build/__api/mutations/saveItemToCart.d.ts +0 -110
- package/build/__api/mutations/saveLastViewedProducts.d.ts +0 -20
- package/build/__api/mutations/saveLastViewedProducts.js +0 -1
- package/build/__api/mutations/saveMyCustomer.d.ts +0 -69
- package/build/__api/mutations/saveMyCustomer.js +0 -1
- package/build/__api/mutations/saveProductBackInStockRemind.d.ts +0 -19
- package/build/__api/mutations/saveProductBackInStockRemind.js +0 -1
- package/build/__api/mutations/saveRaffleParticipant.d.ts +0 -49
- package/build/__api/mutations/saveRaffleParticipant.js +0 -1
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +0 -12
- package/build/__api/mutations/sendContactFormToMerchant.js +0 -1
- package/build/__api/mutations/subscribeToMarketingNotifications.d.ts +0 -7
- package/build/__api/mutations/subscribeToMarketingNotifications.js +0 -1
- package/build/__api/mutations/updateCartCampaignOffer.d.ts +0 -278
- package/build/__api/mutations/updateCartCampaignOffer.js +0 -1
- package/build/__api/queries/checkCustomerEmail.d.ts +0 -12
- package/build/__api/queries/checkCustomerEmail.js +0 -1
- package/build/__api/queries/checkStocks.d.ts +0 -13
- package/build/__api/queries/checkStocks.js +0 -1
- package/build/__api/queries/customerSocialLogin.d.ts +0 -71
- package/build/__api/queries/customerSocialLogin.js +0 -1
- package/build/__api/queries/getAvailableShippingCountries.d.ts +0 -6
- package/build/__api/queries/getAvailableShippingCountries.js +0 -1
- package/build/__api/queries/getAvailableStockLocations.d.ts +0 -28
- package/build/__api/queries/getAvailableStockLocations.js +0 -1
- package/build/__api/queries/getCart.d.ts +0 -112
- package/build/__api/queries/getCartById.d.ts +0 -279
- package/build/__api/queries/getCartById.js +0 -1
- package/build/__api/queries/getCheckoutByCartId.d.ts +0 -230
- package/build/__api/queries/getCheckoutById.d.ts +0 -230
- package/build/__api/queries/getCurrencyRate.d.ts +0 -19
- package/build/__api/queries/getCustomerOrders.d.ts +0 -210
- package/build/__api/queries/getCustomerOrders.js +0 -1
- package/build/__api/queries/getLastViewedProducts.d.ts +0 -20
- package/build/__api/queries/getLastViewedProducts.js +0 -1
- package/build/__api/queries/getMasterPassRequestToken.d.ts +0 -15
- package/build/__api/queries/getMasterPassRequestToken.js +0 -1
- package/build/__api/queries/getMyCountry.d.ts +0 -3
- package/build/__api/queries/getMyCountry.js +0 -1
- package/build/__api/queries/getMyCustomer.d.ts +0 -66
- package/build/__api/queries/getMyCustomer.js +0 -1
- package/build/__api/queries/getOrder.d.ts +0 -210
- package/build/__api/queries/getOrderByEmail.d.ts +0 -211
- package/build/__api/queries/getOrderByEmail.js +0 -1
- package/build/__api/queries/getProductCampaigns.d.ts +0 -47
- package/build/__api/queries/getProductCampaigns.js +0 -1
- package/build/__api/queries/getProductFilterData.d.ts +0 -167
- package/build/__api/queries/getProductFilterData.js +0 -1
- package/build/__api/queries/getProductOptionFileUrl.d.ts +0 -14
- package/build/__api/queries/getProductOptionFileUrl.js +0 -1
- package/build/__api/queries/getRelatedProducts.d.ts +0 -14
- package/build/__api/queries/getRelatedProducts.js +0 -1
- package/build/__api/queries/getStorefront.d.ts +0 -72
- package/build/__api/queries/getStorefrontSettings.d.ts +0 -3
- package/build/__api/queries/getStorefrontSettings.js +0 -1
- package/build/__api/queries/getVariantStockLocations.d.ts +0 -30
- package/build/__api/queries/isFavoriteProduct.d.ts +0 -6
- package/build/__api/queries/isFavoriteProduct.js +0 -1
- package/build/__api/queries/listBlog.d.ts +0 -76
- package/build/__api/queries/listBlog.js +0 -1
- package/build/__api/queries/listBlogCategory.d.ts +0 -35
- package/build/__api/queries/listBlogCategory.js +0 -1
- package/build/__api/queries/listBlogMetadata.d.ts +0 -30
- package/build/__api/queries/listBlogMetadata.js +0 -1
- package/build/__api/queries/listCampaignOffer.d.ts +0 -37
- package/build/__api/queries/listCategory.d.ts +0 -89
- package/build/__api/queries/listCategory.js +0 -1
- package/build/__api/queries/listCheckoutSettings.d.ts +0 -31
- package/build/__api/queries/listCheckoutSettings.js +0 -1
- package/build/__api/queries/listCity.d.ts +0 -25
- package/build/__api/queries/listCity.js +0 -1
- package/build/__api/queries/listCountry.d.ts +0 -35
- package/build/__api/queries/listCountry.js +0 -1
- package/build/__api/queries/listCustomerAttribute.d.ts +0 -27
- package/build/__api/queries/listCustomerAttribute.js +0 -1
- package/build/__api/queries/listCustomerReviewSummary.d.ts +0 -23
- package/build/__api/queries/listCustomerReviewSummary.js +0 -1
- package/build/__api/queries/listCustomerReviews.d.ts +0 -35
- package/build/__api/queries/listCustomerReviews.js +0 -1
- package/build/__api/queries/listCustomerSettings.d.ts +0 -18
- package/build/__api/queries/listDistrict.d.ts +0 -26
- package/build/__api/queries/listDistrict.js +0 -1
- package/build/__api/queries/listFavoriteProducts.d.ts +0 -12
- package/build/__api/queries/listFavoriteProducts.js +0 -1
- package/build/__api/queries/listHTMLMetaData.d.ts +0 -34
- package/build/__api/queries/listHTMLMetaData.js +0 -1
- package/build/__api/queries/listMerchantSettings.d.ts +0 -46
- package/build/__api/queries/listMerchantSettings.js +0 -1
- package/build/__api/queries/listOrderRefundSettings.d.ts +0 -21
- package/build/__api/queries/listOrderRefundSettings.js +0 -1
- package/build/__api/queries/listOrderTransactions.d.ts +0 -44
- package/build/__api/queries/listOrderTransactions.js +0 -1
- package/build/__api/queries/listPaymentGateway.d.ts +0 -41
- package/build/__api/queries/listPaymentGateway.js +0 -1
- package/build/__api/queries/listProduct.d.ts +0 -102
- package/build/__api/queries/listProductAttribute.d.ts +0 -33
- package/build/__api/queries/listProductAttribute.js +0 -1
- package/build/__api/queries/listProductBackInStockRemind.d.ts +0 -24
- package/build/__api/queries/listProductBackInStockRemind.js +0 -1
- package/build/__api/queries/listProductBrand.d.ts +0 -51
- package/build/__api/queries/listProductBrand.js +0 -1
- package/build/__api/queries/listProductOptionSet.d.ts +0 -61
- package/build/__api/queries/listProductOptionSet.js +0 -1
- package/build/__api/queries/listProductStockLocation.d.ts +0 -18
- package/build/__api/queries/listRaffleMetadata.d.ts +0 -26
- package/build/__api/queries/listRaffleMetadata.js +0 -1
- package/build/__api/queries/listRaffleParticipants.d.ts +0 -46
- package/build/__api/queries/listRaffleParticipants.js +0 -1
- package/build/__api/queries/listState.d.ts +0 -20
- package/build/__api/queries/listState.js +0 -1
- package/build/__api/queries/listStockLocation.d.ts +0 -35
- package/build/__api/queries/listStockLocation.js +0 -1
- package/build/__api/queries/listStorefrontRaffle.d.ts +0 -44
- package/build/__api/queries/listStorefrontRaffle.js +0 -1
- package/build/__api/queries/listTown.d.ts +0 -20
- package/build/__api/queries/listVariantType.d.ts +0 -29
- package/build/__api/queries/searchProducts.d.ts +0 -143
- package/build/__api/queries/searchProducts.js +0 -1
- package/build/__api/types/index.d.ts +0 -2887
- package/build/__api/types/index.js +0 -1
- package/build/api/blog/index.d.ts +0 -27
- package/build/api/blog/index.js +0 -1
- package/build/api/brand/index.d.ts +0 -11
- package/build/api/brand/index.js +0 -1
- package/build/api/cart/index.d.ts +0 -13
- package/build/api/cart/index.js +0 -1
- package/build/api/category/index.d.ts +0 -11
- package/build/api/category/index.js +0 -1
- package/build/api/checkout/index.d.ts +0 -23
- package/build/api/checkout/index.js +0 -1
- package/build/api/customer/index.d.ts +0 -130
- package/build/api/customer/index.js +0 -1
- package/build/api/file-upload/index.d.ts +0 -11
- package/build/api/file-upload/index.js +0 -1
- package/build/api/html-meta-data/index.d.ts +0 -5
- package/build/api/html-meta-data/index.js +0 -1
- package/build/api/location/index.d.ts +0 -12
- package/build/api/location/index.js +0 -1
- package/build/api/masterpass/index.d.ts +0 -3
- package/build/api/masterpass/index.js +0 -1
- package/build/api/merchant/index.d.ts +0 -5
- package/build/api/merchant/index.js +0 -1
- package/build/api/product/index.d.ts +0 -40
- package/build/api/product/index.js +0 -1
- package/build/api/raffle/index.d.ts +0 -16
- package/build/api/raffle/index.js +0 -1
- package/build/api/storefront/index.d.ts +0 -14
- package/build/api/storefront/index.js +0 -1
- package/build/ext/tslib/tslib.es6.js +0 -1
- package/build/index.d.ts +0 -23
- package/build/index.js +0 -1
- package/build/index2.js +0 -1
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import BaseModelData from "./_base";
|
|
3
|
-
export declare class TownData extends BaseModelData {
|
|
4
|
-
districtId: string;
|
|
5
|
-
name: string;
|
|
6
|
-
order: number | null;
|
|
7
|
-
constructor(data?: Partial<TownData>);
|
|
8
|
-
}
|
|
9
|
-
export declare class Town extends TownData {
|
|
10
|
-
}
|
|
11
|
-
export declare type PartialTown = Partial<Town>;
|
|
12
|
-
export declare type ReadOnlyTown = DeepReadonly<Town>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class TrackingInfoData {
|
|
3
|
-
barcode: string | null;
|
|
4
|
-
cargoCompany: string | null;
|
|
5
|
-
isSendNotification: boolean | null;
|
|
6
|
-
trackingLink: string | null;
|
|
7
|
-
trackingNumber: string | null;
|
|
8
|
-
constructor(data?: Partial<TrackingInfoData>);
|
|
9
|
-
}
|
|
10
|
-
export declare class TrackingInfo extends TrackingInfoData {
|
|
11
|
-
}
|
|
12
|
-
export declare type PartialTrackingInfo = Partial<TrackingInfo>;
|
|
13
|
-
export declare type ReadOnlyTrackingInfo = DeepReadonly<TrackingInfo>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class TransactionErrorData {
|
|
3
|
-
code: string | null;
|
|
4
|
-
declineCode: string | null;
|
|
5
|
-
message: string | null;
|
|
6
|
-
constructor(data?: Partial<TransactionErrorData>);
|
|
7
|
-
}
|
|
8
|
-
export declare class TransactionError extends TransactionErrorData {
|
|
9
|
-
}
|
|
10
|
-
export declare type PartialTransactionError = Partial<TransactionError>;
|
|
11
|
-
export declare type ReadOnlyTransactionError = DeepReadonly<TransactionError>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class TransactionInstallmentPriceData {
|
|
3
|
-
installmentCount: number | null;
|
|
4
|
-
installmentPrice: number | null;
|
|
5
|
-
originalRate: number | null;
|
|
6
|
-
rate: number | null;
|
|
7
|
-
totalPrice: number | null;
|
|
8
|
-
constructor(data?: Partial<TransactionInstallmentPriceData>);
|
|
9
|
-
}
|
|
10
|
-
export declare class TransactionInstallmentPrice extends TransactionInstallmentPriceData {
|
|
11
|
-
}
|
|
12
|
-
export declare type PartialTransactionInstallmentPrice = Partial<TransactionInstallmentPrice>;
|
|
13
|
-
export declare type ReadOnlyTransactionInstallmentPrice = DeepReadonly<TransactionInstallmentPrice>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import { TransactionCardAssociationEnum, TransactionCardTypeEnum } from "../types";
|
|
3
|
-
import { TransactionInstallmentPriceData } from "./TransactionInstallmentPrice";
|
|
4
|
-
export declare class TransactionPaymentMethodDetailData {
|
|
5
|
-
bankName: string | null;
|
|
6
|
-
binNumber: string;
|
|
7
|
-
cardAssociation: TransactionCardAssociationEnum | null;
|
|
8
|
-
cardFamily: string | null;
|
|
9
|
-
cardType: TransactionCardTypeEnum | null;
|
|
10
|
-
installment: TransactionInstallmentPriceData | null;
|
|
11
|
-
lastFourDigits: string;
|
|
12
|
-
threeDSecure: boolean | null;
|
|
13
|
-
constructor(data?: Partial<TransactionPaymentMethodDetailData>);
|
|
14
|
-
}
|
|
15
|
-
export declare class TransactionPaymentMethodDetail extends TransactionPaymentMethodDetailData {
|
|
16
|
-
}
|
|
17
|
-
export declare type PartialTransactionPaymentMethodDetail = Partial<TransactionPaymentMethodDetail>;
|
|
18
|
-
export declare type ReadOnlyTransactionPaymentMethodDetail = DeepReadonly<TransactionPaymentMethodDetail>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import { TransactionStatusEnum } from "../types";
|
|
3
|
-
import { TransactionErrorData } from "./TransactionError";
|
|
4
|
-
export declare class TransactionResponseData {
|
|
5
|
-
error: TransactionErrorData | null;
|
|
6
|
-
orderId: string | null;
|
|
7
|
-
orderNumber: string | null;
|
|
8
|
-
returnSlug: string | null;
|
|
9
|
-
transactionId: string | null;
|
|
10
|
-
transactionStatus: TransactionStatusEnum;
|
|
11
|
-
constructor(data?: Partial<TransactionResponseData>);
|
|
12
|
-
}
|
|
13
|
-
export declare class TransactionResponse extends TransactionResponseData {
|
|
14
|
-
}
|
|
15
|
-
export declare type PartialTransactionResponse = Partial<TransactionResponse>;
|
|
16
|
-
export declare type ReadOnlyTransactionResponse = DeepReadonly<TransactionResponse>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class UpdateCartCampaignOfferInputData {
|
|
3
|
-
accepted: boolean;
|
|
4
|
-
campaignOfferId: string;
|
|
5
|
-
campaignOfferProductId: string;
|
|
6
|
-
cartId: string;
|
|
7
|
-
productId: string;
|
|
8
|
-
variantId: string;
|
|
9
|
-
constructor(data?: Partial<UpdateCartCampaignOfferInputData>);
|
|
10
|
-
}
|
|
11
|
-
export declare class UpdateCartCampaignOfferInput extends UpdateCartCampaignOfferInputData {
|
|
12
|
-
}
|
|
13
|
-
export declare type PartialUpdateCartCampaignOfferInput = Partial<UpdateCartCampaignOfferInput>;
|
|
14
|
-
export declare type ReadOnlyUpdateCartCampaignOfferInput = DeepReadonly<UpdateCartCampaignOfferInput>;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import BaseModelData from "./_base";
|
|
3
|
-
import { ProductAttributeValueData } from "./ProductAttributeValue";
|
|
4
|
-
import { ProductImageData } from "./ProductImage";
|
|
5
|
-
import { ProductPriceData } from "./ProductPrice";
|
|
6
|
-
import { VariantStockData } from "./VariantStock";
|
|
7
|
-
import { VariantUnitModelData } from "./VariantUnitModel";
|
|
8
|
-
import { VariantValueRelationData } from "./VariantValueRelation";
|
|
9
|
-
export declare class VariantData extends BaseModelData {
|
|
10
|
-
attributes: ProductAttributeValueData[] | null;
|
|
11
|
-
barcodeList: string[] | null;
|
|
12
|
-
hsCode: string | null;
|
|
13
|
-
images: ProductImageData[] | null;
|
|
14
|
-
isActive: boolean | null;
|
|
15
|
-
prices: ProductPriceData[];
|
|
16
|
-
sellIfOutOfStock: boolean | null;
|
|
17
|
-
sku: string | null;
|
|
18
|
-
stocks: VariantStockData[] | null;
|
|
19
|
-
unit: VariantUnitModelData | null;
|
|
20
|
-
variantValueIds: VariantValueRelationData[] | null;
|
|
21
|
-
weight: number | null;
|
|
22
|
-
constructor(data?: Partial<VariantData>);
|
|
23
|
-
}
|
|
24
|
-
export declare class Variant extends VariantData {
|
|
25
|
-
}
|
|
26
|
-
export declare type PartialVariant = Partial<Variant>;
|
|
27
|
-
export declare type ReadOnlyVariant = DeepReadonly<Variant>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class VariantStockData {
|
|
3
|
-
stockCount: number;
|
|
4
|
-
stockLocationId: string;
|
|
5
|
-
constructor(data?: Partial<VariantStockData>);
|
|
6
|
-
}
|
|
7
|
-
export declare class VariantStock extends VariantStockData {
|
|
8
|
-
}
|
|
9
|
-
export declare type PartialVariantStock = Partial<VariantStock>;
|
|
10
|
-
export declare type ReadOnlyVariantStock = DeepReadonly<VariantStock>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import BaseModelData from "./_base";
|
|
3
|
-
import { VariantSelectionTypeEnum } from "../types";
|
|
4
|
-
import { VariantTypeTranslationData } from "./VariantTypeTranslation";
|
|
5
|
-
import { VariantValueData } from "./VariantValue";
|
|
6
|
-
export declare class VariantTypeData extends BaseModelData {
|
|
7
|
-
name: string;
|
|
8
|
-
selectionType: VariantSelectionTypeEnum;
|
|
9
|
-
translations: VariantTypeTranslationData[] | null;
|
|
10
|
-
values: VariantValueData[];
|
|
11
|
-
constructor(data?: Partial<VariantTypeData>);
|
|
12
|
-
}
|
|
13
|
-
export declare class VariantType extends VariantTypeData {
|
|
14
|
-
}
|
|
15
|
-
export declare type PartialVariantType = Partial<VariantType>;
|
|
16
|
-
export declare type ReadOnlyVariantType = DeepReadonly<VariantType>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import { VariantValueTranslationData } from "./VariantValueTranslation";
|
|
3
|
-
export declare class VariantTypeTranslationData {
|
|
4
|
-
locale: string;
|
|
5
|
-
name: string | null;
|
|
6
|
-
values: VariantValueTranslationData[] | null;
|
|
7
|
-
constructor(data?: Partial<VariantTypeTranslationData>);
|
|
8
|
-
}
|
|
9
|
-
export declare class VariantTypeTranslation extends VariantTypeTranslationData {
|
|
10
|
-
}
|
|
11
|
-
export declare type PartialVariantTypeTranslation = Partial<VariantTypeTranslation>;
|
|
12
|
-
export declare type ReadOnlyVariantTypeTranslation = DeepReadonly<VariantTypeTranslation>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import { ProductUnitTypeEnum } from "../types";
|
|
3
|
-
export declare class VariantUnitModelData {
|
|
4
|
-
amount: number | null;
|
|
5
|
-
type: ProductUnitTypeEnum;
|
|
6
|
-
constructor(data?: Partial<VariantUnitModelData>);
|
|
7
|
-
}
|
|
8
|
-
export declare class VariantUnitModel extends VariantUnitModelData {
|
|
9
|
-
}
|
|
10
|
-
export declare type PartialVariantUnitModel = Partial<VariantUnitModel>;
|
|
11
|
-
export declare type ReadOnlyVariantUnitModel = DeepReadonly<VariantUnitModel>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
import BaseModelData from "./_base";
|
|
3
|
-
export declare class VariantValueData extends BaseModelData {
|
|
4
|
-
colorCode: string | null;
|
|
5
|
-
name: string;
|
|
6
|
-
thumbnailImageId: string | null;
|
|
7
|
-
constructor(data?: Partial<VariantValueData>);
|
|
8
|
-
}
|
|
9
|
-
export declare class VariantValue extends VariantValueData {
|
|
10
|
-
}
|
|
11
|
-
export declare type PartialVariantValue = Partial<VariantValue>;
|
|
12
|
-
export declare type ReadOnlyVariantValue = DeepReadonly<VariantValue>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class VariantValueRelationData {
|
|
3
|
-
variantTypeId: string;
|
|
4
|
-
variantValueId: string;
|
|
5
|
-
constructor(data?: Partial<VariantValueRelationData>);
|
|
6
|
-
}
|
|
7
|
-
export declare class VariantValueRelation extends VariantValueRelationData {
|
|
8
|
-
}
|
|
9
|
-
export declare type PartialVariantValueRelation = Partial<VariantValueRelation>;
|
|
10
|
-
export declare type ReadOnlyVariantValueRelation = DeepReadonly<VariantValueRelation>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DeepReadonly } from "ts-essentials";
|
|
2
|
-
export declare class VariantValueTranslationData {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string | null;
|
|
5
|
-
constructor(data?: Partial<VariantValueTranslationData>);
|
|
6
|
-
}
|
|
7
|
-
export declare class VariantValueTranslation extends VariantValueTranslationData {
|
|
8
|
-
}
|
|
9
|
-
export declare type PartialVariantValueTranslation = Partial<VariantValueTranslation>;
|
|
10
|
-
export declare type ReadOnlyVariantValueTranslation = DeepReadonly<VariantValueTranslation>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export default class BaseModelData {
|
|
2
|
-
id: string;
|
|
3
|
-
createdAt: number;
|
|
4
|
-
updatedAt: number;
|
|
5
|
-
deleted?: boolean | null;
|
|
6
|
-
constructor(data?: BaseModelParams);
|
|
7
|
-
}
|
|
8
|
-
export declare enum ModelStatus {
|
|
9
|
-
ACTIVE = 1,
|
|
10
|
-
PASSIVE = 2,
|
|
11
|
-
DELETED = 3
|
|
12
|
-
}
|
|
13
|
-
export declare type BaseModelParams = {
|
|
14
|
-
id?: string;
|
|
15
|
-
createdAt?: number;
|
|
16
|
-
updatedAt?: number;
|
|
17
|
-
deleted?: boolean | null;
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var t,e=function(t){void 0===t&&(t={}),this.id=t.id||null,this.createdAt=t.createdAt||Date.now(),this.updatedAt=t.updatedAt||Date.now(),this.deleted=t.deleted||!1};!function(t){t[t.ACTIVE=1]="ACTIVE",t[t.PASSIVE=2]="PASSIVE",t[t.DELETED=3]="DELETED"}(t||(t={}));export{t as ModelStatus,e as default};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
-
declare const activateCustomer: (variables: QueryParams, config?: ConfigType) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
3
|
-
export default activateCustomer;
|
|
4
|
-
export declare type QueryParams = {
|
|
5
|
-
email: string;
|
|
6
|
-
};
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
-
import { Checkout } from "../types";
|
|
3
|
-
declare const addCouponCodeToCheckout: (variables: QueryParams, fields?: string[], config?: ConfigType) => Promise<APIResponse<undefined> | APIResponse<Checkout>>;
|
|
4
|
-
export default addCouponCodeToCheckout;
|
|
5
|
-
export declare type QueryParams = {
|
|
6
|
-
checkoutId: string;
|
|
7
|
-
couponCode?: string | null;
|
|
8
|
-
};
|
|
9
|
-
export declare enum ResponseField {
|
|
10
|
-
ABANDONED_CHECKOUT_FLOWS__CAMPAIGN_ID = "abandonedCheckoutFlows.campaignId",
|
|
11
|
-
ABANDONED_CHECKOUT_FLOWS__CAN_APPLICABLE = "abandonedCheckoutFlows.canApplicable",
|
|
12
|
-
ABANDONED_CHECKOUT_FLOWS__COUPON_ID = "abandonedCheckoutFlows.couponId",
|
|
13
|
-
ABANDONED_CHECKOUT_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_ACTIVE_ACCOUNT = "abandonedCheckoutFlows.customerFilters.sendOnlyActiveAccount",
|
|
14
|
-
ABANDONED_CHECKOUT_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_SUBSCRIBED_TO_EMAIL = "abandonedCheckoutFlows.customerFilters.sendOnlySubscribedToEmail",
|
|
15
|
-
ABANDONED_CHECKOUT_FLOWS__FLOW_ID = "abandonedCheckoutFlows.flowId",
|
|
16
|
-
ABANDONED_CHECKOUT_FLOWS__MAIL_SEND_DATE = "abandonedCheckoutFlows.mailSendDate",
|
|
17
|
-
ABANDONED_CHECKOUT_FLOWS__MAIL_TRANSLATION_ID = "abandonedCheckoutFlows.mailTranslationId",
|
|
18
|
-
ABANDONED_CHECKOUT_FLOWS__RECOVER_EMAIL_STATUS = "abandonedCheckoutFlows.recoverEmailStatus",
|
|
19
|
-
ABANDONED_CHECKOUT_FLOWS__SEND_AFTER = "abandonedCheckoutFlows.sendAfter",
|
|
20
|
-
ADJUSTMENTS__AMOUNT = "adjustments.amount",
|
|
21
|
-
ADJUSTMENTS__AMOUNT_TYPE = "adjustments.amountType",
|
|
22
|
-
ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT = "adjustments.appliedOrderLines.amount",
|
|
23
|
-
ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY = "adjustments.appliedOrderLines.appliedQuantity",
|
|
24
|
-
ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED = "adjustments.appliedOrderLines.isAutoCreated",
|
|
25
|
-
ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID = "adjustments.appliedOrderLines.orderLineId",
|
|
26
|
-
ADJUSTMENTS__CAMPAIGN_ID = "adjustments.campaignId",
|
|
27
|
-
ADJUSTMENTS__CAMPAIGN_TYPE = "adjustments.campaignType",
|
|
28
|
-
ADJUSTMENTS__COUPON_ID = "adjustments.couponId",
|
|
29
|
-
ADJUSTMENTS__NAME = "adjustments.name",
|
|
30
|
-
ADJUSTMENTS__ORDER = "adjustments.order",
|
|
31
|
-
ADJUSTMENTS__TYPE = "adjustments.type",
|
|
32
|
-
AVAILABLE_SHIPPING_METHODS__PRICE = "availableShippingMethods.price",
|
|
33
|
-
AVAILABLE_SHIPPING_METHODS__RATE_NAME = "availableShippingMethods.rateName",
|
|
34
|
-
AVAILABLE_SHIPPING_METHODS__SHIPPING_METHOD = "availableShippingMethods.shippingMethod",
|
|
35
|
-
AVAILABLE_SHIPPING_METHODS__SHIPPING_SETTINGS_ID = "availableShippingMethods.shippingSettingsId",
|
|
36
|
-
AVAILABLE_SHIPPING_METHODS__SHIPPING_ZONE_RATE_ID = "availableShippingMethods.shippingZoneRateId",
|
|
37
|
-
BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
|
|
38
|
-
BILLING_ADDRESS__ADDRESS_LINE2 = "billingAddress.addressLine2",
|
|
39
|
-
BILLING_ADDRESS__CITY__CODE = "billingAddress.city.code",
|
|
40
|
-
BILLING_ADDRESS__CITY__ID = "billingAddress.city.id",
|
|
41
|
-
BILLING_ADDRESS__CITY__NAME = "billingAddress.city.name",
|
|
42
|
-
BILLING_ADDRESS__COMPANY = "billingAddress.company",
|
|
43
|
-
BILLING_ADDRESS__COUNTRY__CODE = "billingAddress.country.code",
|
|
44
|
-
BILLING_ADDRESS__COUNTRY__ID = "billingAddress.country.id",
|
|
45
|
-
BILLING_ADDRESS__COUNTRY__ISO2 = "billingAddress.country.iso2",
|
|
46
|
-
BILLING_ADDRESS__COUNTRY__ISO3 = "billingAddress.country.iso3",
|
|
47
|
-
BILLING_ADDRESS__COUNTRY__NAME = "billingAddress.country.name",
|
|
48
|
-
BILLING_ADDRESS__DISTRICT__CODE = "billingAddress.district.code",
|
|
49
|
-
BILLING_ADDRESS__DISTRICT__ID = "billingAddress.district.id",
|
|
50
|
-
BILLING_ADDRESS__DISTRICT__NAME = "billingAddress.district.name",
|
|
51
|
-
BILLING_ADDRESS__FIRST_NAME = "billingAddress.firstName",
|
|
52
|
-
BILLING_ADDRESS__ID = "billingAddress.id",
|
|
53
|
-
BILLING_ADDRESS__IDENTITY_NUMBER = "billingAddress.identityNumber",
|
|
54
|
-
BILLING_ADDRESS__IS_DEFAULT = "billingAddress.isDefault",
|
|
55
|
-
BILLING_ADDRESS__LAST_NAME = "billingAddress.lastName",
|
|
56
|
-
BILLING_ADDRESS__PHONE = "billingAddress.phone",
|
|
57
|
-
BILLING_ADDRESS__POSTAL_CODE = "billingAddress.postalCode",
|
|
58
|
-
BILLING_ADDRESS__STATE__CODE = "billingAddress.state.code",
|
|
59
|
-
BILLING_ADDRESS__STATE__ID = "billingAddress.state.id",
|
|
60
|
-
BILLING_ADDRESS__STATE__NAME = "billingAddress.state.name",
|
|
61
|
-
BILLING_ADDRESS__TAX_NUMBER = "billingAddress.taxNumber",
|
|
62
|
-
BILLING_ADDRESS__TAX_OFFICE = "billingAddress.taxOffice",
|
|
63
|
-
CART__CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID = "cart.campaignOffers.appliedOrderLineId",
|
|
64
|
-
CART__CAMPAIGN_OFFERS__CAMPAIGN_OFFER_ID = "cart.campaignOffers.campaignOfferId",
|
|
65
|
-
CART__CAMPAIGN_OFFERS__CAMPAIGN_OFFER_PRODUCT_ID = "cart.campaignOffers.campaignOfferProductId",
|
|
66
|
-
CART__CAMPAIGN_OFFERS__OFFER_END_DATE = "cart.campaignOffers.offerEndDate",
|
|
67
|
-
CART__CAMPAIGN_OFFERS__OFFER_START_DATE = "cart.campaignOffers.offerStartDate",
|
|
68
|
-
CART__CAMPAIGN_OFFERS__STATUS = "cart.campaignOffers.status",
|
|
69
|
-
CART__CAMPAIGN_OFFERS__TARGET_PAGE_TYPES = "cart.campaignOffers.targetPageTypes",
|
|
70
|
-
CART__CAMPAIGN_OFFERS__TRIGGER_SOURCE_ORDER_LINE_ID = "cart.campaignOffers.triggerSourceOrderLineId",
|
|
71
|
-
CART__CREATED_AT = "cart.createdAt",
|
|
72
|
-
CART__CREATED_BY = "cart.createdBy",
|
|
73
|
-
CART__CURRENCY_CODE = "cart.currencyCode",
|
|
74
|
-
CART__CURRENCY_SYMBOL = "cart.currencySymbol",
|
|
75
|
-
CART__CUSTOMER_ID = "cart.customerId",
|
|
76
|
-
CART__DELETED = "cart.deleted",
|
|
77
|
-
CART__DUE_DATE = "cart.dueDate",
|
|
78
|
-
CART__ID = "cart.id",
|
|
79
|
-
CART__ITEM_COUNT = "cart.itemCount",
|
|
80
|
-
CART__ITEMS__CREATED_AT = "cart.items.createdAt",
|
|
81
|
-
CART__ITEMS__CURRENCY_CODE = "cart.items.currencyCode",
|
|
82
|
-
CART__ITEMS__CURRENCY_SYMBOL = "cart.items.currencySymbol",
|
|
83
|
-
CART__ITEMS__DELETED = "cart.items.deleted",
|
|
84
|
-
CART__ITEMS__DISCOUNT__AMOUNT = "cart.items.discount.amount",
|
|
85
|
-
CART__ITEMS__DISCOUNT__AMOUNT_TYPE = "cart.items.discount.amountType",
|
|
86
|
-
CART__ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID = "cart.items.discount.campaignOfferId",
|
|
87
|
-
CART__ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID = "cart.items.discount.campaignOfferProductId",
|
|
88
|
-
CART__ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY = "cart.items.discount.maxApplicableQuantity",
|
|
89
|
-
CART__ITEMS__DISCOUNT__REASON = "cart.items.discount.reason",
|
|
90
|
-
CART__ITEMS__DISCOUNT_PRICE = "cart.items.discountPrice",
|
|
91
|
-
CART__ITEMS__FINAL_PRICE = "cart.items.finalPrice",
|
|
92
|
-
CART__ITEMS__FINAL_UNIT_PRICE = "cart.items.finalUnitPrice",
|
|
93
|
-
CART__ITEMS__ID = "cart.items.id",
|
|
94
|
-
CART__ITEMS__OPTIONS__NAME = "cart.items.options.name",
|
|
95
|
-
CART__ITEMS__OPTIONS__PRODUCT_OPTION_ID = "cart.items.options.productOptionId",
|
|
96
|
-
CART__ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID = "cart.items.options.productOptionsSetId",
|
|
97
|
-
CART__ITEMS__OPTIONS__TYPE = "cart.items.options.type",
|
|
98
|
-
CART__ITEMS__OPTIONS__VALUES__NAME = "cart.items.options.values.name",
|
|
99
|
-
CART__ITEMS__OPTIONS__VALUES__PRICE = "cart.items.options.values.price",
|
|
100
|
-
CART__ITEMS__OPTIONS__VALUES__VALUE = "cart.items.options.values.value",
|
|
101
|
-
CART__ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID = "cart.items.originalOrderLineItemId",
|
|
102
|
-
CART__ITEMS__PRICE = "cart.items.price",
|
|
103
|
-
CART__ITEMS__QUANTITY = "cart.items.quantity",
|
|
104
|
-
CART__ITEMS__STATUS = "cart.items.status",
|
|
105
|
-
CART__ITEMS__STATUS_UPDATED_AT = "cart.items.statusUpdatedAt",
|
|
106
|
-
CART__ITEMS__STOCK_LOCATION_ID = "cart.items.stockLocationId",
|
|
107
|
-
CART__ITEMS__TAX_VALUE = "cart.items.taxValue",
|
|
108
|
-
CART__ITEMS__UNIT_PRICE = "cart.items.unitPrice",
|
|
109
|
-
CART__ITEMS__UPDATED_AT = "cart.items.updatedAt",
|
|
110
|
-
CART__ITEMS__VARIANT__BARCODE_LIST = "cart.items.variant.barcodeList",
|
|
111
|
-
CART__ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "cart.items.variant.baseUnit.baseAmount",
|
|
112
|
-
CART__ITEMS__VARIANT__BASE_UNIT__TYPE = "cart.items.variant.baseUnit.type",
|
|
113
|
-
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "cart.items.variant.baseUnit.unit.id",
|
|
114
|
-
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "cart.items.variant.baseUnit.unit.name",
|
|
115
|
-
CART__ITEMS__VARIANT__BRAND__ID = "cart.items.variant.brand.id",
|
|
116
|
-
CART__ITEMS__VARIANT__BRAND__NAME = "cart.items.variant.brand.name",
|
|
117
|
-
CART__ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "cart.items.variant.categories.categoryPath.id",
|
|
118
|
-
CART__ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME = "cart.items.variant.categories.categoryPath.name",
|
|
119
|
-
CART__ITEMS__VARIANT__CATEGORIES__ID = "cart.items.variant.categories.id",
|
|
120
|
-
CART__ITEMS__VARIANT__CATEGORIES__NAME = "cart.items.variant.categories.name",
|
|
121
|
-
CART__ITEMS__VARIANT__ID = "cart.items.variant.id",
|
|
122
|
-
CART__ITEMS__VARIANT__MAIN_IMAGE_ID = "cart.items.variant.mainImageId",
|
|
123
|
-
CART__ITEMS__VARIANT__NAME = "cart.items.variant.name",
|
|
124
|
-
CART__ITEMS__VARIANT__PRICES__BUY_PRICE = "cart.items.variant.prices.buyPrice",
|
|
125
|
-
CART__ITEMS__VARIANT__PRICES__CURRENCY = "cart.items.variant.prices.currency",
|
|
126
|
-
CART__ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "cart.items.variant.prices.currencySymbol",
|
|
127
|
-
CART__ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "cart.items.variant.prices.discountPrice",
|
|
128
|
-
CART__ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "cart.items.variant.prices.priceListId",
|
|
129
|
-
CART__ITEMS__VARIANT__PRICES__SELL_PRICE = "cart.items.variant.prices.sellPrice",
|
|
130
|
-
CART__ITEMS__VARIANT__PRICES__UNIT_PRICE = "cart.items.variant.prices.unitPrice",
|
|
131
|
-
CART__ITEMS__VARIANT__PRODUCT_ID = "cart.items.variant.productId",
|
|
132
|
-
CART__ITEMS__VARIANT__SKU = "cart.items.variant.sku",
|
|
133
|
-
CART__ITEMS__VARIANT__SLUG = "cart.items.variant.slug",
|
|
134
|
-
CART__ITEMS__VARIANT__TAG_IDS = "cart.items.variant.tagIds",
|
|
135
|
-
CART__ITEMS__VARIANT__TAX_VALUE = "cart.items.variant.taxValue",
|
|
136
|
-
CART__ITEMS__VARIANT__TYPE = "cart.items.variant.type",
|
|
137
|
-
CART__ITEMS__VARIANT__UNIT__AMOUNT = "cart.items.variant.unit.amount",
|
|
138
|
-
CART__ITEMS__VARIANT__UNIT__TYPE = "cart.items.variant.unit.type",
|
|
139
|
-
CART__ITEMS__VARIANT__VARIANT_VALUES__ORDER = "cart.items.variant.variantValues.order",
|
|
140
|
-
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "cart.items.variant.variantValues.variantTypeId",
|
|
141
|
-
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "cart.items.variant.variantValues.variantTypeName",
|
|
142
|
-
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID = "cart.items.variant.variantValues.variantValueId",
|
|
143
|
-
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME = "cart.items.variant.variantValues.variantValueName",
|
|
144
|
-
CART__ITEMS__VARIANT__WEIGHT = "cart.items.variant.weight",
|
|
145
|
-
CART__MERCHANT_ID = "cart.merchantId",
|
|
146
|
-
CART__PRICE_LIST_ID = "cart.priceListId",
|
|
147
|
-
CART__SALES_CHANNEL_ID = "cart.salesChannelId",
|
|
148
|
-
CART__STATUS = "cart.status",
|
|
149
|
-
CART__STOREFRONT_ID = "cart.storefrontId",
|
|
150
|
-
CART__STOREFRONT_ROUTING__DOMAIN = "cart.storefrontRouting.domain",
|
|
151
|
-
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "cart.storefrontRouting.dynamicCurrencySettings.roundingFormat",
|
|
152
|
-
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",
|
|
153
|
-
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_SYMBOL = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencySymbol",
|
|
154
|
-
CART__STOREFRONT_ROUTING__ID = "cart.storefrontRouting.id",
|
|
155
|
-
CART__STOREFRONT_ROUTING__LOCALE = "cart.storefrontRouting.locale",
|
|
156
|
-
CART__STOREFRONT_ROUTING__PATH = "cart.storefrontRouting.path",
|
|
157
|
-
CART__STOREFRONT_ROUTING__PRICE_LIST_ID = "cart.storefrontRouting.priceListId",
|
|
158
|
-
CART__STOREFRONT_ROUTING_ID = "cart.storefrontRoutingId",
|
|
159
|
-
CART__STOREFRONT_THEME_ID = "cart.storefrontThemeId",
|
|
160
|
-
CART__TAX_LINES__PRICE = "cart.taxLines.price",
|
|
161
|
-
CART__TAX_LINES__RATE = "cart.taxLines.rate",
|
|
162
|
-
CART__TOTAL_PRICE = "cart.totalPrice",
|
|
163
|
-
CART__UPDATED_AT = "cart.updatedAt",
|
|
164
|
-
CART_ID = "cartId",
|
|
165
|
-
COUPON_CODE = "couponCode",
|
|
166
|
-
CREATED_AT = "createdAt",
|
|
167
|
-
CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
|
|
168
|
-
CUSTOMER__CUSTOMER_GROUP_IDS = "customer.customerGroupIds",
|
|
169
|
-
CUSTOMER__EMAIL = "customer.email",
|
|
170
|
-
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
171
|
-
CUSTOMER__ID = "customer.id",
|
|
172
|
-
CUSTOMER__IDENTITY_NUMBER = "customer.identityNumber",
|
|
173
|
-
CUSTOMER__LAST_NAME = "customer.lastName",
|
|
174
|
-
CUSTOMER__NOTIFICATIONS_ACCEPTED = "customer.notificationsAccepted",
|
|
175
|
-
CUSTOMER__PHONE = "customer.phone",
|
|
176
|
-
CUSTOMER__SUBSCRIPTION_STATUS = "customer.subscriptionStatus",
|
|
177
|
-
DELETED = "deleted",
|
|
178
|
-
GIFT_PACKAGE_LINES__PRICE = "giftPackageLines.price",
|
|
179
|
-
GIFT_PACKAGE_LINES__TAX_VALUE = "giftPackageLines.taxValue",
|
|
180
|
-
GIFT_PACKAGE_NOTE = "giftPackageNote",
|
|
181
|
-
ID = "id",
|
|
182
|
-
IS_GIFT_PACKAGE = "isGiftPackage",
|
|
183
|
-
MERCHANT_ID = "merchantId",
|
|
184
|
-
NOTE = "note",
|
|
185
|
-
ORDER_ID = "orderId",
|
|
186
|
-
ORDER_NUMBER = "orderNumber",
|
|
187
|
-
ORDERED_AT = "orderedAt",
|
|
188
|
-
RECOVER_EMAIL_STATUS = "recoverEmailStatus",
|
|
189
|
-
RECOVERY_STATUS = "recoveryStatus",
|
|
190
|
-
SHIPPING_ADDRESS__ADDRESS_LINE1 = "shippingAddress.addressLine1",
|
|
191
|
-
SHIPPING_ADDRESS__ADDRESS_LINE2 = "shippingAddress.addressLine2",
|
|
192
|
-
SHIPPING_ADDRESS__CITY__CODE = "shippingAddress.city.code",
|
|
193
|
-
SHIPPING_ADDRESS__CITY__ID = "shippingAddress.city.id",
|
|
194
|
-
SHIPPING_ADDRESS__CITY__NAME = "shippingAddress.city.name",
|
|
195
|
-
SHIPPING_ADDRESS__COMPANY = "shippingAddress.company",
|
|
196
|
-
SHIPPING_ADDRESS__COUNTRY__CODE = "shippingAddress.country.code",
|
|
197
|
-
SHIPPING_ADDRESS__COUNTRY__ID = "shippingAddress.country.id",
|
|
198
|
-
SHIPPING_ADDRESS__COUNTRY__ISO2 = "shippingAddress.country.iso2",
|
|
199
|
-
SHIPPING_ADDRESS__COUNTRY__ISO3 = "shippingAddress.country.iso3",
|
|
200
|
-
SHIPPING_ADDRESS__COUNTRY__NAME = "shippingAddress.country.name",
|
|
201
|
-
SHIPPING_ADDRESS__DISTRICT__CODE = "shippingAddress.district.code",
|
|
202
|
-
SHIPPING_ADDRESS__DISTRICT__ID = "shippingAddress.district.id",
|
|
203
|
-
SHIPPING_ADDRESS__DISTRICT__NAME = "shippingAddress.district.name",
|
|
204
|
-
SHIPPING_ADDRESS__FIRST_NAME = "shippingAddress.firstName",
|
|
205
|
-
SHIPPING_ADDRESS__ID = "shippingAddress.id",
|
|
206
|
-
SHIPPING_ADDRESS__IDENTITY_NUMBER = "shippingAddress.identityNumber",
|
|
207
|
-
SHIPPING_ADDRESS__IS_DEFAULT = "shippingAddress.isDefault",
|
|
208
|
-
SHIPPING_ADDRESS__LAST_NAME = "shippingAddress.lastName",
|
|
209
|
-
SHIPPING_ADDRESS__PHONE = "shippingAddress.phone",
|
|
210
|
-
SHIPPING_ADDRESS__POSTAL_CODE = "shippingAddress.postalCode",
|
|
211
|
-
SHIPPING_ADDRESS__STATE__CODE = "shippingAddress.state.code",
|
|
212
|
-
SHIPPING_ADDRESS__STATE__ID = "shippingAddress.state.id",
|
|
213
|
-
SHIPPING_ADDRESS__STATE__NAME = "shippingAddress.state.name",
|
|
214
|
-
SHIPPING_ADDRESS__TAX_NUMBER = "shippingAddress.taxNumber",
|
|
215
|
-
SHIPPING_ADDRESS__TAX_OFFICE = "shippingAddress.taxOffice",
|
|
216
|
-
SHIPPING_LINES__FINAL_PRICE = "shippingLines.finalPrice",
|
|
217
|
-
SHIPPING_LINES__IS_REFUNDED = "shippingLines.isRefunded",
|
|
218
|
-
SHIPPING_LINES__PAYMENT_METHOD = "shippingLines.paymentMethod",
|
|
219
|
-
SHIPPING_LINES__PRICE = "shippingLines.price",
|
|
220
|
-
SHIPPING_LINES__SHIPPING_SETTINGS_ID = "shippingLines.shippingSettingsId",
|
|
221
|
-
SHIPPING_LINES__SHIPPING_ZONE_RATE_ID = "shippingLines.shippingZoneRateId",
|
|
222
|
-
SHIPPING_LINES__TAX_VALUE = "shippingLines.taxValue",
|
|
223
|
-
SHIPPING_LINES__TITLE = "shippingLines.title",
|
|
224
|
-
SHIPPING_METHOD = "shippingMethod",
|
|
225
|
-
SHIPPING_SETTINGS_ID = "shippingSettingsId",
|
|
226
|
-
SHIPPING_ZONE_RATE_ID = "shippingZoneRateId",
|
|
227
|
-
STATUS = "status",
|
|
228
|
-
STOCK_LOCATION_ID = "stockLocationId",
|
|
229
|
-
TOTAL_FINAL_PRICE = "totalFinalPrice",
|
|
230
|
-
UPDATED_AT = "updatedAt"
|
|
231
|
-
}
|