@devite/shopware-client 1.0.1 → 1.1.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 (513) hide show
  1. package/dist/index.cjs +12140 -453
  2. package/dist/index.d.cts +11772 -1421
  3. package/dist/index.d.mts +11772 -1421
  4. package/dist/index.d.ts +11772 -1421
  5. package/dist/index.mjs +12140 -441
  6. package/dist/{types → src/http}/HTTPRequestMethod.d.ts +2 -1
  7. package/dist/types/ClientRequestOptions.d.ts +7 -4
  8. package/dist/types/ClientResponse.d.ts +3 -3
  9. package/dist/types/OAuthScope.d.ts +1 -0
  10. package/dist/types/RequestCacheEntry.d.ts +2 -2
  11. package/dist/types/api/admin/DeliveryTime.d.ts +7 -0
  12. package/dist/types/api/admin/LogEntry.d.ts +10 -0
  13. package/dist/types/api/admin/Notification.d.ts +15 -0
  14. package/dist/types/api/admin/Salutation.d.ts +11 -0
  15. package/dist/types/api/admin/ScheduledTask.d.ts +12 -0
  16. package/dist/types/api/admin/Script.d.ts +12 -0
  17. package/dist/types/api/admin/ShopwarePlugin.d.ts +30 -0
  18. package/dist/types/api/admin/SystemConfig.d.ts +12 -0
  19. package/dist/types/api/admin/Tag.d.ts +21 -0
  20. package/dist/types/api/admin/Unit.d.ts +5 -0
  21. package/dist/types/api/admin/acl/AclRole.d.ts +15 -0
  22. package/dist/types/api/admin/acl/AclUserRole.d.ts +11 -0
  23. package/dist/types/api/admin/acl/index.d.ts +2 -0
  24. package/dist/types/api/admin/app/App.d.ts +59 -0
  25. package/dist/types/api/admin/app/AppActionButton.d.ts +14 -0
  26. package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +8 -0
  27. package/dist/types/api/admin/app/AppCmsBlock.d.ts +14 -0
  28. package/dist/types/api/admin/app/AppScriptCondition.d.ts +17 -0
  29. package/dist/types/api/admin/app/AppTemplate.d.ts +11 -0
  30. package/dist/types/api/admin/app/index.d.ts +6 -0
  31. package/dist/types/api/admin/cart/Cart.d.ts +12 -0
  32. package/dist/types/api/admin/cart/CartItem.d.ts +4 -0
  33. package/dist/types/api/admin/cart/index.d.ts +2 -0
  34. package/dist/types/api/admin/category/Category.d.ts +17 -0
  35. package/dist/types/api/admin/category/CategoryTag.d.ts +10 -0
  36. package/dist/types/api/admin/category/MainCategory.d.ts +9 -0
  37. package/dist/types/api/admin/category/index.d.ts +3 -0
  38. package/dist/types/api/admin/cms/CmsBlock.d.ts +10 -0
  39. package/dist/types/api/admin/cms/CmsPage.d.ts +14 -0
  40. package/dist/types/api/admin/cms/CmsSection.d.ts +11 -0
  41. package/dist/types/api/admin/cms/CmsSlot.d.ts +5 -0
  42. package/dist/types/api/admin/cms/index.d.ts +5 -0
  43. package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +9 -0
  44. package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +10 -0
  45. package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +10 -0
  46. package/dist/types/api/admin/cms/landingPage/index.d.ts +3 -0
  47. package/dist/types/api/admin/country/Country.d.ts +16 -0
  48. package/dist/types/api/admin/country/CountryState.d.ts +9 -0
  49. package/dist/types/api/admin/currency/Currency.d.ts +16 -0
  50. package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +14 -0
  51. package/dist/types/api/admin/currency/index.d.ts +2 -0
  52. package/dist/types/api/admin/custom/CustomEntity.d.ts +16 -0
  53. package/dist/types/api/admin/custom/field/CustomField.d.ts +16 -0
  54. package/dist/types/api/admin/custom/field/index.d.ts +2 -0
  55. package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +19 -0
  56. package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +9 -0
  57. package/dist/types/api/admin/custom/field/set/index.d.ts +2 -0
  58. package/dist/types/api/admin/custom/index.d.ts +2 -0
  59. package/dist/types/api/admin/customer/Customer.d.ts +39 -0
  60. package/dist/types/api/admin/customer/CustomerAddress.d.ts +11 -0
  61. package/dist/types/api/admin/customer/CustomerRecovery.d.ts +9 -0
  62. package/dist/types/api/admin/customer/CustomerTag.d.ts +9 -0
  63. package/dist/types/api/admin/customer/group/CustomerGroup.d.ts +8 -0
  64. package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +10 -0
  65. package/dist/types/api/admin/customer/group/index.d.ts +2 -0
  66. package/dist/types/api/admin/customer/index.d.ts +6 -0
  67. package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +15 -0
  68. package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +12 -0
  69. package/dist/types/api/admin/customer/wishlist/index.d.ts +2 -0
  70. package/dist/types/api/admin/document/ShopwareDocument.d.ts +9 -0
  71. package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +9 -0
  72. package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfig.d.ts +9 -0
  73. package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +14 -0
  74. package/dist/types/api/admin/document/baseConfig/index.d.ts +2 -0
  75. package/dist/types/api/admin/document/index.d.ts +3 -0
  76. package/dist/types/api/admin/flow/Flow.d.ts +18 -0
  77. package/dist/types/api/admin/flow/FlowSequence.d.ts +25 -0
  78. package/dist/types/api/admin/flow/FlowTemplate.d.ts +7 -0
  79. package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +27 -0
  80. package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +14 -0
  81. package/dist/types/api/admin/flow/app/index.d.ts +2 -0
  82. package/dist/types/api/admin/flow/index.d.ts +4 -0
  83. package/dist/types/api/admin/importExport/ImportExportFile.d.ts +12 -0
  84. package/dist/types/api/admin/importExport/ImportExportLog.d.ts +24 -0
  85. package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +20 -0
  86. package/dist/types/api/admin/importExport/index.d.ts +3 -0
  87. package/dist/types/api/admin/index.d.ts +45 -0
  88. package/dist/types/api/admin/integration/Integration.d.ts +32 -0
  89. package/dist/types/api/admin/integration/IntegrationRole.d.ts +9 -0
  90. package/dist/types/api/admin/integration/index.d.ts +2 -0
  91. package/dist/types/api/admin/locale/Language.d.ts +26 -0
  92. package/dist/types/api/admin/locale/Locale.d.ts +7 -0
  93. package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +15 -0
  94. package/dist/types/api/admin/mail/index.d.ts +2 -0
  95. package/dist/types/api/admin/mail/template/MailTemplate.d.ts +19 -0
  96. package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +11 -0
  97. package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +13 -0
  98. package/dist/types/api/admin/mail/template/index.d.ts +3 -0
  99. package/dist/types/api/admin/media/Media.d.ts +89 -0
  100. package/dist/types/api/admin/media/MediaTag.d.ts +9 -0
  101. package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +10 -0
  102. package/dist/types/api/admin/media/folder/MediaFolder.d.ts +22 -0
  103. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +16 -0
  104. package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +9 -0
  105. package/dist/types/api/admin/media/folder/configuration/index.d.ts +2 -0
  106. package/dist/types/api/admin/media/folder/index.d.ts +3 -0
  107. package/dist/types/api/admin/media/index.d.ts +4 -0
  108. package/dist/types/api/admin/media/thumbnail/MediaThumbnail.d.ts +5 -0
  109. package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +11 -0
  110. package/dist/types/api/admin/media/thumbnail/index.d.ts +2 -0
  111. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +28 -0
  112. package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +9 -0
  113. package/dist/types/api/admin/newsletterRecipient/index.d.ts +2 -0
  114. package/dist/types/api/admin/numberRange/NumberRange.d.ts +20 -0
  115. package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +14 -0
  116. package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +9 -0
  117. package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +15 -0
  118. package/dist/types/api/admin/numberRange/index.d.ts +4 -0
  119. package/dist/types/api/admin/order/Order.d.ts +33 -0
  120. package/dist/types/api/admin/order/OrderAddress.d.ts +15 -0
  121. package/dist/types/api/admin/order/OrderCustomer.d.ts +13 -0
  122. package/dist/types/api/admin/order/OrderTag.d.ts +10 -0
  123. package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +13 -0
  124. package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +7 -0
  125. package/dist/types/api/admin/order/delivery/index.d.ts +2 -0
  126. package/dist/types/api/admin/order/index.d.ts +9 -0
  127. package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +13 -0
  128. package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +7 -0
  129. package/dist/types/api/admin/order/lineItem/index.d.ts +2 -0
  130. package/dist/types/api/admin/order/return/OrderReturn.d.ts +17 -0
  131. package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +18 -0
  132. package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +8 -0
  133. package/dist/types/api/admin/order/return/index.d.ts +1 -0
  134. package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +9 -0
  135. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +9 -0
  136. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +9 -0
  137. package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +7 -0
  138. package/dist/types/api/admin/order/transaction/capture/index.d.ts +3 -0
  139. package/dist/types/api/admin/order/transaction/index.d.ts +2 -0
  140. package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +10 -0
  141. package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +7 -0
  142. package/dist/types/api/admin/order/warehouse/index.d.ts +2 -0
  143. package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +22 -0
  144. package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +22 -0
  145. package/dist/types/api/admin/paymentMethod/index.d.ts +2 -0
  146. package/dist/types/api/admin/product/Product.d.ts +65 -0
  147. package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +8 -0
  148. package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +9 -0
  149. package/dist/types/api/admin/product/ProductDownload.d.ts +17 -0
  150. package/dist/types/api/admin/product/ProductExport.d.ts +32 -0
  151. package/dist/types/api/admin/product/ProductFeatureSet.d.ts +11 -0
  152. package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +8 -0
  153. package/dist/types/api/admin/product/ProductManufacturer.d.ts +7 -0
  154. package/dist/types/api/admin/product/ProductMedia.d.ts +17 -0
  155. package/dist/types/api/admin/product/ProductOption.d.ts +10 -0
  156. package/dist/types/api/admin/product/ProductPrice.d.ts +19 -0
  157. package/dist/types/api/admin/product/ProductProperty.d.ts +10 -0
  158. package/dist/types/api/admin/product/ProductSorting.d.ts +12 -0
  159. package/dist/types/api/admin/product/ProductTag.d.ts +11 -0
  160. package/dist/types/api/admin/product/ProductVisibility.d.ts +13 -0
  161. package/dist/types/api/admin/product/category/ProductCategory.d.ts +11 -0
  162. package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +11 -0
  163. package/dist/types/api/admin/product/category/index.d.ts +2 -0
  164. package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +12 -0
  165. package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +13 -0
  166. package/dist/types/api/admin/product/crossSelling/index.d.ts +2 -0
  167. package/dist/types/api/admin/product/index.d.ts +21 -0
  168. package/dist/types/api/admin/product/review/ProductReview.d.ts +13 -0
  169. package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +2 -0
  170. package/dist/types/api/admin/product/review/index.d.ts +2 -0
  171. package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +15 -0
  172. package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +13 -0
  173. package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +15 -0
  174. package/dist/types/api/admin/product/search/config/index.d.ts +2 -0
  175. package/dist/types/api/admin/product/search/index.d.ts +2 -0
  176. package/dist/types/api/admin/product/stream/ProductStream.d.ts +13 -0
  177. package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +19 -0
  178. package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +10 -0
  179. package/dist/types/api/admin/product/stream/index.d.ts +3 -0
  180. package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +7 -0
  181. package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +6 -0
  182. package/dist/types/api/admin/product/warehouse/index.d.ts +2 -0
  183. package/dist/types/api/admin/promotion/Promotion.d.ts +44 -0
  184. package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +10 -0
  185. package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +9 -0
  186. package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +12 -0
  187. package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +13 -0
  188. package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +21 -0
  189. package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +12 -0
  190. package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +9 -0
  191. package/dist/types/api/admin/promotion/discount/index.d.ts +3 -0
  192. package/dist/types/api/admin/promotion/index.d.ts +7 -0
  193. package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +9 -0
  194. package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +9 -0
  195. package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +9 -0
  196. package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +9 -0
  197. package/dist/types/api/admin/promotion/rule/index.d.ts +4 -0
  198. package/dist/types/api/admin/propertyGroup/PropertyGroup.d.ts +5 -0
  199. package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +12 -0
  200. package/dist/types/api/admin/rule/Rule.d.ts +31 -0
  201. package/dist/types/api/admin/rule/RuleCondition.d.ts +19 -0
  202. package/dist/types/api/admin/rule/RuleTag.d.ts +9 -0
  203. package/dist/types/api/admin/rule/index.d.ts +3 -0
  204. package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +103 -0
  205. package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +11 -0
  206. package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +31 -0
  207. package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +9 -0
  208. package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +9 -0
  209. package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +24 -0
  210. package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +9 -0
  211. package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +9 -0
  212. package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +9 -0
  213. package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +17 -0
  214. package/dist/types/api/admin/salesChannel/index.d.ts +9 -0
  215. package/dist/types/api/admin/seo/SeoUrl.d.ts +22 -0
  216. package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +14 -0
  217. package/dist/types/api/admin/seo/Sitemap.d.ts +3 -0
  218. package/dist/types/api/admin/seo/index.d.ts +2 -0
  219. package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +16 -0
  220. package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +24 -0
  221. package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +8 -0
  222. package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +9 -0
  223. package/dist/types/api/admin/shippingMethod/index.d.ts +4 -0
  224. package/dist/types/api/admin/snippet/Snippet.d.ts +13 -0
  225. package/dist/types/api/admin/snippet/SnippetSet.d.ts +13 -0
  226. package/dist/types/api/admin/snippet/index.d.ts +2 -0
  227. package/dist/types/api/admin/stateMachine/StateMachine.d.ts +17 -0
  228. package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +21 -0
  229. package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +22 -0
  230. package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +16 -0
  231. package/dist/types/api/admin/stateMachine/index.d.ts +4 -0
  232. package/dist/types/api/admin/subscription/Subscription.d.ts +27 -0
  233. package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +6 -0
  234. package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +15 -0
  235. package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +9 -0
  236. package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +5 -0
  237. package/dist/types/api/admin/subscription/index.d.ts +6 -0
  238. package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +11 -0
  239. package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +5 -0
  240. package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +6 -0
  241. package/dist/types/api/admin/subscription/plan/index.d.ts +3 -0
  242. package/dist/types/api/admin/tax/Tax.d.ts +9 -0
  243. package/dist/types/api/admin/tax/TaxProvider.d.ts +19 -0
  244. package/dist/types/api/admin/tax/index.d.ts +3 -0
  245. package/dist/types/api/admin/tax/rule/TaxRule.d.ts +22 -0
  246. package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +11 -0
  247. package/dist/types/api/admin/tax/rule/index.d.ts +2 -0
  248. package/dist/types/api/admin/theme/Theme.d.ts +25 -0
  249. package/dist/types/api/admin/theme/ThemeChild.d.ts +8 -0
  250. package/dist/types/api/admin/theme/ThemeMedia.d.ts +9 -0
  251. package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +9 -0
  252. package/dist/types/api/admin/theme/index.d.ts +4 -0
  253. package/dist/types/api/admin/user/User.d.ts +52 -0
  254. package/dist/types/api/admin/user/UserAccessKey.d.ts +13 -0
  255. package/dist/types/api/admin/user/UserConfig.d.ts +10 -0
  256. package/dist/types/api/admin/user/UserRecovery.d.ts +9 -0
  257. package/dist/types/api/admin/user/index.d.ts +4 -0
  258. package/dist/types/api/admin/warehouse/Warehouse.d.ts +5 -0
  259. package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +7 -0
  260. package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +6 -0
  261. package/dist/types/api/admin/warehouse/index.d.ts +1 -0
  262. package/dist/types/api/admin/webhook/Webhook.d.ts +14 -0
  263. package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +20 -0
  264. package/dist/types/api/admin/webhook/index.d.ts +2 -0
  265. package/dist/types/api/global/GenericRecord.d.ts +3 -0
  266. package/dist/types/api/global/Rounding.d.ts +5 -0
  267. package/dist/types/api/global/aggregation/Aggregation.d.ts +7 -0
  268. package/dist/types/{storeApi → api/global}/aggregation/AggregationEntity.d.ts +2 -2
  269. package/dist/types/api/global/aggregation/AggregationFilter.d.ts +6 -0
  270. package/dist/types/{storeApi → api/global}/aggregation/AggregationHistogram.d.ts +2 -2
  271. package/dist/types/{storeApi → api/global}/aggregation/AggregationMetrics.d.ts +2 -2
  272. package/dist/types/{storeApi → api/global}/aggregation/AggregationRange.d.ts +2 -2
  273. package/dist/types/{storeApi → api/global}/aggregation/AggregationTerms.d.ts +3 -3
  274. package/dist/types/{storeApi → api/global}/aggregation/index.d.ts +1 -1
  275. package/dist/types/{storeApi → api/global}/filter/EqualsFilter.d.ts +2 -2
  276. package/dist/types/api/global/filter/Filters.d.ts +5 -0
  277. package/dist/types/{storeApi → api/global}/filter/MultiNotFilter.d.ts +3 -3
  278. package/dist/types/{storeApi → api/global}/filter/RangeFilter.d.ts +2 -2
  279. package/dist/types/{storeApi → api/global}/filter/SimpleFilter.d.ts +2 -2
  280. package/dist/types/api/global/index.d.ts +6 -0
  281. package/dist/types/{storeApi → api/global}/price/Price.d.ts +2 -2
  282. package/dist/types/api/global/price/index.d.ts +1 -0
  283. package/dist/types/api/global/query/Criteria.d.ts +23 -0
  284. package/dist/types/api/global/query/Includes.d.ts +1 -0
  285. package/dist/types/api/global/query/Query.d.ts +8 -0
  286. package/dist/types/{storeApi → api/global}/query/Sort.d.ts +2 -2
  287. package/dist/types/{storeApi → api/global}/query/index.d.ts +2 -1
  288. package/dist/types/{storeApi → api/global}/query/product/ProductListingCriteria.d.ts +2 -1
  289. package/dist/types/{storeApi → api/global}/query/product/ProductListingFlags.d.ts +2 -2
  290. package/dist/types/{storeApi → api/store}/Currency.d.ts +6 -13
  291. package/dist/types/{storeApi → api/store}/DeliveryTime.d.ts +3 -3
  292. package/dist/types/{storeApi → api/store}/EntitySearchResult.d.ts +2 -2
  293. package/dist/types/{storeApi → api/store}/PaymentMethod.d.ts +4 -4
  294. package/dist/types/{storeApi → api/store}/Rule.d.ts +3 -3
  295. package/dist/types/{storeApi → api/store}/Salutation.d.ts +3 -3
  296. package/dist/types/{storeApi → api/store}/StateMachineState.d.ts +3 -3
  297. package/dist/types/{storeApi → api/store}/Tag.d.ts +2 -2
  298. package/dist/types/{storeApi → api/store}/Tax.d.ts +3 -3
  299. package/dist/types/{storeApi → api/store}/Unit.d.ts +3 -3
  300. package/dist/types/{storeApi → api/store}/cart/Cart.d.ts +6 -4
  301. package/dist/types/{storeApi → api/store}/cart/CartError.d.ts +2 -2
  302. package/dist/types/api/store/cart/CartItems.d.ts +2 -0
  303. package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +15 -0
  304. package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryDate.d.ts +2 -2
  305. package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryInformation.d.ts +3 -3
  306. package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +9 -0
  307. package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +7 -0
  308. package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryTime.d.ts +2 -2
  309. package/dist/types/api/store/cart/index.d.ts +3 -0
  310. package/dist/types/{storeApi → api/store}/category/Category.d.ts +8 -8
  311. package/dist/types/{storeApi → api/store}/category/MainCategory.d.ts +2 -2
  312. package/dist/types/{storeApi → api/store}/cms/CmsBlock.d.ts +7 -5
  313. package/dist/types/{storeApi → api/store}/cms/CmsPage.d.ts +6 -5
  314. package/dist/types/{storeApi → api/store}/cms/CmsSection.d.ts +8 -5
  315. package/dist/types/{storeApi → api/store}/cms/CmsSlot.d.ts +4 -4
  316. package/dist/types/{storeApi → api/store}/cms/LandingPage.d.ts +5 -5
  317. package/dist/types/{storeApi → api/store}/cms/Visibility.d.ts +2 -2
  318. package/dist/types/{storeApi → api/store}/country/Country.d.ts +4 -4
  319. package/dist/types/{storeApi → api/store}/country/CountryState.d.ts +3 -3
  320. package/dist/types/api/store/country/index.d.ts +2 -0
  321. package/dist/types/{storeApi → api/store}/customer/Customer.d.ts +6 -5
  322. package/dist/types/{storeApi → api/store}/customer/CustomerGroup.d.ts +3 -3
  323. package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddress.d.ts +1 -1
  324. package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddressBody.d.ts +6 -5
  325. package/dist/types/api/store/customer/index.d.ts +2 -0
  326. package/dist/types/{storeApi → api/store}/document/ShopwareDocument.d.ts +6 -6
  327. package/dist/types/{storeApi → api/store}/document/ShopwareDocumentBaseConfig.d.ts +4 -4
  328. package/dist/types/{storeApi → api/store}/document/ShopwareDocumentType.d.ts +3 -3
  329. package/dist/types/{storeApi → api/store}/index.d.ts +0 -5
  330. package/dist/types/{storeApi → api/store}/lineItem/LineItem.d.ts +8 -6
  331. package/dist/types/{storeApi → api/store}/lineItem/LineItemPayload.d.ts +5 -5
  332. package/dist/types/{storeApi → api/store}/link/Links.d.ts +1 -1
  333. package/dist/types/{storeApi → api/store}/locale/Language.d.ts +4 -4
  334. package/dist/types/{storeApi → api/store}/locale/Locale.d.ts +3 -3
  335. package/dist/types/api/store/locale/index.d.ts +2 -0
  336. package/dist/types/{storeApi → api/store}/media/Media.d.ts +4 -4
  337. package/dist/types/{storeApi → api/store}/media/MediaThumbnail.d.ts +3 -3
  338. package/dist/types/{storeApi → api/store}/media/ProductMedia.d.ts +5 -4
  339. package/dist/types/{storeApi → api/store}/order/Order.d.ts +14 -17
  340. package/dist/types/{storeApi → api/store}/order/OrderAddress.d.ts +1 -1
  341. package/dist/types/{storeApi → api/store}/order/OrderCustomer.d.ts +3 -3
  342. package/dist/types/{storeApi → api/store}/order/OrderLineItem.d.ts +9 -8
  343. package/dist/types/{storeApi → api/store}/order/OrderLineItemDownload.d.ts +5 -5
  344. package/dist/types/api/store/order/OrderPrice.d.ts +9 -0
  345. package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDelivery.d.ts +7 -6
  346. package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDeliveryPosition.d.ts +4 -4
  347. package/dist/types/api/store/order/index.d.ts +6 -0
  348. package/dist/types/{storeApi/order → api/store/order/return}/OrderReturn.d.ts +3 -3
  349. package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItem.d.ts +2 -2
  350. package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItemReason.d.ts +2 -2
  351. package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransaction.d.ts +7 -7
  352. package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCapture.d.ts +7 -6
  353. package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefund.d.ts +7 -6
  354. package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefundPosition.d.ts +6 -5
  355. package/dist/types/{storeApi → api/store}/price/CalculatedPrice.d.ts +7 -5
  356. package/dist/types/{storeApi/price → api/store/price/cart}/CartListPrice.d.ts +2 -2
  357. package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceQuantity.d.ts +3 -3
  358. package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceReference.d.ts +4 -3
  359. package/dist/types/{storeApi/price → api/store/price/cart}/CartRegulationPrice.d.ts +2 -2
  360. package/dist/types/api/store/price/index.d.ts +1 -0
  361. package/dist/types/{storeApi → api/store}/product/Product.d.ts +17 -10
  362. package/dist/types/{storeApi → api/store}/product/ProductConfiguratorSetting.d.ts +5 -5
  363. package/dist/types/{storeApi → api/store}/product/ProductDownload.d.ts +5 -5
  364. package/dist/types/{storeApi → api/store}/product/ProductListingResult.d.ts +1 -1
  365. package/dist/types/{storeApi → api/store}/product/ProductManufacturer.d.ts +4 -4
  366. package/dist/types/{storeApi → api/store}/product/ProductStream.d.ts +3 -3
  367. package/dist/types/{storeApi → api/store}/product/crossSelling/CrossSellingElement.d.ts +3 -3
  368. package/dist/types/{storeApi → api/store}/product/crossSelling/ProductCrossSelling.d.ts +2 -2
  369. package/dist/types/{storeApi → api/store}/product/index.d.ts +0 -2
  370. package/dist/types/{storeApi/product → api/store/product/review}/ProductReview.d.ts +4 -4
  371. package/dist/types/{storeApi/product → api/store/product/review}/ProductReviewSummary.d.ts +2 -2
  372. package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroup.d.ts +4 -4
  373. package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroupOption.d.ts +5 -5
  374. package/dist/types/api/store/propertyGroup/index.d.ts +2 -0
  375. package/dist/types/{storeApi → api/store}/salesChannel/SalesChannel.d.ts +13 -12
  376. package/dist/types/{storeApi → api/store}/salesChannel/SalesChannelContext.d.ts +6 -6
  377. package/dist/types/{storeApi → api/store}/seo/SeoUrlEntity.d.ts +3 -3
  378. package/dist/types/{storeApi → api/store}/seo/Sitemap.d.ts +2 -2
  379. package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethod.d.ts +5 -5
  380. package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethodPrice.d.ts +4 -4
  381. package/dist/types/clients/admin/AppClient.d.ts +292 -0
  382. package/dist/types/clients/admin/CategoryClient.d.ts +60 -0
  383. package/dist/types/clients/admin/ContentClient.d.ts +176 -0
  384. package/dist/types/clients/admin/CountryClient.d.ts +60 -0
  385. package/dist/types/clients/admin/CurrencyClient.d.ts +60 -0
  386. package/dist/types/clients/admin/CustomDataClient.d.ts +118 -0
  387. package/dist/types/clients/admin/CustomerClient.d.ts +184 -0
  388. package/dist/types/clients/admin/DeliveryTimeClient.d.ts +30 -0
  389. package/dist/types/clients/admin/DocumentClient.d.ts +126 -0
  390. package/dist/types/clients/admin/FlowClient.d.ts +89 -0
  391. package/dist/types/clients/admin/ImportExportClient.d.ts +89 -0
  392. package/dist/types/clients/admin/IntegrationClient.d.ts +30 -0
  393. package/dist/types/clients/admin/LocaleClient.d.ts +60 -0
  394. package/dist/types/clients/admin/MailClient.d.ts +125 -0
  395. package/dist/types/clients/admin/MediaClient.d.ts +176 -0
  396. package/dist/types/clients/admin/NewsletterClient.d.ts +30 -0
  397. package/dist/types/clients/admin/NumberRangeClient.d.ts +118 -0
  398. package/dist/types/clients/admin/OrderClient.d.ts +346 -0
  399. package/dist/types/clients/admin/PaymentMethodClient.d.ts +30 -0
  400. package/dist/types/clients/admin/PluginClient.d.ts +30 -0
  401. package/dist/types/clients/admin/ProductClient.d.ts +553 -0
  402. package/dist/types/clients/admin/PromotionClient.d.ts +176 -0
  403. package/dist/types/clients/admin/PropertyGroupClient.d.ts +60 -0
  404. package/dist/types/clients/admin/RuleClient.d.ts +60 -0
  405. package/dist/types/clients/admin/SalesChannelClient.d.ts +118 -0
  406. package/dist/types/clients/admin/SalutationClient.d.ts +30 -0
  407. package/dist/types/clients/admin/ScriptClient.d.ts +30 -0
  408. package/dist/types/clients/admin/SecurityClient.d.ts +30 -0
  409. package/dist/types/clients/admin/SeoClient.d.ts +60 -0
  410. package/dist/types/clients/admin/ShippingMethodClient.d.ts +60 -0
  411. package/dist/types/clients/admin/SnippetClient.d.ts +60 -0
  412. package/dist/types/clients/admin/StateMachineClient.d.ts +89 -0
  413. package/dist/types/clients/admin/SystemClient.d.ts +185 -0
  414. package/dist/types/clients/admin/TagClient.d.ts +30 -0
  415. package/dist/types/clients/admin/TaxClient.d.ts +118 -0
  416. package/dist/types/clients/admin/UnitClient.d.ts +30 -0
  417. package/dist/types/clients/admin/UserClient.d.ts +118 -0
  418. package/dist/types/clients/admin/WebhookClient.d.ts +60 -0
  419. package/dist/types/clients/admin/index.d.ts +1 -0
  420. package/dist/types/clients/store/AccountClient.d.ts +98 -0
  421. package/dist/types/clients/{AddressClient.d.ts → store/AddressClient.d.ts} +5 -3
  422. package/dist/types/clients/store/CartClient.d.ts +18 -0
  423. package/dist/types/clients/{CategoryClient.d.ts → store/CategoryClient.d.ts} +3 -1
  424. package/dist/types/clients/store/ContentClient.d.ts +32 -0
  425. package/dist/types/clients/{ContextClient.d.ts → store/ContextClient.d.ts} +7 -7
  426. package/dist/types/clients/store/CustomerAuthenticationClient.d.ts +18 -0
  427. package/dist/types/clients/store/DocumentClient.d.ts +4 -0
  428. package/dist/types/clients/{GatewayClient.d.ts → store/GatewayClient.d.ts} +4 -3
  429. package/dist/types/clients/{NewsletterClient.d.ts → store/NewsletterClient.d.ts} +6 -6
  430. package/dist/types/clients/store/OrderClient.d.ts +37 -0
  431. package/dist/types/clients/{ProductClient.d.ts → store/ProductClient.d.ts} +19 -11
  432. package/dist/types/clients/store/SeoClient.d.ts +10 -0
  433. package/dist/types/clients/{SystemClient.d.ts → store/SystemClient.d.ts} +11 -3
  434. package/dist/types/clients/store/WishlistClient.d.ts +22 -0
  435. package/dist/types/clients/{index.d.ts → store/index.d.ts} +0 -1
  436. package/dist/types/index.d.ts +1 -3
  437. package/package.json +23 -2
  438. package/dist/src/ShopwareClient.d.ts +0 -32
  439. package/dist/src/auth/AuthenticationStore.d.ts +0 -8
  440. package/dist/src/auth/AuthenticationType.d.ts +0 -5
  441. package/dist/src/auth/entries/AuthenticationEntry.d.ts +0 -10
  442. package/dist/src/auth/entries/ContextTokenEntry.d.ts +0 -13
  443. package/dist/src/auth/entries/OAuthEntry.d.ts +0 -15
  444. package/dist/src/auth/entries/index.d.ts +0 -3
  445. package/dist/src/auth/errors/ExpiredError.d.ts +0 -4
  446. package/dist/src/auth/errors/NotSavedError.d.ts +0 -4
  447. package/dist/src/auth/errors/index.d.ts +0 -2
  448. package/dist/src/auth/index.d.ts +0 -4
  449. package/dist/src/clients/AccountClient.d.ts +0 -16
  450. package/dist/src/clients/AddressClient.d.ts +0 -11
  451. package/dist/src/clients/CartClient.d.ts +0 -10
  452. package/dist/src/clients/CategoryClient.d.ts +0 -8
  453. package/dist/src/clients/Client.d.ts +0 -16
  454. package/dist/src/clients/ContentClient.d.ts +0 -9
  455. package/dist/src/clients/ContextClient.d.ts +0 -7
  456. package/dist/src/clients/CustomerAuthenticationClient.d.ts +0 -11
  457. package/dist/src/clients/DocumentClient.d.ts +0 -6
  458. package/dist/src/clients/GatewayClient.d.ts +0 -6
  459. package/dist/src/clients/NewsletterClient.d.ts +0 -8
  460. package/dist/src/clients/OrderClient.d.ts +0 -10
  461. package/dist/src/clients/PaymentClient.d.ts +0 -6
  462. package/dist/src/clients/ProductClient.d.ts +0 -14
  463. package/dist/src/clients/SeoClient.d.ts +0 -8
  464. package/dist/src/clients/SystemClient.d.ts +0 -12
  465. package/dist/src/clients/WishlistClient.d.ts +0 -9
  466. package/dist/src/clients/index.d.ts +0 -17
  467. package/dist/src/index.d.ts +0 -1
  468. package/dist/src/payloads/BinaryPayload.d.ts +0 -10
  469. package/dist/src/payloads/JsonPayload.d.ts +0 -10
  470. package/dist/src/payloads/index.d.ts +0 -3
  471. package/dist/types/clients/AccountClient.d.ts +0 -70
  472. package/dist/types/clients/CartClient.d.ts +0 -17
  473. package/dist/types/clients/ContentClient.d.ts +0 -29
  474. package/dist/types/clients/CustomerAuthenticationClient.d.ts +0 -44
  475. package/dist/types/clients/DocumentClient.d.ts +0 -3
  476. package/dist/types/clients/OrderClient.d.ts +0 -26
  477. package/dist/types/clients/PaymentClient.d.ts +0 -8
  478. package/dist/types/clients/SeoClient.d.ts +0 -7
  479. package/dist/types/clients/WishlistClient.d.ts +0 -21
  480. package/dist/types/storeApi/GenericRecord.d.ts +0 -3
  481. package/dist/types/storeApi/aggregation/AggregationFilter.d.ts +0 -6
  482. package/dist/types/storeApi/aggregation/Aggregations.d.ts +0 -2
  483. package/dist/types/storeApi/cart/CartDelivery.d.ts +0 -13
  484. package/dist/types/storeApi/cart/CartDeliveryPosition.d.ts +0 -9
  485. package/dist/types/storeApi/cart/CartDeliveryShippingLocation.d.ts +0 -7
  486. package/dist/types/storeApi/cart/CartItems.d.ts +0 -2
  487. package/dist/types/storeApi/cart/index.d.ts +0 -9
  488. package/dist/types/storeApi/customer/index.d.ts +0 -4
  489. package/dist/types/storeApi/filter/Filters.d.ts +0 -2
  490. package/dist/types/storeApi/order/index.d.ts +0 -14
  491. package/dist/types/storeApi/price/index.d.ts +0 -6
  492. package/dist/types/storeApi/query/Criteria.d.ts +0 -20
  493. package/dist/types/storeApi/query/Include.d.ts +0 -1
  494. package/dist/types/storeApi/query/Query.d.ts +0 -5
  495. package/dist/types/{storeApi → api/admin}/country/index.d.ts +0 -0
  496. package/dist/types/{storeApi → api/admin}/locale/index.d.ts +0 -0
  497. package/dist/types/{storeApi → api/admin}/propertyGroup/index.d.ts +0 -0
  498. package/dist/types/{storeApi → api/global}/filter/index.d.ts +2 -2
  499. /package/dist/types/{storeApi → api/global/query}/TotalCountMode.d.ts +0 -0
  500. /package/dist/types/{storeApi → api/global}/query/product/index.d.ts +0 -0
  501. /package/dist/types/{storeApi → api/store}/category/index.d.ts +0 -0
  502. /package/dist/types/{storeApi → api/store}/cms/BackgroundMediaMode.d.ts +0 -0
  503. /package/dist/types/{storeApi → api/store}/cms/index.d.ts +0 -0
  504. /package/dist/types/{storeApi → api/store}/document/index.d.ts +0 -0
  505. /package/dist/types/{storeApi → api/store}/lineItem/LineItemType.d.ts +0 -0
  506. /package/dist/types/{storeApi → api/store}/lineItem/index.d.ts +0 -0
  507. /package/dist/types/{storeApi → api/store}/link/Link.d.ts +0 -0
  508. /package/dist/types/{storeApi → api/store}/link/index.d.ts +0 -0
  509. /package/dist/types/{storeApi → api/store}/media/index.d.ts +0 -0
  510. /package/dist/types/{storeApi → api/store}/product/crossSelling/index.d.ts +0 -0
  511. /package/dist/types/{storeApi → api/store}/salesChannel/index.d.ts +0 -0
  512. /package/dist/types/{storeApi → api/store}/seo/index.d.ts +0 -0
  513. /package/dist/types/{storeApi → api/store}/shippingMethod/index.d.ts +0 -0
@@ -0,0 +1,553 @@
1
+ import { Product } from "#types/api/admin/product/Product";
2
+ import { ProductConfiguratorSetting } from "#types/api/admin/product/ProductConfiguratorSetting";
3
+ import { ProductCrossSelling } from "#types/api/admin/product/crossSelling/ProductCrossSelling";
4
+ import { ProductCrossSellingAssignedProduct } from "#types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct";
5
+ import { ProductDownload } from "#types/api/admin/product/ProductDownload";
6
+ import { ProductExport } from "#types/api/admin/product/ProductExport";
7
+ import { ProductFeatureSet } from "#types/api/admin/product/ProductFeatureSet";
8
+ import { ProductKeywordDictionary } from "#types/api/admin/product/ProductKeywordDictionary";
9
+ import { ProductManufacturer } from "#types/api/admin/product/ProductManufacturer";
10
+ import { ProductMedia } from "#types/api/admin/product/ProductMedia";
11
+ import { ProductPrice } from "#types/api/admin/product/ProductPrice";
12
+ import { ProductReview } from "#types/api/admin/product/review/ProductReview";
13
+ import { ProductSearchConfig } from "#types/api/admin/product/search/config/ProductSearchConfig";
14
+ import { ProductSearchConfigField } from "#types/api/admin/product/search/config/ProductSearchConfigField";
15
+ import { ProductSearchKeyword } from "#types/api/admin/product/search/ProductSearchKeyword";
16
+ import { ProductSorting } from "#types/api/admin/product/ProductSorting";
17
+ import { ProductStream } from "#types/api/admin/product/stream/ProductStream";
18
+ import { ProductStreamFilter } from "#types/api/admin/product/stream/ProductStreamFilter";
19
+ import { ProductVisibility } from "#types/api/admin/product/ProductVisibility";
20
+ import { Criteria } from "#types/api/global/query/Criteria";
21
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
22
+ /** Products **/
23
+ export interface ProductListResponse {
24
+ total?: number;
25
+ data?: Array<Product>;
26
+ }
27
+ export type ProductCreateRequest = Product;
28
+ export type ProductCreateResponse = {
29
+ data: Product;
30
+ };
31
+ export type ProductListSearchRequest = Criteria;
32
+ export interface ProductListSearchResponse {
33
+ total?: number;
34
+ data?: Array<Product>;
35
+ }
36
+ export interface ProductSingleResponse {
37
+ data: Product;
38
+ }
39
+ export type ProductUpdateRequest = Product;
40
+ export type ProductUpdateResponse = {
41
+ data: Product;
42
+ };
43
+ export interface ProductAggregationRequest {
44
+ aggregations: Array<Aggregation>;
45
+ }
46
+ export interface ProductAggregationResponse {
47
+ total?: number;
48
+ data?: Array<Product>;
49
+ }
50
+ /** Configurator Settings **/
51
+ export interface ConfiguratorSettingListResponse {
52
+ total?: number;
53
+ data?: Array<ProductConfiguratorSetting>;
54
+ }
55
+ export type ConfiguratorSettingCreateRequest = ProductConfiguratorSetting;
56
+ export type ConfiguratorSettingCreateResponse = {
57
+ data: ProductConfiguratorSetting;
58
+ };
59
+ export type ConfiguratorSettingListSearchRequest = Criteria;
60
+ export interface ConfiguratorSettingListSearchResponse {
61
+ total?: number;
62
+ data?: Array<ProductConfiguratorSetting>;
63
+ }
64
+ export interface ConfiguratorSettingSingleResponse {
65
+ data: ProductConfiguratorSetting;
66
+ }
67
+ export type ConfiguratorSettingUpdateRequest = ProductConfiguratorSetting;
68
+ export type ConfiguratorSettingUpdateResponse = {
69
+ data: ProductConfiguratorSetting;
70
+ };
71
+ export interface ConfiguratorSettingAggregationRequest {
72
+ aggregations: Array<Aggregation>;
73
+ }
74
+ export interface ConfiguratorSettingAggregationResponse {
75
+ total?: number;
76
+ data?: Array<ProductConfiguratorSetting>;
77
+ }
78
+ /** Cross Sellings **/
79
+ export interface CrossSellingListResponse {
80
+ total?: number;
81
+ data?: Array<ProductCrossSelling>;
82
+ }
83
+ export type CrossSellingCreateRequest = ProductCrossSelling;
84
+ export type CrossSellingCreateResponse = {
85
+ data: ProductCrossSelling;
86
+ };
87
+ export type CrossSellingListSearchRequest = Criteria;
88
+ export interface CrossSellingListSearchResponse {
89
+ total?: number;
90
+ data?: Array<ProductCrossSelling>;
91
+ }
92
+ export interface CrossSellingSingleResponse {
93
+ data: ProductCrossSelling;
94
+ }
95
+ export type CrossSellingUpdateRequest = ProductCrossSelling;
96
+ export type CrossSellingUpdateResponse = {
97
+ data: ProductCrossSelling;
98
+ };
99
+ export interface CrossSellingAggregationRequest {
100
+ aggregations: Array<Aggregation>;
101
+ }
102
+ export interface CrossSellingAggregationResponse {
103
+ total?: number;
104
+ data?: Array<ProductCrossSelling>;
105
+ }
106
+ /** Cross Selling Assigned Products **/
107
+ export interface CrossSellingAssignedProductListResponse {
108
+ total?: number;
109
+ data?: Array<ProductCrossSellingAssignedProduct>;
110
+ }
111
+ export type CrossSellingAssignedProductCreateRequest = ProductCrossSellingAssignedProduct;
112
+ export type CrossSellingAssignedProductCreateResponse = {
113
+ data: ProductCrossSellingAssignedProduct;
114
+ };
115
+ export type CrossSellingAssignedProductListSearchRequest = Criteria;
116
+ export interface CrossSellingAssignedProductListSearchResponse {
117
+ total?: number;
118
+ data?: Array<ProductCrossSellingAssignedProduct>;
119
+ }
120
+ export interface CrossSellingAssignedProductSingleResponse {
121
+ data: ProductCrossSellingAssignedProduct;
122
+ }
123
+ export type CrossSellingAssignedProductUpdateRequest = ProductCrossSellingAssignedProduct;
124
+ export type CrossSellingAssignedProductUpdateResponse = {
125
+ data: ProductCrossSellingAssignedProduct;
126
+ };
127
+ export interface CrossSellingAssignedProductAggregationRequest {
128
+ aggregations: Array<Aggregation>;
129
+ }
130
+ export interface CrossSellingAssignedProductAggregationResponse {
131
+ total?: number;
132
+ data?: Array<ProductCrossSellingAssignedProduct>;
133
+ }
134
+ /** Downloads **/
135
+ export interface DownloadListResponse {
136
+ total?: number;
137
+ data?: Array<ProductDownload>;
138
+ }
139
+ export type DownloadCreateRequest = ProductDownload;
140
+ export type DownloadCreateResponse = {
141
+ data: ProductDownload;
142
+ };
143
+ export type DownloadListSearchRequest = Criteria;
144
+ export interface DownloadListSearchResponse {
145
+ total?: number;
146
+ data?: Array<ProductDownload>;
147
+ }
148
+ export interface DownloadSingleResponse {
149
+ data: ProductDownload;
150
+ }
151
+ export type DownloadUpdateRequest = ProductDownload;
152
+ export type DownloadUpdateResponse = {
153
+ data: ProductDownload;
154
+ };
155
+ export interface DownloadAggregationRequest {
156
+ aggregations: Array<Aggregation>;
157
+ }
158
+ export interface DownloadAggregationResponse {
159
+ total?: number;
160
+ data?: Array<ProductDownload>;
161
+ }
162
+ /** Exports **/
163
+ export interface ExportListResponse {
164
+ total?: number;
165
+ data?: Array<ProductExport>;
166
+ }
167
+ export type ExportCreateRequest = ProductExport;
168
+ export type ExportCreateResponse = {
169
+ data: ProductExport;
170
+ };
171
+ export type ExportListSearchRequest = Criteria;
172
+ export interface ExportListSearchResponse {
173
+ total?: number;
174
+ data?: Array<ProductExport>;
175
+ }
176
+ export interface ExportSingleResponse {
177
+ data: ProductExport;
178
+ }
179
+ export type ExportUpdateRequest = ProductExport;
180
+ export type ExportUpdateResponse = {
181
+ data: ProductExport;
182
+ };
183
+ export interface ExportAggregationRequest {
184
+ aggregations: Array<Aggregation>;
185
+ }
186
+ export interface ExportAggregationResponse {
187
+ total?: number;
188
+ data?: Array<ProductExport>;
189
+ }
190
+ /** Feature Sets **/
191
+ export interface FeatureSetListResponse {
192
+ total?: number;
193
+ data?: Array<ProductFeatureSet>;
194
+ }
195
+ export type FeatureSetCreateRequest = ProductFeatureSet;
196
+ export type FeatureSetCreateResponse = {
197
+ data: ProductFeatureSet;
198
+ };
199
+ export type FeatureSetListSearchRequest = Criteria;
200
+ export interface FeatureSetListSearchResponse {
201
+ total?: number;
202
+ data?: Array<ProductFeatureSet>;
203
+ }
204
+ export interface FeatureSetSingleResponse {
205
+ data: ProductFeatureSet;
206
+ }
207
+ export type FeatureSetUpdateRequest = ProductFeatureSet;
208
+ export type FeatureSetUpdateResponse = {
209
+ data: ProductFeatureSet;
210
+ };
211
+ export interface FeatureSetAggregationRequest {
212
+ aggregations: Array<Aggregation>;
213
+ }
214
+ export interface FeatureSetAggregationResponse {
215
+ total?: number;
216
+ data?: Array<ProductFeatureSet>;
217
+ }
218
+ /** Keyword Dictionaries **/
219
+ export interface KeywordDictionaryListResponse {
220
+ total?: number;
221
+ data?: Array<ProductKeywordDictionary>;
222
+ }
223
+ export type KeywordDictionaryCreateRequest = ProductKeywordDictionary;
224
+ export type KeywordDictionaryCreateResponse = {
225
+ data: ProductKeywordDictionary;
226
+ };
227
+ export type KeywordDictionaryListSearchRequest = Criteria;
228
+ export interface KeywordDictionaryListSearchResponse {
229
+ total?: number;
230
+ data?: Array<ProductKeywordDictionary>;
231
+ }
232
+ export interface KeywordDictionarySingleResponse {
233
+ data: ProductKeywordDictionary;
234
+ }
235
+ export type KeywordDictionaryUpdateRequest = ProductKeywordDictionary;
236
+ export type KeywordDictionaryUpdateResponse = {
237
+ data: ProductKeywordDictionary;
238
+ };
239
+ export interface KeywordDictionaryAggregationRequest {
240
+ aggregations: Array<Aggregation>;
241
+ }
242
+ export interface KeywordDictionaryAggregationResponse {
243
+ total?: number;
244
+ data?: Array<ProductKeywordDictionary>;
245
+ }
246
+ /** Manufacturers **/
247
+ export interface ManufacturerListResponse {
248
+ total?: number;
249
+ data?: Array<ProductManufacturer>;
250
+ }
251
+ export type ManufacturerCreateRequest = ProductManufacturer;
252
+ export type ManufacturerCreateResponse = {
253
+ data: ProductManufacturer;
254
+ };
255
+ export type ManufacturerListSearchRequest = Criteria;
256
+ export interface ManufacturerListSearchResponse {
257
+ total?: number;
258
+ data?: Array<ProductManufacturer>;
259
+ }
260
+ export interface ManufacturerSingleResponse {
261
+ data: ProductManufacturer;
262
+ }
263
+ export type ManufacturerUpdateRequest = ProductManufacturer;
264
+ export type ManufacturerUpdateResponse = {
265
+ data: ProductManufacturer;
266
+ };
267
+ export interface ManufacturerAggregationRequest {
268
+ aggregations: Array<Aggregation>;
269
+ }
270
+ export interface ManufacturerAggregationResponse {
271
+ total?: number;
272
+ data?: Array<ProductManufacturer>;
273
+ }
274
+ /** Media **/
275
+ export interface MediaListResponse {
276
+ total?: number;
277
+ data?: Array<ProductMedia>;
278
+ }
279
+ export type MediaCreateRequest = ProductMedia;
280
+ export type MediaCreateResponse = {
281
+ data: ProductMedia;
282
+ };
283
+ export type MediaListSearchRequest = Criteria;
284
+ export interface MediaListSearchResponse {
285
+ total?: number;
286
+ data?: Array<ProductMedia>;
287
+ }
288
+ export interface MediaSingleResponse {
289
+ data: ProductMedia;
290
+ }
291
+ export type MediaUpdateRequest = ProductMedia;
292
+ export type MediaUpdateResponse = {
293
+ data: ProductMedia;
294
+ };
295
+ export interface MediaAggregationRequest {
296
+ aggregations: Array<Aggregation>;
297
+ }
298
+ export interface MediaAggregationResponse {
299
+ total?: number;
300
+ data?: Array<ProductMedia>;
301
+ }
302
+ /** Prices **/
303
+ export interface PriceListResponse {
304
+ total?: number;
305
+ data?: Array<ProductPrice>;
306
+ }
307
+ export type PriceCreateRequest = ProductPrice;
308
+ export type PriceCreateResponse = {
309
+ data: ProductPrice;
310
+ };
311
+ export type PriceListSearchRequest = Criteria;
312
+ export interface PriceListSearchResponse {
313
+ total?: number;
314
+ data?: Array<ProductPrice>;
315
+ }
316
+ export interface PriceSingleResponse {
317
+ data: ProductPrice;
318
+ }
319
+ export type PriceUpdateRequest = ProductPrice;
320
+ export type PriceUpdateResponse = {
321
+ data: ProductPrice;
322
+ };
323
+ export interface PriceAggregationRequest {
324
+ aggregations: Array<Aggregation>;
325
+ }
326
+ export interface PriceAggregationResponse {
327
+ total?: number;
328
+ data?: Array<ProductPrice>;
329
+ }
330
+ /** Reviews **/
331
+ export interface ReviewListResponse {
332
+ total?: number;
333
+ data?: Array<ProductReview>;
334
+ }
335
+ export type ReviewCreateRequest = ProductReview;
336
+ export type ReviewCreateResponse = {
337
+ data: ProductReview;
338
+ };
339
+ export type ReviewListSearchRequest = Criteria;
340
+ export interface ReviewListSearchResponse {
341
+ total?: number;
342
+ data?: Array<ProductReview>;
343
+ }
344
+ export interface ReviewSingleResponse {
345
+ data: ProductReview;
346
+ }
347
+ export type ReviewUpdateRequest = ProductReview;
348
+ export type ReviewUpdateResponse = {
349
+ data: ProductReview;
350
+ };
351
+ export interface ReviewAggregationRequest {
352
+ aggregations: Array<Aggregation>;
353
+ }
354
+ export interface ReviewAggregationResponse {
355
+ total?: number;
356
+ data?: Array<ProductReview>;
357
+ }
358
+ /** Search Configs **/
359
+ export interface SearchConfigListResponse {
360
+ total?: number;
361
+ data?: Array<ProductSearchConfig>;
362
+ }
363
+ export type SearchConfigCreateRequest = ProductSearchConfig;
364
+ export type SearchConfigCreateResponse = {
365
+ data: ProductSearchConfig;
366
+ };
367
+ export type SearchConfigListSearchRequest = Criteria;
368
+ export interface SearchConfigListSearchResponse {
369
+ total?: number;
370
+ data?: Array<ProductSearchConfig>;
371
+ }
372
+ export interface SearchConfigSingleResponse {
373
+ data: ProductSearchConfig;
374
+ }
375
+ export type SearchConfigUpdateRequest = ProductSearchConfig;
376
+ export type SearchConfigUpdateResponse = {
377
+ data: ProductSearchConfig;
378
+ };
379
+ export interface SearchConfigAggregationRequest {
380
+ aggregations: Array<Aggregation>;
381
+ }
382
+ export interface SearchConfigAggregationResponse {
383
+ total?: number;
384
+ data?: Array<ProductSearchConfig>;
385
+ }
386
+ /** Search Config Fields **/
387
+ export interface SearchConfigFieldListResponse {
388
+ total?: number;
389
+ data?: Array<ProductSearchConfigField>;
390
+ }
391
+ export type SearchConfigFieldCreateRequest = ProductSearchConfigField;
392
+ export type SearchConfigFieldCreateResponse = {
393
+ data: ProductSearchConfigField;
394
+ };
395
+ export type SearchConfigFieldListSearchRequest = Criteria;
396
+ export interface SearchConfigFieldListSearchResponse {
397
+ total?: number;
398
+ data?: Array<ProductSearchConfigField>;
399
+ }
400
+ export interface SearchConfigFieldSingleResponse {
401
+ data: ProductSearchConfigField;
402
+ }
403
+ export type SearchConfigFieldUpdateRequest = ProductSearchConfigField;
404
+ export type SearchConfigFieldUpdateResponse = {
405
+ data: ProductSearchConfigField;
406
+ };
407
+ export interface SearchConfigFieldAggregationRequest {
408
+ aggregations: Array<Aggregation>;
409
+ }
410
+ export interface SearchConfigFieldAggregationResponse {
411
+ total?: number;
412
+ data?: Array<ProductSearchConfigField>;
413
+ }
414
+ /** Search Keywords **/
415
+ export interface SearchKeywordListResponse {
416
+ total?: number;
417
+ data?: Array<ProductSearchKeyword>;
418
+ }
419
+ export type SearchKeywordCreateRequest = ProductSearchKeyword;
420
+ export type SearchKeywordCreateResponse = {
421
+ data: ProductSearchKeyword;
422
+ };
423
+ export type SearchKeywordListSearchRequest = Criteria;
424
+ export interface SearchKeywordListSearchResponse {
425
+ total?: number;
426
+ data?: Array<ProductSearchKeyword>;
427
+ }
428
+ export interface SearchKeywordSingleResponse {
429
+ data: ProductSearchKeyword;
430
+ }
431
+ export type SearchKeywordUpdateRequest = ProductSearchKeyword;
432
+ export type SearchKeywordUpdateResponse = {
433
+ data: ProductSearchKeyword;
434
+ };
435
+ export interface SearchKeywordAggregationRequest {
436
+ aggregations: Array<Aggregation>;
437
+ }
438
+ export interface SearchKeywordAggregationResponse {
439
+ total?: number;
440
+ data?: Array<ProductSearchKeyword>;
441
+ }
442
+ /** Sortings **/
443
+ export interface SortingListResponse {
444
+ total?: number;
445
+ data?: Array<ProductSorting>;
446
+ }
447
+ export type SortingCreateRequest = ProductSorting;
448
+ export type SortingCreateResponse = {
449
+ data: ProductSorting;
450
+ };
451
+ export type SortingListSearchRequest = Criteria;
452
+ export interface SortingListSearchResponse {
453
+ total?: number;
454
+ data?: Array<ProductSorting>;
455
+ }
456
+ export interface SortingSingleResponse {
457
+ data: ProductSorting;
458
+ }
459
+ export type SortingUpdateRequest = ProductSorting;
460
+ export type SortingUpdateResponse = {
461
+ data: ProductSorting;
462
+ };
463
+ export interface SortingAggregationRequest {
464
+ aggregations: Array<Aggregation>;
465
+ }
466
+ export interface SortingAggregationResponse {
467
+ total?: number;
468
+ data?: Array<ProductSorting>;
469
+ }
470
+ /** Streams **/
471
+ export interface StreamListResponse {
472
+ total?: number;
473
+ data?: Array<ProductStream>;
474
+ }
475
+ export type StreamCreateRequest = ProductStream;
476
+ export type StreamCreateResponse = {
477
+ data: ProductStream;
478
+ };
479
+ export type StreamListSearchRequest = Criteria;
480
+ export interface StreamListSearchResponse {
481
+ total?: number;
482
+ data?: Array<ProductStream>;
483
+ }
484
+ export interface StreamSingleResponse {
485
+ data: ProductStream;
486
+ }
487
+ export type StreamUpdateRequest = ProductStream;
488
+ export type StreamUpdateResponse = {
489
+ data: ProductStream;
490
+ };
491
+ export interface StreamAggregationRequest {
492
+ aggregations: Array<Aggregation>;
493
+ }
494
+ export interface StreamAggregationResponse {
495
+ total?: number;
496
+ data?: Array<ProductStream>;
497
+ }
498
+ /** Stream Filters **/
499
+ export interface StreamFilterListResponse {
500
+ total?: number;
501
+ data?: Array<ProductStreamFilter>;
502
+ }
503
+ export type StreamFilterCreateRequest = ProductStreamFilter;
504
+ export type StreamFilterCreateResponse = {
505
+ data: ProductStreamFilter;
506
+ };
507
+ export type StreamFilterListSearchRequest = Criteria;
508
+ export interface StreamFilterListSearchResponse {
509
+ total?: number;
510
+ data?: Array<ProductStreamFilter>;
511
+ }
512
+ export interface StreamFilterSingleResponse {
513
+ data: ProductStreamFilter;
514
+ }
515
+ export type StreamFilterUpdateRequest = ProductStreamFilter;
516
+ export type StreamFilterUpdateResponse = {
517
+ data: ProductStreamFilter;
518
+ };
519
+ export interface StreamFilterAggregationRequest {
520
+ aggregations: Array<Aggregation>;
521
+ }
522
+ export interface StreamFilterAggregationResponse {
523
+ total?: number;
524
+ data?: Array<ProductStreamFilter>;
525
+ }
526
+ /** Visibilities **/
527
+ export interface VisibilityListResponse {
528
+ total?: number;
529
+ data?: Array<ProductVisibility>;
530
+ }
531
+ export type VisibilityCreateRequest = ProductVisibility;
532
+ export type VisibilityCreateResponse = {
533
+ data: ProductVisibility;
534
+ };
535
+ export type VisibilityListSearchRequest = Criteria;
536
+ export interface VisibilityListSearchResponse {
537
+ total?: number;
538
+ data?: Array<ProductVisibility>;
539
+ }
540
+ export interface VisibilitySingleResponse {
541
+ data: ProductVisibility;
542
+ }
543
+ export type VisibilityUpdateRequest = ProductVisibility;
544
+ export type VisibilityUpdateResponse = {
545
+ data: ProductVisibility;
546
+ };
547
+ export interface VisibilityAggregationRequest {
548
+ aggregations: Array<Aggregation>;
549
+ }
550
+ export interface VisibilityAggregationResponse {
551
+ total?: number;
552
+ data?: Array<ProductVisibility>;
553
+ }