@devite/shopware-client 1.8.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/index.cjs +0 -139
- package/dist/index.d.cts +1012 -3634
- package/dist/index.d.mts +1012 -3634
- package/dist/index.d.ts +1012 -3634
- 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 +3 -3
- 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 +4 -11
- package/dist/types/api/admin/category/MainCategory.d.ts +1 -1
- 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 +7 -5
- package/dist/types/api/admin/cms/CmsSection.d.ts +2 -4
- package/dist/types/api/admin/cms/CmsSlot.d.ts +1 -1
- package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +1 -5
- package/dist/types/api/admin/cms/landingPage/index.d.ts +0 -2
- package/dist/types/api/admin/country/Country.d.ts +1 -12
- 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 +14 -21
- package/dist/types/api/admin/customer/CustomerAddress.d.ts +2 -4
- package/dist/types/api/admin/customer/{group/CustomerGroup.d.ts → CustomerGroup.d.ts} +2 -3
- package/dist/types/api/admin/customer/index.d.ts +1 -4
- package/dist/types/api/admin/document/ShopwareDocument.d.ts +2 -2
- package/dist/types/api/admin/document/ShopwareDocumentBaseConfig.d.ts +7 -0
- 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 +3 -21
- 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/MediaThumbnail.d.ts +1 -1
- 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 +3 -3
- 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 +10 -11
- package/dist/types/api/admin/order/OrderAddress.d.ts +2 -8
- package/dist/types/api/admin/order/OrderCustomer.d.ts +3 -7
- package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +3 -5
- package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +1 -3
- package/dist/types/api/admin/order/index.d.ts +0 -3
- package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +3 -7
- package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +1 -1
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +3 -3
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +2 -2
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +3 -3
- package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +3 -15
- package/dist/types/api/admin/paymentMethod/index.d.ts +0 -1
- package/dist/types/api/admin/product/Product.d.ts +28 -48
- package/dist/types/api/admin/product/ProductDownload.d.ts +6 -6
- package/dist/types/api/admin/product/ProductManufacturer.d.ts +12 -4
- 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 +2 -7
- 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 +2 -2
- 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 +4 -4
- 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 +3 -6
- 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/PropertyGroup.d.ts +1 -1
- package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +1 -6
- 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 +24 -80
- 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 +3 -16
- package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +1 -4
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/types/api/store/StateMachineState.d.ts +3 -3
- package/dist/types/api/store/Tag.d.ts +2 -2
- 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 -13
- package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +1 -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 +11 -16
- package/dist/types/api/store/cart/lineItem/CartLineItemType.d.ts +1 -1
- package/dist/types/api/store/category/Category.d.ts +16 -20
- 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 +7 -6
- 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 +3 -3
- package/dist/types/api/store/customer/address/CustomerAddressBody.d.ts +9 -9
- 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 +7 -7
- 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 +2 -2
- package/dist/types/api/store/order/OrderCustomer.d.ts +5 -5
- package/dist/types/api/store/order/OrderLineItem.d.ts +6 -36
- 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} +12 -12
- 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 +38 -73
- 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/{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 -2
- 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 +5 -5
- 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/group/CustomerGroupRegistrationSalesChannels.d.ts +0 -10
- package/dist/types/api/admin/customer/group/index.d.ts +0 -2
- 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/ShopwareDocumentBaseConfig.d.ts +0 -9
- 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/ProductManufacturer.d.ts +0 -15
- package/dist/types/api/store/product/review/ProductReviewSummary.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devite/shopware-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1",
|
|
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,10 +0,0 @@
|
|
|
1
|
-
import { CustomerGroup } from "./CustomerGroup";
|
|
2
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
3
|
-
export interface CustomerGroupRegistrationSalesChannels {
|
|
4
|
-
id?: string;
|
|
5
|
-
customerGroupId: string;
|
|
6
|
-
salesChannelId: string;
|
|
7
|
-
readonly createdAt?: string;
|
|
8
|
-
customerGroup?: CustomerGroup;
|
|
9
|
-
salesChannel?: SalesChannel;
|
|
10
|
-
}
|
|
@@ -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
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ShopwareDocumentBaseConfig as StoreApiShopwareDocumentBaseConfig } from "#types/api/store/document/ShopwareDocumentBaseConfig";
|
|
2
|
-
import { ShopwareDocumentType } from "../ShopwareDocumentType";
|
|
3
|
-
import { Media } from "../../media/Media";
|
|
4
|
-
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
5
|
-
export type ShopwareDocumentBaseConfig = StoreApiShopwareDocumentBaseConfig & {
|
|
6
|
-
documentType?: ShopwareDocumentType;
|
|
7
|
-
logo?: Media;
|
|
8
|
-
salesChannels?: Array<SalesChannel>;
|
|
9
|
-
};
|
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
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { App } from "../../app/App";
|
|
3
|
-
import { FlowSequence } from "../FlowSequence";
|
|
4
|
-
export interface AppFlowAction {
|
|
5
|
-
id: string;
|
|
6
|
-
appId: string;
|
|
7
|
-
name: string;
|
|
8
|
-
badge?: string;
|
|
9
|
-
parameters?: object;
|
|
10
|
-
config?: object;
|
|
11
|
-
headers?: object;
|
|
12
|
-
requirements?: object;
|
|
13
|
-
iconRaw?: string;
|
|
14
|
-
readonly icon?: string;
|
|
15
|
-
swIcon?: string;
|
|
16
|
-
url: string;
|
|
17
|
-
delayable?: boolean;
|
|
18
|
-
label: string;
|
|
19
|
-
description?: string;
|
|
20
|
-
headline?: string;
|
|
21
|
-
customFields?: GenericRecord;
|
|
22
|
-
readonly createdAt?: string;
|
|
23
|
-
readonly updatedAt?: string;
|
|
24
|
-
translated?: object;
|
|
25
|
-
app?: App;
|
|
26
|
-
flowSequences?: Array<FlowSequence>;
|
|
27
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { App } from "../../app/App";
|
|
3
|
-
import { Flow } from "../Flow";
|
|
4
|
-
export interface AppFlowEvent {
|
|
5
|
-
id: string;
|
|
6
|
-
appId: string;
|
|
7
|
-
name: string;
|
|
8
|
-
aware: Array<string>;
|
|
9
|
-
customFields?: GenericRecord;
|
|
10
|
-
readonly createdAt?: string;
|
|
11
|
-
readonly updatedAt?: string;
|
|
12
|
-
app?: App;
|
|
13
|
-
flows?: Array<Flow>;
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ImportExportLog } from "./ImportExportLog";
|
|
2
|
-
export interface ImportExportFile {
|
|
3
|
-
id: string;
|
|
4
|
-
originalName: string;
|
|
5
|
-
path: string;
|
|
6
|
-
expireDate: string;
|
|
7
|
-
size?: number;
|
|
8
|
-
accessToken?: string;
|
|
9
|
-
readonly createdAt?: string;
|
|
10
|
-
readonly updatedAt?: string;
|
|
11
|
-
log?: ImportExportLog;
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { User } from "../user/User";
|
|
2
|
-
import { ImportExportProfile } from "./ImportExportProfile";
|
|
3
|
-
import { ImportExportFile } from "./ImportExportFile";
|
|
4
|
-
export interface ImportExportLog {
|
|
5
|
-
id: string;
|
|
6
|
-
activity: string;
|
|
7
|
-
state: string;
|
|
8
|
-
record: number;
|
|
9
|
-
userId?: string;
|
|
10
|
-
profileId?: string;
|
|
11
|
-
fileId?: string;
|
|
12
|
-
invalidRecordsLogId?: string;
|
|
13
|
-
username?: string;
|
|
14
|
-
profileName?: string;
|
|
15
|
-
config: object;
|
|
16
|
-
result?: object;
|
|
17
|
-
readonly createdAt?: string;
|
|
18
|
-
readonly updatedAt?: string;
|
|
19
|
-
user?: User;
|
|
20
|
-
profile?: ImportExportProfile;
|
|
21
|
-
file?: ImportExportFile;
|
|
22
|
-
invalidRecordsLog?: ImportExportLog;
|
|
23
|
-
failedImportLog?: ImportExportLog;
|
|
24
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ImportExportLog } from "./ImportExportLog";
|
|
2
|
-
export interface ImportExportProfile {
|
|
3
|
-
id: string;
|
|
4
|
-
label: string;
|
|
5
|
-
type?: string;
|
|
6
|
-
systemDefault?: boolean;
|
|
7
|
-
sourceEntity: string;
|
|
8
|
-
fileType: string;
|
|
9
|
-
delimiter: string;
|
|
10
|
-
enclosure: string;
|
|
11
|
-
mapping?: object;
|
|
12
|
-
updateBy?: object;
|
|
13
|
-
config?: object;
|
|
14
|
-
technicalName?: string;
|
|
15
|
-
name?: string;
|
|
16
|
-
readonly createdAt?: string;
|
|
17
|
-
readonly updatedAt?: string;
|
|
18
|
-
translated?: object;
|
|
19
|
-
importExportLogs?: Array<ImportExportLog>;
|
|
20
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { App } from "../app/App";
|
|
3
|
-
import { AclRole } from "../acl/AclRole";
|
|
4
|
-
export interface Integration {
|
|
5
|
-
id: string;
|
|
6
|
-
label: string;
|
|
7
|
-
accessKey: string;
|
|
8
|
-
secretAccessKey: string;
|
|
9
|
-
lastUsageAt?: string;
|
|
10
|
-
admin?: boolean;
|
|
11
|
-
customFields?: GenericRecord;
|
|
12
|
-
deletedAt?: string;
|
|
13
|
-
readonly createdAt?: string;
|
|
14
|
-
readonly updatedAt?: string;
|
|
15
|
-
extensions?: {
|
|
16
|
-
createdNotifications?: {
|
|
17
|
-
links?: {
|
|
18
|
-
related?: string;
|
|
19
|
-
};
|
|
20
|
-
data?: Array<{
|
|
21
|
-
type?: string;
|
|
22
|
-
id?: string;
|
|
23
|
-
}>;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
app?: App;
|
|
27
|
-
aclRoles?: Array<AclRole>;
|
|
28
|
-
/** @deprecated */
|
|
29
|
-
writeAccess?: any;
|
|
30
|
-
integrationId?: any;
|
|
31
|
-
aclRoleId?: any;
|
|
32
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { MediaFolder } from "./MediaFolder";
|
|
3
|
-
export interface MediaDefaultFolder {
|
|
4
|
-
id: string;
|
|
5
|
-
entity?: string;
|
|
6
|
-
customFields?: GenericRecord;
|
|
7
|
-
readonly createdAt?: string;
|
|
8
|
-
readonly updatedAt?: string;
|
|
9
|
-
folder?: MediaFolder;
|
|
10
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { Media } from "../Media";
|
|
3
|
-
import { MediaDefaultFolder } from "./MediaDefaultFolder";
|
|
4
|
-
import { MediaFolderConfiguration } from "./configuration/MediaFolderConfiguration";
|
|
5
|
-
export interface MediaFolder {
|
|
6
|
-
id: string;
|
|
7
|
-
userParentConfiguration?: boolean;
|
|
8
|
-
configurationId: string;
|
|
9
|
-
defaultFolderId?: string;
|
|
10
|
-
parentId?: string;
|
|
11
|
-
readonly childCount: number;
|
|
12
|
-
readonly path?: string;
|
|
13
|
-
name: string;
|
|
14
|
-
customFields?: GenericRecord;
|
|
15
|
-
readonly createdAt?: string;
|
|
16
|
-
readonly updatedAt?: string;
|
|
17
|
-
parent?: MediaFolder;
|
|
18
|
-
children?: Array<MediaFolder>;
|
|
19
|
-
media?: Array<Media>;
|
|
20
|
-
defaultFolder?: MediaDefaultFolder;
|
|
21
|
-
configuration?: MediaFolderConfiguration;
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
-
import { MediaFolder } from "../MediaFolder";
|
|
3
|
-
import { MediaFolderConfigurationMediaThumbnailSize } from "./MediaFolderConfigurationMediaThumbnailSize";
|
|
4
|
-
export interface MediaFolderConfiguration {
|
|
5
|
-
id: string;
|
|
6
|
-
createThumbnails?: boolean;
|
|
7
|
-
keepAspectRatio?: boolean;
|
|
8
|
-
thumbnailQuality?: number;
|
|
9
|
-
private?: boolean;
|
|
10
|
-
noAssociation?: boolean;
|
|
11
|
-
customFields?: GenericRecord;
|
|
12
|
-
readonly createdAt?: string;
|
|
13
|
-
readonly updatedAt?: string;
|
|
14
|
-
mediaFolders?: Array<MediaFolder>;
|
|
15
|
-
mediaThumbnailSizes?: Array<MediaFolderConfigurationMediaThumbnailSize>;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { MediaFolderConfiguration } from "./MediaFolderConfiguration";
|
|
2
|
-
import { MediaThumbnailSize } from "../../thumbnail/MediaThumbnailSize";
|
|
3
|
-
export interface MediaFolderConfigurationMediaThumbnailSize {
|
|
4
|
-
id?: string;
|
|
5
|
-
mediaFolderConfigurationId: string;
|
|
6
|
-
mediaThumbnailSizeId: string;
|
|
7
|
-
mediaFolderConfiguration: MediaFolderConfiguration;
|
|
8
|
-
mediaThumbnailSize: MediaThumbnailSize;
|
|
9
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NumberRange } from "./NumberRange";
|
|
2
|
-
import { SalesChannel } from "../salesChannel/SalesChannel";
|
|
3
|
-
import { NumberRangeType } from "./NumberRangeType";
|
|
4
|
-
export interface NumberRangeSalesChannel {
|
|
5
|
-
id: string;
|
|
6
|
-
numberRangeId: string;
|
|
7
|
-
salesChannelId: string;
|
|
8
|
-
numberRangeTypeId?: string;
|
|
9
|
-
readonly createdAt?: string;
|
|
10
|
-
readonly updatedAt?: string;
|
|
11
|
-
numberRange?: NumberRange;
|
|
12
|
-
salesChannel?: SalesChannel;
|
|
13
|
-
numberRangeType?: NumberRangeType;
|
|
14
|
-
}
|