@devite/shopware-client 1.8.0 → 1.9.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/README.md +6 -6
- package/dist/index.cjs +0 -139
- package/dist/index.d.cts +1007 -3628
- package/dist/index.d.mts +1007 -3628
- package/dist/index.d.ts +1007 -3628
- package/dist/index.mjs +0 -139
- package/dist/types/api/admin/DeliveryTime.d.ts +0 -2
- package/dist/types/api/admin/LogEntry.d.ts +3 -4
- package/dist/types/api/admin/Notification.d.ts +2 -8
- package/dist/types/api/admin/Salutation.d.ts +1 -1
- package/dist/types/api/admin/ScheduledTask.d.ts +5 -5
- package/dist/types/api/admin/ShopwarePlugin.d.ts +12 -19
- package/dist/types/api/admin/SystemConfigEntry.d.ts +2 -5
- package/dist/types/api/admin/Tag.d.ts +4 -10
- package/dist/types/api/admin/acl/AclRole.d.ts +3 -9
- package/dist/types/api/admin/acl/AclUserRole.d.ts +2 -2
- package/dist/types/api/admin/app/App.d.ts +9 -42
- package/dist/types/api/admin/app/AppActionButton.d.ts +4 -9
- package/dist/types/api/admin/app/index.d.ts +0 -4
- package/dist/types/api/admin/category/Category.d.ts +3 -8
- package/dist/types/api/admin/category/index.d.ts +0 -1
- package/dist/types/api/admin/cms/CmsBlock.d.ts +1 -1
- package/dist/types/api/admin/cms/CmsPage.d.ts +2 -4
- package/dist/types/api/admin/cms/CmsSection.d.ts +1 -1
- package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +0 -4
- package/dist/types/api/admin/cms/landingPage/index.d.ts +0 -2
- package/dist/types/api/admin/country/Country.d.ts +0 -11
- package/dist/types/api/admin/currency/Currency.d.ts +0 -11
- package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +4 -4
- package/dist/types/api/admin/custom/field/CustomField.d.ts +5 -8
- package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +3 -12
- package/dist/types/api/admin/custom/field/set/index.d.ts +0 -1
- package/dist/types/api/admin/custom/index.d.ts +0 -1
- package/dist/types/api/admin/customer/Customer.d.ts +12 -19
- package/dist/types/api/admin/customer/CustomerAddress.d.ts +1 -3
- package/dist/types/api/admin/customer/group/CustomerGroup.d.ts +0 -1
- package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +2 -2
- package/dist/types/api/admin/customer/index.d.ts +0 -3
- package/dist/types/api/admin/document/ShopwareDocument.d.ts +1 -1
- package/dist/types/api/admin/document/{baseConfig/ShopwareDocumentBaseConfig.d.ts → ShopwareDocumentBaseConfig.d.ts} +2 -4
- package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +1 -3
- package/dist/types/api/admin/document/index.d.ts +1 -1
- package/dist/types/api/admin/index.d.ts +0 -9
- package/dist/types/api/admin/locale/Language.d.ts +2 -20
- package/dist/types/api/admin/locale/Locale.d.ts +0 -2
- package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +3 -6
- package/dist/types/api/admin/mail/template/MailTemplate.d.ts +6 -7
- package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +1 -5
- package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +6 -6
- package/dist/types/api/admin/media/Media.d.ts +1 -83
- package/dist/types/api/admin/media/index.d.ts +0 -2
- package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +2 -4
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +8 -15
- package/dist/types/api/admin/newsletterRecipient/index.d.ts +0 -1
- package/dist/types/api/admin/numberRange/NumberRange.d.ts +5 -8
- package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +2 -2
- package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +3 -8
- package/dist/types/api/admin/numberRange/index.d.ts +0 -1
- package/dist/types/api/admin/order/Order.d.ts +9 -10
- package/dist/types/api/admin/order/OrderAddress.d.ts +1 -7
- package/dist/types/api/admin/order/OrderCustomer.d.ts +2 -6
- package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +2 -4
- package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +0 -2
- package/dist/types/api/admin/order/index.d.ts +0 -3
- package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +2 -6
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +2 -2
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +2 -2
- package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +2 -14
- package/dist/types/api/admin/paymentMethod/index.d.ts +0 -1
- package/dist/types/api/admin/product/Product.d.ts +12 -38
- package/dist/types/api/admin/product/ProductDownload.d.ts +5 -5
- package/dist/types/api/admin/product/ProductManufacturer.d.ts +0 -2
- package/dist/types/api/admin/product/ProductMedia.d.ts +3 -8
- package/dist/types/api/admin/product/ProductOption.d.ts +0 -4
- package/dist/types/api/admin/product/ProductPrice.d.ts +5 -9
- package/dist/types/api/admin/product/ProductProperty.d.ts +0 -4
- package/dist/types/api/admin/product/ProductReview.d.ts +5 -0
- package/dist/types/api/admin/product/ProductSorting.d.ts +5 -5
- package/dist/types/api/admin/product/category/ProductCategory.d.ts +0 -4
- package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +0 -4
- package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +0 -4
- package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +1 -6
- package/dist/types/api/admin/product/index.d.ts +1 -9
- package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +5 -5
- package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +4 -4
- package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +4 -5
- package/dist/types/api/admin/product/stream/ProductStream.d.ts +0 -4
- package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +10 -8
- package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +1 -1
- package/dist/types/api/admin/promotion/Promotion.d.ts +1 -1
- package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +3 -3
- package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +1 -1
- package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +3 -3
- package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +5 -5
- package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +4 -7
- package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +2 -5
- package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +1 -1
- package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +1 -1
- package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +1 -1
- package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +1 -1
- package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +1 -1
- package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +0 -5
- package/dist/types/api/admin/rule/Rule.d.ts +0 -23
- package/dist/types/api/admin/rule/RuleCondition.d.ts +7 -10
- package/dist/types/api/admin/rule/index.d.ts +0 -1
- package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +22 -78
- package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +5 -14
- package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +6 -9
- package/dist/types/api/admin/salesChannel/index.d.ts +0 -6
- package/dist/types/api/admin/seo/SeoUrl.d.ts +9 -13
- package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +5 -5
- package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +4 -7
- package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +2 -15
- package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +0 -3
- package/dist/types/api/admin/shippingMethod/index.d.ts +0 -1
- package/dist/types/api/admin/stateMachine/StateMachine.d.ts +4 -4
- package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +8 -8
- package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +0 -16
- package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +5 -5
- package/dist/types/api/admin/tax/Tax.d.ts +0 -4
- package/dist/types/api/admin/tax/TaxProvider.d.ts +1 -1
- package/dist/types/api/admin/tax/rule/TaxRule.d.ts +5 -8
- package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +3 -3
- package/dist/types/api/admin/user/User.d.ts +12 -36
- package/dist/types/api/admin/user/UserAccessKey.d.ts +2 -5
- package/dist/types/api/admin/user/UserConfig.d.ts +2 -5
- package/dist/types/api/admin/user/index.d.ts +0 -1
- package/dist/types/api/admin/webhook/Webhook.d.ts +4 -8
- package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +4 -8
- package/dist/types/api/global/GenericRecord.d.ts +1 -1
- package/dist/types/api/global/aggregation/AggregationEntity.d.ts +1 -1
- package/dist/types/api/global/filter/EqualsFilter.d.ts +1 -1
- package/dist/types/api/global/filter/RangeFilter.d.ts +1 -1
- package/dist/types/api/global/filter/SimpleFilter.d.ts +1 -1
- package/dist/types/api/global/price/Price.d.ts +4 -9
- package/dist/types/api/global/query/Criteria.d.ts +7 -11
- package/dist/types/api/global/query/Sort.d.ts +1 -1
- package/dist/types/api/global/query/index.d.ts +0 -2
- package/dist/types/api/global/query/product/ProductListingCriteria.d.ts +3 -12
- package/dist/types/api/global/query/product/index.d.ts +0 -1
- package/dist/types/api/store/Currency.d.ts +6 -8
- package/dist/types/api/store/DeliveryTime.d.ts +1 -1
- package/dist/types/api/store/EntitySearchResult.d.ts +1 -2
- package/dist/types/api/store/PaymentMethod.d.ts +6 -9
- package/dist/types/api/store/Rule.d.ts +2 -3
- package/dist/types/api/store/Salutation.d.ts +1 -1
- package/dist/types/api/store/StateMachineState.d.ts +3 -3
- package/dist/types/api/store/Tag.d.ts +1 -1
- package/dist/types/api/store/Tax.d.ts +3 -3
- package/dist/types/api/store/Unit.d.ts +4 -4
- package/dist/types/api/store/cart/Cart.d.ts +2 -12
- package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +0 -5
- package/dist/types/api/store/cart/delivery/CartDeliveryInformation.d.ts +4 -5
- package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +1 -1
- package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +1 -1
- package/dist/types/api/store/cart/lineItem/CartLineItem.d.ts +8 -16
- package/dist/types/api/store/cart/lineItem/CartLineItemType.d.ts +1 -1
- package/dist/types/api/store/category/Category.d.ts +16 -19
- package/dist/types/api/store/category/MainCategory.d.ts +7 -5
- package/dist/types/api/store/cms/CmsBlock.d.ts +10 -10
- package/dist/types/api/store/cms/CmsPage.d.ts +7 -7
- package/dist/types/api/store/cms/CmsSection.d.ts +5 -5
- package/dist/types/api/store/cms/CmsSlot.d.ts +6 -7
- package/dist/types/api/store/cms/LandingPage.d.ts +7 -7
- package/dist/types/api/store/country/Country.d.ts +9 -9
- package/dist/types/api/store/country/CountryState.d.ts +5 -5
- package/dist/types/api/store/customer/Customer.d.ts +25 -37
- package/dist/types/api/store/customer/CustomerGroup.d.ts +5 -10
- package/dist/types/api/store/customer/address/CustomerAddress.d.ts +2 -2
- package/dist/types/api/store/customer/address/CustomerAddressBody.d.ts +10 -10
- package/dist/types/api/store/document/ShopwareDocument.d.ts +10 -13
- package/dist/types/api/store/document/ShopwareDocumentBaseConfig.d.ts +8 -7
- package/dist/types/api/store/document/ShopwareDocumentType.d.ts +3 -3
- package/dist/types/api/store/locale/Language.d.ts +6 -6
- package/dist/types/api/store/locale/Locale.d.ts +4 -4
- package/dist/types/api/store/media/Media.d.ts +15 -14
- package/dist/types/api/store/media/MediaThumbnail.d.ts +5 -3
- package/dist/types/api/store/media/ProductMedia.d.ts +4 -4
- package/dist/types/api/store/order/Order.d.ts +18 -23
- package/dist/types/api/store/order/OrderAddress.d.ts +1 -1
- package/dist/types/api/store/order/OrderCustomer.d.ts +5 -5
- package/dist/types/api/store/order/OrderLineItem.d.ts +15 -21
- package/dist/types/api/store/order/OrderLineItemDownload.d.ts +5 -6
- package/dist/types/api/store/order/OrderPrice.d.ts +2 -5
- package/dist/types/api/store/order/delivery/OrderDelivery.d.ts +7 -7
- package/dist/types/api/store/order/delivery/OrderDeliveryPosition.d.ts +8 -6
- package/dist/types/api/store/order/delivery/index.d.ts +2 -0
- package/dist/types/api/store/order/index.d.ts +2 -0
- package/dist/types/api/store/order/transaction/OrderTransaction.d.ts +7 -8
- package/dist/types/api/store/order/transaction/{OrderTransactionCapture.d.ts → capture/OrderTransactionCapture.d.ts} +11 -11
- package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefund.d.ts → capture/OrderTransactionCaptureRefund.d.ts} +10 -10
- package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefundPosition.d.ts → capture/OrderTransactionCaptureRefundPosition.d.ts} +9 -9
- package/dist/types/api/store/order/transaction/capture/index.d.ts +3 -0
- package/dist/types/api/store/order/transaction/index.d.ts +2 -0
- package/dist/types/api/store/price/CalculatedPrice.d.ts +10 -16
- package/dist/types/api/store/price/cart/CartPriceQuantity.d.ts +3 -7
- package/dist/types/api/store/price/cart/CartPriceReference.d.ts +3 -3
- package/dist/types/api/store/product/Product.d.ts +39 -70
- package/dist/types/api/store/product/ProductDownload.d.ts +5 -5
- package/dist/types/api/store/product/ProductListingResult.d.ts +4 -6
- package/dist/types/api/store/product/ProductManufacturer.d.ts +5 -5
- package/dist/types/api/store/product/{review/ProductReview.d.ts → ProductReview.d.ts} +6 -8
- package/dist/types/api/store/product/ProductStream.d.ts +3 -3
- package/dist/types/api/store/product/crossSelling/CrossSellingElement.d.ts +2 -2
- package/dist/types/api/store/product/crossSelling/ProductCrossSelling.d.ts +6 -6
- package/dist/types/api/store/product/index.d.ts +0 -1
- package/dist/types/api/store/propertyGroup/PropertyGroup.d.ts +6 -8
- package/dist/types/api/store/propertyGroup/PropertyGroupOption.d.ts +6 -6
- package/dist/types/api/store/salesChannel/SalesChannel.d.ts +27 -17
- package/dist/types/api/store/salesChannel/SalesChannelContext.d.ts +8 -21
- package/dist/types/api/store/seo/SeoUrlEntity.d.ts +5 -7
- package/dist/types/api/store/shippingMethod/ShippingMethod.d.ts +11 -16
- package/dist/types/api/store/shippingMethod/ShippingMethodPrice.d.ts +5 -4
- package/dist/types/clients/admin/MailClient.d.ts +8 -9
- package/dist/types/clients/admin/OrderClient.d.ts +1 -1
- package/dist/types/clients/store/AccountClient.d.ts +2 -2
- package/dist/types/clients/store/AddressClient.d.ts +2 -2
- package/dist/types/clients/store/ProductClient.d.ts +4 -5
- package/package.json +19 -14
- package/dist/types/api/admin/Script.d.ts +0 -12
- package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +0 -8
- package/dist/types/api/admin/app/AppCmsBlock.d.ts +0 -14
- package/dist/types/api/admin/app/AppScriptCondition.d.ts +0 -17
- package/dist/types/api/admin/app/AppTemplate.d.ts +0 -11
- package/dist/types/api/admin/cart/Cart.d.ts +0 -12
- package/dist/types/api/admin/cart/CartItem.d.ts +0 -4
- package/dist/types/api/admin/cart/index.d.ts +0 -2
- package/dist/types/api/admin/category/CategoryTag.d.ts +0 -10
- package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +0 -10
- package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +0 -10
- package/dist/types/api/admin/custom/CustomEntity.d.ts +0 -16
- package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +0 -9
- package/dist/types/api/admin/customer/CustomerRecovery.d.ts +0 -9
- package/dist/types/api/admin/customer/CustomerTag.d.ts +0 -9
- package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +0 -15
- package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +0 -12
- package/dist/types/api/admin/customer/wishlist/index.d.ts +0 -2
- package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +0 -14
- package/dist/types/api/admin/document/baseConfig/index.d.ts +0 -2
- package/dist/types/api/admin/flow/Flow.d.ts +0 -18
- package/dist/types/api/admin/flow/FlowSequence.d.ts +0 -25
- package/dist/types/api/admin/flow/FlowTemplate.d.ts +0 -7
- package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +0 -27
- package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +0 -14
- package/dist/types/api/admin/flow/app/index.d.ts +0 -2
- package/dist/types/api/admin/flow/index.d.ts +0 -4
- package/dist/types/api/admin/importExport/ImportExportFile.d.ts +0 -12
- package/dist/types/api/admin/importExport/ImportExportLog.d.ts +0 -24
- package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +0 -20
- package/dist/types/api/admin/importExport/index.d.ts +0 -3
- package/dist/types/api/admin/integration/Integration.d.ts +0 -32
- package/dist/types/api/admin/integration/IntegrationRole.d.ts +0 -9
- package/dist/types/api/admin/integration/index.d.ts +0 -2
- package/dist/types/api/admin/media/MediaTag.d.ts +0 -9
- package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +0 -10
- package/dist/types/api/admin/media/folder/MediaFolder.d.ts +0 -22
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +0 -16
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +0 -9
- package/dist/types/api/admin/media/folder/configuration/index.d.ts +0 -2
- package/dist/types/api/admin/media/folder/index.d.ts +0 -3
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +0 -9
- package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +0 -14
- package/dist/types/api/admin/order/OrderTag.d.ts +0 -10
- package/dist/types/api/admin/order/return/OrderReturn.d.ts +0 -17
- package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +0 -18
- package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +0 -8
- package/dist/types/api/admin/order/return/index.d.ts +0 -1
- package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +0 -10
- package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +0 -7
- package/dist/types/api/admin/order/warehouse/index.d.ts +0 -2
- package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +0 -22
- package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +0 -8
- package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +0 -9
- package/dist/types/api/admin/product/ProductExport.d.ts +0 -32
- package/dist/types/api/admin/product/ProductFeatureSet.d.ts +0 -11
- package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +0 -8
- package/dist/types/api/admin/product/ProductTag.d.ts +0 -11
- package/dist/types/api/admin/product/ProductVisibility.d.ts +0 -13
- package/dist/types/api/admin/product/review/ProductReview.d.ts +0 -14
- package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +0 -2
- package/dist/types/api/admin/product/review/index.d.ts +0 -2
- package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +0 -7
- package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +0 -6
- package/dist/types/api/admin/product/warehouse/index.d.ts +0 -2
- package/dist/types/api/admin/rule/RuleTag.d.ts +0 -9
- package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +0 -11
- package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +0 -31
- package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +0 -9
- package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +0 -9
- package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +0 -9
- package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +0 -9
- package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +0 -9
- package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +0 -9
- package/dist/types/api/admin/snippet/Snippet.d.ts +0 -13
- package/dist/types/api/admin/snippet/SnippetSet.d.ts +0 -13
- package/dist/types/api/admin/snippet/index.d.ts +0 -2
- package/dist/types/api/admin/subscription/Subscription.d.ts +0 -27
- package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +0 -6
- package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +0 -15
- package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +0 -9
- package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +0 -5
- package/dist/types/api/admin/subscription/index.d.ts +0 -6
- package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +0 -11
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +0 -5
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +0 -6
- package/dist/types/api/admin/subscription/plan/index.d.ts +0 -3
- package/dist/types/api/admin/theme/Theme.d.ts +0 -25
- package/dist/types/api/admin/theme/ThemeChild.d.ts +0 -8
- package/dist/types/api/admin/theme/ThemeMedia.d.ts +0 -9
- package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +0 -9
- package/dist/types/api/admin/theme/index.d.ts +0 -4
- package/dist/types/api/admin/user/UserRecovery.d.ts +0 -9
- package/dist/types/api/admin/warehouse/Warehouse.d.ts +0 -5
- package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +0 -7
- package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +0 -6
- package/dist/types/api/admin/warehouse/index.d.ts +0 -1
- package/dist/types/api/global/query/Includes.d.ts +0 -1
- package/dist/types/api/global/query/Query.d.ts +0 -8
- package/dist/types/api/global/query/product/ProductListingFlags.d.ts +0 -4
- package/dist/types/api/store/order/return/OrderReturn.d.ts +0 -14
- package/dist/types/api/store/order/return/OrderReturnLineItem.d.ts +0 -14
- package/dist/types/api/store/order/return/OrderReturnLineItemReason.d.ts +0 -6
- package/dist/types/api/store/product/ProductConfiguratorSetting.d.ts +0 -18
- package/dist/types/api/store/product/review/ProductReviewSummary.d.ts +0 -8
|
@@ -1,24 +1,34 @@
|
|
|
1
|
+
import { Rounding } from "#types/api/global/Rounding";
|
|
2
|
+
import { PaymentMethod } from "../PaymentMethod";
|
|
3
|
+
import { ShippingMethod } from "../shippingMethod/ShippingMethod";
|
|
4
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
5
|
+
import { Country } from "../country/Country";
|
|
6
|
+
import { Currency } from "../Currency";
|
|
7
|
+
import { Language } from "../locale/Language";
|
|
1
8
|
export interface SalesChannel {
|
|
2
9
|
id: string;
|
|
3
|
-
|
|
10
|
+
readonly createdAt?: string;
|
|
11
|
+
readonly updatedAt?: string;
|
|
12
|
+
active?: boolean;
|
|
13
|
+
name: string;
|
|
14
|
+
hreflangActive?: boolean;
|
|
15
|
+
itemRounding?: Rounding;
|
|
16
|
+
totalRounding?: Rounding;
|
|
4
17
|
languageId: string;
|
|
18
|
+
language?: Language;
|
|
19
|
+
languages?: Array<Language>;
|
|
20
|
+
countries?: Array<Country>;
|
|
5
21
|
currencyId: string;
|
|
22
|
+
currencyIds?: Array<string>;
|
|
23
|
+
currencies?: Array<Currency>;
|
|
6
24
|
paymentMethodId: string;
|
|
25
|
+
paymentMethod?: PaymentMethod;
|
|
26
|
+
paymentMethodIds?: Array<string>;
|
|
27
|
+
paymentMethods?: Array<PaymentMethod>;
|
|
7
28
|
shippingMethodId: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
name: string;
|
|
14
|
-
shortName?: string;
|
|
15
|
-
accessKey: string;
|
|
16
|
-
active?: boolean;
|
|
17
|
-
maintenance?: boolean;
|
|
18
|
-
maintenanceIpWhitelist?: string;
|
|
19
|
-
mailHeaderFooterId?: string;
|
|
20
|
-
customerGroupId: string;
|
|
21
|
-
hreflangActive?: boolean;
|
|
22
|
-
hreflangDefaultDomainId?: string;
|
|
23
|
-
analyticsId?: string;
|
|
29
|
+
shippingMethod?: ShippingMethod;
|
|
30
|
+
shippingMethodIds?: Array<string>;
|
|
31
|
+
shippingMethods?: Array<ShippingMethod>;
|
|
32
|
+
customFields?: GenericRecord;
|
|
33
|
+
translated?: Record<string, string>;
|
|
24
34
|
}
|
|
@@ -3,41 +3,28 @@ import { CustomerGroup } from "../customer/CustomerGroup";
|
|
|
3
3
|
import { SalesChannel } from "./SalesChannel";
|
|
4
4
|
import { Customer } from "../customer/Customer";
|
|
5
5
|
import { PaymentMethod } from "../PaymentMethod";
|
|
6
|
-
import { CartDeliveryShippingLocation } from "../cart/delivery/CartDeliveryShippingLocation";
|
|
7
6
|
import { ShippingMethod } from "../shippingMethod/ShippingMethod";
|
|
8
7
|
import { PricingCashRoundingConfig } from "#types/api/global/dal/PricingCashRoundingConfig";
|
|
9
8
|
export interface SalesChannelContext {
|
|
10
9
|
apiAlias: "sales_channel_context";
|
|
10
|
+
token?: string;
|
|
11
|
+
imitatingUserId?: string;
|
|
12
|
+
customer?: Customer;
|
|
13
|
+
currentCustomerGroup?: CustomerGroup;
|
|
14
|
+
fallbackCustomerGroup?: CustomerGroup;
|
|
11
15
|
context?: {
|
|
12
16
|
apiAlias: "context";
|
|
13
|
-
|
|
14
|
-
versionId?: string;
|
|
15
|
-
currencyId?: string;
|
|
17
|
+
taxState?: "gross" | "net";
|
|
16
18
|
currencyFactor?: number;
|
|
17
19
|
currencyPrecision?: number;
|
|
18
|
-
languageIdChain?: Array<string>;
|
|
19
|
-
rounding?: PricingCashRoundingConfig;
|
|
20
|
-
scope?: string;
|
|
21
|
-
source?: any;
|
|
22
|
-
taxState?: "gross" | "net";
|
|
23
20
|
};
|
|
24
21
|
currency?: Currency;
|
|
25
|
-
currentCustomerGroup?: CustomerGroup;
|
|
26
|
-
fallbackCustomerGroup?: CustomerGroup;
|
|
27
|
-
customer?: Customer;
|
|
28
|
-
imitatingUserId?: string;
|
|
29
|
-
itemRounding?: PricingCashRoundingConfig;
|
|
30
22
|
languageInfo: {
|
|
31
23
|
localeCode: string;
|
|
32
24
|
name: string;
|
|
33
25
|
};
|
|
34
|
-
paymentMethod?: PaymentMethod;
|
|
35
26
|
salesChannel?: SalesChannel;
|
|
36
|
-
|
|
27
|
+
paymentMethod?: PaymentMethod;
|
|
37
28
|
shippingMethod?: ShippingMethod;
|
|
38
|
-
|
|
39
|
-
taxRate?: number;
|
|
40
|
-
name?: string;
|
|
41
|
-
}>;
|
|
42
|
-
token?: string;
|
|
29
|
+
itemRounding?: PricingCashRoundingConfig;
|
|
43
30
|
}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
2
|
export interface SeoUrlEntity {
|
|
3
3
|
id: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
routeName: "frontend.navigation.page" | "frontend.landing.page" | "frontend.detail.page";
|
|
4
|
+
readonly createdAt?: string;
|
|
5
|
+
readonly updatedAt?: string;
|
|
6
|
+
url?: string;
|
|
8
7
|
pathInfo: string;
|
|
9
8
|
seoPathInfo: string;
|
|
10
9
|
isCanonical?: boolean;
|
|
11
10
|
isModified?: boolean;
|
|
12
11
|
isDeleted?: boolean;
|
|
12
|
+
languageId: string;
|
|
13
|
+
routeName: "frontend.navigation.page" | "frontend.landing.page" | "frontend.detail.page";
|
|
13
14
|
error?: string;
|
|
14
|
-
url?: string;
|
|
15
15
|
customFields?: GenericRecord;
|
|
16
|
-
readonly createdAt?: string;
|
|
17
|
-
readonly updatedAt?: string;
|
|
18
16
|
}
|
|
@@ -1,29 +1,24 @@
|
|
|
1
1
|
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { DeliveryTime } from "../DeliveryTime";
|
|
3
2
|
import { Rule } from "../Rule";
|
|
4
3
|
import { ShippingMethodPrice } from "./ShippingMethodPrice";
|
|
5
4
|
import { Media } from "../media/Media";
|
|
6
5
|
import { Tag } from "../Tag";
|
|
7
|
-
import { Tax } from "../Tax";
|
|
8
6
|
export interface ShippingMethod {
|
|
9
7
|
id: string;
|
|
10
|
-
|
|
8
|
+
readonly createdAt?: string;
|
|
9
|
+
readonly updatedAt?: string;
|
|
11
10
|
active?: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
mediaId?: string;
|
|
15
|
-
deliveryTimeId: string;
|
|
16
|
-
taxType?: "Free" | "Net" | "Gross";
|
|
11
|
+
technicalName?: string;
|
|
12
|
+
name: string;
|
|
17
13
|
description?: string;
|
|
14
|
+
position?: number;
|
|
18
15
|
trackingUrl?: string;
|
|
19
|
-
|
|
20
|
-
readonly createdAt?: string;
|
|
21
|
-
readonly updatedAt?: string;
|
|
22
|
-
translated?: object;
|
|
23
|
-
deliveryTime?: DeliveryTime;
|
|
24
|
-
availabilityRule?: Rule;
|
|
25
|
-
prices?: Array<ShippingMethodPrice>;
|
|
16
|
+
mediaId?: string;
|
|
26
17
|
media?: Media;
|
|
27
18
|
tags?: Array<Tag>;
|
|
28
|
-
|
|
19
|
+
prices?: Array<ShippingMethodPrice>;
|
|
20
|
+
availabilityRuleId?: string;
|
|
21
|
+
availabilityRule?: Rule;
|
|
22
|
+
customFields?: GenericRecord;
|
|
23
|
+
translated?: Record<string, string>;
|
|
29
24
|
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { Price } from "#types/api/global/price/Price";
|
|
2
2
|
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
3
|
+
import { Rule } from "../Rule";
|
|
3
4
|
export interface ShippingMethodPrice {
|
|
4
5
|
id: string;
|
|
5
|
-
|
|
6
|
+
readonly createdAt?: string;
|
|
7
|
+
readonly updatedAt?: string;
|
|
6
8
|
ruleId?: string;
|
|
7
9
|
calculation?: number;
|
|
8
|
-
calculationRuleId?: string;
|
|
9
10
|
quantityStart?: number;
|
|
10
11
|
quantityEnd?: number;
|
|
11
12
|
currencyPrice: Array<Price>;
|
|
12
13
|
customFields?: GenericRecord;
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
calculationRuleId?: string;
|
|
15
|
+
calculationRule?: Rule;
|
|
15
16
|
}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
/** Operations **/
|
|
2
2
|
export interface MailSendRequest {
|
|
3
|
-
recipients: Record<string, string>;
|
|
4
3
|
salesChannelId: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
recipients: Record<string, string>;
|
|
5
|
+
recipientsBcc?: Record<string, string>;
|
|
6
|
+
recipientsCc?: Record<string, string>;
|
|
8
7
|
senderName: string;
|
|
9
8
|
senderEmail?: string;
|
|
9
|
+
replyTo?: Record<string, string>;
|
|
10
|
+
subject: string;
|
|
11
|
+
contentHtml: string;
|
|
12
|
+
contentPlain: string;
|
|
13
|
+
documentIds?: Array<string>;
|
|
10
14
|
mediaIds?: Array<string>;
|
|
11
15
|
binAttachments?: Array<{
|
|
12
16
|
content?: string;
|
|
13
17
|
fileName?: string;
|
|
14
18
|
mimeType?: string;
|
|
15
19
|
}>;
|
|
16
|
-
recipientsBcc?: Record<string, string>;
|
|
17
|
-
recipientsCc?: Record<string, string>;
|
|
18
|
-
replyTo?: Record<string, string>;
|
|
19
|
-
returnPath?: Record<string, string>;
|
|
20
|
-
documentIds?: Array<string>;
|
|
21
20
|
mailTemplateData?: Record<string, any>;
|
|
22
21
|
}
|
|
23
22
|
export interface MailSendResponse {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ShopwareDocumentBaseConfig } from "#types/api/admin/document/
|
|
1
|
+
import { ShopwareDocumentBaseConfig } from "#types/api/admin/document/ShopwareDocumentBaseConfig";
|
|
2
2
|
import { StateMachineTransition } from "#types/api/admin/stateMachine/StateMachineTransition";
|
|
3
3
|
/** Document Management **/
|
|
4
4
|
export interface DownloadMergedRequest {
|
|
@@ -63,8 +63,8 @@ export interface AccountUpdateRequest {
|
|
|
63
63
|
accountType?: "private" | "business";
|
|
64
64
|
salutationId?: string;
|
|
65
65
|
title?: string;
|
|
66
|
-
firstName
|
|
67
|
-
lastName
|
|
66
|
+
firstName?: string;
|
|
67
|
+
lastName?: string;
|
|
68
68
|
company?: string;
|
|
69
69
|
birthdayDay?: number;
|
|
70
70
|
birthdayMonth?: number;
|
|
@@ -4,8 +4,8 @@ import { CustomerAddressBody } from "#types/api/store/customer/address/CustomerA
|
|
|
4
4
|
import { EntitySearchResult } from "#types/api/store/EntitySearchResult";
|
|
5
5
|
export type AddressCreateRequest = CustomerAddressBody;
|
|
6
6
|
export type AddressCreateResponse = CustomerAddress;
|
|
7
|
-
export type AddressUpdateRequest = CustomerAddressBody
|
|
8
|
-
export type AddressUpdateResponse =
|
|
7
|
+
export type AddressUpdateRequest = Partial<CustomerAddressBody>;
|
|
8
|
+
export type AddressUpdateResponse = CustomerAddress;
|
|
9
9
|
export type AddressListRequest = Criteria;
|
|
10
10
|
export type AddressListResponse = EntitySearchResult & {
|
|
11
11
|
elements?: Array<CustomerAddress>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { EntitySearchResult } from "#types/api/store/EntitySearchResult";
|
|
2
2
|
import { Criteria } from "#types/api/global/query/Criteria";
|
|
3
3
|
import { Product } from "#types/api/store/product/Product";
|
|
4
|
-
import { ProductReview } from "#types/api/store/product/
|
|
4
|
+
import { ProductReview } from "#types/api/store/product/ProductReview";
|
|
5
5
|
import { ProductListingCriteria } from "#types/api/global/query/product/ProductListingCriteria";
|
|
6
|
-
import { ProductListingFlags } from "#types/api/global/query/product/ProductListingFlags";
|
|
7
6
|
import { ProductListingResult } from "#types/api/store/product/ProductListingResult";
|
|
8
7
|
import { PropertyGroup } from "#types/api/store/propertyGroup/PropertyGroup";
|
|
9
8
|
import { CrossSellingElement } from "#types/api/store/product/crossSelling/CrossSellingElement";
|
|
@@ -22,11 +21,11 @@ export type ProductReviewSaveRequest = {
|
|
|
22
21
|
content: string;
|
|
23
22
|
points: number;
|
|
24
23
|
};
|
|
25
|
-
export interface ProductSearchRequest extends ProductListingCriteria
|
|
24
|
+
export interface ProductSearchRequest extends ProductListingCriteria {
|
|
26
25
|
search: string;
|
|
27
26
|
}
|
|
28
27
|
export type ProductSearchResponse = ProductListingResult;
|
|
29
|
-
export interface ProductSearchSuggestionListRequest
|
|
28
|
+
export interface ProductSearchSuggestionListRequest {
|
|
30
29
|
search: string;
|
|
31
30
|
}
|
|
32
31
|
export type ProductSearchSuggestionListResponse = ProductListingResult;
|
|
@@ -52,6 +51,6 @@ export interface ProductVariantWithOptionsResponse {
|
|
|
52
51
|
options: Array<string>;
|
|
53
52
|
};
|
|
54
53
|
}
|
|
55
|
-
export type ProductListingListWithCategoryRequest = ProductListingCriteria
|
|
54
|
+
export type ProductListingListWithCategoryRequest = ProductListingCriteria;
|
|
56
55
|
export type ProductListingListWithCategoryResponse = ProductListingResult;
|
|
57
56
|
export type ProductCrossSellingGroupListResponse = Array<CrossSellingElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devite/shopware-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Third party API client for Shopware 6.",
|
|
5
5
|
"repository": "devite-io/shopware-client",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,30 +40,35 @@
|
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|
|
42
42
|
],
|
|
43
|
+
"scripts": {
|
|
44
|
+
"build": "export NODE_ENV=production && unbuild && bun run build:types",
|
|
45
|
+
"build:types": "tsc --declaration --emitDeclarationOnly",
|
|
46
|
+
"lint": "eslint src/**/*.ts* --fix && tsc --noEmit",
|
|
47
|
+
"test": "vitest run --passWithNoTests --typecheck",
|
|
48
|
+
"test:watch": "vitest watch --typecheck",
|
|
49
|
+
"release": "bun run lint && bun run test && bun run build && git push && changelogen --release && bun publish --access=public && git push --follow-tags"
|
|
50
|
+
},
|
|
43
51
|
"devDependencies": {
|
|
44
|
-
"@types/node": "^
|
|
52
|
+
"@types/node": "^25.3.3",
|
|
45
53
|
"@types/qs": "^6.14.0",
|
|
46
54
|
"changelogen": "^0.6.2",
|
|
47
|
-
"eslint": "^9.39.
|
|
48
|
-
"prettier": "^3.
|
|
55
|
+
"eslint": "^9.39.3",
|
|
56
|
+
"prettier": "^3.8.1",
|
|
49
57
|
"typescript": "^5.9.3",
|
|
50
|
-
"typescript-eslint": "^8.
|
|
58
|
+
"typescript-eslint": "^8.56.1",
|
|
51
59
|
"unbuild": "^3.6.1",
|
|
52
60
|
"vitest": "^3.2.4"
|
|
53
61
|
},
|
|
54
62
|
"dependencies": {
|
|
55
63
|
"ofetch": "^1.5.1",
|
|
56
|
-
"qs": "^6.
|
|
64
|
+
"qs": "^6.15.0"
|
|
57
65
|
},
|
|
58
66
|
"imports": {
|
|
59
67
|
"#types/*": "./dist/types/*.d.ts"
|
|
60
68
|
},
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"test": "vitest run --passWithNoTests --typecheck",
|
|
66
|
-
"test:watch": "vitest watch --typecheck",
|
|
67
|
-
"release": "pnpm lint && pnpm test && pnpm build && git push && changelogen --release && pnpm publish --access=public && git push --follow-tags"
|
|
69
|
+
"pnpm": {
|
|
70
|
+
"onlyBuiltDependencies": [
|
|
71
|
+
"esbuild"
|
|
72
|
+
]
|
|
68
73
|
}
|
|
69
|
-
}
|
|
74
|
+
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { App } from "./App";
|
|
2
|
-
export interface AppCmsBlock {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
block: object;
|
|
6
|
-
template: string;
|
|
7
|
-
styles: string;
|
|
8
|
-
label: string;
|
|
9
|
-
appId: string;
|
|
10
|
-
readonly createdAt?: string;
|
|
11
|
-
readonly updatedAt?: string;
|
|
12
|
-
translated: object;
|
|
13
|
-
app: App;
|
|
14
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { App } from "./App";
|
|
2
|
-
import { RuleCondition } from "../rule/RuleCondition";
|
|
3
|
-
export interface AppScriptCondition {
|
|
4
|
-
id: string;
|
|
5
|
-
identifier: string;
|
|
6
|
-
name: string;
|
|
7
|
-
active: boolean;
|
|
8
|
-
group?: string;
|
|
9
|
-
script?: string;
|
|
10
|
-
config?: object;
|
|
11
|
-
appId: string;
|
|
12
|
-
readonly createdAt?: string;
|
|
13
|
-
readonly updatedAt?: string;
|
|
14
|
-
translated?: object;
|
|
15
|
-
app?: App;
|
|
16
|
-
ruleConditions?: Array<RuleCondition>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LandingPage } from "./LandingPage";
|
|
2
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
3
|
-
export interface LandingPageSalesChannel {
|
|
4
|
-
id?: string;
|
|
5
|
-
landingPageId: string;
|
|
6
|
-
landingPageVersionId?: string;
|
|
7
|
-
salesChannelId: string;
|
|
8
|
-
landingPage?: LandingPage;
|
|
9
|
-
salesChannel?: SalesChannel;
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomField } from "./field/CustomField";
|
|
2
|
-
export interface CustomEntity {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
fields: Array<CustomField>;
|
|
6
|
-
flags?: object;
|
|
7
|
-
appId?: string;
|
|
8
|
-
pluginId?: string;
|
|
9
|
-
cmsAware?: boolean;
|
|
10
|
-
storeApiAware?: boolean;
|
|
11
|
-
customFieldsAware?: boolean;
|
|
12
|
-
labelProperty?: string;
|
|
13
|
-
deletedAt?: string;
|
|
14
|
-
readonly createdAt?: string;
|
|
15
|
-
readonly updatedAt?: string;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { CustomerWishlistProduct } from "./CustomerWishlistProduct";
|
|
3
|
-
import { Customer } from "../Customer";
|
|
4
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
5
|
-
export interface CustomerWishlist {
|
|
6
|
-
id: string;
|
|
7
|
-
customerId: string;
|
|
8
|
-
salesChannelId: string;
|
|
9
|
-
customFields?: GenericRecord;
|
|
10
|
-
readonly createdAt?: string;
|
|
11
|
-
readonly updatedAt?: string;
|
|
12
|
-
products?: Array<CustomerWishlistProduct>;
|
|
13
|
-
customer?: Customer;
|
|
14
|
-
salesChannel?: SalesChannel;
|
|
15
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CustomerWishlist } from "./CustomerWishlist";
|
|
2
|
-
import { Product } from "../../product/Product";
|
|
3
|
-
export interface CustomerWishlistProduct {
|
|
4
|
-
id: string;
|
|
5
|
-
productId: string;
|
|
6
|
-
productVersionId?: string;
|
|
7
|
-
wishlistId: string;
|
|
8
|
-
readonly createdAt?: string;
|
|
9
|
-
readonly updatedAt?: string;
|
|
10
|
-
wishlist?: CustomerWishlist;
|
|
11
|
-
product?: Product;
|
|
12
|
-
}
|
package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ShopwareDocumentType } from "../ShopwareDocumentType";
|
|
2
|
-
import { ShopwareDocumentBaseConfig } from "./ShopwareDocumentBaseConfig";
|
|
3
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
4
|
-
export interface ShopwareDocumentBaseConfigSalesChannel {
|
|
5
|
-
id: string;
|
|
6
|
-
documentBaseConfigId: string;
|
|
7
|
-
salesChannelId?: string;
|
|
8
|
-
documentTypeId?: string;
|
|
9
|
-
readonly createdAt?: string;
|
|
10
|
-
readonly updatedAt?: string;
|
|
11
|
-
documentType?: ShopwareDocumentType;
|
|
12
|
-
documentBaseConfig?: ShopwareDocumentBaseConfig;
|
|
13
|
-
salesChannel?: SalesChannel;
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { FlowSequence } from "./FlowSequence";
|
|
3
|
-
import { AppFlowEvent } from "./app/AppFlowEvent";
|
|
4
|
-
export interface Flow {
|
|
5
|
-
id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
eventName: string;
|
|
8
|
-
priority?: number;
|
|
9
|
-
readonly invalid?: boolean;
|
|
10
|
-
active?: boolean;
|
|
11
|
-
description?: string;
|
|
12
|
-
customFields?: GenericRecord;
|
|
13
|
-
appFlowEventId?: string;
|
|
14
|
-
readonly createdAt?: string;
|
|
15
|
-
readonly updatedAt?: string;
|
|
16
|
-
sequences?: Array<FlowSequence>;
|
|
17
|
-
appFlowEvent?: AppFlowEvent;
|
|
18
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { Flow } from "./Flow";
|
|
3
|
-
import { Rule } from "#types/api/store";
|
|
4
|
-
import { AppFlowAction } from "./app/AppFlowAction";
|
|
5
|
-
export interface FlowSequence {
|
|
6
|
-
id: string;
|
|
7
|
-
name: string;
|
|
8
|
-
ruleId?: string;
|
|
9
|
-
actionName?: string;
|
|
10
|
-
config?: object;
|
|
11
|
-
position?: number;
|
|
12
|
-
displayGroup?: number;
|
|
13
|
-
trueCase?: boolean;
|
|
14
|
-
parentId?: string;
|
|
15
|
-
customFields?: GenericRecord;
|
|
16
|
-
appFLowActionId?: string;
|
|
17
|
-
readonly createdAt?: string;
|
|
18
|
-
readonly updatedAt?: string;
|
|
19
|
-
flow?: Flow;
|
|
20
|
-
rule?: Rule;
|
|
21
|
-
parent?: FlowSequence;
|
|
22
|
-
children?: Array<FlowSequence>;
|
|
23
|
-
appFlowAction?: AppFlowAction;
|
|
24
|
-
appFlowEventId?: string;
|
|
25
|
-
}
|