@devite/shopware-client 1.0.1 → 1.1.0
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 +12140 -453
- package/dist/index.d.cts +11772 -1421
- package/dist/index.d.mts +11772 -1421
- package/dist/index.d.ts +11772 -1421
- package/dist/index.mjs +12140 -441
- 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 +1 -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} +7 -7
- package/dist/types/clients/store/CustomerAuthenticationClient.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/{index.d.ts → store/index.d.ts} +0 -1
- package/dist/types/index.d.ts +1 -3
- package/package.json +23 -2
- 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/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,5 +1,6 @@
|
|
|
1
1
|
export * from "./product";
|
|
2
2
|
export { Criteria } from "./Criteria";
|
|
3
|
-
export {
|
|
3
|
+
export { Includes } from "./Includes";
|
|
4
4
|
export { Query } from "./Query";
|
|
5
5
|
export { Sort } from "./Sort";
|
|
6
|
+
export { TotalCountMode } from "./TotalCountMode";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Criteria } from "../Criteria";
|
|
2
|
-
import { Filters
|
|
2
|
+
import { Filters } from "../../filter/Filters";
|
|
3
|
+
import { SimpleFilter } from "../../filter/SimpleFilter";
|
|
3
4
|
import { Sort } from "../Sort";
|
|
4
5
|
export type ProductListingCriteria = Criteria & {
|
|
5
6
|
order?: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Rounding } from "#types/api/global/Rounding";
|
|
3
|
+
export interface Currency {
|
|
3
4
|
id: string;
|
|
4
5
|
factor: number;
|
|
5
6
|
symbol: string;
|
|
@@ -10,17 +11,9 @@ export type Currency = {
|
|
|
10
11
|
isSystemDefault?: boolean;
|
|
11
12
|
taxFreeFrom?: number;
|
|
12
13
|
customFields?: GenericRecord;
|
|
13
|
-
itemRounding:
|
|
14
|
-
|
|
15
|
-
interval: number;
|
|
16
|
-
roundForNet: boolean;
|
|
17
|
-
};
|
|
18
|
-
totalRounding: {
|
|
19
|
-
decimals: number;
|
|
20
|
-
interval: number;
|
|
21
|
-
roundForNet: boolean;
|
|
22
|
-
};
|
|
14
|
+
itemRounding: Rounding;
|
|
15
|
+
totalRounding: Rounding;
|
|
23
16
|
readonly createdAt?: string;
|
|
24
17
|
readonly updatedAt?: string;
|
|
25
18
|
translated?: object;
|
|
26
|
-
}
|
|
19
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface DeliveryTime {
|
|
3
3
|
id: string;
|
|
4
4
|
name: string;
|
|
5
5
|
min: number;
|
|
@@ -9,4 +9,4 @@ export type DeliveryTime = {
|
|
|
9
9
|
readonly createdAt?: string;
|
|
10
10
|
readonly updatedAt?: string;
|
|
11
11
|
translated?: object;
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Media } from "./media";
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Media } from "./media/Media";
|
|
3
|
+
export interface PaymentMethod {
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
6
6
|
readonly distinguishableName?: string;
|
|
@@ -21,4 +21,4 @@ export type PaymentMethod = {
|
|
|
21
21
|
readonly updatedAt?: string;
|
|
22
22
|
translated?: object;
|
|
23
23
|
media?: Media;
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface Rule {
|
|
3
3
|
id?: string;
|
|
4
4
|
name: string;
|
|
5
5
|
description?: string;
|
|
@@ -7,4 +7,4 @@ export type Rule = {
|
|
|
7
7
|
readonly createdAt?: string;
|
|
8
8
|
readonly updatedAt?: string;
|
|
9
9
|
extensions?: any;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface Salutation {
|
|
3
3
|
id: string;
|
|
4
4
|
salutationKey: string;
|
|
5
5
|
displayName: string;
|
|
@@ -8,4 +8,4 @@ export type Salutation = {
|
|
|
8
8
|
readonly createdAt?: string;
|
|
9
9
|
readonly updatedAt?: string;
|
|
10
10
|
translated?: object;
|
|
11
|
-
}
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface StateMachineState {
|
|
3
3
|
id?: string;
|
|
4
4
|
technicalName: string;
|
|
5
5
|
name: string;
|
|
@@ -7,4 +7,4 @@ export type StateMachineState = {
|
|
|
7
7
|
readonly createdAt?: string;
|
|
8
8
|
readonly updatedAt?: string;
|
|
9
9
|
translated?: object;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface Tax {
|
|
3
3
|
id: string;
|
|
4
4
|
taxRate: number;
|
|
5
5
|
name: string;
|
|
@@ -7,4 +7,4 @@ export type Tax = {
|
|
|
7
7
|
customFields?: GenericRecord;
|
|
8
8
|
readonly createdAt?: string;
|
|
9
9
|
readonly updatedAt?: string;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface Unit {
|
|
3
3
|
id: string;
|
|
4
4
|
shortCode: string;
|
|
5
5
|
name: string;
|
|
@@ -7,4 +7,4 @@ export type Unit = {
|
|
|
7
7
|
readonly createdAt?: string;
|
|
8
8
|
readonly updatedAt?: string;
|
|
9
9
|
translated?: object;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { CalculatedPrice } from "../price";
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { CalculatedPrice } from "../price/CalculatedPrice";
|
|
2
|
+
import { CartItems } from "./CartItems";
|
|
3
|
+
import { CartError } from "./CartError";
|
|
4
|
+
import { CartDelivery } from "./delivery/CartDelivery";
|
|
5
|
+
export interface Cart {
|
|
4
6
|
name?: string;
|
|
5
7
|
token?: string;
|
|
6
8
|
price?: CalculatedPrice;
|
|
@@ -16,4 +18,4 @@ export type Cart = {
|
|
|
16
18
|
affiliateCode?: string | null;
|
|
17
19
|
campaignCode?: string | null;
|
|
18
20
|
id?: any;
|
|
19
|
-
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CartDeliveryDate } from "./CartDeliveryDate";
|
|
2
|
+
import { CartDeliveryShippingLocation } from "./CartDeliveryShippingLocation";
|
|
3
|
+
import { CountryState } from "../../country/CountryState";
|
|
4
|
+
import { CartDeliveryPosition } from "./CartDeliveryPosition";
|
|
5
|
+
import { CalculatedPrice } from "../../price/CalculatedPrice";
|
|
6
|
+
import { ShippingMethod } from "../../shippingMethod/ShippingMethod";
|
|
7
|
+
export interface CartDelivery {
|
|
8
|
+
deliveryDate?: CartDeliveryDate;
|
|
9
|
+
location?: CartDeliveryShippingLocation & {
|
|
10
|
+
state?: CountryState;
|
|
11
|
+
};
|
|
12
|
+
positions?: Array<CartDeliveryPosition>;
|
|
13
|
+
shippingCosts?: CalculatedPrice;
|
|
14
|
+
shippingMethod?: ShippingMethod;
|
|
15
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CartDeliveryTime } from "
|
|
2
|
-
export
|
|
1
|
+
import { CartDeliveryTime } from "./CartDeliveryTime";
|
|
2
|
+
export interface CartDeliveryInformation {
|
|
3
3
|
apiAlias: "cart_delivery_information";
|
|
4
4
|
freeDelivery?: boolean;
|
|
5
5
|
deliveryTime?: CartDeliveryTime;
|
|
@@ -9,4 +9,4 @@ export type CartDeliveryInformation = {
|
|
|
9
9
|
stock?: number;
|
|
10
10
|
weight?: number;
|
|
11
11
|
width?: number;
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CartDeliveryDate } from "./CartDeliveryDate";
|
|
2
|
+
import { LineItem } from "../../lineItem/LineItem";
|
|
3
|
+
import { CalculatedPrice } from "../../price/CalculatedPrice";
|
|
4
|
+
export interface CartDeliveryPosition {
|
|
5
|
+
deliveryDate?: CartDeliveryDate;
|
|
6
|
+
identifier?: string;
|
|
7
|
+
lineItem?: LineItem;
|
|
8
|
+
price?: CalculatedPrice;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Country } from "../../country/Country";
|
|
2
|
+
import { CustomerAddress } from "../../customer/address/CustomerAddress";
|
|
3
|
+
export interface CartDeliveryShippingLocation {
|
|
4
|
+
apiAlias?: "cart_delivery_shipping_location";
|
|
5
|
+
country?: Country;
|
|
6
|
+
address?: CustomerAddress;
|
|
7
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Media } from "../media";
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Media } from "../media/Media";
|
|
3
3
|
import { Tag } from "../Tag";
|
|
4
|
-
import { CmsPage } from "../cms";
|
|
5
|
-
import { SeoUrlEntity } from "../seo";
|
|
6
|
-
export
|
|
4
|
+
import { CmsPage } from "../cms/CmsPage";
|
|
5
|
+
import { SeoUrlEntity } from "../seo/SeoUrlEntity";
|
|
6
|
+
export interface Category {
|
|
7
7
|
apiAlias: "category";
|
|
8
8
|
id: string;
|
|
9
9
|
versionId?: string;
|
|
@@ -13,7 +13,7 @@ export type Category = {
|
|
|
13
13
|
afterCategoryVersionId?: string;
|
|
14
14
|
mediaId?: string;
|
|
15
15
|
displayNestedProducts?: boolean;
|
|
16
|
-
readonly breadcrumb: Array<
|
|
16
|
+
readonly breadcrumb: Array<object>;
|
|
17
17
|
readonly level?: number;
|
|
18
18
|
readonly path?: string;
|
|
19
19
|
readonly childCount: number;
|
|
@@ -39,7 +39,7 @@ export type Category = {
|
|
|
39
39
|
readonly createdAt?: string;
|
|
40
40
|
readonly updatedAt?: string;
|
|
41
41
|
translated: {
|
|
42
|
-
breadcrumb: Array<
|
|
42
|
+
breadcrumb: Array<string>;
|
|
43
43
|
};
|
|
44
44
|
parent?: Category;
|
|
45
45
|
children: Array<Category>;
|
|
@@ -47,4 +47,4 @@ export type Category = {
|
|
|
47
47
|
tags?: Array<Tag>;
|
|
48
48
|
cmsPage?: CmsPage;
|
|
49
49
|
seoUrls?: Array<SeoUrlEntity>;
|
|
50
|
-
}
|
|
50
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export interface MainCategory {
|
|
2
2
|
id: string;
|
|
3
3
|
productId: string;
|
|
4
4
|
productVersionId?: string;
|
|
@@ -7,4 +7,4 @@ export type MainCategory = {
|
|
|
7
7
|
salesChannelId: string;
|
|
8
8
|
readonly createdAt?: string;
|
|
9
9
|
readonly updatedAt?: string;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { BackgroundMediaMode
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { BackgroundMediaMode } from "./BackgroundMediaMode";
|
|
2
|
+
import { Visibility } from "./Visibility";
|
|
3
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
4
|
+
import { Media } from "../media/Media";
|
|
5
|
+
import { CmsSlot } from "./CmsSlot";
|
|
6
|
+
export interface CmsBlock {
|
|
5
7
|
apiAlias: "cms_block";
|
|
6
8
|
id?: string;
|
|
7
9
|
position: number;
|
|
@@ -25,4 +27,4 @@ export type CmsBlock = {
|
|
|
25
27
|
readonly updatedAt?: string;
|
|
26
28
|
backgroundMedia?: Media;
|
|
27
29
|
slots?: Array<CmsSlot>;
|
|
28
|
-
}
|
|
30
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { CmsSection
|
|
3
|
-
import { Media } from "../media";
|
|
4
|
-
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CmsSection } from "./CmsSection";
|
|
3
|
+
import { Media } from "../media/Media";
|
|
4
|
+
import { LandingPage } from "./LandingPage";
|
|
5
|
+
export interface CmsPage {
|
|
5
6
|
apiAlias: "cms_page";
|
|
6
7
|
id: string;
|
|
7
8
|
versionId?: string;
|
|
@@ -20,4 +21,4 @@ export type CmsPage = {
|
|
|
20
21
|
sections?: Array<CmsSection>;
|
|
21
22
|
previewMedia?: Media;
|
|
22
23
|
landingPages?: Array<LandingPage>;
|
|
23
|
-
}
|
|
24
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { BackgroundMediaMode
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { BackgroundMediaMode } from "./BackgroundMediaMode";
|
|
2
|
+
import { Visibility } from "./Visibility";
|
|
3
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
4
|
+
import { CmsPage } from "./CmsPage";
|
|
5
|
+
import { Media } from "../media/Media";
|
|
6
|
+
import { CmsBlock } from "./CmsBlock";
|
|
7
|
+
export interface CmsSection {
|
|
5
8
|
apiAlias: "cms_section";
|
|
6
9
|
id?: string;
|
|
7
10
|
position: number;
|
|
@@ -22,4 +25,4 @@ export type CmsSection = {
|
|
|
22
25
|
page?: CmsPage;
|
|
23
26
|
backgroundMedia?: Media;
|
|
24
27
|
blocks?: Array<CmsBlock>;
|
|
25
|
-
}
|
|
28
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { CmsBlock } from "
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CmsBlock } from "./CmsBlock";
|
|
3
|
+
export interface CmsSlot {
|
|
4
4
|
id: string;
|
|
5
5
|
versionId?: string;
|
|
6
6
|
type: "image" | "text" | "form" | "product-listing" | "category-navigation" | "product-box" | "buy-box" | "sidebar-filter";
|
|
@@ -17,4 +17,4 @@ export type CmsSlot = {
|
|
|
17
17
|
translated?: object;
|
|
18
18
|
block?: CmsBlock;
|
|
19
19
|
VersionId?: string;
|
|
20
|
-
}
|
|
20
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { CmsPage } from "
|
|
3
|
-
import { SeoUrlEntity } from "../seo";
|
|
4
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CmsPage } from "./CmsPage";
|
|
3
|
+
import { SeoUrlEntity } from "../seo/SeoUrlEntity";
|
|
4
|
+
export interface LandingPage {
|
|
5
5
|
apiAlias: "landing_page";
|
|
6
6
|
id: string;
|
|
7
7
|
versionId?: string;
|
|
@@ -20,4 +20,4 @@ export type LandingPage = {
|
|
|
20
20
|
translated?: object;
|
|
21
21
|
cmsPage?: CmsPage;
|
|
22
22
|
seoUrls?: Array<SeoUrlEntity>;
|
|
23
|
-
}
|
|
23
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { CountryState } from "
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CountryState } from "./CountryState";
|
|
3
|
+
export interface Country {
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
6
6
|
iso?: string;
|
|
@@ -37,4 +37,4 @@ export type Country = {
|
|
|
37
37
|
states?: Array<CountryState>;
|
|
38
38
|
taxFree?: boolean;
|
|
39
39
|
companyTaxFree?: boolean;
|
|
40
|
-
}
|
|
40
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface CountryState {
|
|
3
3
|
id: string;
|
|
4
4
|
countryId: string;
|
|
5
5
|
shortCode: string;
|
|
@@ -10,4 +10,4 @@ export type CountryState = {
|
|
|
10
10
|
readonly createdAt?: string;
|
|
11
11
|
readonly updatedAt?: string;
|
|
12
12
|
translated?: object;
|
|
13
|
-
}
|
|
13
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import {
|
|
3
|
-
import { Language } from "../locale";
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CustomerGroup } from "./CustomerGroup";
|
|
3
|
+
import { Language } from "../locale/Language";
|
|
4
4
|
import { PaymentMethod } from "../PaymentMethod";
|
|
5
|
+
import { CustomerAddress } from "./address/CustomerAddress";
|
|
5
6
|
import { Salutation } from "../Salutation";
|
|
6
7
|
import { Tag } from "../Tag";
|
|
7
|
-
export
|
|
8
|
+
export interface Customer {
|
|
8
9
|
apiAlias: "customer";
|
|
9
10
|
id: string;
|
|
10
11
|
groupId: string;
|
|
@@ -58,4 +59,4 @@ export type Customer = {
|
|
|
58
59
|
extensions?: {
|
|
59
60
|
specificFeatures?: any;
|
|
60
61
|
};
|
|
61
|
-
}
|
|
62
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface CustomerGroup {
|
|
3
3
|
id: string;
|
|
4
4
|
name: string;
|
|
5
5
|
displayGross?: boolean;
|
|
@@ -17,4 +17,4 @@ export type CustomerGroup = {
|
|
|
17
17
|
registrationSeoMetaDescription?: string;
|
|
18
18
|
registrationTitle?: string;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}
|
package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddressBody.d.ts
RENAMED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Country
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Country } from "../../country/Country";
|
|
3
|
+
import { CountryState } from "../../country/CountryState";
|
|
4
|
+
import { Salutation } from "../../Salutation";
|
|
5
|
+
export interface CustomerAddressBody {
|
|
5
6
|
countryId: string;
|
|
6
7
|
countryStateId?: string;
|
|
7
8
|
salutationId?: string;
|
|
@@ -20,4 +21,4 @@ export type CustomerAddressBody = {
|
|
|
20
21
|
country?: Country;
|
|
21
22
|
countryState?: CountryState;
|
|
22
23
|
salutation?: Salutation;
|
|
23
|
-
}
|
|
24
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { ShopwareDocumentType } from "
|
|
3
|
-
import { Order } from "../order";
|
|
4
|
-
import { Media } from "../media";
|
|
5
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { ShopwareDocumentType } from "./ShopwareDocumentType";
|
|
3
|
+
import { Order } from "../order/Order";
|
|
4
|
+
import { Media } from "../media/Media";
|
|
5
|
+
export interface ShopwareDocument {
|
|
6
6
|
id: string;
|
|
7
7
|
documentTypeId: string;
|
|
8
8
|
fileType: string;
|
|
@@ -26,4 +26,4 @@ export type ShopwareDocument = {
|
|
|
26
26
|
referencedDocument?: ShopwareDocument;
|
|
27
27
|
dependantDocuments?: Array<ShopwareDocument>;
|
|
28
28
|
documentMediaFile?: Media;
|
|
29
|
-
}
|
|
29
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Media } from "../media";
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Media } from "../media/Media";
|
|
3
|
+
export interface ShopwareDocumentBaseConfig {
|
|
4
4
|
id: string;
|
|
5
5
|
documentTypeId: string;
|
|
6
6
|
logoId?: string;
|
|
@@ -14,4 +14,4 @@ export type ShopwareDocumentBaseConfig = {
|
|
|
14
14
|
customFields?: GenericRecord;
|
|
15
15
|
readonly updatedAt?: string;
|
|
16
16
|
logo?: Media;
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface ShopwareDocumentType {
|
|
3
3
|
id: string;
|
|
4
4
|
name: string;
|
|
5
5
|
technicalName: string;
|
|
@@ -7,4 +7,4 @@ export type ShopwareDocumentType = {
|
|
|
7
7
|
readonly updatedAt?: string;
|
|
8
8
|
customFields?: GenericRecord;
|
|
9
9
|
translated?: object;
|
|
10
|
-
}
|
|
10
|
+
}
|