@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
@@ -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
- }
@@ -1,9 +0,0 @@
1
- import { ShippingMethod } from "./ShippingMethod";
2
- import { Tag } from "../Tag";
3
- export interface ShippingMethodTag {
4
- id?: string;
5
- shippingMethodId: string;
6
- tagId: string;
7
- shippingMethod?: ShippingMethod;
8
- tag?: Tag;
9
- }
@@ -1,13 +0,0 @@
1
- import { GenericRecord } from "#types/api/global/GenericRecord";
2
- import { SnippetSet } from "./SnippetSet";
3
- export interface Snippet {
4
- id: string;
5
- setId: string;
6
- translationKey: string;
7
- value: string;
8
- author: string;
9
- customFields?: GenericRecord;
10
- readonly createdAt?: string;
11
- readonly updatedAt?: string;
12
- set?: SnippetSet;
13
- }
@@ -1,13 +0,0 @@
1
- import { GenericRecord } from "#types/api/global/GenericRecord";
2
- import { Snippet } from "./Snippet";
3
- import { SalesChannelDomain } from "../salesChannel/SalesChannelDomain";
4
- export interface SnippetSet {
5
- id: string;
6
- name: string;
7
- baseFile: string;
8
- customFields?: GenericRecord;
9
- readonly createdAt?: string;
10
- readonly updatedAt?: string;
11
- snippets?: Array<Snippet>;
12
- salesChannelDomains?: Array<SalesChannelDomain>;
13
- }
@@ -1,2 +0,0 @@
1
- export { Snippet } from "./Snippet";
2
- export { SnippetSet } from "./SnippetSet";
@@ -1,27 +0,0 @@
1
- import { GenericRecord } from "#types/api/global/GenericRecord";
2
- import { Rounding } from "#types/api/global/Rounding";
3
- export interface Subscription {
4
- id?: string;
5
- convertedOrder?: Array<any>;
6
- subscriptionNumber?: number;
7
- nextSchedule?: string;
8
- salesChannelId?: string;
9
- subscriptionPlanId?: string;
10
- subscriptionPlanName?: string;
11
- subscriptionIntervalId?: string;
12
- subscriptionIntervalName?: string;
13
- dateInterval?: string;
14
- cronInterval?: string;
15
- initialExecutionCount?: number;
16
- remainingExecutionCount?: number;
17
- billingAddressId?: string;
18
- shippingAddressId?: string;
19
- shippingMethodId?: string;
20
- paymentMethodId?: string;
21
- currencyId?: string;
22
- languageId?: string;
23
- stateId?: string;
24
- customFields?: GenericRecord;
25
- itemRounding?: Rounding;
26
- totalRounding?: Rounding;
27
- }
@@ -1,6 +0,0 @@
1
- import { CustomerAddressBody } from "#types/api/store/customer/address/CustomerAddressBody";
2
- export type SubscriptionAddress = CustomerAddressBody & {
3
- id?: string;
4
- subscriptionId?: string;
5
- vatId?: string;
6
- };
@@ -1,15 +0,0 @@
1
- import { GenericRecord } from "#types/api/global/GenericRecord";
2
- export interface SubscriptionCustomer {
3
- id?: string;
4
- subscriptionId?: string;
5
- customerId?: string;
6
- salutationId?: string;
7
- firstName?: string;
8
- lastName?: string;
9
- company?: string;
10
- title?: string;
11
- customerNumber?: number;
12
- vatId?: string;
13
- customFields?: GenericRecord;
14
- remoteAddress?: string;
15
- }
@@ -1,9 +0,0 @@
1
- export interface SubscriptionInterval {
2
- id?: string;
3
- name?: string;
4
- active?: boolean;
5
- dateInterval?: string;
6
- cronInterval?: string;
7
- availabilityRuleId?: string;
8
- translated?: object;
9
- }
@@ -1,5 +0,0 @@
1
- export interface SubscriptionTagMapping {
2
- id?: string;
3
- subscriptionId: string;
4
- tagId: string;
5
- }
@@ -1,6 +0,0 @@
1
- export * from "./plan";
2
- export { Subscription } from "./Subscription";
3
- export { SubscriptionAddress } from "./SubscriptionAddress";
4
- export { SubscriptionCustomer } from "./SubscriptionCustomer";
5
- export { SubscriptionInterval } from "./SubscriptionInterval";
6
- export { SubscriptionTagMapping } from "./SubscriptionTagMapping";
@@ -1,11 +0,0 @@
1
- export interface SubscriptionPlan {
2
- id?: string;
3
- name?: string;
4
- description?: string;
5
- active?: boolean;
6
- minimumExecutionCount?: number;
7
- activeStorefrontLabel?: boolean;
8
- availabilityRuleId?: string;
9
- label?: string;
10
- translated?: object;
11
- }
@@ -1,5 +0,0 @@
1
- export interface SubscriptionPlanIntervalMapping {
2
- id?: string;
3
- subscriptionIntervalId?: string;
4
- subscriptionPlanId?: string;
5
- }
@@ -1,6 +0,0 @@
1
- export interface SubscriptionPlanProductMapping {
2
- id?: string;
3
- productId?: string;
4
- productVersionId?: string;
5
- subscriptionPlanId?: string;
6
- }
@@ -1,3 +0,0 @@
1
- export { SubscriptionPlan } from "./SubscriptionPlan";
2
- export { SubscriptionPlanIntervalMapping } from "./SubscriptionPlanIntervalMapping";
3
- export { SubscriptionPlanProductMapping } from "./SubscriptionPlanProductMapping";
@@ -1,25 +0,0 @@
1
- import { SalesChannel } from "../salesChannel/SalesChannel";
2
- import { Media } from "../media/Media";
3
- export interface Theme {
4
- id: string;
5
- technicalName?: string;
6
- name: string;
7
- author: string;
8
- description?: string;
9
- labels?: object;
10
- helpTexts?: object;
11
- customFields?: object;
12
- previewMediaId?: string;
13
- parentThemeId?: string;
14
- themeJson?: object;
15
- baseConfig?: object;
16
- configValues?: object;
17
- active: boolean;
18
- readonly createdAt?: string;
19
- readonly updatedAt?: string;
20
- translated?: object;
21
- salesChannels?: Array<SalesChannel>;
22
- media?: Array<Media>;
23
- previewMedia?: Media;
24
- dependentThemes?: Array<Theme>;
25
- }
@@ -1,8 +0,0 @@
1
- import { Theme } from "./Theme";
2
- export interface ThemeChild {
3
- id?: string;
4
- parentId: string;
5
- childId: string;
6
- parentTheme?: Theme;
7
- childTheme?: Theme;
8
- }
@@ -1,9 +0,0 @@
1
- import { Theme } from "./Theme";
2
- import { Media } from "../media/Media";
3
- export interface ThemeMedia {
4
- id?: string;
5
- themeId: string;
6
- mediaId: string;
7
- theme?: Theme;
8
- media?: Media;
9
- }
@@ -1,9 +0,0 @@
1
- import { Theme } from "./Theme";
2
- import { SalesChannel } from "../salesChannel/SalesChannel";
3
- export interface ThemeSalesChannel {
4
- id?: string;
5
- salesChannelId: string;
6
- themeId: string;
7
- theme?: Theme;
8
- salesChannel?: SalesChannel;
9
- }
@@ -1,4 +0,0 @@
1
- export { Theme } from "./Theme";
2
- export { ThemeChild } from "./ThemeChild";
3
- export { ThemeMedia } from "./ThemeMedia";
4
- export { ThemeSalesChannel } from "./ThemeSalesChannel";
@@ -1,9 +0,0 @@
1
- import { User } from "./User";
2
- export interface UserRecovery {
3
- id: string;
4
- hash: string;
5
- userId: string;
6
- readonly createdAt?: string;
7
- readonly updatedAt?: string;
8
- user?: User;
9
- }
@@ -1,5 +0,0 @@
1
- export interface Warehouse {
2
- id?: string;
3
- name?: string;
4
- description?: string;
5
- }
@@ -1,7 +0,0 @@
1
- export interface WarehouseGroup {
2
- id?: string;
3
- name?: string;
4
- description?: string;
5
- priority?: number;
6
- ruleId?: string;
7
- }
@@ -1,6 +0,0 @@
1
- export interface WarehouseGroupWarehouse {
2
- id?: string;
3
- warehouseId?: string;
4
- warehouseGroupId?: string;
5
- priority?: number;
6
- }
@@ -1 +0,0 @@
1
- export { Warehouse } from "./Warehouse";
@@ -1 +0,0 @@
1
- export type Includes = Record<string, Array<string>>;
@@ -1,8 +0,0 @@
1
- import { SimpleFilter } from "../filter/SimpleFilter";
2
- import { EqualsFilter } from "../filter/EqualsFilter";
3
- import { MultiNotFilter } from "../filter/MultiNotFilter";
4
- import { RangeFilter } from "../filter/RangeFilter";
5
- export interface Query {
6
- score: number;
7
- query: SimpleFilter | EqualsFilter | MultiNotFilter | RangeFilter;
8
- }
@@ -1,4 +0,0 @@
1
- export interface ProductListingFlags {
2
- "no-aggregations"?: string | null;
3
- "only-aggregations"?: string | null;
4
- }