@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.
Files changed (333) hide show
  1. package/README.md +6 -6
  2. package/dist/index.cjs +0 -139
  3. package/dist/index.d.cts +1012 -3634
  4. package/dist/index.d.mts +1012 -3634
  5. package/dist/index.d.ts +1012 -3634
  6. package/dist/index.mjs +0 -139
  7. package/dist/types/api/admin/DeliveryTime.d.ts +0 -2
  8. package/dist/types/api/admin/LogEntry.d.ts +3 -4
  9. package/dist/types/api/admin/Notification.d.ts +2 -8
  10. package/dist/types/api/admin/Salutation.d.ts +1 -1
  11. package/dist/types/api/admin/ScheduledTask.d.ts +5 -5
  12. package/dist/types/api/admin/ShopwarePlugin.d.ts +12 -19
  13. package/dist/types/api/admin/SystemConfigEntry.d.ts +2 -5
  14. package/dist/types/api/admin/Tag.d.ts +4 -10
  15. package/dist/types/api/admin/acl/AclRole.d.ts +3 -9
  16. package/dist/types/api/admin/acl/AclUserRole.d.ts +3 -3
  17. package/dist/types/api/admin/app/App.d.ts +9 -42
  18. package/dist/types/api/admin/app/AppActionButton.d.ts +4 -9
  19. package/dist/types/api/admin/app/index.d.ts +0 -4
  20. package/dist/types/api/admin/category/Category.d.ts +4 -11
  21. package/dist/types/api/admin/category/MainCategory.d.ts +1 -1
  22. package/dist/types/api/admin/category/index.d.ts +0 -1
  23. package/dist/types/api/admin/cms/CmsBlock.d.ts +1 -1
  24. package/dist/types/api/admin/cms/CmsPage.d.ts +7 -5
  25. package/dist/types/api/admin/cms/CmsSection.d.ts +2 -4
  26. package/dist/types/api/admin/cms/CmsSlot.d.ts +1 -1
  27. package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +1 -5
  28. package/dist/types/api/admin/cms/landingPage/index.d.ts +0 -2
  29. package/dist/types/api/admin/country/Country.d.ts +1 -12
  30. package/dist/types/api/admin/currency/Currency.d.ts +0 -11
  31. package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +4 -4
  32. package/dist/types/api/admin/custom/field/CustomField.d.ts +5 -8
  33. package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +3 -12
  34. package/dist/types/api/admin/custom/field/set/index.d.ts +0 -1
  35. package/dist/types/api/admin/custom/index.d.ts +0 -1
  36. package/dist/types/api/admin/customer/Customer.d.ts +14 -21
  37. package/dist/types/api/admin/customer/CustomerAddress.d.ts +2 -4
  38. package/dist/types/api/admin/customer/{group/CustomerGroup.d.ts → CustomerGroup.d.ts} +2 -3
  39. package/dist/types/api/admin/customer/index.d.ts +1 -4
  40. package/dist/types/api/admin/document/ShopwareDocument.d.ts +2 -2
  41. package/dist/types/api/admin/document/ShopwareDocumentBaseConfig.d.ts +7 -0
  42. package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +1 -3
  43. package/dist/types/api/admin/document/index.d.ts +1 -1
  44. package/dist/types/api/admin/index.d.ts +0 -9
  45. package/dist/types/api/admin/locale/Language.d.ts +3 -21
  46. package/dist/types/api/admin/locale/Locale.d.ts +0 -2
  47. package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +3 -6
  48. package/dist/types/api/admin/mail/template/MailTemplate.d.ts +6 -7
  49. package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +1 -5
  50. package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +6 -6
  51. package/dist/types/api/admin/media/Media.d.ts +1 -83
  52. package/dist/types/api/admin/media/index.d.ts +0 -2
  53. package/dist/types/api/admin/media/thumbnail/MediaThumbnail.d.ts +1 -1
  54. package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +2 -4
  55. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +8 -15
  56. package/dist/types/api/admin/newsletterRecipient/index.d.ts +0 -1
  57. package/dist/types/api/admin/numberRange/NumberRange.d.ts +5 -8
  58. package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +3 -3
  59. package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +3 -8
  60. package/dist/types/api/admin/numberRange/index.d.ts +0 -1
  61. package/dist/types/api/admin/order/Order.d.ts +10 -11
  62. package/dist/types/api/admin/order/OrderAddress.d.ts +2 -8
  63. package/dist/types/api/admin/order/OrderCustomer.d.ts +3 -7
  64. package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +3 -5
  65. package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +1 -3
  66. package/dist/types/api/admin/order/index.d.ts +0 -3
  67. package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +3 -7
  68. package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +1 -1
  69. package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +1 -1
  70. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +3 -3
  71. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +2 -2
  72. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +3 -3
  73. package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +3 -15
  74. package/dist/types/api/admin/paymentMethod/index.d.ts +0 -1
  75. package/dist/types/api/admin/product/Product.d.ts +28 -48
  76. package/dist/types/api/admin/product/ProductDownload.d.ts +6 -6
  77. package/dist/types/api/admin/product/ProductManufacturer.d.ts +12 -4
  78. package/dist/types/api/admin/product/ProductMedia.d.ts +3 -8
  79. package/dist/types/api/admin/product/ProductOption.d.ts +0 -4
  80. package/dist/types/api/admin/product/ProductPrice.d.ts +5 -9
  81. package/dist/types/api/admin/product/ProductProperty.d.ts +0 -4
  82. package/dist/types/api/admin/product/ProductReview.d.ts +5 -0
  83. package/dist/types/api/admin/product/ProductSorting.d.ts +5 -5
  84. package/dist/types/api/admin/product/category/ProductCategory.d.ts +0 -4
  85. package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +0 -4
  86. package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +0 -4
  87. package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +2 -7
  88. package/dist/types/api/admin/product/index.d.ts +1 -9
  89. package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +5 -5
  90. package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +4 -4
  91. package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +4 -5
  92. package/dist/types/api/admin/product/stream/ProductStream.d.ts +0 -4
  93. package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +10 -8
  94. package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +1 -1
  95. package/dist/types/api/admin/promotion/Promotion.d.ts +2 -2
  96. package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +3 -3
  97. package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +1 -1
  98. package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +4 -4
  99. package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +5 -5
  100. package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +4 -7
  101. package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +3 -6
  102. package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +1 -1
  103. package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +1 -1
  104. package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +1 -1
  105. package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +1 -1
  106. package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +1 -1
  107. package/dist/types/api/admin/propertyGroup/PropertyGroup.d.ts +1 -1
  108. package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +1 -6
  109. package/dist/types/api/admin/rule/Rule.d.ts +0 -23
  110. package/dist/types/api/admin/rule/RuleCondition.d.ts +7 -10
  111. package/dist/types/api/admin/rule/index.d.ts +0 -1
  112. package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +24 -80
  113. package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +5 -14
  114. package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +6 -9
  115. package/dist/types/api/admin/salesChannel/index.d.ts +0 -6
  116. package/dist/types/api/admin/seo/SeoUrl.d.ts +9 -13
  117. package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +5 -5
  118. package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +4 -7
  119. package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +3 -16
  120. package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +1 -4
  121. package/dist/types/api/admin/shippingMethod/index.d.ts +0 -1
  122. package/dist/types/api/admin/stateMachine/StateMachine.d.ts +4 -4
  123. package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +8 -8
  124. package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +0 -16
  125. package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +5 -5
  126. package/dist/types/api/admin/tax/Tax.d.ts +0 -4
  127. package/dist/types/api/admin/tax/TaxProvider.d.ts +2 -2
  128. package/dist/types/api/admin/tax/rule/TaxRule.d.ts +5 -8
  129. package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +3 -3
  130. package/dist/types/api/admin/user/User.d.ts +12 -36
  131. package/dist/types/api/admin/user/UserAccessKey.d.ts +2 -5
  132. package/dist/types/api/admin/user/UserConfig.d.ts +2 -5
  133. package/dist/types/api/admin/user/index.d.ts +0 -1
  134. package/dist/types/api/admin/webhook/Webhook.d.ts +4 -8
  135. package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +4 -8
  136. package/dist/types/api/global/GenericRecord.d.ts +1 -1
  137. package/dist/types/api/global/aggregation/AggregationEntity.d.ts +1 -1
  138. package/dist/types/api/global/filter/EqualsFilter.d.ts +1 -1
  139. package/dist/types/api/global/filter/RangeFilter.d.ts +1 -1
  140. package/dist/types/api/global/filter/SimpleFilter.d.ts +1 -1
  141. package/dist/types/api/global/price/Price.d.ts +4 -9
  142. package/dist/types/api/global/query/Criteria.d.ts +7 -11
  143. package/dist/types/api/global/query/Sort.d.ts +1 -1
  144. package/dist/types/api/global/query/index.d.ts +0 -2
  145. package/dist/types/api/global/query/product/ProductListingCriteria.d.ts +3 -12
  146. package/dist/types/api/global/query/product/index.d.ts +0 -1
  147. package/dist/types/api/store/Currency.d.ts +6 -8
  148. package/dist/types/api/store/DeliveryTime.d.ts +2 -2
  149. package/dist/types/api/store/EntitySearchResult.d.ts +1 -2
  150. package/dist/types/api/store/PaymentMethod.d.ts +6 -9
  151. package/dist/types/api/store/Rule.d.ts +2 -3
  152. package/dist/types/api/store/Salutation.d.ts +2 -2
  153. package/dist/types/api/store/StateMachineState.d.ts +3 -3
  154. package/dist/types/api/store/Tag.d.ts +2 -2
  155. package/dist/types/api/store/Tax.d.ts +3 -3
  156. package/dist/types/api/store/Unit.d.ts +4 -4
  157. package/dist/types/api/store/cart/Cart.d.ts +2 -13
  158. package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +1 -5
  159. package/dist/types/api/store/cart/delivery/CartDeliveryInformation.d.ts +4 -5
  160. package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +1 -1
  161. package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +1 -1
  162. package/dist/types/api/store/cart/lineItem/CartLineItem.d.ts +11 -16
  163. package/dist/types/api/store/cart/lineItem/CartLineItemType.d.ts +1 -1
  164. package/dist/types/api/store/category/Category.d.ts +16 -20
  165. package/dist/types/api/store/category/MainCategory.d.ts +7 -5
  166. package/dist/types/api/store/cms/CmsBlock.d.ts +10 -10
  167. package/dist/types/api/store/cms/CmsPage.d.ts +7 -7
  168. package/dist/types/api/store/cms/CmsSection.d.ts +7 -6
  169. package/dist/types/api/store/cms/CmsSlot.d.ts +6 -7
  170. package/dist/types/api/store/cms/LandingPage.d.ts +7 -7
  171. package/dist/types/api/store/country/Country.d.ts +9 -9
  172. package/dist/types/api/store/country/CountryState.d.ts +5 -5
  173. package/dist/types/api/store/customer/Customer.d.ts +25 -37
  174. package/dist/types/api/store/customer/CustomerGroup.d.ts +5 -10
  175. package/dist/types/api/store/customer/address/CustomerAddress.d.ts +3 -3
  176. package/dist/types/api/store/customer/address/CustomerAddressBody.d.ts +9 -9
  177. package/dist/types/api/store/document/ShopwareDocument.d.ts +10 -13
  178. package/dist/types/api/store/document/ShopwareDocumentBaseConfig.d.ts +8 -7
  179. package/dist/types/api/store/document/ShopwareDocumentType.d.ts +3 -3
  180. package/dist/types/api/store/locale/Language.d.ts +7 -7
  181. package/dist/types/api/store/locale/Locale.d.ts +4 -4
  182. package/dist/types/api/store/media/Media.d.ts +15 -14
  183. package/dist/types/api/store/media/MediaThumbnail.d.ts +5 -3
  184. package/dist/types/api/store/media/ProductMedia.d.ts +4 -4
  185. package/dist/types/api/store/order/Order.d.ts +18 -23
  186. package/dist/types/api/store/order/OrderAddress.d.ts +2 -2
  187. package/dist/types/api/store/order/OrderCustomer.d.ts +5 -5
  188. package/dist/types/api/store/order/OrderLineItem.d.ts +6 -36
  189. package/dist/types/api/store/order/OrderLineItemDownload.d.ts +5 -6
  190. package/dist/types/api/store/order/OrderPrice.d.ts +2 -5
  191. package/dist/types/api/store/order/delivery/OrderDelivery.d.ts +7 -7
  192. package/dist/types/api/store/order/delivery/OrderDeliveryPosition.d.ts +8 -6
  193. package/dist/types/api/store/order/delivery/index.d.ts +2 -0
  194. package/dist/types/api/store/order/index.d.ts +2 -0
  195. package/dist/types/api/store/order/transaction/OrderTransaction.d.ts +7 -8
  196. package/dist/types/api/store/order/transaction/{OrderTransactionCapture.d.ts → capture/OrderTransactionCapture.d.ts} +12 -12
  197. package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefund.d.ts → capture/OrderTransactionCaptureRefund.d.ts} +10 -10
  198. package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefundPosition.d.ts → capture/OrderTransactionCaptureRefundPosition.d.ts} +9 -9
  199. package/dist/types/api/store/order/transaction/capture/index.d.ts +3 -0
  200. package/dist/types/api/store/order/transaction/index.d.ts +2 -0
  201. package/dist/types/api/store/price/CalculatedPrice.d.ts +10 -16
  202. package/dist/types/api/store/price/cart/CartPriceQuantity.d.ts +3 -7
  203. package/dist/types/api/store/price/cart/CartPriceReference.d.ts +3 -3
  204. package/dist/types/api/store/product/Product.d.ts +38 -73
  205. package/dist/types/api/store/product/ProductDownload.d.ts +5 -5
  206. package/dist/types/api/store/product/ProductListingResult.d.ts +4 -6
  207. package/dist/types/api/store/product/{review/ProductReview.d.ts → ProductReview.d.ts} +6 -8
  208. package/dist/types/api/store/product/ProductStream.d.ts +3 -3
  209. package/dist/types/api/store/product/crossSelling/CrossSellingElement.d.ts +2 -2
  210. package/dist/types/api/store/product/crossSelling/ProductCrossSelling.d.ts +6 -6
  211. package/dist/types/api/store/product/index.d.ts +0 -2
  212. package/dist/types/api/store/propertyGroup/PropertyGroup.d.ts +6 -8
  213. package/dist/types/api/store/propertyGroup/PropertyGroupOption.d.ts +6 -6
  214. package/dist/types/api/store/salesChannel/SalesChannel.d.ts +27 -17
  215. package/dist/types/api/store/salesChannel/SalesChannelContext.d.ts +8 -21
  216. package/dist/types/api/store/seo/SeoUrlEntity.d.ts +5 -7
  217. package/dist/types/api/store/shippingMethod/ShippingMethod.d.ts +11 -16
  218. package/dist/types/api/store/shippingMethod/ShippingMethodPrice.d.ts +5 -4
  219. package/dist/types/clients/admin/MailClient.d.ts +8 -9
  220. package/dist/types/clients/admin/OrderClient.d.ts +1 -1
  221. package/dist/types/clients/store/AccountClient.d.ts +5 -5
  222. package/dist/types/clients/store/AddressClient.d.ts +2 -2
  223. package/dist/types/clients/store/ProductClient.d.ts +4 -5
  224. package/package.json +19 -14
  225. package/dist/types/api/admin/Script.d.ts +0 -12
  226. package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +0 -8
  227. package/dist/types/api/admin/app/AppCmsBlock.d.ts +0 -14
  228. package/dist/types/api/admin/app/AppScriptCondition.d.ts +0 -17
  229. package/dist/types/api/admin/app/AppTemplate.d.ts +0 -11
  230. package/dist/types/api/admin/cart/Cart.d.ts +0 -12
  231. package/dist/types/api/admin/cart/CartItem.d.ts +0 -4
  232. package/dist/types/api/admin/cart/index.d.ts +0 -2
  233. package/dist/types/api/admin/category/CategoryTag.d.ts +0 -10
  234. package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +0 -10
  235. package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +0 -10
  236. package/dist/types/api/admin/custom/CustomEntity.d.ts +0 -16
  237. package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +0 -9
  238. package/dist/types/api/admin/customer/CustomerRecovery.d.ts +0 -9
  239. package/dist/types/api/admin/customer/CustomerTag.d.ts +0 -9
  240. package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +0 -10
  241. package/dist/types/api/admin/customer/group/index.d.ts +0 -2
  242. package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +0 -15
  243. package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +0 -12
  244. package/dist/types/api/admin/customer/wishlist/index.d.ts +0 -2
  245. package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfig.d.ts +0 -9
  246. package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +0 -14
  247. package/dist/types/api/admin/document/baseConfig/index.d.ts +0 -2
  248. package/dist/types/api/admin/flow/Flow.d.ts +0 -18
  249. package/dist/types/api/admin/flow/FlowSequence.d.ts +0 -25
  250. package/dist/types/api/admin/flow/FlowTemplate.d.ts +0 -7
  251. package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +0 -27
  252. package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +0 -14
  253. package/dist/types/api/admin/flow/app/index.d.ts +0 -2
  254. package/dist/types/api/admin/flow/index.d.ts +0 -4
  255. package/dist/types/api/admin/importExport/ImportExportFile.d.ts +0 -12
  256. package/dist/types/api/admin/importExport/ImportExportLog.d.ts +0 -24
  257. package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +0 -20
  258. package/dist/types/api/admin/importExport/index.d.ts +0 -3
  259. package/dist/types/api/admin/integration/Integration.d.ts +0 -32
  260. package/dist/types/api/admin/integration/IntegrationRole.d.ts +0 -9
  261. package/dist/types/api/admin/integration/index.d.ts +0 -2
  262. package/dist/types/api/admin/media/MediaTag.d.ts +0 -9
  263. package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +0 -10
  264. package/dist/types/api/admin/media/folder/MediaFolder.d.ts +0 -22
  265. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +0 -16
  266. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +0 -9
  267. package/dist/types/api/admin/media/folder/configuration/index.d.ts +0 -2
  268. package/dist/types/api/admin/media/folder/index.d.ts +0 -3
  269. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +0 -9
  270. package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +0 -14
  271. package/dist/types/api/admin/order/OrderTag.d.ts +0 -10
  272. package/dist/types/api/admin/order/return/OrderReturn.d.ts +0 -17
  273. package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +0 -18
  274. package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +0 -8
  275. package/dist/types/api/admin/order/return/index.d.ts +0 -1
  276. package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +0 -10
  277. package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +0 -7
  278. package/dist/types/api/admin/order/warehouse/index.d.ts +0 -2
  279. package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +0 -22
  280. package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +0 -8
  281. package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +0 -9
  282. package/dist/types/api/admin/product/ProductExport.d.ts +0 -32
  283. package/dist/types/api/admin/product/ProductFeatureSet.d.ts +0 -11
  284. package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +0 -8
  285. package/dist/types/api/admin/product/ProductTag.d.ts +0 -11
  286. package/dist/types/api/admin/product/ProductVisibility.d.ts +0 -13
  287. package/dist/types/api/admin/product/review/ProductReview.d.ts +0 -14
  288. package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +0 -2
  289. package/dist/types/api/admin/product/review/index.d.ts +0 -2
  290. package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +0 -7
  291. package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +0 -6
  292. package/dist/types/api/admin/product/warehouse/index.d.ts +0 -2
  293. package/dist/types/api/admin/rule/RuleTag.d.ts +0 -9
  294. package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +0 -11
  295. package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +0 -31
  296. package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +0 -9
  297. package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +0 -9
  298. package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +0 -9
  299. package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +0 -9
  300. package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +0 -9
  301. package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +0 -9
  302. package/dist/types/api/admin/snippet/Snippet.d.ts +0 -13
  303. package/dist/types/api/admin/snippet/SnippetSet.d.ts +0 -13
  304. package/dist/types/api/admin/snippet/index.d.ts +0 -2
  305. package/dist/types/api/admin/subscription/Subscription.d.ts +0 -27
  306. package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +0 -6
  307. package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +0 -15
  308. package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +0 -9
  309. package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +0 -5
  310. package/dist/types/api/admin/subscription/index.d.ts +0 -6
  311. package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +0 -11
  312. package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +0 -5
  313. package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +0 -6
  314. package/dist/types/api/admin/subscription/plan/index.d.ts +0 -3
  315. package/dist/types/api/admin/theme/Theme.d.ts +0 -25
  316. package/dist/types/api/admin/theme/ThemeChild.d.ts +0 -8
  317. package/dist/types/api/admin/theme/ThemeMedia.d.ts +0 -9
  318. package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +0 -9
  319. package/dist/types/api/admin/theme/index.d.ts +0 -4
  320. package/dist/types/api/admin/user/UserRecovery.d.ts +0 -9
  321. package/dist/types/api/admin/warehouse/Warehouse.d.ts +0 -5
  322. package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +0 -7
  323. package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +0 -6
  324. package/dist/types/api/admin/warehouse/index.d.ts +0 -1
  325. package/dist/types/api/global/query/Includes.d.ts +0 -1
  326. package/dist/types/api/global/query/Query.d.ts +0 -8
  327. package/dist/types/api/global/query/product/ProductListingFlags.d.ts +0 -4
  328. package/dist/types/api/store/order/return/OrderReturn.d.ts +0 -14
  329. package/dist/types/api/store/order/return/OrderReturnLineItem.d.ts +0 -14
  330. package/dist/types/api/store/order/return/OrderReturnLineItemReason.d.ts +0 -6
  331. package/dist/types/api/store/product/ProductConfiguratorSetting.d.ts +0 -18
  332. package/dist/types/api/store/product/ProductManufacturer.d.ts +0 -15
  333. 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.8.0",
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": "^22.19.3",
52
+ "@types/node": "^25.3.3",
45
53
  "@types/qs": "^6.14.0",
46
54
  "changelogen": "^0.6.2",
47
- "eslint": "^9.39.2",
48
- "prettier": "^3.7.4",
55
+ "eslint": "^9.39.3",
56
+ "prettier": "^3.8.1",
49
57
  "typescript": "^5.9.3",
50
- "typescript-eslint": "^8.51.0",
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.14.1"
64
+ "qs": "^6.15.0"
57
65
  },
58
66
  "imports": {
59
67
  "#types/*": "./dist/types/*.d.ts"
60
68
  },
61
- "scripts": {
62
- "build": "export NODE_ENV=production && unbuild && pnpm build:types",
63
- "build:types": "tsc --declaration --emitDeclarationOnly",
64
- "lint": "eslint src/**/*.ts* --fix && tsc --noEmit",
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,12 +0,0 @@
1
- import { App } from "./app/App";
2
- export interface Script {
3
- id: string;
4
- script: string;
5
- hook: string;
6
- name: string;
7
- active: string;
8
- appId?: string;
9
- readonly createdAt?: string;
10
- readonly updatedAt?: string;
11
- app?: App;
12
- }
@@ -1,8 +0,0 @@
1
- export interface AppAdministrationSnippet {
2
- id: string;
3
- value: string;
4
- appId: string;
5
- localeId: string;
6
- readonly createdAt?: string;
7
- readonly updatedAt?: string;
8
- }
@@ -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,11 +0,0 @@
1
- import { App } from "./App";
2
- export interface AppTemplate {
3
- id: string;
4
- template: string;
5
- path: string;
6
- active: boolean;
7
- appId: string;
8
- readonly createdAt?: string;
9
- readonly updatedAt?: string;
10
- app?: App;
11
- }
@@ -1,12 +0,0 @@
1
- export interface Cart {
2
- id?: any;
3
- errors?: {
4
- key?: any;
5
- level?: any;
6
- message?: any;
7
- };
8
- transactions?: {
9
- paymentMethodId?: any;
10
- };
11
- modified?: any;
12
- }
@@ -1,4 +0,0 @@
1
- export interface CartItem {
2
- id?: any;
3
- modified?: boolean;
4
- }
@@ -1,2 +0,0 @@
1
- export { Cart } from "./Cart";
2
- export { CartItem } from "./CartItem";
@@ -1,10 +0,0 @@
1
- import { Category } from "./Category";
2
- import { Tag } from "../Tag";
3
- export interface CategoryTag {
4
- id?: string;
5
- categoryId: string;
6
- categoryVersionId?: string;
7
- tagId: string;
8
- category: Category;
9
- tag?: Tag;
10
- }
@@ -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,10 +0,0 @@
1
- import { LandingPage } from "./LandingPage";
2
- import { Tag } from "../../Tag";
3
- export interface LandingPageTag {
4
- id?: string;
5
- landingPageId: string;
6
- landingPageVersionId?: string;
7
- tagId: string;
8
- landingPage?: LandingPage;
9
- tag?: Tag;
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,9 +0,0 @@
1
- import { CustomFieldSet } from "./CustomFieldSet";
2
- export interface CustomFieldSetRelation {
3
- id: string;
4
- customFieldSetId: string;
5
- entityName: string;
6
- readonly createdAt?: string;
7
- readonly updatedAt?: string;
8
- customFieldSet: CustomFieldSet;
9
- }
@@ -1,9 +0,0 @@
1
- import { Customer } from "./Customer";
2
- export interface CustomerRecovery {
3
- id: string;
4
- hash: string;
5
- customerId: string;
6
- readonly createdAt?: string;
7
- readonly updatedAt?: string;
8
- customer?: Customer;
9
- }
@@ -1,9 +0,0 @@
1
- import { Customer } from "./Customer";
2
- import { Tag } from "../Tag";
3
- export interface CustomerTag {
4
- id?: string;
5
- customerId: string;
6
- tagId: string;
7
- customer?: Customer;
8
- tag?: Tag;
9
- }
@@ -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,2 +0,0 @@
1
- export { CustomerGroup } from "./CustomerGroup";
2
- export { CustomerGroupRegistrationSalesChannels } from "./CustomerGroupRegistrationSalesChannels";
@@ -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,2 +0,0 @@
1
- export { CustomerWishlist } from "./CustomerWishlist";
2
- export { CustomerWishlistProduct } from "./CustomerWishlistProduct";
@@ -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
- };
@@ -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,2 +0,0 @@
1
- export { ShopwareDocumentBaseConfig } from "./ShopwareDocumentBaseConfig";
2
- export { ShopwareDocumentBaseConfigSalesChannel } from "./ShopwareDocumentBaseConfigSalesChannel";
@@ -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,7 +0,0 @@
1
- export interface FlowTemplate {
2
- id: string;
3
- name: string;
4
- config?: object;
5
- readonly createdAt?: string;
6
- readonly updatedAt?: string;
7
- }
@@ -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,2 +0,0 @@
1
- export { AppFlowAction } from "./AppFlowAction";
2
- export { AppFlowEvent } from "./AppFlowEvent";
@@ -1,4 +0,0 @@
1
- export * from "./app";
2
- export { Flow } from "./Flow";
3
- export { FlowSequence } from "./FlowSequence";
4
- export { FlowTemplate } from "./FlowTemplate";
@@ -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,3 +0,0 @@
1
- export { ImportExportFile } from "./ImportExportFile";
2
- export { ImportExportLog } from "./ImportExportLog";
3
- export { ImportExportProfile } from "./ImportExportProfile";
@@ -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,9 +0,0 @@
1
- import { Integration } from "./Integration";
2
- import { AclRole } from "../acl/AclRole";
3
- export interface IntegrationRole {
4
- id?: string;
5
- integrationId: string;
6
- aclRoleId: string;
7
- integration?: Integration;
8
- role?: AclRole;
9
- }
@@ -1,2 +0,0 @@
1
- export { Integration } from "./Integration";
2
- export { IntegrationRole } from "./IntegrationRole";
@@ -1,9 +0,0 @@
1
- import { Media } from "./Media";
2
- import { Tag } from "../Tag";
3
- export interface MediaTag {
4
- id?: string;
5
- mediaId: string;
6
- tagId: string;
7
- media?: Media;
8
- tag?: Tag;
9
- }
@@ -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,2 +0,0 @@
1
- export { MediaFolderConfiguration } from "./MediaFolderConfiguration";
2
- export { MediaFolderConfigurationMediaThumbnailSize } from "./MediaFolderConfigurationMediaThumbnailSize";
@@ -1,3 +0,0 @@
1
- export * from "./configuration";
2
- export { MediaDefaultFolder } from "./MediaDefaultFolder";
3
- export { MediaFolder } from "./MediaFolder";
@@ -1,9 +0,0 @@
1
- import { NewsletterRecipient } from "./NewsletterRecipient";
2
- import { Tag } from "../Tag";
3
- export interface NewsletterRecipientTag {
4
- id?: string;
5
- newsletterRecipientId: string;
6
- tagId: string;
7
- newsletterRecipient?: NewsletterRecipient;
8
- tag?: Tag;
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
- }