@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.
Files changed (325) hide show
  1. package/README.md +6 -6
  2. package/dist/index.cjs +0 -139
  3. package/dist/index.d.cts +1007 -3628
  4. package/dist/index.d.mts +1007 -3628
  5. package/dist/index.d.ts +1007 -3628
  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 +2 -2
  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 +3 -8
  21. package/dist/types/api/admin/category/index.d.ts +0 -1
  22. package/dist/types/api/admin/cms/CmsBlock.d.ts +1 -1
  23. package/dist/types/api/admin/cms/CmsPage.d.ts +2 -4
  24. package/dist/types/api/admin/cms/CmsSection.d.ts +1 -1
  25. package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +0 -4
  26. package/dist/types/api/admin/cms/landingPage/index.d.ts +0 -2
  27. package/dist/types/api/admin/country/Country.d.ts +0 -11
  28. package/dist/types/api/admin/currency/Currency.d.ts +0 -11
  29. package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +4 -4
  30. package/dist/types/api/admin/custom/field/CustomField.d.ts +5 -8
  31. package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +3 -12
  32. package/dist/types/api/admin/custom/field/set/index.d.ts +0 -1
  33. package/dist/types/api/admin/custom/index.d.ts +0 -1
  34. package/dist/types/api/admin/customer/Customer.d.ts +12 -19
  35. package/dist/types/api/admin/customer/CustomerAddress.d.ts +1 -3
  36. package/dist/types/api/admin/customer/group/CustomerGroup.d.ts +0 -1
  37. package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +2 -2
  38. package/dist/types/api/admin/customer/index.d.ts +0 -3
  39. package/dist/types/api/admin/document/ShopwareDocument.d.ts +1 -1
  40. package/dist/types/api/admin/document/{baseConfig/ShopwareDocumentBaseConfig.d.ts → ShopwareDocumentBaseConfig.d.ts} +2 -4
  41. package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +1 -3
  42. package/dist/types/api/admin/document/index.d.ts +1 -1
  43. package/dist/types/api/admin/index.d.ts +0 -9
  44. package/dist/types/api/admin/locale/Language.d.ts +2 -20
  45. package/dist/types/api/admin/locale/Locale.d.ts +0 -2
  46. package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +3 -6
  47. package/dist/types/api/admin/mail/template/MailTemplate.d.ts +6 -7
  48. package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +1 -5
  49. package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +6 -6
  50. package/dist/types/api/admin/media/Media.d.ts +1 -83
  51. package/dist/types/api/admin/media/index.d.ts +0 -2
  52. package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +2 -4
  53. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +8 -15
  54. package/dist/types/api/admin/newsletterRecipient/index.d.ts +0 -1
  55. package/dist/types/api/admin/numberRange/NumberRange.d.ts +5 -8
  56. package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +2 -2
  57. package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +3 -8
  58. package/dist/types/api/admin/numberRange/index.d.ts +0 -1
  59. package/dist/types/api/admin/order/Order.d.ts +9 -10
  60. package/dist/types/api/admin/order/OrderAddress.d.ts +1 -7
  61. package/dist/types/api/admin/order/OrderCustomer.d.ts +2 -6
  62. package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +2 -4
  63. package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +0 -2
  64. package/dist/types/api/admin/order/index.d.ts +0 -3
  65. package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +2 -6
  66. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +2 -2
  67. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +1 -1
  68. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +2 -2
  69. package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +2 -14
  70. package/dist/types/api/admin/paymentMethod/index.d.ts +0 -1
  71. package/dist/types/api/admin/product/Product.d.ts +12 -38
  72. package/dist/types/api/admin/product/ProductDownload.d.ts +5 -5
  73. package/dist/types/api/admin/product/ProductManufacturer.d.ts +0 -2
  74. package/dist/types/api/admin/product/ProductMedia.d.ts +3 -8
  75. package/dist/types/api/admin/product/ProductOption.d.ts +0 -4
  76. package/dist/types/api/admin/product/ProductPrice.d.ts +5 -9
  77. package/dist/types/api/admin/product/ProductProperty.d.ts +0 -4
  78. package/dist/types/api/admin/product/ProductReview.d.ts +5 -0
  79. package/dist/types/api/admin/product/ProductSorting.d.ts +5 -5
  80. package/dist/types/api/admin/product/category/ProductCategory.d.ts +0 -4
  81. package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +0 -4
  82. package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +0 -4
  83. package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +1 -6
  84. package/dist/types/api/admin/product/index.d.ts +1 -9
  85. package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +5 -5
  86. package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +4 -4
  87. package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +4 -5
  88. package/dist/types/api/admin/product/stream/ProductStream.d.ts +0 -4
  89. package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +10 -8
  90. package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +1 -1
  91. package/dist/types/api/admin/promotion/Promotion.d.ts +1 -1
  92. package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +3 -3
  93. package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +1 -1
  94. package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +3 -3
  95. package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +5 -5
  96. package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +4 -7
  97. package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +2 -5
  98. package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +1 -1
  99. package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +1 -1
  100. package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +1 -1
  101. package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +1 -1
  102. package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +1 -1
  103. package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +0 -5
  104. package/dist/types/api/admin/rule/Rule.d.ts +0 -23
  105. package/dist/types/api/admin/rule/RuleCondition.d.ts +7 -10
  106. package/dist/types/api/admin/rule/index.d.ts +0 -1
  107. package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +22 -78
  108. package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +5 -14
  109. package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +6 -9
  110. package/dist/types/api/admin/salesChannel/index.d.ts +0 -6
  111. package/dist/types/api/admin/seo/SeoUrl.d.ts +9 -13
  112. package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +5 -5
  113. package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +4 -7
  114. package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +2 -15
  115. package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +0 -3
  116. package/dist/types/api/admin/shippingMethod/index.d.ts +0 -1
  117. package/dist/types/api/admin/stateMachine/StateMachine.d.ts +4 -4
  118. package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +8 -8
  119. package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +0 -16
  120. package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +5 -5
  121. package/dist/types/api/admin/tax/Tax.d.ts +0 -4
  122. package/dist/types/api/admin/tax/TaxProvider.d.ts +1 -1
  123. package/dist/types/api/admin/tax/rule/TaxRule.d.ts +5 -8
  124. package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +3 -3
  125. package/dist/types/api/admin/user/User.d.ts +12 -36
  126. package/dist/types/api/admin/user/UserAccessKey.d.ts +2 -5
  127. package/dist/types/api/admin/user/UserConfig.d.ts +2 -5
  128. package/dist/types/api/admin/user/index.d.ts +0 -1
  129. package/dist/types/api/admin/webhook/Webhook.d.ts +4 -8
  130. package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +4 -8
  131. package/dist/types/api/global/GenericRecord.d.ts +1 -1
  132. package/dist/types/api/global/aggregation/AggregationEntity.d.ts +1 -1
  133. package/dist/types/api/global/filter/EqualsFilter.d.ts +1 -1
  134. package/dist/types/api/global/filter/RangeFilter.d.ts +1 -1
  135. package/dist/types/api/global/filter/SimpleFilter.d.ts +1 -1
  136. package/dist/types/api/global/price/Price.d.ts +4 -9
  137. package/dist/types/api/global/query/Criteria.d.ts +7 -11
  138. package/dist/types/api/global/query/Sort.d.ts +1 -1
  139. package/dist/types/api/global/query/index.d.ts +0 -2
  140. package/dist/types/api/global/query/product/ProductListingCriteria.d.ts +3 -12
  141. package/dist/types/api/global/query/product/index.d.ts +0 -1
  142. package/dist/types/api/store/Currency.d.ts +6 -8
  143. package/dist/types/api/store/DeliveryTime.d.ts +1 -1
  144. package/dist/types/api/store/EntitySearchResult.d.ts +1 -2
  145. package/dist/types/api/store/PaymentMethod.d.ts +6 -9
  146. package/dist/types/api/store/Rule.d.ts +2 -3
  147. package/dist/types/api/store/Salutation.d.ts +1 -1
  148. package/dist/types/api/store/StateMachineState.d.ts +3 -3
  149. package/dist/types/api/store/Tag.d.ts +1 -1
  150. package/dist/types/api/store/Tax.d.ts +3 -3
  151. package/dist/types/api/store/Unit.d.ts +4 -4
  152. package/dist/types/api/store/cart/Cart.d.ts +2 -12
  153. package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +0 -5
  154. package/dist/types/api/store/cart/delivery/CartDeliveryInformation.d.ts +4 -5
  155. package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +1 -1
  156. package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +1 -1
  157. package/dist/types/api/store/cart/lineItem/CartLineItem.d.ts +8 -16
  158. package/dist/types/api/store/cart/lineItem/CartLineItemType.d.ts +1 -1
  159. package/dist/types/api/store/category/Category.d.ts +16 -19
  160. package/dist/types/api/store/category/MainCategory.d.ts +7 -5
  161. package/dist/types/api/store/cms/CmsBlock.d.ts +10 -10
  162. package/dist/types/api/store/cms/CmsPage.d.ts +7 -7
  163. package/dist/types/api/store/cms/CmsSection.d.ts +5 -5
  164. package/dist/types/api/store/cms/CmsSlot.d.ts +6 -7
  165. package/dist/types/api/store/cms/LandingPage.d.ts +7 -7
  166. package/dist/types/api/store/country/Country.d.ts +9 -9
  167. package/dist/types/api/store/country/CountryState.d.ts +5 -5
  168. package/dist/types/api/store/customer/Customer.d.ts +25 -37
  169. package/dist/types/api/store/customer/CustomerGroup.d.ts +5 -10
  170. package/dist/types/api/store/customer/address/CustomerAddress.d.ts +2 -2
  171. package/dist/types/api/store/customer/address/CustomerAddressBody.d.ts +10 -10
  172. package/dist/types/api/store/document/ShopwareDocument.d.ts +10 -13
  173. package/dist/types/api/store/document/ShopwareDocumentBaseConfig.d.ts +8 -7
  174. package/dist/types/api/store/document/ShopwareDocumentType.d.ts +3 -3
  175. package/dist/types/api/store/locale/Language.d.ts +6 -6
  176. package/dist/types/api/store/locale/Locale.d.ts +4 -4
  177. package/dist/types/api/store/media/Media.d.ts +15 -14
  178. package/dist/types/api/store/media/MediaThumbnail.d.ts +5 -3
  179. package/dist/types/api/store/media/ProductMedia.d.ts +4 -4
  180. package/dist/types/api/store/order/Order.d.ts +18 -23
  181. package/dist/types/api/store/order/OrderAddress.d.ts +1 -1
  182. package/dist/types/api/store/order/OrderCustomer.d.ts +5 -5
  183. package/dist/types/api/store/order/OrderLineItem.d.ts +15 -21
  184. package/dist/types/api/store/order/OrderLineItemDownload.d.ts +5 -6
  185. package/dist/types/api/store/order/OrderPrice.d.ts +2 -5
  186. package/dist/types/api/store/order/delivery/OrderDelivery.d.ts +7 -7
  187. package/dist/types/api/store/order/delivery/OrderDeliveryPosition.d.ts +8 -6
  188. package/dist/types/api/store/order/delivery/index.d.ts +2 -0
  189. package/dist/types/api/store/order/index.d.ts +2 -0
  190. package/dist/types/api/store/order/transaction/OrderTransaction.d.ts +7 -8
  191. package/dist/types/api/store/order/transaction/{OrderTransactionCapture.d.ts → capture/OrderTransactionCapture.d.ts} +11 -11
  192. package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefund.d.ts → capture/OrderTransactionCaptureRefund.d.ts} +10 -10
  193. package/dist/types/api/store/order/transaction/{OrderTransactionCaptureRefundPosition.d.ts → capture/OrderTransactionCaptureRefundPosition.d.ts} +9 -9
  194. package/dist/types/api/store/order/transaction/capture/index.d.ts +3 -0
  195. package/dist/types/api/store/order/transaction/index.d.ts +2 -0
  196. package/dist/types/api/store/price/CalculatedPrice.d.ts +10 -16
  197. package/dist/types/api/store/price/cart/CartPriceQuantity.d.ts +3 -7
  198. package/dist/types/api/store/price/cart/CartPriceReference.d.ts +3 -3
  199. package/dist/types/api/store/product/Product.d.ts +39 -70
  200. package/dist/types/api/store/product/ProductDownload.d.ts +5 -5
  201. package/dist/types/api/store/product/ProductListingResult.d.ts +4 -6
  202. package/dist/types/api/store/product/ProductManufacturer.d.ts +5 -5
  203. package/dist/types/api/store/product/{review/ProductReview.d.ts → ProductReview.d.ts} +6 -8
  204. package/dist/types/api/store/product/ProductStream.d.ts +3 -3
  205. package/dist/types/api/store/product/crossSelling/CrossSellingElement.d.ts +2 -2
  206. package/dist/types/api/store/product/crossSelling/ProductCrossSelling.d.ts +6 -6
  207. package/dist/types/api/store/product/index.d.ts +0 -1
  208. package/dist/types/api/store/propertyGroup/PropertyGroup.d.ts +6 -8
  209. package/dist/types/api/store/propertyGroup/PropertyGroupOption.d.ts +6 -6
  210. package/dist/types/api/store/salesChannel/SalesChannel.d.ts +27 -17
  211. package/dist/types/api/store/salesChannel/SalesChannelContext.d.ts +8 -21
  212. package/dist/types/api/store/seo/SeoUrlEntity.d.ts +5 -7
  213. package/dist/types/api/store/shippingMethod/ShippingMethod.d.ts +11 -16
  214. package/dist/types/api/store/shippingMethod/ShippingMethodPrice.d.ts +5 -4
  215. package/dist/types/clients/admin/MailClient.d.ts +8 -9
  216. package/dist/types/clients/admin/OrderClient.d.ts +1 -1
  217. package/dist/types/clients/store/AccountClient.d.ts +2 -2
  218. package/dist/types/clients/store/AddressClient.d.ts +2 -2
  219. package/dist/types/clients/store/ProductClient.d.ts +4 -5
  220. package/package.json +19 -14
  221. package/dist/types/api/admin/Script.d.ts +0 -12
  222. package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +0 -8
  223. package/dist/types/api/admin/app/AppCmsBlock.d.ts +0 -14
  224. package/dist/types/api/admin/app/AppScriptCondition.d.ts +0 -17
  225. package/dist/types/api/admin/app/AppTemplate.d.ts +0 -11
  226. package/dist/types/api/admin/cart/Cart.d.ts +0 -12
  227. package/dist/types/api/admin/cart/CartItem.d.ts +0 -4
  228. package/dist/types/api/admin/cart/index.d.ts +0 -2
  229. package/dist/types/api/admin/category/CategoryTag.d.ts +0 -10
  230. package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +0 -10
  231. package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +0 -10
  232. package/dist/types/api/admin/custom/CustomEntity.d.ts +0 -16
  233. package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +0 -9
  234. package/dist/types/api/admin/customer/CustomerRecovery.d.ts +0 -9
  235. package/dist/types/api/admin/customer/CustomerTag.d.ts +0 -9
  236. package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +0 -15
  237. package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +0 -12
  238. package/dist/types/api/admin/customer/wishlist/index.d.ts +0 -2
  239. package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +0 -14
  240. package/dist/types/api/admin/document/baseConfig/index.d.ts +0 -2
  241. package/dist/types/api/admin/flow/Flow.d.ts +0 -18
  242. package/dist/types/api/admin/flow/FlowSequence.d.ts +0 -25
  243. package/dist/types/api/admin/flow/FlowTemplate.d.ts +0 -7
  244. package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +0 -27
  245. package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +0 -14
  246. package/dist/types/api/admin/flow/app/index.d.ts +0 -2
  247. package/dist/types/api/admin/flow/index.d.ts +0 -4
  248. package/dist/types/api/admin/importExport/ImportExportFile.d.ts +0 -12
  249. package/dist/types/api/admin/importExport/ImportExportLog.d.ts +0 -24
  250. package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +0 -20
  251. package/dist/types/api/admin/importExport/index.d.ts +0 -3
  252. package/dist/types/api/admin/integration/Integration.d.ts +0 -32
  253. package/dist/types/api/admin/integration/IntegrationRole.d.ts +0 -9
  254. package/dist/types/api/admin/integration/index.d.ts +0 -2
  255. package/dist/types/api/admin/media/MediaTag.d.ts +0 -9
  256. package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +0 -10
  257. package/dist/types/api/admin/media/folder/MediaFolder.d.ts +0 -22
  258. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +0 -16
  259. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +0 -9
  260. package/dist/types/api/admin/media/folder/configuration/index.d.ts +0 -2
  261. package/dist/types/api/admin/media/folder/index.d.ts +0 -3
  262. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +0 -9
  263. package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +0 -14
  264. package/dist/types/api/admin/order/OrderTag.d.ts +0 -10
  265. package/dist/types/api/admin/order/return/OrderReturn.d.ts +0 -17
  266. package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +0 -18
  267. package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +0 -8
  268. package/dist/types/api/admin/order/return/index.d.ts +0 -1
  269. package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +0 -10
  270. package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +0 -7
  271. package/dist/types/api/admin/order/warehouse/index.d.ts +0 -2
  272. package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +0 -22
  273. package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +0 -8
  274. package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +0 -9
  275. package/dist/types/api/admin/product/ProductExport.d.ts +0 -32
  276. package/dist/types/api/admin/product/ProductFeatureSet.d.ts +0 -11
  277. package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +0 -8
  278. package/dist/types/api/admin/product/ProductTag.d.ts +0 -11
  279. package/dist/types/api/admin/product/ProductVisibility.d.ts +0 -13
  280. package/dist/types/api/admin/product/review/ProductReview.d.ts +0 -14
  281. package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +0 -2
  282. package/dist/types/api/admin/product/review/index.d.ts +0 -2
  283. package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +0 -7
  284. package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +0 -6
  285. package/dist/types/api/admin/product/warehouse/index.d.ts +0 -2
  286. package/dist/types/api/admin/rule/RuleTag.d.ts +0 -9
  287. package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +0 -11
  288. package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +0 -31
  289. package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +0 -9
  290. package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +0 -9
  291. package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +0 -9
  292. package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +0 -9
  293. package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +0 -9
  294. package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +0 -9
  295. package/dist/types/api/admin/snippet/Snippet.d.ts +0 -13
  296. package/dist/types/api/admin/snippet/SnippetSet.d.ts +0 -13
  297. package/dist/types/api/admin/snippet/index.d.ts +0 -2
  298. package/dist/types/api/admin/subscription/Subscription.d.ts +0 -27
  299. package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +0 -6
  300. package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +0 -15
  301. package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +0 -9
  302. package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +0 -5
  303. package/dist/types/api/admin/subscription/index.d.ts +0 -6
  304. package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +0 -11
  305. package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +0 -5
  306. package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +0 -6
  307. package/dist/types/api/admin/subscription/plan/index.d.ts +0 -3
  308. package/dist/types/api/admin/theme/Theme.d.ts +0 -25
  309. package/dist/types/api/admin/theme/ThemeChild.d.ts +0 -8
  310. package/dist/types/api/admin/theme/ThemeMedia.d.ts +0 -9
  311. package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +0 -9
  312. package/dist/types/api/admin/theme/index.d.ts +0 -4
  313. package/dist/types/api/admin/user/UserRecovery.d.ts +0 -9
  314. package/dist/types/api/admin/warehouse/Warehouse.d.ts +0 -5
  315. package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +0 -7
  316. package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +0 -6
  317. package/dist/types/api/admin/warehouse/index.d.ts +0 -1
  318. package/dist/types/api/global/query/Includes.d.ts +0 -1
  319. package/dist/types/api/global/query/Query.d.ts +0 -8
  320. package/dist/types/api/global/query/product/ProductListingFlags.d.ts +0 -4
  321. package/dist/types/api/store/order/return/OrderReturn.d.ts +0 -14
  322. package/dist/types/api/store/order/return/OrderReturnLineItem.d.ts +0 -14
  323. package/dist/types/api/store/order/return/OrderReturnLineItemReason.d.ts +0 -6
  324. package/dist/types/api/store/product/ProductConfiguratorSetting.d.ts +0 -18
  325. package/dist/types/api/store/product/review/ProductReviewSummary.d.ts +0 -8
@@ -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
- }
@@ -1,10 +0,0 @@
1
- import { Order } from "./Order";
2
- import { Tag } from "../Tag";
3
- export interface OrderTag {
4
- id?: string;
5
- orderId: string;
6
- orderVersionId?: string;
7
- tagId: string;
8
- order?: Order;
9
- tag?: Tag;
10
- }
@@ -1,17 +0,0 @@
1
- import { OrderPrice } from "#types/api/store/order/OrderPrice";
2
- import { CalculatedPrice } from "#types/api/store";
3
- export interface OrderReturn {
4
- id?: string;
5
- versionId?: string;
6
- orderVersionId?: string;
7
- price?: OrderPrice;
8
- shippingCosts?: CalculatedPrice;
9
- stateId?: string;
10
- returnNumber?: string;
11
- requestedAt?: string;
12
- amountTotal?: number;
13
- amountNet?: number;
14
- internalComment?: string;
15
- createdById?: string;
16
- updatedById?: string;
17
- }
@@ -1,18 +0,0 @@
1
- import { CalculatedPrice } from "#types/api/store";
2
- import { GenericRecord } from "#types/api/global/GenericRecord";
3
- export interface OrderReturnLineItem {
4
- id?: string;
5
- versionId?: string;
6
- orderReturnId?: string;
7
- orderReturnVersionId?: string;
8
- orderLineItemId?: string;
9
- orderLineItemVersionId?: string;
10
- reasonId?: string;
11
- quantity?: number;
12
- shippingCosts?: CalculatedPrice;
13
- refundAmount?: number;
14
- restockQuantity?: any;
15
- internalComment?: string;
16
- customFields?: GenericRecord;
17
- stateId?: string;
18
- }
@@ -1,8 +0,0 @@
1
- export interface OrderReturnLineItemReason {
2
- reason?: {
3
- id?: string;
4
- reasonKey?: string;
5
- content?: string;
6
- translated?: object;
7
- };
8
- }
@@ -1 +0,0 @@
1
- export { OrderReturn } from "./OrderReturn";
@@ -1,10 +0,0 @@
1
- export interface OrderProductWarehouse {
2
- id?: string;
3
- versionId?: string;
4
- orderId?: string;
5
- orderVersionId?: string;
6
- productId?: string;
7
- productVersionId?: string;
8
- warehouseId?: string;
9
- quantity?: number;
10
- }
@@ -1,7 +0,0 @@
1
- export interface OrderWarehouseGroup {
2
- id?: string;
3
- versionId?: string;
4
- orderId?: string;
5
- orderVersionId?: string;
6
- warehouseGroupId?: string;
7
- }
@@ -1,2 +0,0 @@
1
- export { OrderProductWarehouse } from "./OrderProductWarehouse";
2
- export { OrderWarehouseGroup } from "./OrderWarehouseGroup";
@@ -1,22 +0,0 @@
1
- import { App } from "../app/App";
2
- import { Media } from "../media/Media";
3
- import { PaymentMethod } from "./PaymentMethod";
4
- export interface AppPaymentMethod {
5
- id: string;
6
- appName: string;
7
- identifier: string;
8
- payUrl?: string;
9
- finalizeUrl?: string;
10
- validateUrl?: string;
11
- captureUrl?: string;
12
- refundUrl?: string;
13
- recurringUrl?: string;
14
- appId?: string;
15
- originalMediaId?: string;
16
- paymentMethodId: string;
17
- readonly createdAt?: string;
18
- readonly updatedAt?: string;
19
- app?: App;
20
- originalMedia?: Media;
21
- paymentMethod?: PaymentMethod;
22
- }
@@ -1,8 +0,0 @@
1
- import { ProductConfiguratorSetting as StoreApiProductConfiguratorSetting } from "#types/api/store/product/ProductConfiguratorSetting";
2
- import { Media } from "../media/Media";
3
- import { PropertyGroupOption } from "../propertyGroup/PropertyGroupOption";
4
- export type ProductConfiguratorSetting = StoreApiProductConfiguratorSetting & {
5
- price?: object;
6
- media?: Media;
7
- option?: PropertyGroupOption;
8
- };
@@ -1,9 +0,0 @@
1
- import { Product } from "./Product";
2
- export interface ProductCustomFieldSet {
3
- id?: string;
4
- productId: string;
5
- customFieldSetId: string;
6
- productVersionId?: string;
7
- product?: Product;
8
- customFieldSet?: object;
9
- }
@@ -1,32 +0,0 @@
1
- import { ProductStream } from "./stream/ProductStream";
2
- import { SalesChannel } from "../salesChannel/SalesChannel";
3
- import { SalesChannelDomain } from "../salesChannel/SalesChannelDomain";
4
- import { Currency } from "../currency/Currency";
5
- export interface ProductExport {
6
- id: string;
7
- productStreamId: string;
8
- storefrontSalesChannelId: string;
9
- salesChannelId: string;
10
- salesChannelDomainId: string;
11
- currencyId: string;
12
- fileName: string;
13
- accessKey: string;
14
- encoding: string;
15
- fileFormat: string;
16
- includeVariants?: boolean;
17
- generateByCronjob: boolean;
18
- generatedAt?: string;
19
- interval: number;
20
- headerTemplate?: string;
21
- bodyTemplate?: string;
22
- footerTemplate?: string;
23
- pausedSchedule?: boolean;
24
- isRunning?: boolean;
25
- readonly createdAt?: string;
26
- readonly updatedAt?: string;
27
- productStream?: ProductStream;
28
- storefrontSalesChannel?: SalesChannel;
29
- salesChannel?: SalesChannel;
30
- salesChannelDomain?: SalesChannelDomain;
31
- currency?: Currency;
32
- }
@@ -1,11 +0,0 @@
1
- import { Product } from "./Product";
2
- export interface ProductFeatureSet {
3
- id: string;
4
- name: string;
5
- description?: string;
6
- features?: object;
7
- readonly createdAt?: string;
8
- readonly updatedAt?: string;
9
- translated?: object;
10
- products?: Array<Product>;
11
- }
@@ -1,8 +0,0 @@
1
- import { Language } from "../locale/Language";
2
- export interface ProductKeywordDictionary {
3
- id: string;
4
- languageId: string;
5
- keyword: string;
6
- reversed?: string;
7
- language?: Language;
8
- }
@@ -1,11 +0,0 @@
1
- import { Product } from "./Product";
2
- import { Tag } from "../Tag";
3
- export interface ProductTag {
4
- id?: string;
5
- productId: string;
6
- productVersionId?: string;
7
- tagId: string;
8
- product?: Product;
9
- tag?: Tag;
10
- parentVersionId?: any;
11
- }
@@ -1,13 +0,0 @@
1
- import { SalesChannel } from "../salesChannel/SalesChannel";
2
- import { Product } from "./Product";
3
- export interface ProductVisibility {
4
- id: string;
5
- productId: string;
6
- productVersionId?: string;
7
- salesChannelId: string;
8
- visibility: number;
9
- readonly createdAt?: string;
10
- readonly updatedAt?: string;
11
- salesChannel?: SalesChannel;
12
- product?: Product;
13
- }
@@ -1,14 +0,0 @@
1
- import { ProductReview as StoreApiProductReview } from "#types/api/store/product/review/ProductReview";
2
- import { Product } from "../Product";
3
- import { Customer } from "../../customer/Customer";
4
- import { SalesChannel } from "../../salesChannel/SalesChannel";
5
- import { Language } from "../../locale/Language";
6
- export type ProductReview = StoreApiProductReview & {
7
- externalUser?: string;
8
- externalEmail?: string;
9
- product?: Product;
10
- customerId?: string;
11
- customer?: Customer;
12
- salesChannel?: SalesChannel;
13
- language?: Language;
14
- };
@@ -1,2 +0,0 @@
1
- import { ProductReviewSummary as StoreApiProductReviewSummary } from "#types/api/store/product/review/ProductReviewSummary";
2
- export type ProductReviewSummary = StoreApiProductReviewSummary;
@@ -1,2 +0,0 @@
1
- export { ProductReview } from "./ProductReview";
2
- export { ProductReviewSummary } from "./ProductReviewSummary";
@@ -1,7 +0,0 @@
1
- export interface ProductWarehouse {
2
- id?: string;
3
- productId?: string;
4
- productVersionId?: string;
5
- warehouseId?: string;
6
- stock?: number;
7
- }
@@ -1,6 +0,0 @@
1
- export interface ProductWarehouseGroup {
2
- id?: string;
3
- productId?: string;
4
- productVersionId?: string;
5
- warehouseGroupId?: string;
6
- }
@@ -1,2 +0,0 @@
1
- export { ProductWarehouse } from "./ProductWarehouse";
2
- export { ProductWarehouseGroup } from "./ProductWarehouseGroup";
@@ -1,9 +0,0 @@
1
- import { Rule } from "./Rule";
2
- import { Tag } from "../Tag";
3
- export interface RuleTag {
4
- id?: string;
5
- ruleId: string;
6
- tagId: string;
7
- rule?: Rule;
8
- tag?: Tag;
9
- }
@@ -1,11 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- export interface SalesChannelAnalytics {
3
- id: string;
4
- trackingId?: string;
5
- active?: boolean;
6
- trackOrders?: boolean;
7
- anonymizeIp?: boolean;
8
- readonly createdAt?: string;
9
- readonly updatedAt?: string;
10
- salesChannel?: SalesChannel;
11
- }
@@ -1,31 +0,0 @@
1
- import { Currency } from "../currency/Currency";
2
- import { SalesChannel } from "./SalesChannel";
3
- import { Customer } from "../customer/Customer";
4
- import { PaymentMethod } from "../paymentMethod/PaymentMethod";
5
- import { ShippingMethod } from "../shippingMethod/ShippingMethod";
6
- export interface SalesChannelContext {
7
- currentCustomerGroup?: {
8
- name?: string;
9
- displayGross?: boolean;
10
- };
11
- currency?: Currency;
12
- salesChannel?: SalesChannel;
13
- taxRules?: {
14
- taxRate?: number;
15
- name?: string;
16
- };
17
- customer?: Customer;
18
- paymentMethod?: PaymentMethod;
19
- shippingMethod?: ShippingMethod;
20
- context?: {
21
- versionId?: string;
22
- currencyId?: string;
23
- currencyFactor?: number;
24
- currencyPrecision?: number;
25
- languageIdChain?: string;
26
- scope?: string;
27
- source?: string;
28
- taxState?: "gross" | "net";
29
- useCache?: boolean;
30
- };
31
- }
@@ -1,9 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- import { Country } from "../country/Country";
3
- export interface SalesChannelCountry {
4
- id?: string;
5
- salesChannelId: string;
6
- countryId: string;
7
- salesChannel?: SalesChannel;
8
- country?: Country;
9
- }
@@ -1,9 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- import { Currency } from "../currency/Currency";
3
- export interface SalesChannelCurrency {
4
- id?: string;
5
- salesChannelId: string;
6
- currencyId: string;
7
- salesChannel: SalesChannel;
8
- currency?: Currency;
9
- }
@@ -1,9 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- import { Language } from "../locale/Language";
3
- export interface SalesChannelLanguage {
4
- id?: string;
5
- salesChannelId: string;
6
- languageId: string;
7
- salesChannel?: SalesChannel;
8
- language?: Language;
9
- }
@@ -1,9 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- import { PaymentMethod } from "../paymentMethod/PaymentMethod";
3
- export interface SalesChannelPaymentMethod {
4
- id?: string;
5
- salesChannelId: string;
6
- paymentMethodId: string;
7
- salesChannel?: SalesChannel;
8
- paymentMethod?: PaymentMethod;
9
- }
@@ -1,9 +0,0 @@
1
- import { SalesChannel } from "./SalesChannel";
2
- import { ShippingMethod } from "../shippingMethod/ShippingMethod";
3
- export interface SalesChannelShippingMethod {
4
- id?: string;
5
- salesChannelId: string;
6
- shippingMethodId: string;
7
- salesChannel?: SalesChannel;
8
- shippingMethod?: ShippingMethod;
9
- }