@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
@@ -0,0 +1,176 @@
1
+ import { CmsBlock } from "#types/api/admin/cms/CmsBlock";
2
+ import { CmsPage } from "#types/api/admin/cms/CmsPage";
3
+ import { CmsSection } from "#types/api/admin/cms/CmsSection";
4
+ import { CmsSlot } from "#types/api/admin/cms/CmsSlot";
5
+ import { LandingPage } from "#types/api/admin/cms/landingPage/LandingPage";
6
+ import { Theme } from "#types/api/admin/theme/Theme";
7
+ import { Criteria } from "#types/api/global/query/Criteria";
8
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
9
+ /** Cms Blocks **/
10
+ export interface CmsBlockListResponse {
11
+ total?: number;
12
+ data?: Array<CmsBlock>;
13
+ }
14
+ export type CmsBlockCreateRequest = CmsBlock;
15
+ export type CmsBlockCreateResponse = {
16
+ data: CmsBlock;
17
+ };
18
+ export type CmsBlockListSearchRequest = Criteria;
19
+ export interface CmsBlockListSearchResponse {
20
+ total?: number;
21
+ data?: Array<CmsBlock>;
22
+ }
23
+ export interface CmsBlockSingleResponse {
24
+ data: CmsBlock;
25
+ }
26
+ export type CmsBlockUpdateRequest = CmsBlock;
27
+ export type CmsBlockUpdateResponse = {
28
+ data: CmsBlock;
29
+ };
30
+ export interface CmsBlockAggregationRequest {
31
+ aggregations: Array<Aggregation>;
32
+ }
33
+ export interface CmsBlockAggregationResponse {
34
+ total?: number;
35
+ data?: Array<CmsBlock>;
36
+ }
37
+ /** Cms Pages **/
38
+ export interface CmsPageListResponse {
39
+ total?: number;
40
+ data?: Array<CmsPage>;
41
+ }
42
+ export type CmsPageCreateRequest = CmsPage;
43
+ export type CmsPageCreateResponse = {
44
+ data: CmsPage;
45
+ };
46
+ export type CmsPageListSearchRequest = Criteria;
47
+ export interface CmsPageListSearchResponse {
48
+ total?: number;
49
+ data?: Array<CmsPage>;
50
+ }
51
+ export interface CmsPageSingleResponse {
52
+ data: CmsPage;
53
+ }
54
+ export type CmsPageUpdateRequest = CmsPage;
55
+ export type CmsPageUpdateResponse = {
56
+ data: CmsPage;
57
+ };
58
+ export interface CmsPageAggregationRequest {
59
+ aggregations: Array<Aggregation>;
60
+ }
61
+ export interface CmsPageAggregationResponse {
62
+ total?: number;
63
+ data?: Array<CmsPage>;
64
+ }
65
+ /** Cms Sections **/
66
+ export interface CmsSectionListResponse {
67
+ total?: number;
68
+ data?: Array<CmsSection>;
69
+ }
70
+ export type CmsSectionCreateRequest = CmsSection;
71
+ export type CmsSectionCreateResponse = {
72
+ data: CmsSection;
73
+ };
74
+ export type CmsSectionListSearchRequest = Criteria;
75
+ export interface CmsSectionListSearchResponse {
76
+ total?: number;
77
+ data?: Array<CmsSection>;
78
+ }
79
+ export interface CmsSectionSingleResponse {
80
+ data: CmsSection;
81
+ }
82
+ export type CmsSectionUpdateRequest = CmsSection;
83
+ export type CmsSectionUpdateResponse = {
84
+ data: CmsSection;
85
+ };
86
+ export interface CmsSectionAggregationRequest {
87
+ aggregations: Array<Aggregation>;
88
+ }
89
+ export interface CmsSectionAggregationResponse {
90
+ total?: number;
91
+ data?: Array<CmsSection>;
92
+ }
93
+ /** Cms Slots **/
94
+ export interface CmsSlotListResponse {
95
+ total?: number;
96
+ data?: Array<CmsSlot>;
97
+ }
98
+ export type CmsSlotCreateRequest = CmsSlot;
99
+ export type CmsSlotCreateResponse = {
100
+ data: CmsSlot;
101
+ };
102
+ export type CmsSlotListSearchRequest = Criteria;
103
+ export interface CmsSlotListSearchResponse {
104
+ total?: number;
105
+ data?: Array<CmsSlot>;
106
+ }
107
+ export interface CmsSlotSingleResponse {
108
+ data: CmsSlot;
109
+ }
110
+ export type CmsSlotUpdateRequest = CmsSlot;
111
+ export type CmsSlotUpdateResponse = {
112
+ data: CmsSlot;
113
+ };
114
+ export interface CmsSlotAggregationRequest {
115
+ aggregations: Array<Aggregation>;
116
+ }
117
+ export interface CmsSlotAggregationResponse {
118
+ total?: number;
119
+ data?: Array<CmsSlot>;
120
+ }
121
+ /** Landing Pages **/
122
+ export interface LandingPageListResponse {
123
+ total?: number;
124
+ data?: Array<LandingPage>;
125
+ }
126
+ export type LandingPageCreateRequest = LandingPage;
127
+ export type LandingPageCreateResponse = {
128
+ data: LandingPage;
129
+ };
130
+ export type LandingPageListSearchRequest = Criteria;
131
+ export interface LandingPageListSearchResponse {
132
+ total?: number;
133
+ data?: Array<LandingPage>;
134
+ }
135
+ export interface LandingPageSingleResponse {
136
+ data: LandingPage;
137
+ }
138
+ export type LandingPageUpdateRequest = LandingPage;
139
+ export type LandingPageUpdateResponse = {
140
+ data: LandingPage;
141
+ };
142
+ export interface LandingPageAggregationRequest {
143
+ aggregations: Array<Aggregation>;
144
+ }
145
+ export interface LandingPageAggregationResponse {
146
+ total?: number;
147
+ data?: Array<LandingPage>;
148
+ }
149
+ /** Themes **/
150
+ export interface ThemeListResponse {
151
+ total?: number;
152
+ data?: Array<Theme>;
153
+ }
154
+ export type ThemeCreateRequest = Theme;
155
+ export type ThemeCreateResponse = {
156
+ data: Theme;
157
+ };
158
+ export type ThemeListSearchRequest = Criteria;
159
+ export interface ThemeListSearchResponse {
160
+ total?: number;
161
+ data?: Array<Theme>;
162
+ }
163
+ export interface ThemeSingleResponse {
164
+ data: Theme;
165
+ }
166
+ export type ThemeUpdateRequest = Theme;
167
+ export type ThemeUpdateResponse = {
168
+ data: Theme;
169
+ };
170
+ export interface ThemeAggregationRequest {
171
+ aggregations: Array<Aggregation>;
172
+ }
173
+ export interface ThemeAggregationResponse {
174
+ total?: number;
175
+ data?: Array<Theme>;
176
+ }
@@ -0,0 +1,60 @@
1
+ import { Criteria } from "#types/api/global/query/Criteria";
2
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
3
+ import { Country } from "#types/api/admin/country/Country";
4
+ import { CountryState } from "#types/api/admin/country/CountryState";
5
+ /** Country **/
6
+ export interface CountryListResponse {
7
+ total?: number;
8
+ data?: Array<Country>;
9
+ }
10
+ export type CountryCreateRequest = Country;
11
+ export type CountryCreateResponse = {
12
+ data: Country;
13
+ };
14
+ export type CountryListSearchRequest = Criteria;
15
+ export interface CountryListSearchResponse {
16
+ total?: number;
17
+ data?: Array<Country>;
18
+ }
19
+ export interface CountrySingleResponse {
20
+ data: Country;
21
+ }
22
+ export type CountryUpdateRequest = Country;
23
+ export type CountryUpdateResponse = {
24
+ data: Country;
25
+ };
26
+ export interface CountryAggregationRequest {
27
+ aggregations: Array<Aggregation>;
28
+ }
29
+ export interface CountryAggregationResponse {
30
+ total?: number;
31
+ data?: Array<Country>;
32
+ }
33
+ /** States **/
34
+ export interface StateListResponse {
35
+ total?: number;
36
+ data?: Array<CountryState>;
37
+ }
38
+ export type StateCreateRequest = CountryState;
39
+ export type StateCreateResponse = {
40
+ data: CountryState;
41
+ };
42
+ export type StateListSearchRequest = Criteria;
43
+ export interface StateListSearchResponse {
44
+ total?: number;
45
+ data?: Array<CountryState>;
46
+ }
47
+ export interface StateSingleResponse {
48
+ data: CountryState;
49
+ }
50
+ export type StateUpdateRequest = CountryState;
51
+ export type StateUpdateResponse = {
52
+ data: CountryState;
53
+ };
54
+ export interface StateAggregationRequest {
55
+ aggregations: Array<Aggregation>;
56
+ }
57
+ export interface StateAggregationResponse {
58
+ total?: number;
59
+ data?: Array<CountryState>;
60
+ }
@@ -0,0 +1,60 @@
1
+ import { Criteria } from "#types/api/global/query/Criteria";
2
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
3
+ import { Currency } from "#types/api/admin/currency/Currency";
4
+ import { CurrencyCountryRounding } from "#types/api/admin/currency/CurrencyCountryRounding";
5
+ /** Currency **/
6
+ export interface CurrencyListResponse {
7
+ total?: number;
8
+ data?: Array<Currency>;
9
+ }
10
+ export type CurrencyCreateRequest = Currency;
11
+ export type CurrencyCreateResponse = {
12
+ data: Currency;
13
+ };
14
+ export type CurrencyListSearchRequest = Criteria;
15
+ export interface CurrencyListSearchResponse {
16
+ total?: number;
17
+ data?: Array<Currency>;
18
+ }
19
+ export interface CurrencySingleResponse {
20
+ data: Currency;
21
+ }
22
+ export type CurrencyUpdateRequest = Currency;
23
+ export type CurrencyUpdateResponse = {
24
+ data: Currency;
25
+ };
26
+ export interface CurrencyAggregationRequest {
27
+ aggregations: Array<Aggregation>;
28
+ }
29
+ export interface CurrencyAggregationResponse {
30
+ total?: number;
31
+ data?: Array<Currency>;
32
+ }
33
+ /** Country Roundings **/
34
+ export interface CountryRoundingListResponse {
35
+ total?: number;
36
+ data?: Array<CurrencyCountryRounding>;
37
+ }
38
+ export type CountryRoundingCreateRequest = CurrencyCountryRounding;
39
+ export type CountryRoundingCreateResponse = {
40
+ data: CurrencyCountryRounding;
41
+ };
42
+ export type CountryRoundingListSearchRequest = Criteria;
43
+ export interface CountryRoundingListSearchResponse {
44
+ total?: number;
45
+ data?: Array<CurrencyCountryRounding>;
46
+ }
47
+ export interface CountryRoundingSingleResponse {
48
+ data: CurrencyCountryRounding;
49
+ }
50
+ export type CountryRoundingUpdateRequest = CurrencyCountryRounding;
51
+ export type CountryRoundingUpdateResponse = {
52
+ data: CurrencyCountryRounding;
53
+ };
54
+ export interface CountryRoundingAggregationRequest {
55
+ aggregations: Array<Aggregation>;
56
+ }
57
+ export interface CountryRoundingAggregationResponse {
58
+ total?: number;
59
+ data?: Array<CurrencyCountryRounding>;
60
+ }
@@ -0,0 +1,118 @@
1
+ import { CustomEntity } from "#types/api/admin/custom/CustomEntity";
2
+ import { CustomField } from "#types/api/admin/custom/field/CustomField";
3
+ import { CustomFieldSet } from "#types/api/admin/custom/field/set/CustomFieldSet";
4
+ import { CustomFieldSetRelation } from "#types/api/admin/custom/field/set/CustomFieldSetRelation";
5
+ import { Criteria } from "#types/api/global/query/Criteria";
6
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
7
+ /** Custom Entities **/
8
+ export interface CustomEntityListResponse {
9
+ total?: number;
10
+ data?: Array<CustomEntity>;
11
+ }
12
+ export type CustomEntityCreateRequest = CustomEntity;
13
+ export type CustomEntityCreateResponse = {
14
+ data: CustomEntity;
15
+ };
16
+ export type CustomEntityListSearchRequest = Criteria;
17
+ export interface CustomEntityListSearchResponse {
18
+ total?: number;
19
+ data?: Array<CustomEntity>;
20
+ }
21
+ export interface CustomEntitySingleResponse {
22
+ data: CustomEntity;
23
+ }
24
+ export type CustomEntityUpdateRequest = CustomEntity;
25
+ export type CustomEntityUpdateResponse = {
26
+ data: CustomEntity;
27
+ };
28
+ export interface CustomEntityAggregationRequest {
29
+ aggregations: Array<Aggregation>;
30
+ }
31
+ export interface CustomEntityAggregationResponse {
32
+ total?: number;
33
+ data?: Array<CustomEntity>;
34
+ }
35
+ /** Custom Fields **/
36
+ export interface CustomFieldListResponse {
37
+ total?: number;
38
+ data?: Array<CustomField>;
39
+ }
40
+ export type CustomFieldCreateRequest = CustomField;
41
+ export type CustomFieldCreateResponse = {
42
+ data: CustomField;
43
+ };
44
+ export type CustomFieldListSearchRequest = Criteria;
45
+ export interface CustomFieldListSearchResponse {
46
+ total?: number;
47
+ data?: Array<CustomField>;
48
+ }
49
+ export interface CustomFieldSingleResponse {
50
+ data: CustomField;
51
+ }
52
+ export type CustomFieldUpdateRequest = CustomField;
53
+ export type CustomFieldUpdateResponse = {
54
+ data: CustomField;
55
+ };
56
+ export interface CustomFieldAggregationRequest {
57
+ aggregations: Array<Aggregation>;
58
+ }
59
+ export interface CustomFieldAggregationResponse {
60
+ total?: number;
61
+ data?: Array<CustomField>;
62
+ }
63
+ /** Custom Field Sets **/
64
+ export interface CustomFieldSetListResponse {
65
+ total?: number;
66
+ data?: Array<CustomFieldSet>;
67
+ }
68
+ export type CustomFieldSetCreateRequest = CustomFieldSet;
69
+ export type CustomFieldSetCreateResponse = {
70
+ data: CustomFieldSet;
71
+ };
72
+ export type CustomFieldSetListSearchRequest = Criteria;
73
+ export interface CustomFieldSetListSearchResponse {
74
+ total?: number;
75
+ data?: Array<CustomFieldSet>;
76
+ }
77
+ export interface CustomFieldSetSingleResponse {
78
+ data: CustomFieldSet;
79
+ }
80
+ export type CustomFieldSetUpdateRequest = CustomFieldSet;
81
+ export type CustomFieldSetUpdateResponse = {
82
+ data: CustomFieldSet;
83
+ };
84
+ export interface CustomFieldSetAggregationRequest {
85
+ aggregations: Array<Aggregation>;
86
+ }
87
+ export interface CustomFieldSetAggregationResponse {
88
+ total?: number;
89
+ data?: Array<CustomFieldSet>;
90
+ }
91
+ /** Custom Field Set Relations **/
92
+ export interface CustomFieldSetRelationListResponse {
93
+ total?: number;
94
+ data?: Array<CustomFieldSetRelation>;
95
+ }
96
+ export type CustomFieldSetRelationCreateRequest = CustomFieldSetRelation;
97
+ export type CustomFieldSetRelationCreateResponse = {
98
+ data: CustomFieldSetRelation;
99
+ };
100
+ export type CustomFieldSetRelationListSearchRequest = Criteria;
101
+ export interface CustomFieldSetRelationListSearchResponse {
102
+ total?: number;
103
+ data?: Array<CustomFieldSetRelation>;
104
+ }
105
+ export interface CustomFieldSetRelationSingleResponse {
106
+ data: CustomFieldSetRelation;
107
+ }
108
+ export type CustomFieldSetRelationUpdateRequest = CustomFieldSetRelation;
109
+ export type CustomFieldSetRelationUpdateResponse = {
110
+ data: CustomFieldSetRelation;
111
+ };
112
+ export interface CustomFieldSetRelationAggregationRequest {
113
+ aggregations: Array<Aggregation>;
114
+ }
115
+ export interface CustomFieldSetRelationAggregationResponse {
116
+ total?: number;
117
+ data?: Array<CustomFieldSetRelation>;
118
+ }
@@ -0,0 +1,184 @@
1
+ import { Customer } from "#types/api/admin/customer/Customer";
2
+ import { CustomerAddress } from "#types/api/admin/customer/CustomerAddress";
3
+ import { CustomerRecovery } from "#types/api/admin/customer/CustomerRecovery";
4
+ import { CustomerGroup } from "#types/api/admin/customer/group/CustomerGroup";
5
+ import { CustomerWishlist } from "#types/api/admin/customer/wishlist/CustomerWishlist";
6
+ import { CustomerWishlistProduct } from "#types/api/admin/customer/wishlist/CustomerWishlistProduct";
7
+ import { Criteria } from "#types/api/global/query/Criteria";
8
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
9
+ /** Impersonation **/
10
+ export interface ImpersonationTokenRequest {
11
+ customerId: string;
12
+ salesChannelId: string;
13
+ }
14
+ export interface ImpersonationTokenResponse {
15
+ token?: string;
16
+ }
17
+ /** Customers **/
18
+ export interface CustomerListResponse {
19
+ total?: number;
20
+ data?: Array<Customer>;
21
+ }
22
+ export type CustomerCreateRequest = Customer;
23
+ export type CustomerCreateResponse = {
24
+ data: Customer;
25
+ };
26
+ export type CustomerListSearchRequest = Criteria;
27
+ export interface CustomerListSearchResponse {
28
+ total?: number;
29
+ data?: Array<Customer>;
30
+ }
31
+ export interface CustomerSingleResponse {
32
+ data: Customer;
33
+ }
34
+ export type CustomerUpdateRequest = Customer;
35
+ export type CustomerUpdateResponse = {
36
+ data: Customer;
37
+ };
38
+ export interface CustomerAggregationRequest {
39
+ aggregations: Array<Aggregation>;
40
+ }
41
+ export interface CustomerAggregationResponse {
42
+ total?: number;
43
+ data?: Array<Customer>;
44
+ }
45
+ /** Addresses **/
46
+ export interface AddressListResponse {
47
+ total?: number;
48
+ data?: Array<CustomerAddress>;
49
+ }
50
+ export type AddressCreateRequest = CustomerAddress;
51
+ export type AddressCreateResponse = {
52
+ data: CustomerAddress;
53
+ };
54
+ export type AddressListSearchRequest = Criteria;
55
+ export interface AddressListSearchResponse {
56
+ total?: number;
57
+ data?: Array<CustomerAddress>;
58
+ }
59
+ export interface AddressSingleResponse {
60
+ data: CustomerAddress;
61
+ }
62
+ export type AddressUpdateRequest = CustomerAddress;
63
+ export type AddressUpdateResponse = {
64
+ data: CustomerAddress;
65
+ };
66
+ export interface AddressAggregationRequest {
67
+ aggregations: Array<Aggregation>;
68
+ }
69
+ export interface AddressAggregationResponse {
70
+ total?: number;
71
+ data?: Array<CustomerAddress>;
72
+ }
73
+ /** Groups **/
74
+ export interface GroupListResponse {
75
+ total?: number;
76
+ data?: Array<CustomerGroup>;
77
+ }
78
+ export type GroupCreateRequest = CustomerGroup;
79
+ export type GroupCreateResponse = {
80
+ data: CustomerGroup;
81
+ };
82
+ export type GroupListSearchRequest = Criteria;
83
+ export interface GroupListSearchResponse {
84
+ total?: number;
85
+ data?: Array<CustomerGroup>;
86
+ }
87
+ export interface GroupSingleResponse {
88
+ data: CustomerGroup;
89
+ }
90
+ export type GroupUpdateRequest = CustomerGroup;
91
+ export type GroupUpdateResponse = {
92
+ data: CustomerGroup;
93
+ };
94
+ export interface GroupAggregationRequest {
95
+ aggregations: Array<Aggregation>;
96
+ }
97
+ export interface GroupAggregationResponse {
98
+ total?: number;
99
+ data?: Array<CustomerGroup>;
100
+ }
101
+ /** Recoveries **/
102
+ export interface RecoveryListResponse {
103
+ total?: number;
104
+ data?: Array<CustomerRecovery>;
105
+ }
106
+ export type RecoveryCreateRequest = CustomerRecovery;
107
+ export type RecoveryCreateResponse = {
108
+ data: CustomerRecovery;
109
+ };
110
+ export type RecoveryListSearchRequest = Criteria;
111
+ export interface RecoveryListSearchResponse {
112
+ total?: number;
113
+ data?: Array<CustomerRecovery>;
114
+ }
115
+ export interface RecoverySingleResponse {
116
+ data: CustomerRecovery;
117
+ }
118
+ export type RecoveryUpdateRequest = CustomerRecovery;
119
+ export type RecoveryUpdateResponse = {
120
+ data: CustomerRecovery;
121
+ };
122
+ export interface RecoveryAggregationRequest {
123
+ aggregations: Array<Aggregation>;
124
+ }
125
+ export interface RecoveryAggregationResponse {
126
+ total?: number;
127
+ data?: Array<CustomerRecovery>;
128
+ }
129
+ /** Wishlists **/
130
+ export interface WishlistListResponse {
131
+ total?: number;
132
+ data?: Array<CustomerWishlist>;
133
+ }
134
+ export type WishlistCreateRequest = CustomerWishlist;
135
+ export type WishlistCreateResponse = {
136
+ data: CustomerWishlist;
137
+ };
138
+ export type WishlistListSearchRequest = Criteria;
139
+ export interface WishlistListSearchResponse {
140
+ total?: number;
141
+ data?: Array<CustomerWishlist>;
142
+ }
143
+ export interface WishlistSingleResponse {
144
+ data: CustomerWishlist;
145
+ }
146
+ export type WishlistUpdateRequest = CustomerWishlist;
147
+ export type WishlistUpdateResponse = {
148
+ data: CustomerWishlist;
149
+ };
150
+ export interface WishlistAggregationRequest {
151
+ aggregations: Array<Aggregation>;
152
+ }
153
+ export interface WishlistAggregationResponse {
154
+ total?: number;
155
+ data?: Array<CustomerWishlist>;
156
+ }
157
+ /** Wishlist Products **/
158
+ export interface WishlistProductListResponse {
159
+ total?: number;
160
+ data?: Array<CustomerWishlistProduct>;
161
+ }
162
+ export type WishlistProductCreateRequest = CustomerWishlistProduct;
163
+ export type WishlistProductCreateResponse = {
164
+ data: CustomerWishlistProduct;
165
+ };
166
+ export type WishlistProductListSearchRequest = Criteria;
167
+ export interface WishlistProductListSearchResponse {
168
+ total?: number;
169
+ data?: Array<CustomerWishlistProduct>;
170
+ }
171
+ export interface WishlistProductSingleResponse {
172
+ data: CustomerWishlistProduct;
173
+ }
174
+ export type WishlistProductUpdateRequest = CustomerWishlistProduct;
175
+ export type WishlistProductUpdateResponse = {
176
+ data: CustomerWishlistProduct;
177
+ };
178
+ export interface WishlistProductAggregationRequest {
179
+ aggregations: Array<Aggregation>;
180
+ }
181
+ export interface WishlistProductAggregationResponse {
182
+ total?: number;
183
+ data?: Array<CustomerWishlistProduct>;
184
+ }
@@ -0,0 +1,30 @@
1
+ import { DeliveryTime } from "#types/api/admin/DeliveryTime";
2
+ import { Criteria } from "#types/api/global/query/Criteria";
3
+ import { Aggregation } from "#types/api/global/aggregation/Aggregation";
4
+ export interface DeliveryTimeListResponse {
5
+ total?: number;
6
+ data?: Array<DeliveryTime>;
7
+ }
8
+ export type DeliveryTimeCreateRequest = DeliveryTime;
9
+ export type DeliveryTimeCreateResponse = {
10
+ data: DeliveryTime;
11
+ };
12
+ export type DeliveryTimeListSearchRequest = Criteria;
13
+ export interface DeliveryTimeListSearchResponse {
14
+ total?: number;
15
+ data?: Array<DeliveryTime>;
16
+ }
17
+ export interface DeliveryTimeSingleResponse {
18
+ data: DeliveryTime;
19
+ }
20
+ export type DeliveryTimeUpdateRequest = DeliveryTime;
21
+ export type DeliveryTimeUpdateResponse = {
22
+ data: DeliveryTime;
23
+ };
24
+ export interface DeliveryTimeAggregationRequest {
25
+ aggregations: Array<Aggregation>;
26
+ }
27
+ export interface DeliveryTimeAggregationResponse {
28
+ total?: number;
29
+ data?: Array<DeliveryTime>;
30
+ }