@devite/shopware-client 1.0.1 → 1.1.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 (514) hide show
  1. package/dist/index.cjs +13526 -544
  2. package/dist/index.d.cts +11754 -1403
  3. package/dist/index.d.mts +11754 -1403
  4. package/dist/index.d.ts +11754 -1403
  5. package/dist/index.mjs +13526 -532
  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 +38 -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} +5 -8
  426. package/dist/types/clients/store/CustomerAuthClient.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/store/index.d.ts +15 -0
  436. package/dist/types/index.d.ts +1 -3
  437. package/package.json +25 -4
  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/clients/index.d.ts +0 -16
  481. package/dist/types/storeApi/GenericRecord.d.ts +0 -3
  482. package/dist/types/storeApi/aggregation/AggregationFilter.d.ts +0 -6
  483. package/dist/types/storeApi/aggregation/Aggregations.d.ts +0 -2
  484. package/dist/types/storeApi/cart/CartDelivery.d.ts +0 -13
  485. package/dist/types/storeApi/cart/CartDeliveryPosition.d.ts +0 -9
  486. package/dist/types/storeApi/cart/CartDeliveryShippingLocation.d.ts +0 -7
  487. package/dist/types/storeApi/cart/CartItems.d.ts +0 -2
  488. package/dist/types/storeApi/cart/index.d.ts +0 -9
  489. package/dist/types/storeApi/customer/index.d.ts +0 -4
  490. package/dist/types/storeApi/filter/Filters.d.ts +0 -2
  491. package/dist/types/storeApi/order/index.d.ts +0 -14
  492. package/dist/types/storeApi/price/index.d.ts +0 -6
  493. package/dist/types/storeApi/query/Criteria.d.ts +0 -20
  494. package/dist/types/storeApi/query/Include.d.ts +0 -1
  495. package/dist/types/storeApi/query/Query.d.ts +0 -5
  496. package/dist/types/{storeApi → api/admin}/country/index.d.ts +0 -0
  497. package/dist/types/{storeApi → api/admin}/locale/index.d.ts +0 -0
  498. package/dist/types/{storeApi → api/admin}/propertyGroup/index.d.ts +0 -0
  499. package/dist/types/{storeApi → api/global}/filter/index.d.ts +2 -2
  500. /package/dist/types/{storeApi → api/global/query}/TotalCountMode.d.ts +0 -0
  501. /package/dist/types/{storeApi → api/global}/query/product/index.d.ts +0 -0
  502. /package/dist/types/{storeApi → api/store}/category/index.d.ts +0 -0
  503. /package/dist/types/{storeApi → api/store}/cms/BackgroundMediaMode.d.ts +0 -0
  504. /package/dist/types/{storeApi → api/store}/cms/index.d.ts +0 -0
  505. /package/dist/types/{storeApi → api/store}/document/index.d.ts +0 -0
  506. /package/dist/types/{storeApi → api/store}/lineItem/LineItemType.d.ts +0 -0
  507. /package/dist/types/{storeApi → api/store}/lineItem/index.d.ts +0 -0
  508. /package/dist/types/{storeApi → api/store}/link/Link.d.ts +0 -0
  509. /package/dist/types/{storeApi → api/store}/link/index.d.ts +0 -0
  510. /package/dist/types/{storeApi → api/store}/media/index.d.ts +0 -0
  511. /package/dist/types/{storeApi → api/store}/product/crossSelling/index.d.ts +0 -0
  512. /package/dist/types/{storeApi → api/store}/salesChannel/index.d.ts +0 -0
  513. /package/dist/types/{storeApi → api/store}/seo/index.d.ts +0 -0
  514. /package/dist/types/{storeApi → api/store}/shippingMethod/index.d.ts +0 -0
@@ -1,11 +0,0 @@
1
- import { Client } from "#clients";
2
- import { AddressCreateRequest, AddressCreateResponse, AddressListRequest, AddressListResponse, AddressUpdateRequest, AddressUpdateResponse } from "#types";
3
- declare class AddressClient extends Client {
4
- deleteAddress(addressId: string): Promise<undefined>;
5
- updateAddress(addressId: string, request: AddressUpdateRequest): Promise<AddressUpdateResponse>;
6
- getAddressList(request?: AddressListRequest): Promise<AddressListResponse>;
7
- changeDefaultShippingAddress(addressId: string): Promise<undefined>;
8
- changeDefaultBillingAddress(addressId: string): Promise<undefined>;
9
- createAddress(request: AddressCreateRequest): Promise<AddressCreateResponse>;
10
- }
11
- export default AddressClient;
@@ -1,10 +0,0 @@
1
- import { Client } from "#clients";
2
- import { CartAddItemsRequest, CartAddItemsResponse, CartDeleteResponse, CartGetOrCreateResponse, CartRemoveItemsRequest, CartRemoveItemsResponse, CartUpdateItemsRequest, CartUpdateItemsResponse } from "#types";
3
- declare class CartClient extends Client {
4
- getOrCreateCart(): Promise<CartGetOrCreateResponse>;
5
- deleteCart(): Promise<CartDeleteResponse>;
6
- addLineItemsToCart(request: CartAddItemsRequest): Promise<CartAddItemsResponse>;
7
- removeLineItemsFromCart(request: CartRemoveItemsRequest): Promise<CartRemoveItemsResponse>;
8
- updateLineItemsInCart(request: CartUpdateItemsRequest): Promise<CartUpdateItemsResponse>;
9
- }
10
- export default CartClient;
@@ -1,8 +0,0 @@
1
- import { Client } from "#clients";
2
- import { CategoryListRequest, CategoryListResponse, CategorySingleRequest, CategorySingleResponse, NavigationMenuRequest, NavigationMenuResponse } from "#types";
3
- declare class CategoryClient extends Client {
4
- getCategoryList(request?: CategoryListRequest): Promise<CategoryListResponse>;
5
- getCategory(categoryId: string, includeSeoUrls: boolean, request: CategorySingleRequest): Promise<CategorySingleResponse>;
6
- getNavigationMenu(activeId: string, rootId: string, includeSeoUrls: boolean, request?: NavigationMenuRequest): Promise<NavigationMenuResponse>;
7
- }
8
- export default CategoryClient;
@@ -1,16 +0,0 @@
1
- import ShopwareClient from "../ShopwareClient";
2
- import { ClientRequestOptions, HTTPRequestMethod } from "#types";
3
- declare class Client {
4
- protected readonly client: ShopwareClient;
5
- constructor(client: ShopwareClient);
6
- protected doRequest(method: HTTPRequestMethod, path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
7
- protected get(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
8
- protected post(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
9
- protected delete(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
10
- protected patch(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
11
- protected put(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
12
- protected options(path: string, options?: ClientRequestOptions): Promise<import("#types").ClientResponse>;
13
- protected withContextToken(options?: ClientRequestOptions): ClientRequestOptions;
14
- protected withOAuth(options?: ClientRequestOptions): Promise<ClientRequestOptions>;
15
- }
16
- export default Client;
@@ -1,9 +0,0 @@
1
- import { Client } from "#clients";
2
- import { CMSPageResolveResponse, ContactFormSubmitRequest, ContactFormSubmitResponse, LandingPageResolveRequest, LandingPageResolveResponse, MediaEntityResolveRequest, MediaEntityResolveResponse } from "#types";
3
- declare class ContentClient extends Client {
4
- submitContactForm(request: ContactFormSubmitRequest): Promise<ContactFormSubmitResponse>;
5
- resolveCMSPage(id: string): Promise<CMSPageResolveResponse>;
6
- resolveMedia(request: MediaEntityResolveRequest): Promise<MediaEntityResolveResponse>;
7
- resolveLandingPage(landingPageId: string, request: LandingPageResolveRequest): Promise<LandingPageResolveResponse>;
8
- }
9
- export default ContentClient;
@@ -1,7 +0,0 @@
1
- import { Client } from "#clients";
2
- import { ContextGetResponse, ContextUpdateRequest, ContextUpdateResponse } from "#types";
3
- declare class ContextClient extends Client {
4
- getContext(): Promise<ContextGetResponse>;
5
- updateContext(context: ContextUpdateRequest): Promise<ContextUpdateResponse>;
6
- }
7
- export default ContextClient;
@@ -1,11 +0,0 @@
1
- import { Client } from "#clients";
2
- import { CustomerLoginImitateRequest, CustomerLoginImitateResponse, CustomerLoginRequest, CustomerLoginResponse, CustomerLogoutResponse, CustomerRegisterGroupConfigResponse, CustomerRegisterRequest, CustomerRegisterResponse, CustomerRegistrationConfirmRequest } from "#types";
3
- declare class CustomerAuthenticationClient extends Client {
4
- login(request: CustomerLoginRequest): Promise<CustomerLoginResponse>;
5
- imitateLogin(request: CustomerLoginImitateRequest): Promise<CustomerLoginImitateResponse>;
6
- logout(): Promise<CustomerLogoutResponse>;
7
- confirmRegistration(request: CustomerRegistrationConfirmRequest): Promise<undefined>;
8
- register(request: CustomerRegisterRequest): Promise<CustomerRegisterResponse>;
9
- getRegistrationSettingsForGroup(customerGroupId: string): Promise<CustomerRegisterGroupConfigResponse>;
10
- }
11
- export default CustomerAuthenticationClient;
@@ -1,6 +0,0 @@
1
- import { Client } from "#clients";
2
- import { DocumentDownloadRequest, DocumentDownloadResponse } from "#types";
3
- declare class DocumentClient extends Client {
4
- downloadDocument(deepLinkCode: string, documentId: string, request: DocumentDownloadRequest): Promise<DocumentDownloadResponse>;
5
- }
6
- export default DocumentClient;
@@ -1,6 +0,0 @@
1
- import { Client } from "#clients";
2
- import { GatewayCheckoutResponse } from "#types";
3
- declare class GatewayClient extends Client {
4
- checkout(): Promise<GatewayCheckoutResponse>;
5
- }
6
- export default GatewayClient;
@@ -1,8 +0,0 @@
1
- import { Client } from "#clients";
2
- import { NewsletterConfirmRequest, NewsletterUnsubscribeRequest, NewsletterUpdateRequest } from "#types";
3
- declare class NewsletterClient extends Client {
4
- confirmSubscription(request: NewsletterConfirmRequest): Promise<undefined>;
5
- updateSubscription(request: NewsletterUpdateRequest): Promise<undefined>;
6
- unsubscribe(request: NewsletterUnsubscribeRequest): Promise<undefined>;
7
- }
8
- export default NewsletterClient;
@@ -1,10 +0,0 @@
1
- import { Client } from "#clients";
2
- import { OrderCancelRequest, OrderCancelResponse, OrderDownloadFileResponse, OrderFromCartRequest, OrderFromCartResponse, OrderListRequest, OrderListResponse, OrderUpdatePaymentMethodRequest, OrderUpdatePaymentMethodResponse } from "#types";
3
- declare class OrderClient extends Client {
4
- cancelOrder(request: OrderCancelRequest): Promise<OrderCancelResponse>;
5
- getOrderList(request?: OrderListRequest): Promise<OrderListResponse>;
6
- updateOrderPaymentMethod(request: OrderUpdatePaymentMethodRequest): Promise<OrderUpdatePaymentMethodResponse>;
7
- downloadPurchasedFile(downloadId: string, orderId: string): Promise<OrderDownloadFileResponse>;
8
- createOrderFromCart(request?: OrderFromCartRequest): Promise<OrderFromCartResponse>;
9
- }
10
- export default OrderClient;
@@ -1,6 +0,0 @@
1
- import { Client } from "#clients";
2
- import { OrderPaymentInitiateRequest, OrderPaymentInitiateResponse } from "#types";
3
- declare class PaymentClient extends Client {
4
- initiateOrderPayment(request: OrderPaymentInitiateRequest): Promise<OrderPaymentInitiateResponse>;
5
- }
6
- export default PaymentClient;
@@ -1,14 +0,0 @@
1
- import { Client } from "#clients";
2
- import { ProductCrossSellingGroupListResponse, ProductListingListWithCategoryRequest, ProductListingListWithCategoryResponse, ProductListRequest, ProductListResponse, ProductReviewListRequest, ProductReviewListResponse, ProductReviewSaveRequest, ProductSearchRequest, ProductSearchResponse, ProductSearchSuggestionListRequest, ProductSearchSuggestionListResponse, ProductSingleRequest, ProductSingleResponse, ProductVariantWithOptionsRequest, ProductVariantWithOptionsResponse } from "#types";
3
- declare class ProductClient extends Client {
4
- getProductListingByCategory(categoryId: string, request?: ProductListingListWithCategoryRequest): Promise<ProductListingListWithCategoryResponse>;
5
- getCrossSellingGroupsForProduct(productId: string): Promise<ProductCrossSellingGroupListResponse>;
6
- getProduct(productId: string, includeSeoUrls: boolean, request?: ProductSingleRequest): Promise<ProductSingleResponse>;
7
- getProductList(request?: ProductListRequest): Promise<ProductListResponse>;
8
- getReviewsForProduct(productId: string, request?: ProductReviewListRequest): Promise<ProductReviewListResponse>;
9
- saveReviewForProduct(productId: string, request: ProductReviewSaveRequest): Promise<undefined>;
10
- findProductVariantWithOptions(productId: string, request: ProductVariantWithOptionsRequest): Promise<ProductVariantWithOptionsResponse>;
11
- searchProducts(request: ProductSearchRequest): Promise<ProductSearchResponse>;
12
- getSearchSuggestions(request: ProductSearchSuggestionListRequest): Promise<ProductSearchSuggestionListResponse>;
13
- }
14
- export default ProductClient;
@@ -1,8 +0,0 @@
1
- import { Client } from "#clients";
2
- import { SeoRouteListRequest, SeoRouteListResponse, SitemapDownloadResponse, SitemapListResponse } from "#types";
3
- declare class SeoClient extends Client {
4
- getSeoRouteList(request?: SeoRouteListRequest): Promise<SeoRouteListResponse>;
5
- fetchSitemapList(): Promise<SitemapListResponse>;
6
- downloadSitemap(filePath: string): Promise<SitemapDownloadResponse>;
7
- }
8
- export default SeoClient;
@@ -1,12 +0,0 @@
1
- import { Client } from "#clients";
2
- import { CountryListRequest, CountryListResponse, CountryStateListRequest, CountryStateListResponse, CurrencyListRequest, CurrencyListResponse, LanguageListRequest, LanguageListResponse, PaymentMethodListRequest, PaymentMethodListResponse, SalutationListRequest, SalutationListResponse, ShippingMethodListRequest, ShippingMethodListResponse } from "#types";
3
- declare class SystemClient extends Client {
4
- getLanguageList(request?: LanguageListRequest): Promise<LanguageListResponse>;
5
- getSalutationList(request?: SalutationListRequest): Promise<SalutationListResponse>;
6
- getCurrencyList(request?: CurrencyListRequest): Promise<CurrencyListResponse>;
7
- getCountryStateList(countryId: string, request?: CountryStateListRequest): Promise<CountryStateListResponse>;
8
- getCountryList(request?: CountryListRequest): Promise<CountryListResponse>;
9
- getShippingMethodList(request?: ShippingMethodListRequest): Promise<ShippingMethodListResponse>;
10
- getPaymentMethodList(request?: PaymentMethodListRequest): Promise<PaymentMethodListResponse>;
11
- }
12
- export default SystemClient;
@@ -1,9 +0,0 @@
1
- import { Client } from "#clients";
2
- import { WishlistGetRequest, WishlistGetResponse, WishlistMergeOrCreateRequest, WishlistMergeOrCreateResponse, WishlistProductAddResponse, WishlistProductRemoveResponse } from "#types";
3
- declare class WishlistClient extends Client {
4
- addProductToWishlist(productId: string): Promise<WishlistProductAddResponse>;
5
- getWishlist(request?: WishlistGetRequest): Promise<WishlistGetResponse>;
6
- mergeOrCreateWishlist(request: WishlistMergeOrCreateRequest): Promise<WishlistMergeOrCreateResponse>;
7
- removeProductFromWishlist(productId: string): Promise<WishlistProductRemoveResponse>;
8
- }
9
- export default WishlistClient;
@@ -1,17 +0,0 @@
1
- export { default as Client } from "./Client";
2
- export { default as AccountClient } from "./AccountClient";
3
- export { default as AddressClient } from "./AddressClient";
4
- export { default as CartClient } from "./CartClient";
5
- export { default as CategoryClient } from "./CategoryClient";
6
- export { default as ContentClient } from "./ContentClient";
7
- export { default as ContextClient } from "./ContextClient";
8
- export { default as CustomerAuthenticationClient } from "./CustomerAuthenticationClient";
9
- export { default as DocumentClient } from "./DocumentClient";
10
- export { default as GatewayClient } from "./GatewayClient";
11
- export { default as NewsletterClient } from "./NewsletterClient";
12
- export { default as OrderClient } from "./OrderClient";
13
- export { default as PaymentClient } from "./PaymentClient";
14
- export { default as ProductClient } from "./ProductClient";
15
- export { default as SeoClient } from "./SeoClient";
16
- export { default as SystemClient } from "./SystemClient";
17
- export { default as WishlistClient } from "./WishlistClient";
@@ -1 +0,0 @@
1
- export { default as ShopwareClient } from "./ShopwareClient";
@@ -1,10 +0,0 @@
1
- import Payload from "./Payload";
2
- declare class BinaryPayload extends Payload<Blob> {
3
- static CONTENT_TYPE: string;
4
- data?: Blob;
5
- constructor(data?: Blob);
6
- contentType(): string;
7
- deserialize(data: Blob): Promise<void>;
8
- serialize(): Blob | undefined;
9
- }
10
- export default BinaryPayload;
@@ -1,10 +0,0 @@
1
- import Payload from "./Payload";
2
- declare class JsonPayload extends Payload<string> {
3
- static CONTENT_TYPE: string;
4
- data?: object;
5
- constructor(data?: object);
6
- contentType(): string;
7
- deserialize(data: Blob): Promise<void>;
8
- serialize(): string | undefined;
9
- }
10
- export default JsonPayload;
@@ -1,3 +0,0 @@
1
- export { default as Payload } from "./Payload";
2
- export { default as JsonPayload } from "./JsonPayload";
3
- export { default as BinaryPayload } from "./BinaryPayload";
@@ -1,70 +0,0 @@
1
- import { Criteria, Customer } from "../storeApi";
2
- export type AccountEmailChangeRequest = {
3
- email: string;
4
- emailConfirmation: string;
5
- password: string;
6
- };
7
- export type AccountEmailChangeResponse = {
8
- success?: boolean;
9
- };
10
- export type AccountGetRequest = Criteria;
11
- export type AccountGetResponse = Customer;
12
- export type AccountLanguageChangeRequest = {
13
- language?: string;
14
- };
15
- export type AccountLanguageChangeResponse = {
16
- success?: boolean;
17
- };
18
- export type AccountNewsletterRecipientListRequest = Criteria;
19
- export type AccountNewsletterRecipientListResponse = {
20
- apiAlias: "account_newsletter_recipient";
21
- status: "undefined" | "notSet" | "direct" | "optIn" | "optOut";
22
- };
23
- export type AccountPasswordChangeRequest = {
24
- password: string;
25
- newPassword: string;
26
- newPasswordConfirm: string;
27
- };
28
- export type AccountPasswordChangeResponse = {
29
- success?: boolean;
30
- };
31
- export type AccountPasswordRecoveryMailRequest = {
32
- email: string;
33
- storefrontUrl: string;
34
- };
35
- export type AccountPasswordRecoveryMailResponse = {
36
- success?: boolean;
37
- };
38
- export type AccountPasswordRecoveryRequest = {
39
- hash: string;
40
- newPassword: string;
41
- newPasswordConfirm: string;
42
- };
43
- export type AccountPasswordRecoveryResponse = {
44
- success?: boolean;
45
- };
46
- export type AccountPaymentMethodChangeResponse = {
47
- success?: boolean;
48
- };
49
- export type AccountRecoveryExpiryCheckRequest = {
50
- hash: string;
51
- };
52
- export type AccountRecoveryExpiryCheckResponse = {
53
- apiAlias?: "array_struct";
54
- data?: {
55
- isExpired: boolean;
56
- };
57
- };
58
- export type AccountUpdateRequest = {
59
- salutationId?: string;
60
- title?: string;
61
- firstName: string;
62
- lastName: string;
63
- company?: string;
64
- birthdayDay?: number;
65
- birthdayMonth?: number;
66
- birthdayYear?: number;
67
- };
68
- export type AccountUpdateResponse = {
69
- success?: boolean;
70
- };
@@ -1,17 +0,0 @@
1
- import { Cart, LineItem } from "../storeApi";
2
- export type CartAddItemsRequest = {
3
- items?: Array<LineItem>;
4
- };
5
- export type CartAddItemsResponse = Cart;
6
- export type CartRemoveItemsRequest = {
7
- ids: Array<string>;
8
- };
9
- export type CartRemoveItemsResponse = Cart;
10
- export type CartUpdateItemsRequest = {
11
- items?: Array<LineItem>;
12
- };
13
- export type CartUpdateItemsResponse = Cart;
14
- export type CartDeleteResponse = {
15
- success?: boolean;
16
- };
17
- export type CartGetOrCreateResponse = Cart;
@@ -1,29 +0,0 @@
1
- import { CmsPage, LandingPage, Media, ProductListingCriteria } from "../storeApi";
2
- export type CMSPageResolveRequest = {
3
- slots?: string;
4
- } & ProductListingCriteria;
5
- export type CMSPageResolveResponse = CmsPage;
6
- export type ContactFormSubmitRequest = {
7
- salutationId: string;
8
- firstName?: string;
9
- lastName?: string;
10
- email: string;
11
- phone?: string;
12
- subject: string;
13
- comment: string;
14
- navigationId?: string;
15
- slotId?: string;
16
- cmsPageType?: string;
17
- entityName?: string;
18
- };
19
- export type ContactFormSubmitResponse = {
20
- success?: boolean;
21
- };
22
- export type LandingPageResolveRequest = {
23
- slots?: string;
24
- } & ProductListingCriteria;
25
- export type LandingPageResolveResponse = LandingPage;
26
- export type MediaEntityResolveRequest = {
27
- ids: Array<string>;
28
- };
29
- export type MediaEntityResolveResponse = Array<Media>;
@@ -1,44 +0,0 @@
1
- import { Customer, CustomerAddress, CustomerGroup } from "../storeApi";
2
- export type CustomerLoginRequest = {
3
- username: string;
4
- password: string;
5
- };
6
- export type CustomerLoginResponse = {
7
- redirectUrl?: string;
8
- };
9
- export type CustomerLogoutResponse = {
10
- redirectUrl?: string;
11
- };
12
- export type CustomerRegisterRequest = {
13
- email: string;
14
- password: string;
15
- salutationId: string;
16
- firstName: string;
17
- lastName: string;
18
- acceptedDataProtection: boolean;
19
- storefrontUrl: string;
20
- billingAddress: CustomerAddress;
21
- shippingAddress?: CustomerAddress;
22
- accountType?: "private" | "business";
23
- guest?: boolean;
24
- birthdayDay?: number;
25
- birthdayMonth?: number;
26
- birthdayYear?: number;
27
- title?: string;
28
- affiliateCode?: string;
29
- campaignCode?: string;
30
- };
31
- export type CustomerRegisterResponse = Customer;
32
- export type CustomerRegisterGroupConfigResponse = CustomerGroup;
33
- export type CustomerRegistrationConfirmRequest = {
34
- hash: string;
35
- em: string;
36
- };
37
- export type CustomerLoginImitateRequest = {
38
- token: string;
39
- customerId: string;
40
- userId: string;
41
- };
42
- export type CustomerLoginImitateResponse = {
43
- redirectUrl?: string;
44
- };
@@ -1,3 +0,0 @@
1
- import { Criteria, ShopwareDocument } from "../storeApi";
2
- export type DocumentDownloadRequest = Criteria;
3
- export type DocumentDownloadResponse = ShopwareDocument;
@@ -1,26 +0,0 @@
1
- import { Criteria, EntitySearchResult, Order, StateMachineState } from "../storeApi";
2
- export type OrderCancelRequest = {
3
- orderId: string;
4
- };
5
- export type OrderCancelResponse = StateMachineState;
6
- export type OrderDownloadFileResponse = Blob;
7
- export type OrderFromCartRequest = {
8
- customerComment?: string;
9
- affiliateCode?: string;
10
- campaignCode?: string;
11
- };
12
- export type OrderFromCartResponse = Order;
13
- export type OrderListRequest = Criteria & {
14
- checkPromotion?: boolean;
15
- };
16
- export type OrderListResponse = {
17
- orders: Array<Order> & EntitySearchResult;
18
- paymentChangeable: Record<string, boolean>;
19
- };
20
- export type OrderUpdatePaymentMethodRequest = {
21
- paymentMethodId: string;
22
- orderId: string;
23
- };
24
- export type OrderUpdatePaymentMethodResponse = {
25
- success?: boolean;
26
- };
@@ -1,8 +0,0 @@
1
- export type OrderPaymentInitiateRequest = {
2
- orderId: string;
3
- finishUrl?: string;
4
- errorUrl?: string;
5
- };
6
- export type OrderPaymentInitiateResponse = {
7
- redirectUrl: string;
8
- };
@@ -1,7 +0,0 @@
1
- import { Criteria, EntitySearchResult, SeoUrlEntity, Sitemap } from "../storeApi";
2
- export type SeoRouteListRequest = Criteria;
3
- export type SeoRouteListResponse = EntitySearchResult & {
4
- elements?: Array<SeoUrlEntity>;
5
- };
6
- export type SitemapDownloadResponse = Blob;
7
- export type SitemapListResponse = Array<Sitemap>;
@@ -1,21 +0,0 @@
1
- import { Criteria, ProductListingResult } from "../storeApi";
2
- export type WishlistGetRequest = Criteria;
3
- export type WishlistGetResponse = {
4
- wishlist?: {
5
- customerId?: string;
6
- salesChannelId?: string;
7
- };
8
- products?: ProductListingResult;
9
- };
10
- export type WishlistMergeOrCreateRequest = {
11
- productIds?: Array<string>;
12
- };
13
- export type WishlistMergeOrCreateResponse = {
14
- success?: boolean;
15
- };
16
- export type WishlistProductAddResponse = {
17
- success?: boolean;
18
- };
19
- export type WishlistProductRemoveResponse = {
20
- success?: boolean;
21
- };
@@ -1,16 +0,0 @@
1
- export * from "./AccountClient";
2
- export * from "./AddressClient";
3
- export * from "./CartClient";
4
- export * from "./CategoryClient";
5
- export * from "./ContentClient";
6
- export * from "./ContextClient";
7
- export * from "./CustomerAuthenticationClient";
8
- export * from "./DocumentClient";
9
- export * from "./GatewayClient";
10
- export * from "./NewsletterClient";
11
- export * from "./OrderClient";
12
- export * from "./PaymentClient";
13
- export * from "./ProductClient";
14
- export * from "./SeoClient";
15
- export * from "./SystemClient";
16
- export * from "./WishlistClient";
@@ -1,3 +0,0 @@
1
- export type GenericRecord = never | null | string | Array<String> | number | {
2
- [key: string]: GenericRecord;
3
- };
@@ -1,6 +0,0 @@
1
- import { Filters } from "../filter";
2
- export type AggregationFilter = {
3
- name: string;
4
- type: "filter";
5
- filter: Array<Filters>;
6
- };
@@ -1,2 +0,0 @@
1
- import { AggregationEntity, AggregationFilter, AggregationHistogram, AggregationMetrics, AggregationRange, AggregationTerms } from ".";
2
- export type Aggregations = Array<AggregationEntity | AggregationFilter | AggregationHistogram | AggregationMetrics | AggregationRange | AggregationTerms>;
@@ -1,13 +0,0 @@
1
- import { CartDeliveryDate, CartDeliveryPosition, CartDeliveryShippingLocation } from ".";
2
- import { CountryState } from "../country";
3
- import { CalculatedPrice } from "../price";
4
- import { ShippingMethod } from "../shippingMethod";
5
- export type CartDelivery = {
6
- deliveryDate?: CartDeliveryDate;
7
- location?: CartDeliveryShippingLocation & {
8
- state?: CountryState;
9
- };
10
- positions?: Array<CartDeliveryPosition>;
11
- shippingCosts?: CalculatedPrice;
12
- shippingMethod?: ShippingMethod;
13
- };
@@ -1,9 +0,0 @@
1
- import { CartDeliveryDate } from ".";
2
- import { LineItem } from "../lineItem";
3
- import { CalculatedPrice } from "../price";
4
- export type CartDeliveryPosition = {
5
- deliveryDate?: CartDeliveryDate;
6
- identifier?: string;
7
- lineItem?: LineItem;
8
- price?: CalculatedPrice;
9
- };
@@ -1,7 +0,0 @@
1
- import { Country } from "../country";
2
- import { CustomerAddress } from "../customer";
3
- export type CartDeliveryShippingLocation = {
4
- apiAlias?: "cart_delivery_shipping_location";
5
- country?: Country;
6
- address?: CustomerAddress;
7
- };
@@ -1,2 +0,0 @@
1
- import { LineItem } from "../lineItem";
2
- export type CartItems = Array<LineItem>;
@@ -1,9 +0,0 @@
1
- export { Cart } from "./Cart";
2
- export { CartDelivery } from "./CartDelivery";
3
- export { CartDeliveryDate } from "./CartDeliveryDate";
4
- export { CartDeliveryInformation } from "./CartDeliveryInformation";
5
- export { CartDeliveryPosition } from "./CartDeliveryPosition";
6
- export { CartDeliveryShippingLocation } from "./CartDeliveryShippingLocation";
7
- export { CartDeliveryTime } from "./CartDeliveryTime";
8
- export { CartError } from "./CartError";
9
- export { CartItems } from "./CartItems";
@@ -1,4 +0,0 @@
1
- export { Customer } from "./Customer";
2
- export { CustomerAddress } from "./CustomerAddress";
3
- export { CustomerAddressBody } from "./CustomerAddressBody";
4
- export { CustomerGroup } from "./CustomerGroup";
@@ -1,2 +0,0 @@
1
- import { EqualsFilter, MultiNotFilter, RangeFilter, SimpleFilter } from ".";
2
- export type Filters = Array<SimpleFilter | EqualsFilter | MultiNotFilter | RangeFilter>;
@@ -1,14 +0,0 @@
1
- export { Order } from "./Order";
2
- export { OrderAddress } from "./OrderAddress";
3
- export { OrderCustomer } from "./OrderCustomer";
4
- export { OrderDelivery } from "./OrderDelivery";
5
- export { OrderDeliveryPosition } from "./OrderDeliveryPosition";
6
- export { OrderLineItem } from "./OrderLineItem";
7
- export { OrderLineItemDownload } from "./OrderLineItemDownload";
8
- export { OrderReturn } from "./OrderReturn";
9
- export { OrderReturnLineItem } from "./OrderReturnLineItem";
10
- export { OrderReturnLineItemReason } from "./OrderReturnLineItemReason";
11
- export { OrderTransaction } from "./OrderTransaction";
12
- export { OrderTransactionCapture } from "./OrderTransactionCapture";
13
- export { OrderTransactionCaptureRefund } from "./OrderTransactionCaptureRefund";
14
- export { OrderTransactionCaptureRefundPosition } from "./OrderTransactionCaptureRefundPosition";
@@ -1,6 +0,0 @@
1
- export { Price } from "./Price";
2
- export { CartPriceQuantity } from "./CartPriceQuantity";
3
- export { CartPriceReference } from "./CartPriceReference";
4
- export { CalculatedPrice } from "./CalculatedPrice";
5
- export { CartListPrice } from "./CartListPrice";
6
- export { CartRegulationPrice } from "./CartRegulationPrice";
@@ -1,20 +0,0 @@
1
- import { Filters } from "../filter";
2
- import { Include, Query, Sort } from ".";
3
- import { Aggregations } from "../aggregation";
4
- import { TotalCountMode } from "../TotalCountMode";
5
- export type Criteria = {
6
- page?: number;
7
- term?: string;
8
- limit?: number;
9
- filter?: Filters;
10
- ids?: Array<string>;
11
- query?: Array<Query>;
12
- associations?: Array<Criteria>;
13
- "post-filter"?: Filters;
14
- sort?: Array<Sort>;
15
- aggregations?: Aggregations;
16
- fields?: Array<string>;
17
- grouping?: Array<string>;
18
- "total-count-mode"?: TotalCountMode;
19
- includes?: Include;
20
- };
@@ -1 +0,0 @@
1
- export type Include = Record<string, Array<string>>;
@@ -1,5 +0,0 @@
1
- import { EqualsFilter, MultiNotFilter, RangeFilter, SimpleFilter } from "../filter";
2
- export type Query = {
3
- score: number;
4
- query: SimpleFilter | EqualsFilter | MultiNotFilter | RangeFilter;
5
- };