@devite/shopware-client 1.0.1 → 1.1.1
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/dist/index.cjs +13526 -544
- package/dist/index.d.cts +11754 -1403
- package/dist/index.d.mts +11754 -1403
- package/dist/index.d.ts +11754 -1403
- package/dist/index.mjs +13526 -532
- package/dist/{types → src/http}/HTTPRequestMethod.d.ts +2 -1
- package/dist/types/ClientRequestOptions.d.ts +7 -4
- package/dist/types/ClientResponse.d.ts +3 -3
- package/dist/types/OAuthScope.d.ts +1 -0
- package/dist/types/RequestCacheEntry.d.ts +2 -2
- package/dist/types/api/admin/DeliveryTime.d.ts +7 -0
- package/dist/types/api/admin/LogEntry.d.ts +10 -0
- package/dist/types/api/admin/Notification.d.ts +15 -0
- package/dist/types/api/admin/Salutation.d.ts +11 -0
- package/dist/types/api/admin/ScheduledTask.d.ts +12 -0
- package/dist/types/api/admin/Script.d.ts +12 -0
- package/dist/types/api/admin/ShopwarePlugin.d.ts +30 -0
- package/dist/types/api/admin/SystemConfig.d.ts +12 -0
- package/dist/types/api/admin/Tag.d.ts +21 -0
- package/dist/types/api/admin/Unit.d.ts +5 -0
- package/dist/types/api/admin/acl/AclRole.d.ts +15 -0
- package/dist/types/api/admin/acl/AclUserRole.d.ts +11 -0
- package/dist/types/api/admin/acl/index.d.ts +2 -0
- package/dist/types/api/admin/app/App.d.ts +59 -0
- package/dist/types/api/admin/app/AppActionButton.d.ts +14 -0
- package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +8 -0
- package/dist/types/api/admin/app/AppCmsBlock.d.ts +14 -0
- package/dist/types/api/admin/app/AppScriptCondition.d.ts +17 -0
- package/dist/types/api/admin/app/AppTemplate.d.ts +11 -0
- package/dist/types/api/admin/app/index.d.ts +6 -0
- package/dist/types/api/admin/cart/Cart.d.ts +12 -0
- package/dist/types/api/admin/cart/CartItem.d.ts +4 -0
- package/dist/types/api/admin/cart/index.d.ts +2 -0
- package/dist/types/api/admin/category/Category.d.ts +17 -0
- package/dist/types/api/admin/category/CategoryTag.d.ts +10 -0
- package/dist/types/api/admin/category/MainCategory.d.ts +9 -0
- package/dist/types/api/admin/category/index.d.ts +3 -0
- package/dist/types/api/admin/cms/CmsBlock.d.ts +10 -0
- package/dist/types/api/admin/cms/CmsPage.d.ts +14 -0
- package/dist/types/api/admin/cms/CmsSection.d.ts +11 -0
- package/dist/types/api/admin/cms/CmsSlot.d.ts +5 -0
- package/dist/types/api/admin/cms/index.d.ts +5 -0
- package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +9 -0
- package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +10 -0
- package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +10 -0
- package/dist/types/api/admin/cms/landingPage/index.d.ts +3 -0
- package/dist/types/api/admin/country/Country.d.ts +16 -0
- package/dist/types/api/admin/country/CountryState.d.ts +9 -0
- package/dist/types/api/admin/currency/Currency.d.ts +16 -0
- package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +14 -0
- package/dist/types/api/admin/currency/index.d.ts +2 -0
- package/dist/types/api/admin/custom/CustomEntity.d.ts +16 -0
- package/dist/types/api/admin/custom/field/CustomField.d.ts +16 -0
- package/dist/types/api/admin/custom/field/index.d.ts +2 -0
- package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +19 -0
- package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +9 -0
- package/dist/types/api/admin/custom/field/set/index.d.ts +2 -0
- package/dist/types/api/admin/custom/index.d.ts +2 -0
- package/dist/types/api/admin/customer/Customer.d.ts +39 -0
- package/dist/types/api/admin/customer/CustomerAddress.d.ts +11 -0
- package/dist/types/api/admin/customer/CustomerRecovery.d.ts +9 -0
- package/dist/types/api/admin/customer/CustomerTag.d.ts +9 -0
- package/dist/types/api/admin/customer/group/CustomerGroup.d.ts +8 -0
- package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +10 -0
- package/dist/types/api/admin/customer/group/index.d.ts +2 -0
- package/dist/types/api/admin/customer/index.d.ts +6 -0
- package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +15 -0
- package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +12 -0
- package/dist/types/api/admin/customer/wishlist/index.d.ts +2 -0
- package/dist/types/api/admin/document/ShopwareDocument.d.ts +9 -0
- package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +9 -0
- package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfig.d.ts +9 -0
- package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +14 -0
- package/dist/types/api/admin/document/baseConfig/index.d.ts +2 -0
- package/dist/types/api/admin/document/index.d.ts +3 -0
- package/dist/types/api/admin/flow/Flow.d.ts +18 -0
- package/dist/types/api/admin/flow/FlowSequence.d.ts +25 -0
- package/dist/types/api/admin/flow/FlowTemplate.d.ts +7 -0
- package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +27 -0
- package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +14 -0
- package/dist/types/api/admin/flow/app/index.d.ts +2 -0
- package/dist/types/api/admin/flow/index.d.ts +4 -0
- package/dist/types/api/admin/importExport/ImportExportFile.d.ts +12 -0
- package/dist/types/api/admin/importExport/ImportExportLog.d.ts +24 -0
- package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +20 -0
- package/dist/types/api/admin/importExport/index.d.ts +3 -0
- package/dist/types/api/admin/index.d.ts +45 -0
- package/dist/types/api/admin/integration/Integration.d.ts +32 -0
- package/dist/types/api/admin/integration/IntegrationRole.d.ts +9 -0
- package/dist/types/api/admin/integration/index.d.ts +2 -0
- package/dist/types/api/admin/locale/Language.d.ts +26 -0
- package/dist/types/api/admin/locale/Locale.d.ts +7 -0
- package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +15 -0
- package/dist/types/api/admin/mail/index.d.ts +2 -0
- package/dist/types/api/admin/mail/template/MailTemplate.d.ts +19 -0
- package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +11 -0
- package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +13 -0
- package/dist/types/api/admin/mail/template/index.d.ts +3 -0
- package/dist/types/api/admin/media/Media.d.ts +89 -0
- package/dist/types/api/admin/media/MediaTag.d.ts +9 -0
- package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +10 -0
- package/dist/types/api/admin/media/folder/MediaFolder.d.ts +22 -0
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +16 -0
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +9 -0
- package/dist/types/api/admin/media/folder/configuration/index.d.ts +2 -0
- package/dist/types/api/admin/media/folder/index.d.ts +3 -0
- package/dist/types/api/admin/media/index.d.ts +4 -0
- package/dist/types/api/admin/media/thumbnail/MediaThumbnail.d.ts +5 -0
- package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +11 -0
- package/dist/types/api/admin/media/thumbnail/index.d.ts +2 -0
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +28 -0
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +9 -0
- package/dist/types/api/admin/newsletterRecipient/index.d.ts +2 -0
- package/dist/types/api/admin/numberRange/NumberRange.d.ts +20 -0
- package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +14 -0
- package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +9 -0
- package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +15 -0
- package/dist/types/api/admin/numberRange/index.d.ts +4 -0
- package/dist/types/api/admin/order/Order.d.ts +33 -0
- package/dist/types/api/admin/order/OrderAddress.d.ts +15 -0
- package/dist/types/api/admin/order/OrderCustomer.d.ts +13 -0
- package/dist/types/api/admin/order/OrderTag.d.ts +10 -0
- package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +13 -0
- package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +7 -0
- package/dist/types/api/admin/order/delivery/index.d.ts +2 -0
- package/dist/types/api/admin/order/index.d.ts +9 -0
- package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +13 -0
- package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +7 -0
- package/dist/types/api/admin/order/lineItem/index.d.ts +2 -0
- package/dist/types/api/admin/order/return/OrderReturn.d.ts +17 -0
- package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +18 -0
- package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +8 -0
- package/dist/types/api/admin/order/return/index.d.ts +1 -0
- package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +7 -0
- package/dist/types/api/admin/order/transaction/capture/index.d.ts +3 -0
- package/dist/types/api/admin/order/transaction/index.d.ts +2 -0
- package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +10 -0
- package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +7 -0
- package/dist/types/api/admin/order/warehouse/index.d.ts +2 -0
- package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +22 -0
- package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +22 -0
- package/dist/types/api/admin/paymentMethod/index.d.ts +2 -0
- package/dist/types/api/admin/product/Product.d.ts +65 -0
- package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +8 -0
- package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +9 -0
- package/dist/types/api/admin/product/ProductDownload.d.ts +17 -0
- package/dist/types/api/admin/product/ProductExport.d.ts +32 -0
- package/dist/types/api/admin/product/ProductFeatureSet.d.ts +11 -0
- package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +8 -0
- package/dist/types/api/admin/product/ProductManufacturer.d.ts +7 -0
- package/dist/types/api/admin/product/ProductMedia.d.ts +17 -0
- package/dist/types/api/admin/product/ProductOption.d.ts +10 -0
- package/dist/types/api/admin/product/ProductPrice.d.ts +19 -0
- package/dist/types/api/admin/product/ProductProperty.d.ts +10 -0
- package/dist/types/api/admin/product/ProductSorting.d.ts +12 -0
- package/dist/types/api/admin/product/ProductTag.d.ts +11 -0
- package/dist/types/api/admin/product/ProductVisibility.d.ts +13 -0
- package/dist/types/api/admin/product/category/ProductCategory.d.ts +11 -0
- package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +11 -0
- package/dist/types/api/admin/product/category/index.d.ts +2 -0
- package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +12 -0
- package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +13 -0
- package/dist/types/api/admin/product/crossSelling/index.d.ts +2 -0
- package/dist/types/api/admin/product/index.d.ts +21 -0
- package/dist/types/api/admin/product/review/ProductReview.d.ts +13 -0
- package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +2 -0
- package/dist/types/api/admin/product/review/index.d.ts +2 -0
- package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +15 -0
- package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +13 -0
- package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +15 -0
- package/dist/types/api/admin/product/search/config/index.d.ts +2 -0
- package/dist/types/api/admin/product/search/index.d.ts +2 -0
- package/dist/types/api/admin/product/stream/ProductStream.d.ts +13 -0
- package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +19 -0
- package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +10 -0
- package/dist/types/api/admin/product/stream/index.d.ts +3 -0
- package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +7 -0
- package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +6 -0
- package/dist/types/api/admin/product/warehouse/index.d.ts +2 -0
- package/dist/types/api/admin/promotion/Promotion.d.ts +44 -0
- package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +10 -0
- package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +9 -0
- package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +12 -0
- package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +13 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +21 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +12 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/discount/index.d.ts +3 -0
- package/dist/types/api/admin/promotion/index.d.ts +7 -0
- package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/index.d.ts +4 -0
- package/dist/types/api/admin/propertyGroup/PropertyGroup.d.ts +5 -0
- package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +12 -0
- package/dist/types/api/admin/rule/Rule.d.ts +31 -0
- package/dist/types/api/admin/rule/RuleCondition.d.ts +19 -0
- package/dist/types/api/admin/rule/RuleTag.d.ts +9 -0
- package/dist/types/api/admin/rule/index.d.ts +3 -0
- package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +103 -0
- package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +11 -0
- package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +31 -0
- package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +24 -0
- package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +17 -0
- package/dist/types/api/admin/salesChannel/index.d.ts +9 -0
- package/dist/types/api/admin/seo/SeoUrl.d.ts +22 -0
- package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +14 -0
- package/dist/types/api/admin/seo/Sitemap.d.ts +3 -0
- package/dist/types/api/admin/seo/index.d.ts +2 -0
- package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +16 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +24 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +8 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +9 -0
- package/dist/types/api/admin/shippingMethod/index.d.ts +4 -0
- package/dist/types/api/admin/snippet/Snippet.d.ts +13 -0
- package/dist/types/api/admin/snippet/SnippetSet.d.ts +13 -0
- package/dist/types/api/admin/snippet/index.d.ts +2 -0
- package/dist/types/api/admin/stateMachine/StateMachine.d.ts +17 -0
- package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +21 -0
- package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +22 -0
- package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +16 -0
- package/dist/types/api/admin/stateMachine/index.d.ts +4 -0
- package/dist/types/api/admin/subscription/Subscription.d.ts +27 -0
- package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +6 -0
- package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +15 -0
- package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +9 -0
- package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +5 -0
- package/dist/types/api/admin/subscription/index.d.ts +6 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +11 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +5 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +6 -0
- package/dist/types/api/admin/subscription/plan/index.d.ts +3 -0
- package/dist/types/api/admin/tax/Tax.d.ts +9 -0
- package/dist/types/api/admin/tax/TaxProvider.d.ts +19 -0
- package/dist/types/api/admin/tax/index.d.ts +3 -0
- package/dist/types/api/admin/tax/rule/TaxRule.d.ts +22 -0
- package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +11 -0
- package/dist/types/api/admin/tax/rule/index.d.ts +2 -0
- package/dist/types/api/admin/theme/Theme.d.ts +25 -0
- package/dist/types/api/admin/theme/ThemeChild.d.ts +8 -0
- package/dist/types/api/admin/theme/ThemeMedia.d.ts +9 -0
- package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +9 -0
- package/dist/types/api/admin/theme/index.d.ts +4 -0
- package/dist/types/api/admin/user/User.d.ts +52 -0
- package/dist/types/api/admin/user/UserAccessKey.d.ts +13 -0
- package/dist/types/api/admin/user/UserConfig.d.ts +10 -0
- package/dist/types/api/admin/user/UserRecovery.d.ts +9 -0
- package/dist/types/api/admin/user/index.d.ts +4 -0
- package/dist/types/api/admin/warehouse/Warehouse.d.ts +5 -0
- package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +7 -0
- package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +6 -0
- package/dist/types/api/admin/warehouse/index.d.ts +1 -0
- package/dist/types/api/admin/webhook/Webhook.d.ts +14 -0
- package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +20 -0
- package/dist/types/api/admin/webhook/index.d.ts +2 -0
- package/dist/types/api/global/GenericRecord.d.ts +3 -0
- package/dist/types/api/global/Rounding.d.ts +5 -0
- package/dist/types/api/global/aggregation/Aggregation.d.ts +7 -0
- package/dist/types/{storeApi → api/global}/aggregation/AggregationEntity.d.ts +2 -2
- package/dist/types/api/global/aggregation/AggregationFilter.d.ts +6 -0
- package/dist/types/{storeApi → api/global}/aggregation/AggregationHistogram.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationMetrics.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationRange.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationTerms.d.ts +3 -3
- package/dist/types/{storeApi → api/global}/aggregation/index.d.ts +1 -1
- package/dist/types/{storeApi → api/global}/filter/EqualsFilter.d.ts +2 -2
- package/dist/types/api/global/filter/Filters.d.ts +5 -0
- package/dist/types/{storeApi → api/global}/filter/MultiNotFilter.d.ts +3 -3
- package/dist/types/{storeApi → api/global}/filter/RangeFilter.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/filter/SimpleFilter.d.ts +2 -2
- package/dist/types/api/global/index.d.ts +6 -0
- package/dist/types/{storeApi → api/global}/price/Price.d.ts +2 -2
- package/dist/types/api/global/price/index.d.ts +1 -0
- package/dist/types/api/global/query/Criteria.d.ts +23 -0
- package/dist/types/api/global/query/Includes.d.ts +1 -0
- package/dist/types/api/global/query/Query.d.ts +8 -0
- package/dist/types/{storeApi → api/global}/query/Sort.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/query/index.d.ts +2 -1
- package/dist/types/{storeApi → api/global}/query/product/ProductListingCriteria.d.ts +2 -1
- package/dist/types/{storeApi → api/global}/query/product/ProductListingFlags.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/Currency.d.ts +6 -13
- package/dist/types/{storeApi → api/store}/DeliveryTime.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/EntitySearchResult.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/PaymentMethod.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/Rule.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Salutation.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/StateMachineState.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Tag.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/Tax.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Unit.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/cart/Cart.d.ts +6 -4
- package/dist/types/{storeApi → api/store}/cart/CartError.d.ts +2 -2
- package/dist/types/api/store/cart/CartItems.d.ts +2 -0
- package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +15 -0
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryDate.d.ts +2 -2
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryInformation.d.ts +3 -3
- package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +9 -0
- package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +7 -0
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryTime.d.ts +2 -2
- package/dist/types/api/store/cart/index.d.ts +3 -0
- package/dist/types/{storeApi → api/store}/category/Category.d.ts +8 -8
- package/dist/types/{storeApi → api/store}/category/MainCategory.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/cms/CmsBlock.d.ts +7 -5
- package/dist/types/{storeApi → api/store}/cms/CmsPage.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/cms/CmsSection.d.ts +8 -5
- package/dist/types/{storeApi → api/store}/cms/CmsSlot.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/cms/LandingPage.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/cms/Visibility.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/country/Country.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/country/CountryState.d.ts +3 -3
- package/dist/types/api/store/country/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/customer/Customer.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/customer/CustomerGroup.d.ts +3 -3
- package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddress.d.ts +1 -1
- package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddressBody.d.ts +6 -5
- package/dist/types/api/store/customer/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/document/ShopwareDocument.d.ts +6 -6
- package/dist/types/{storeApi → api/store}/document/ShopwareDocumentBaseConfig.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/document/ShopwareDocumentType.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/index.d.ts +0 -5
- package/dist/types/{storeApi → api/store}/lineItem/LineItem.d.ts +8 -6
- package/dist/types/{storeApi → api/store}/lineItem/LineItemPayload.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/link/Links.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/locale/Language.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/locale/Locale.d.ts +3 -3
- package/dist/types/api/store/locale/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/media/Media.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/media/MediaThumbnail.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/media/ProductMedia.d.ts +5 -4
- package/dist/types/{storeApi → api/store}/order/Order.d.ts +14 -17
- package/dist/types/{storeApi → api/store}/order/OrderAddress.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/order/OrderCustomer.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/order/OrderLineItem.d.ts +9 -8
- package/dist/types/{storeApi → api/store}/order/OrderLineItemDownload.d.ts +5 -5
- package/dist/types/api/store/order/OrderPrice.d.ts +9 -0
- package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDelivery.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDeliveryPosition.d.ts +4 -4
- package/dist/types/api/store/order/index.d.ts +6 -0
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturn.d.ts +3 -3
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItem.d.ts +2 -2
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItemReason.d.ts +2 -2
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransaction.d.ts +7 -7
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCapture.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefund.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefundPosition.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/price/CalculatedPrice.d.ts +7 -5
- package/dist/types/{storeApi/price → api/store/price/cart}/CartListPrice.d.ts +2 -2
- package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceQuantity.d.ts +3 -3
- package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceReference.d.ts +4 -3
- package/dist/types/{storeApi/price → api/store/price/cart}/CartRegulationPrice.d.ts +2 -2
- package/dist/types/api/store/price/index.d.ts +1 -0
- package/dist/types/{storeApi → api/store}/product/Product.d.ts +17 -10
- package/dist/types/{storeApi → api/store}/product/ProductConfiguratorSetting.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/product/ProductDownload.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/product/ProductListingResult.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/product/ProductManufacturer.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/product/ProductStream.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/product/crossSelling/CrossSellingElement.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/product/crossSelling/ProductCrossSelling.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/product/index.d.ts +0 -2
- package/dist/types/{storeApi/product → api/store/product/review}/ProductReview.d.ts +4 -4
- package/dist/types/{storeApi/product → api/store/product/review}/ProductReviewSummary.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroup.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroupOption.d.ts +5 -5
- package/dist/types/api/store/propertyGroup/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/salesChannel/SalesChannel.d.ts +13 -12
- package/dist/types/{storeApi → api/store}/salesChannel/SalesChannelContext.d.ts +6 -6
- package/dist/types/{storeApi → api/store}/seo/SeoUrlEntity.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/seo/Sitemap.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethod.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethodPrice.d.ts +4 -4
- package/dist/types/clients/admin/AppClient.d.ts +292 -0
- package/dist/types/clients/admin/CategoryClient.d.ts +60 -0
- package/dist/types/clients/admin/ContentClient.d.ts +176 -0
- package/dist/types/clients/admin/CountryClient.d.ts +60 -0
- package/dist/types/clients/admin/CurrencyClient.d.ts +60 -0
- package/dist/types/clients/admin/CustomDataClient.d.ts +118 -0
- package/dist/types/clients/admin/CustomerClient.d.ts +184 -0
- package/dist/types/clients/admin/DeliveryTimeClient.d.ts +30 -0
- package/dist/types/clients/admin/DocumentClient.d.ts +126 -0
- package/dist/types/clients/admin/FlowClient.d.ts +89 -0
- package/dist/types/clients/admin/ImportExportClient.d.ts +89 -0
- package/dist/types/clients/admin/IntegrationClient.d.ts +30 -0
- package/dist/types/clients/admin/LocaleClient.d.ts +60 -0
- package/dist/types/clients/admin/MailClient.d.ts +125 -0
- package/dist/types/clients/admin/MediaClient.d.ts +176 -0
- package/dist/types/clients/admin/NewsletterClient.d.ts +30 -0
- package/dist/types/clients/admin/NumberRangeClient.d.ts +118 -0
- package/dist/types/clients/admin/OrderClient.d.ts +346 -0
- package/dist/types/clients/admin/PaymentMethodClient.d.ts +30 -0
- package/dist/types/clients/admin/PluginClient.d.ts +30 -0
- package/dist/types/clients/admin/ProductClient.d.ts +553 -0
- package/dist/types/clients/admin/PromotionClient.d.ts +176 -0
- package/dist/types/clients/admin/PropertyGroupClient.d.ts +60 -0
- package/dist/types/clients/admin/RuleClient.d.ts +60 -0
- package/dist/types/clients/admin/SalesChannelClient.d.ts +118 -0
- package/dist/types/clients/admin/SalutationClient.d.ts +30 -0
- package/dist/types/clients/admin/ScriptClient.d.ts +30 -0
- package/dist/types/clients/admin/SecurityClient.d.ts +30 -0
- package/dist/types/clients/admin/SeoClient.d.ts +60 -0
- package/dist/types/clients/admin/ShippingMethodClient.d.ts +60 -0
- package/dist/types/clients/admin/SnippetClient.d.ts +60 -0
- package/dist/types/clients/admin/StateMachineClient.d.ts +89 -0
- package/dist/types/clients/admin/SystemClient.d.ts +185 -0
- package/dist/types/clients/admin/TagClient.d.ts +30 -0
- package/dist/types/clients/admin/TaxClient.d.ts +118 -0
- package/dist/types/clients/admin/UnitClient.d.ts +30 -0
- package/dist/types/clients/admin/UserClient.d.ts +118 -0
- package/dist/types/clients/admin/WebhookClient.d.ts +60 -0
- package/dist/types/clients/admin/index.d.ts +38 -0
- package/dist/types/clients/store/AccountClient.d.ts +98 -0
- package/dist/types/clients/{AddressClient.d.ts → store/AddressClient.d.ts} +5 -3
- package/dist/types/clients/store/CartClient.d.ts +18 -0
- package/dist/types/clients/{CategoryClient.d.ts → store/CategoryClient.d.ts} +3 -1
- package/dist/types/clients/store/ContentClient.d.ts +32 -0
- package/dist/types/clients/{ContextClient.d.ts → store/ContextClient.d.ts} +5 -8
- package/dist/types/clients/store/CustomerAuthClient.d.ts +18 -0
- package/dist/types/clients/store/DocumentClient.d.ts +4 -0
- package/dist/types/clients/{GatewayClient.d.ts → store/GatewayClient.d.ts} +4 -3
- package/dist/types/clients/{NewsletterClient.d.ts → store/NewsletterClient.d.ts} +6 -6
- package/dist/types/clients/store/OrderClient.d.ts +37 -0
- package/dist/types/clients/{ProductClient.d.ts → store/ProductClient.d.ts} +19 -11
- package/dist/types/clients/store/SeoClient.d.ts +10 -0
- package/dist/types/clients/{SystemClient.d.ts → store/SystemClient.d.ts} +11 -3
- package/dist/types/clients/store/WishlistClient.d.ts +22 -0
- package/dist/types/clients/store/index.d.ts +15 -0
- package/dist/types/index.d.ts +1 -3
- package/package.json +25 -4
- package/dist/src/ShopwareClient.d.ts +0 -32
- package/dist/src/auth/AuthenticationStore.d.ts +0 -8
- package/dist/src/auth/AuthenticationType.d.ts +0 -5
- package/dist/src/auth/entries/AuthenticationEntry.d.ts +0 -10
- package/dist/src/auth/entries/ContextTokenEntry.d.ts +0 -13
- package/dist/src/auth/entries/OAuthEntry.d.ts +0 -15
- package/dist/src/auth/entries/index.d.ts +0 -3
- package/dist/src/auth/errors/ExpiredError.d.ts +0 -4
- package/dist/src/auth/errors/NotSavedError.d.ts +0 -4
- package/dist/src/auth/errors/index.d.ts +0 -2
- package/dist/src/auth/index.d.ts +0 -4
- package/dist/src/clients/AccountClient.d.ts +0 -16
- package/dist/src/clients/AddressClient.d.ts +0 -11
- package/dist/src/clients/CartClient.d.ts +0 -10
- package/dist/src/clients/CategoryClient.d.ts +0 -8
- package/dist/src/clients/Client.d.ts +0 -16
- package/dist/src/clients/ContentClient.d.ts +0 -9
- package/dist/src/clients/ContextClient.d.ts +0 -7
- package/dist/src/clients/CustomerAuthenticationClient.d.ts +0 -11
- package/dist/src/clients/DocumentClient.d.ts +0 -6
- package/dist/src/clients/GatewayClient.d.ts +0 -6
- package/dist/src/clients/NewsletterClient.d.ts +0 -8
- package/dist/src/clients/OrderClient.d.ts +0 -10
- package/dist/src/clients/PaymentClient.d.ts +0 -6
- package/dist/src/clients/ProductClient.d.ts +0 -14
- package/dist/src/clients/SeoClient.d.ts +0 -8
- package/dist/src/clients/SystemClient.d.ts +0 -12
- package/dist/src/clients/WishlistClient.d.ts +0 -9
- package/dist/src/clients/index.d.ts +0 -17
- package/dist/src/index.d.ts +0 -1
- package/dist/src/payloads/BinaryPayload.d.ts +0 -10
- package/dist/src/payloads/JsonPayload.d.ts +0 -10
- package/dist/src/payloads/index.d.ts +0 -3
- package/dist/types/clients/AccountClient.d.ts +0 -70
- package/dist/types/clients/CartClient.d.ts +0 -17
- package/dist/types/clients/ContentClient.d.ts +0 -29
- package/dist/types/clients/CustomerAuthenticationClient.d.ts +0 -44
- package/dist/types/clients/DocumentClient.d.ts +0 -3
- package/dist/types/clients/OrderClient.d.ts +0 -26
- package/dist/types/clients/PaymentClient.d.ts +0 -8
- package/dist/types/clients/SeoClient.d.ts +0 -7
- package/dist/types/clients/WishlistClient.d.ts +0 -21
- package/dist/types/clients/index.d.ts +0 -16
- package/dist/types/storeApi/GenericRecord.d.ts +0 -3
- package/dist/types/storeApi/aggregation/AggregationFilter.d.ts +0 -6
- package/dist/types/storeApi/aggregation/Aggregations.d.ts +0 -2
- package/dist/types/storeApi/cart/CartDelivery.d.ts +0 -13
- package/dist/types/storeApi/cart/CartDeliveryPosition.d.ts +0 -9
- package/dist/types/storeApi/cart/CartDeliveryShippingLocation.d.ts +0 -7
- package/dist/types/storeApi/cart/CartItems.d.ts +0 -2
- package/dist/types/storeApi/cart/index.d.ts +0 -9
- package/dist/types/storeApi/customer/index.d.ts +0 -4
- package/dist/types/storeApi/filter/Filters.d.ts +0 -2
- package/dist/types/storeApi/order/index.d.ts +0 -14
- package/dist/types/storeApi/price/index.d.ts +0 -6
- package/dist/types/storeApi/query/Criteria.d.ts +0 -20
- package/dist/types/storeApi/query/Include.d.ts +0 -1
- package/dist/types/storeApi/query/Query.d.ts +0 -5
- package/dist/types/{storeApi → api/admin}/country/index.d.ts +0 -0
- package/dist/types/{storeApi → api/admin}/locale/index.d.ts +0 -0
- package/dist/types/{storeApi → api/admin}/propertyGroup/index.d.ts +0 -0
- package/dist/types/{storeApi → api/global}/filter/index.d.ts +2 -2
- /package/dist/types/{storeApi → api/global/query}/TotalCountMode.d.ts +0 -0
- /package/dist/types/{storeApi → api/global}/query/product/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/category/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/cms/BackgroundMediaMode.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/cms/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/document/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/lineItem/LineItemType.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/lineItem/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/link/Link.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/link/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/media/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/product/crossSelling/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/salesChannel/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/seo/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/shippingMethod/index.d.ts +0 -0
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { AddressCreateRequest, AddressCreateResponse, AddressListRequest, AddressListResponse, AddressUpdateRequest, AddressUpdateResponse } from "#types";
|
|
3
|
-
declare class AddressClient extends Client {
|
|
4
|
-
deleteAddress(addressId: string): Promise<undefined>;
|
|
5
|
-
updateAddress(addressId: string, request: AddressUpdateRequest): Promise<AddressUpdateResponse>;
|
|
6
|
-
getAddressList(request?: AddressListRequest): Promise<AddressListResponse>;
|
|
7
|
-
changeDefaultShippingAddress(addressId: string): Promise<undefined>;
|
|
8
|
-
changeDefaultBillingAddress(addressId: string): Promise<undefined>;
|
|
9
|
-
createAddress(request: AddressCreateRequest): Promise<AddressCreateResponse>;
|
|
10
|
-
}
|
|
11
|
-
export default AddressClient;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { CartAddItemsRequest, CartAddItemsResponse, CartDeleteResponse, CartGetOrCreateResponse, CartRemoveItemsRequest, CartRemoveItemsResponse, CartUpdateItemsRequest, CartUpdateItemsResponse } from "#types";
|
|
3
|
-
declare class CartClient extends Client {
|
|
4
|
-
getOrCreateCart(): Promise<CartGetOrCreateResponse>;
|
|
5
|
-
deleteCart(): Promise<CartDeleteResponse>;
|
|
6
|
-
addLineItemsToCart(request: CartAddItemsRequest): Promise<CartAddItemsResponse>;
|
|
7
|
-
removeLineItemsFromCart(request: CartRemoveItemsRequest): Promise<CartRemoveItemsResponse>;
|
|
8
|
-
updateLineItemsInCart(request: CartUpdateItemsRequest): Promise<CartUpdateItemsResponse>;
|
|
9
|
-
}
|
|
10
|
-
export default CartClient;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { CategoryListRequest, CategoryListResponse, CategorySingleRequest, CategorySingleResponse, NavigationMenuRequest, NavigationMenuResponse } from "#types";
|
|
3
|
-
declare class CategoryClient extends Client {
|
|
4
|
-
getCategoryList(request?: CategoryListRequest): Promise<CategoryListResponse>;
|
|
5
|
-
getCategory(categoryId: string, includeSeoUrls: boolean, request: CategorySingleRequest): Promise<CategorySingleResponse>;
|
|
6
|
-
getNavigationMenu(activeId: string, rootId: string, includeSeoUrls: boolean, request?: NavigationMenuRequest): Promise<NavigationMenuResponse>;
|
|
7
|
-
}
|
|
8
|
-
export default CategoryClient;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import ShopwareClient from "../ShopwareClient";
|
|
2
|
-
import { ClientRequestOptions, HTTPRequestMethod } from "#types";
|
|
3
|
-
declare class Client {
|
|
4
|
-
protected readonly client: ShopwareClient;
|
|
5
|
-
constructor(client: ShopwareClient);
|
|
6
|
-
protected doRequest(method: HTTPRequestMethod, path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
7
|
-
protected get(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
8
|
-
protected post(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
9
|
-
protected delete(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
10
|
-
protected patch(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
11
|
-
protected put(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
12
|
-
protected options(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
|
|
13
|
-
protected withContextToken(options?: ClientRequestOptions): ClientRequestOptions;
|
|
14
|
-
protected withOAuth(options?: ClientRequestOptions): Promise<ClientRequestOptions>;
|
|
15
|
-
}
|
|
16
|
-
export default Client;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { CMSPageResolveResponse, ContactFormSubmitRequest, ContactFormSubmitResponse, LandingPageResolveRequest, LandingPageResolveResponse, MediaEntityResolveRequest, MediaEntityResolveResponse } from "#types";
|
|
3
|
-
declare class ContentClient extends Client {
|
|
4
|
-
submitContactForm(request: ContactFormSubmitRequest): Promise<ContactFormSubmitResponse>;
|
|
5
|
-
resolveCMSPage(id: string): Promise<CMSPageResolveResponse>;
|
|
6
|
-
resolveMedia(request: MediaEntityResolveRequest): Promise<MediaEntityResolveResponse>;
|
|
7
|
-
resolveLandingPage(landingPageId: string, request: LandingPageResolveRequest): Promise<LandingPageResolveResponse>;
|
|
8
|
-
}
|
|
9
|
-
export default ContentClient;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { ContextGetResponse, ContextUpdateRequest, ContextUpdateResponse } from "#types";
|
|
3
|
-
declare class ContextClient extends Client {
|
|
4
|
-
getContext(): Promise<ContextGetResponse>;
|
|
5
|
-
updateContext(context: ContextUpdateRequest): Promise<ContextUpdateResponse>;
|
|
6
|
-
}
|
|
7
|
-
export default ContextClient;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { CustomerLoginImitateRequest, CustomerLoginImitateResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerLogoutResponse, CustomerRegisterGroupConfigResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRegistrationConfirmRequest } from "#types";
|
|
3
|
-
declare class CustomerAuthenticationClient extends Client {
|
|
4
|
-
login(request: CustomerLoginRequest): Promise<CustomerLoginResponse>;
|
|
5
|
-
imitateLogin(request: CustomerLoginImitateRequest): Promise<CustomerLoginImitateResponse>;
|
|
6
|
-
logout(): Promise<CustomerLogoutResponse>;
|
|
7
|
-
confirmRegistration(request: CustomerRegistrationConfirmRequest): Promise<undefined>;
|
|
8
|
-
register(request: CustomerRegisterRequest): Promise<CustomerRegisterResponse>;
|
|
9
|
-
getRegistrationSettingsForGroup(customerGroupId: string): Promise<CustomerRegisterGroupConfigResponse>;
|
|
10
|
-
}
|
|
11
|
-
export default CustomerAuthenticationClient;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { DocumentDownloadRequest, DocumentDownloadResponse } from "#types";
|
|
3
|
-
declare class DocumentClient extends Client {
|
|
4
|
-
downloadDocument(deepLinkCode: string, documentId: string, request: DocumentDownloadRequest): Promise<DocumentDownloadResponse>;
|
|
5
|
-
}
|
|
6
|
-
export default DocumentClient;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { NewsletterConfirmRequest, NewsletterUnsubscribeRequest, NewsletterUpdateRequest } from "#types";
|
|
3
|
-
declare class NewsletterClient extends Client {
|
|
4
|
-
confirmSubscription(request: NewsletterConfirmRequest): Promise<undefined>;
|
|
5
|
-
updateSubscription(request: NewsletterUpdateRequest): Promise<undefined>;
|
|
6
|
-
unsubscribe(request: NewsletterUnsubscribeRequest): Promise<undefined>;
|
|
7
|
-
}
|
|
8
|
-
export default NewsletterClient;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { OrderCancelRequest, OrderCancelResponse, OrderDownloadFileResponse, OrderFromCartRequest, OrderFromCartResponse, OrderListRequest, OrderListResponse, OrderUpdatePaymentMethodRequest, OrderUpdatePaymentMethodResponse } from "#types";
|
|
3
|
-
declare class OrderClient extends Client {
|
|
4
|
-
cancelOrder(request: OrderCancelRequest): Promise<OrderCancelResponse>;
|
|
5
|
-
getOrderList(request?: OrderListRequest): Promise<OrderListResponse>;
|
|
6
|
-
updateOrderPaymentMethod(request: OrderUpdatePaymentMethodRequest): Promise<OrderUpdatePaymentMethodResponse>;
|
|
7
|
-
downloadPurchasedFile(downloadId: string, orderId: string): Promise<OrderDownloadFileResponse>;
|
|
8
|
-
createOrderFromCart(request?: OrderFromCartRequest): Promise<OrderFromCartResponse>;
|
|
9
|
-
}
|
|
10
|
-
export default OrderClient;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { OrderPaymentInitiateRequest, OrderPaymentInitiateResponse } from "#types";
|
|
3
|
-
declare class PaymentClient extends Client {
|
|
4
|
-
initiateOrderPayment(request: OrderPaymentInitiateRequest): Promise<OrderPaymentInitiateResponse>;
|
|
5
|
-
}
|
|
6
|
-
export default PaymentClient;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { ProductCrossSellingGroupListResponse, ProductListingListWithCategoryRequest, ProductListingListWithCategoryResponse, ProductListRequest, ProductListResponse, ProductReviewListRequest, ProductReviewListResponse, ProductReviewSaveRequest, ProductSearchRequest, ProductSearchResponse, ProductSearchSuggestionListRequest, ProductSearchSuggestionListResponse, ProductSingleRequest, ProductSingleResponse, ProductVariantWithOptionsRequest, ProductVariantWithOptionsResponse } from "#types";
|
|
3
|
-
declare class ProductClient extends Client {
|
|
4
|
-
getProductListingByCategory(categoryId: string, request?: ProductListingListWithCategoryRequest): Promise<ProductListingListWithCategoryResponse>;
|
|
5
|
-
getCrossSellingGroupsForProduct(productId: string): Promise<ProductCrossSellingGroupListResponse>;
|
|
6
|
-
getProduct(productId: string, includeSeoUrls: boolean, request?: ProductSingleRequest): Promise<ProductSingleResponse>;
|
|
7
|
-
getProductList(request?: ProductListRequest): Promise<ProductListResponse>;
|
|
8
|
-
getReviewsForProduct(productId: string, request?: ProductReviewListRequest): Promise<ProductReviewListResponse>;
|
|
9
|
-
saveReviewForProduct(productId: string, request: ProductReviewSaveRequest): Promise<undefined>;
|
|
10
|
-
findProductVariantWithOptions(productId: string, request: ProductVariantWithOptionsRequest): Promise<ProductVariantWithOptionsResponse>;
|
|
11
|
-
searchProducts(request: ProductSearchRequest): Promise<ProductSearchResponse>;
|
|
12
|
-
getSearchSuggestions(request: ProductSearchSuggestionListRequest): Promise<ProductSearchSuggestionListResponse>;
|
|
13
|
-
}
|
|
14
|
-
export default ProductClient;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { SeoRouteListRequest, SeoRouteListResponse, SitemapDownloadResponse, SitemapListResponse } from "#types";
|
|
3
|
-
declare class SeoClient extends Client {
|
|
4
|
-
getSeoRouteList(request?: SeoRouteListRequest): Promise<SeoRouteListResponse>;
|
|
5
|
-
fetchSitemapList(): Promise<SitemapListResponse>;
|
|
6
|
-
downloadSitemap(filePath: string): Promise<SitemapDownloadResponse>;
|
|
7
|
-
}
|
|
8
|
-
export default SeoClient;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { CountryListRequest, CountryListResponse, CountryStateListRequest, CountryStateListResponse, CurrencyListRequest, CurrencyListResponse, LanguageListRequest, LanguageListResponse, PaymentMethodListRequest, PaymentMethodListResponse, SalutationListRequest, SalutationListResponse, ShippingMethodListRequest, ShippingMethodListResponse } from "#types";
|
|
3
|
-
declare class SystemClient extends Client {
|
|
4
|
-
getLanguageList(request?: LanguageListRequest): Promise<LanguageListResponse>;
|
|
5
|
-
getSalutationList(request?: SalutationListRequest): Promise<SalutationListResponse>;
|
|
6
|
-
getCurrencyList(request?: CurrencyListRequest): Promise<CurrencyListResponse>;
|
|
7
|
-
getCountryStateList(countryId: string, request?: CountryStateListRequest): Promise<CountryStateListResponse>;
|
|
8
|
-
getCountryList(request?: CountryListRequest): Promise<CountryListResponse>;
|
|
9
|
-
getShippingMethodList(request?: ShippingMethodListRequest): Promise<ShippingMethodListResponse>;
|
|
10
|
-
getPaymentMethodList(request?: PaymentMethodListRequest): Promise<PaymentMethodListResponse>;
|
|
11
|
-
}
|
|
12
|
-
export default SystemClient;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Client } from "#clients";
|
|
2
|
-
import { WishlistGetRequest, WishlistGetResponse, WishlistMergeOrCreateRequest, WishlistMergeOrCreateResponse, WishlistProductAddResponse, WishlistProductRemoveResponse } from "#types";
|
|
3
|
-
declare class WishlistClient extends Client {
|
|
4
|
-
addProductToWishlist(productId: string): Promise<WishlistProductAddResponse>;
|
|
5
|
-
getWishlist(request?: WishlistGetRequest): Promise<WishlistGetResponse>;
|
|
6
|
-
mergeOrCreateWishlist(request: WishlistMergeOrCreateRequest): Promise<WishlistMergeOrCreateResponse>;
|
|
7
|
-
removeProductFromWishlist(productId: string): Promise<WishlistProductRemoveResponse>;
|
|
8
|
-
}
|
|
9
|
-
export default WishlistClient;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export { default as Client } from "./Client";
|
|
2
|
-
export { default as AccountClient } from "./AccountClient";
|
|
3
|
-
export { default as AddressClient } from "./AddressClient";
|
|
4
|
-
export { default as CartClient } from "./CartClient";
|
|
5
|
-
export { default as CategoryClient } from "./CategoryClient";
|
|
6
|
-
export { default as ContentClient } from "./ContentClient";
|
|
7
|
-
export { default as ContextClient } from "./ContextClient";
|
|
8
|
-
export { default as CustomerAuthenticationClient } from "./CustomerAuthenticationClient";
|
|
9
|
-
export { default as DocumentClient } from "./DocumentClient";
|
|
10
|
-
export { default as GatewayClient } from "./GatewayClient";
|
|
11
|
-
export { default as NewsletterClient } from "./NewsletterClient";
|
|
12
|
-
export { default as OrderClient } from "./OrderClient";
|
|
13
|
-
export { default as PaymentClient } from "./PaymentClient";
|
|
14
|
-
export { default as ProductClient } from "./ProductClient";
|
|
15
|
-
export { default as SeoClient } from "./SeoClient";
|
|
16
|
-
export { default as SystemClient } from "./SystemClient";
|
|
17
|
-
export { default as WishlistClient } from "./WishlistClient";
|
package/dist/src/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as ShopwareClient } from "./ShopwareClient";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Payload from "./Payload";
|
|
2
|
-
declare class BinaryPayload extends Payload<Blob> {
|
|
3
|
-
static CONTENT_TYPE: string;
|
|
4
|
-
data?: Blob;
|
|
5
|
-
constructor(data?: Blob);
|
|
6
|
-
contentType(): string;
|
|
7
|
-
deserialize(data: Blob): Promise<void>;
|
|
8
|
-
serialize(): Blob | undefined;
|
|
9
|
-
}
|
|
10
|
-
export default BinaryPayload;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Payload from "./Payload";
|
|
2
|
-
declare class JsonPayload extends Payload<string> {
|
|
3
|
-
static CONTENT_TYPE: string;
|
|
4
|
-
data?: object;
|
|
5
|
-
constructor(data?: object);
|
|
6
|
-
contentType(): string;
|
|
7
|
-
deserialize(data: Blob): Promise<void>;
|
|
8
|
-
serialize(): string | undefined;
|
|
9
|
-
}
|
|
10
|
-
export default JsonPayload;
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Criteria, Customer } from "../storeApi";
|
|
2
|
-
export type AccountEmailChangeRequest = {
|
|
3
|
-
email: string;
|
|
4
|
-
emailConfirmation: string;
|
|
5
|
-
password: string;
|
|
6
|
-
};
|
|
7
|
-
export type AccountEmailChangeResponse = {
|
|
8
|
-
success?: boolean;
|
|
9
|
-
};
|
|
10
|
-
export type AccountGetRequest = Criteria;
|
|
11
|
-
export type AccountGetResponse = Customer;
|
|
12
|
-
export type AccountLanguageChangeRequest = {
|
|
13
|
-
language?: string;
|
|
14
|
-
};
|
|
15
|
-
export type AccountLanguageChangeResponse = {
|
|
16
|
-
success?: boolean;
|
|
17
|
-
};
|
|
18
|
-
export type AccountNewsletterRecipientListRequest = Criteria;
|
|
19
|
-
export type AccountNewsletterRecipientListResponse = {
|
|
20
|
-
apiAlias: "account_newsletter_recipient";
|
|
21
|
-
status: "undefined" | "notSet" | "direct" | "optIn" | "optOut";
|
|
22
|
-
};
|
|
23
|
-
export type AccountPasswordChangeRequest = {
|
|
24
|
-
password: string;
|
|
25
|
-
newPassword: string;
|
|
26
|
-
newPasswordConfirm: string;
|
|
27
|
-
};
|
|
28
|
-
export type AccountPasswordChangeResponse = {
|
|
29
|
-
success?: boolean;
|
|
30
|
-
};
|
|
31
|
-
export type AccountPasswordRecoveryMailRequest = {
|
|
32
|
-
email: string;
|
|
33
|
-
storefrontUrl: string;
|
|
34
|
-
};
|
|
35
|
-
export type AccountPasswordRecoveryMailResponse = {
|
|
36
|
-
success?: boolean;
|
|
37
|
-
};
|
|
38
|
-
export type AccountPasswordRecoveryRequest = {
|
|
39
|
-
hash: string;
|
|
40
|
-
newPassword: string;
|
|
41
|
-
newPasswordConfirm: string;
|
|
42
|
-
};
|
|
43
|
-
export type AccountPasswordRecoveryResponse = {
|
|
44
|
-
success?: boolean;
|
|
45
|
-
};
|
|
46
|
-
export type AccountPaymentMethodChangeResponse = {
|
|
47
|
-
success?: boolean;
|
|
48
|
-
};
|
|
49
|
-
export type AccountRecoveryExpiryCheckRequest = {
|
|
50
|
-
hash: string;
|
|
51
|
-
};
|
|
52
|
-
export type AccountRecoveryExpiryCheckResponse = {
|
|
53
|
-
apiAlias?: "array_struct";
|
|
54
|
-
data?: {
|
|
55
|
-
isExpired: boolean;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export type AccountUpdateRequest = {
|
|
59
|
-
salutationId?: string;
|
|
60
|
-
title?: string;
|
|
61
|
-
firstName: string;
|
|
62
|
-
lastName: string;
|
|
63
|
-
company?: string;
|
|
64
|
-
birthdayDay?: number;
|
|
65
|
-
birthdayMonth?: number;
|
|
66
|
-
birthdayYear?: number;
|
|
67
|
-
};
|
|
68
|
-
export type AccountUpdateResponse = {
|
|
69
|
-
success?: boolean;
|
|
70
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Cart, LineItem } from "../storeApi";
|
|
2
|
-
export type CartAddItemsRequest = {
|
|
3
|
-
items?: Array<LineItem>;
|
|
4
|
-
};
|
|
5
|
-
export type CartAddItemsResponse = Cart;
|
|
6
|
-
export type CartRemoveItemsRequest = {
|
|
7
|
-
ids: Array<string>;
|
|
8
|
-
};
|
|
9
|
-
export type CartRemoveItemsResponse = Cart;
|
|
10
|
-
export type CartUpdateItemsRequest = {
|
|
11
|
-
items?: Array<LineItem>;
|
|
12
|
-
};
|
|
13
|
-
export type CartUpdateItemsResponse = Cart;
|
|
14
|
-
export type CartDeleteResponse = {
|
|
15
|
-
success?: boolean;
|
|
16
|
-
};
|
|
17
|
-
export type CartGetOrCreateResponse = Cart;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { CmsPage, LandingPage, Media, ProductListingCriteria } from "../storeApi";
|
|
2
|
-
export type CMSPageResolveRequest = {
|
|
3
|
-
slots?: string;
|
|
4
|
-
} & ProductListingCriteria;
|
|
5
|
-
export type CMSPageResolveResponse = CmsPage;
|
|
6
|
-
export type ContactFormSubmitRequest = {
|
|
7
|
-
salutationId: string;
|
|
8
|
-
firstName?: string;
|
|
9
|
-
lastName?: string;
|
|
10
|
-
email: string;
|
|
11
|
-
phone?: string;
|
|
12
|
-
subject: string;
|
|
13
|
-
comment: string;
|
|
14
|
-
navigationId?: string;
|
|
15
|
-
slotId?: string;
|
|
16
|
-
cmsPageType?: string;
|
|
17
|
-
entityName?: string;
|
|
18
|
-
};
|
|
19
|
-
export type ContactFormSubmitResponse = {
|
|
20
|
-
success?: boolean;
|
|
21
|
-
};
|
|
22
|
-
export type LandingPageResolveRequest = {
|
|
23
|
-
slots?: string;
|
|
24
|
-
} & ProductListingCriteria;
|
|
25
|
-
export type LandingPageResolveResponse = LandingPage;
|
|
26
|
-
export type MediaEntityResolveRequest = {
|
|
27
|
-
ids: Array<string>;
|
|
28
|
-
};
|
|
29
|
-
export type MediaEntityResolveResponse = Array<Media>;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Customer, CustomerAddress, CustomerGroup } from "../storeApi";
|
|
2
|
-
export type CustomerLoginRequest = {
|
|
3
|
-
username: string;
|
|
4
|
-
password: string;
|
|
5
|
-
};
|
|
6
|
-
export type CustomerLoginResponse = {
|
|
7
|
-
redirectUrl?: string;
|
|
8
|
-
};
|
|
9
|
-
export type CustomerLogoutResponse = {
|
|
10
|
-
redirectUrl?: string;
|
|
11
|
-
};
|
|
12
|
-
export type CustomerRegisterRequest = {
|
|
13
|
-
email: string;
|
|
14
|
-
password: string;
|
|
15
|
-
salutationId: string;
|
|
16
|
-
firstName: string;
|
|
17
|
-
lastName: string;
|
|
18
|
-
acceptedDataProtection: boolean;
|
|
19
|
-
storefrontUrl: string;
|
|
20
|
-
billingAddress: CustomerAddress;
|
|
21
|
-
shippingAddress?: CustomerAddress;
|
|
22
|
-
accountType?: "private" | "business";
|
|
23
|
-
guest?: boolean;
|
|
24
|
-
birthdayDay?: number;
|
|
25
|
-
birthdayMonth?: number;
|
|
26
|
-
birthdayYear?: number;
|
|
27
|
-
title?: string;
|
|
28
|
-
affiliateCode?: string;
|
|
29
|
-
campaignCode?: string;
|
|
30
|
-
};
|
|
31
|
-
export type CustomerRegisterResponse = Customer;
|
|
32
|
-
export type CustomerRegisterGroupConfigResponse = CustomerGroup;
|
|
33
|
-
export type CustomerRegistrationConfirmRequest = {
|
|
34
|
-
hash: string;
|
|
35
|
-
em: string;
|
|
36
|
-
};
|
|
37
|
-
export type CustomerLoginImitateRequest = {
|
|
38
|
-
token: string;
|
|
39
|
-
customerId: string;
|
|
40
|
-
userId: string;
|
|
41
|
-
};
|
|
42
|
-
export type CustomerLoginImitateResponse = {
|
|
43
|
-
redirectUrl?: string;
|
|
44
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Criteria, EntitySearchResult, Order, StateMachineState } from "../storeApi";
|
|
2
|
-
export type OrderCancelRequest = {
|
|
3
|
-
orderId: string;
|
|
4
|
-
};
|
|
5
|
-
export type OrderCancelResponse = StateMachineState;
|
|
6
|
-
export type OrderDownloadFileResponse = Blob;
|
|
7
|
-
export type OrderFromCartRequest = {
|
|
8
|
-
customerComment?: string;
|
|
9
|
-
affiliateCode?: string;
|
|
10
|
-
campaignCode?: string;
|
|
11
|
-
};
|
|
12
|
-
export type OrderFromCartResponse = Order;
|
|
13
|
-
export type OrderListRequest = Criteria & {
|
|
14
|
-
checkPromotion?: boolean;
|
|
15
|
-
};
|
|
16
|
-
export type OrderListResponse = {
|
|
17
|
-
orders: Array<Order> & EntitySearchResult;
|
|
18
|
-
paymentChangeable: Record<string, boolean>;
|
|
19
|
-
};
|
|
20
|
-
export type OrderUpdatePaymentMethodRequest = {
|
|
21
|
-
paymentMethodId: string;
|
|
22
|
-
orderId: string;
|
|
23
|
-
};
|
|
24
|
-
export type OrderUpdatePaymentMethodResponse = {
|
|
25
|
-
success?: boolean;
|
|
26
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Criteria, EntitySearchResult, SeoUrlEntity, Sitemap } from "../storeApi";
|
|
2
|
-
export type SeoRouteListRequest = Criteria;
|
|
3
|
-
export type SeoRouteListResponse = EntitySearchResult & {
|
|
4
|
-
elements?: Array<SeoUrlEntity>;
|
|
5
|
-
};
|
|
6
|
-
export type SitemapDownloadResponse = Blob;
|
|
7
|
-
export type SitemapListResponse = Array<Sitemap>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Criteria, ProductListingResult } from "../storeApi";
|
|
2
|
-
export type WishlistGetRequest = Criteria;
|
|
3
|
-
export type WishlistGetResponse = {
|
|
4
|
-
wishlist?: {
|
|
5
|
-
customerId?: string;
|
|
6
|
-
salesChannelId?: string;
|
|
7
|
-
};
|
|
8
|
-
products?: ProductListingResult;
|
|
9
|
-
};
|
|
10
|
-
export type WishlistMergeOrCreateRequest = {
|
|
11
|
-
productIds?: Array<string>;
|
|
12
|
-
};
|
|
13
|
-
export type WishlistMergeOrCreateResponse = {
|
|
14
|
-
success?: boolean;
|
|
15
|
-
};
|
|
16
|
-
export type WishlistProductAddResponse = {
|
|
17
|
-
success?: boolean;
|
|
18
|
-
};
|
|
19
|
-
export type WishlistProductRemoveResponse = {
|
|
20
|
-
success?: boolean;
|
|
21
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from "./AccountClient";
|
|
2
|
-
export * from "./AddressClient";
|
|
3
|
-
export * from "./CartClient";
|
|
4
|
-
export * from "./CategoryClient";
|
|
5
|
-
export * from "./ContentClient";
|
|
6
|
-
export * from "./ContextClient";
|
|
7
|
-
export * from "./CustomerAuthenticationClient";
|
|
8
|
-
export * from "./DocumentClient";
|
|
9
|
-
export * from "./GatewayClient";
|
|
10
|
-
export * from "./NewsletterClient";
|
|
11
|
-
export * from "./OrderClient";
|
|
12
|
-
export * from "./PaymentClient";
|
|
13
|
-
export * from "./ProductClient";
|
|
14
|
-
export * from "./SeoClient";
|
|
15
|
-
export * from "./SystemClient";
|
|
16
|
-
export * from "./WishlistClient";
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { AggregationEntity, AggregationFilter, AggregationHistogram, AggregationMetrics, AggregationRange, AggregationTerms } from ".";
|
|
2
|
-
export type Aggregations = Array<AggregationEntity | AggregationFilter | AggregationHistogram | AggregationMetrics | AggregationRange | AggregationTerms>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CartDeliveryDate, CartDeliveryPosition, CartDeliveryShippingLocation } from ".";
|
|
2
|
-
import { CountryState } from "../country";
|
|
3
|
-
import { CalculatedPrice } from "../price";
|
|
4
|
-
import { ShippingMethod } from "../shippingMethod";
|
|
5
|
-
export type CartDelivery = {
|
|
6
|
-
deliveryDate?: CartDeliveryDate;
|
|
7
|
-
location?: CartDeliveryShippingLocation & {
|
|
8
|
-
state?: CountryState;
|
|
9
|
-
};
|
|
10
|
-
positions?: Array<CartDeliveryPosition>;
|
|
11
|
-
shippingCosts?: CalculatedPrice;
|
|
12
|
-
shippingMethod?: ShippingMethod;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { CartDeliveryDate } from ".";
|
|
2
|
-
import { LineItem } from "../lineItem";
|
|
3
|
-
import { CalculatedPrice } from "../price";
|
|
4
|
-
export type CartDeliveryPosition = {
|
|
5
|
-
deliveryDate?: CartDeliveryDate;
|
|
6
|
-
identifier?: string;
|
|
7
|
-
lineItem?: LineItem;
|
|
8
|
-
price?: CalculatedPrice;
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { Cart } from "./Cart";
|
|
2
|
-
export { CartDelivery } from "./CartDelivery";
|
|
3
|
-
export { CartDeliveryDate } from "./CartDeliveryDate";
|
|
4
|
-
export { CartDeliveryInformation } from "./CartDeliveryInformation";
|
|
5
|
-
export { CartDeliveryPosition } from "./CartDeliveryPosition";
|
|
6
|
-
export { CartDeliveryShippingLocation } from "./CartDeliveryShippingLocation";
|
|
7
|
-
export { CartDeliveryTime } from "./CartDeliveryTime";
|
|
8
|
-
export { CartError } from "./CartError";
|
|
9
|
-
export { CartItems } from "./CartItems";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export { Order } from "./Order";
|
|
2
|
-
export { OrderAddress } from "./OrderAddress";
|
|
3
|
-
export { OrderCustomer } from "./OrderCustomer";
|
|
4
|
-
export { OrderDelivery } from "./OrderDelivery";
|
|
5
|
-
export { OrderDeliveryPosition } from "./OrderDeliveryPosition";
|
|
6
|
-
export { OrderLineItem } from "./OrderLineItem";
|
|
7
|
-
export { OrderLineItemDownload } from "./OrderLineItemDownload";
|
|
8
|
-
export { OrderReturn } from "./OrderReturn";
|
|
9
|
-
export { OrderReturnLineItem } from "./OrderReturnLineItem";
|
|
10
|
-
export { OrderReturnLineItemReason } from "./OrderReturnLineItemReason";
|
|
11
|
-
export { OrderTransaction } from "./OrderTransaction";
|
|
12
|
-
export { OrderTransactionCapture } from "./OrderTransactionCapture";
|
|
13
|
-
export { OrderTransactionCaptureRefund } from "./OrderTransactionCaptureRefund";
|
|
14
|
-
export { OrderTransactionCaptureRefundPosition } from "./OrderTransactionCaptureRefundPosition";
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { Price } from "./Price";
|
|
2
|
-
export { CartPriceQuantity } from "./CartPriceQuantity";
|
|
3
|
-
export { CartPriceReference } from "./CartPriceReference";
|
|
4
|
-
export { CalculatedPrice } from "./CalculatedPrice";
|
|
5
|
-
export { CartListPrice } from "./CartListPrice";
|
|
6
|
-
export { CartRegulationPrice } from "./CartRegulationPrice";
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Filters } from "../filter";
|
|
2
|
-
import { Include, Query, Sort } from ".";
|
|
3
|
-
import { Aggregations } from "../aggregation";
|
|
4
|
-
import { TotalCountMode } from "../TotalCountMode";
|
|
5
|
-
export type Criteria = {
|
|
6
|
-
page?: number;
|
|
7
|
-
term?: string;
|
|
8
|
-
limit?: number;
|
|
9
|
-
filter?: Filters;
|
|
10
|
-
ids?: Array<string>;
|
|
11
|
-
query?: Array<Query>;
|
|
12
|
-
associations?: Array<Criteria>;
|
|
13
|
-
"post-filter"?: Filters;
|
|
14
|
-
sort?: Array<Sort>;
|
|
15
|
-
aggregations?: Aggregations;
|
|
16
|
-
fields?: Array<string>;
|
|
17
|
-
grouping?: Array<string>;
|
|
18
|
-
"total-count-mode"?: TotalCountMode;
|
|
19
|
-
includes?: Include;
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Include = Record<string, Array<string>>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|