@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.
- package/dist/index.cjs +13526 -544
- package/dist/index.d.cts +11754 -1403
- package/dist/index.d.mts +11754 -1403
- package/dist/index.d.ts +11754 -1403
- package/dist/index.mjs +13526 -532
- package/dist/{types → src/http}/HTTPRequestMethod.d.ts +2 -1
- package/dist/types/ClientRequestOptions.d.ts +7 -4
- package/dist/types/ClientResponse.d.ts +3 -3
- package/dist/types/OAuthScope.d.ts +1 -0
- package/dist/types/RequestCacheEntry.d.ts +2 -2
- package/dist/types/api/admin/DeliveryTime.d.ts +7 -0
- package/dist/types/api/admin/LogEntry.d.ts +10 -0
- package/dist/types/api/admin/Notification.d.ts +15 -0
- package/dist/types/api/admin/Salutation.d.ts +11 -0
- package/dist/types/api/admin/ScheduledTask.d.ts +12 -0
- package/dist/types/api/admin/Script.d.ts +12 -0
- package/dist/types/api/admin/ShopwarePlugin.d.ts +30 -0
- package/dist/types/api/admin/SystemConfig.d.ts +12 -0
- package/dist/types/api/admin/Tag.d.ts +21 -0
- package/dist/types/api/admin/Unit.d.ts +5 -0
- package/dist/types/api/admin/acl/AclRole.d.ts +15 -0
- package/dist/types/api/admin/acl/AclUserRole.d.ts +11 -0
- package/dist/types/api/admin/acl/index.d.ts +2 -0
- package/dist/types/api/admin/app/App.d.ts +59 -0
- package/dist/types/api/admin/app/AppActionButton.d.ts +14 -0
- package/dist/types/api/admin/app/AppAdministrationSnippet.d.ts +8 -0
- package/dist/types/api/admin/app/AppCmsBlock.d.ts +14 -0
- package/dist/types/api/admin/app/AppScriptCondition.d.ts +17 -0
- package/dist/types/api/admin/app/AppTemplate.d.ts +11 -0
- package/dist/types/api/admin/app/index.d.ts +6 -0
- package/dist/types/api/admin/cart/Cart.d.ts +12 -0
- package/dist/types/api/admin/cart/CartItem.d.ts +4 -0
- package/dist/types/api/admin/cart/index.d.ts +2 -0
- package/dist/types/api/admin/category/Category.d.ts +17 -0
- package/dist/types/api/admin/category/CategoryTag.d.ts +10 -0
- package/dist/types/api/admin/category/MainCategory.d.ts +9 -0
- package/dist/types/api/admin/category/index.d.ts +3 -0
- package/dist/types/api/admin/cms/CmsBlock.d.ts +10 -0
- package/dist/types/api/admin/cms/CmsPage.d.ts +14 -0
- package/dist/types/api/admin/cms/CmsSection.d.ts +11 -0
- package/dist/types/api/admin/cms/CmsSlot.d.ts +5 -0
- package/dist/types/api/admin/cms/index.d.ts +5 -0
- package/dist/types/api/admin/cms/landingPage/LandingPage.d.ts +9 -0
- package/dist/types/api/admin/cms/landingPage/LandingPageSalesChannel.d.ts +10 -0
- package/dist/types/api/admin/cms/landingPage/LandingPageTag.d.ts +10 -0
- package/dist/types/api/admin/cms/landingPage/index.d.ts +3 -0
- package/dist/types/api/admin/country/Country.d.ts +16 -0
- package/dist/types/api/admin/country/CountryState.d.ts +9 -0
- package/dist/types/api/admin/currency/Currency.d.ts +16 -0
- package/dist/types/api/admin/currency/CurrencyCountryRounding.d.ts +14 -0
- package/dist/types/api/admin/currency/index.d.ts +2 -0
- package/dist/types/api/admin/custom/CustomEntity.d.ts +16 -0
- package/dist/types/api/admin/custom/field/CustomField.d.ts +16 -0
- package/dist/types/api/admin/custom/field/index.d.ts +2 -0
- package/dist/types/api/admin/custom/field/set/CustomFieldSet.d.ts +19 -0
- package/dist/types/api/admin/custom/field/set/CustomFieldSetRelation.d.ts +9 -0
- package/dist/types/api/admin/custom/field/set/index.d.ts +2 -0
- package/dist/types/api/admin/custom/index.d.ts +2 -0
- package/dist/types/api/admin/customer/Customer.d.ts +39 -0
- package/dist/types/api/admin/customer/CustomerAddress.d.ts +11 -0
- package/dist/types/api/admin/customer/CustomerRecovery.d.ts +9 -0
- package/dist/types/api/admin/customer/CustomerTag.d.ts +9 -0
- package/dist/types/api/admin/customer/group/CustomerGroup.d.ts +8 -0
- package/dist/types/api/admin/customer/group/CustomerGroupRegistrationSalesChannels.d.ts +10 -0
- package/dist/types/api/admin/customer/group/index.d.ts +2 -0
- package/dist/types/api/admin/customer/index.d.ts +6 -0
- package/dist/types/api/admin/customer/wishlist/CustomerWishlist.d.ts +15 -0
- package/dist/types/api/admin/customer/wishlist/CustomerWishlistProduct.d.ts +12 -0
- package/dist/types/api/admin/customer/wishlist/index.d.ts +2 -0
- package/dist/types/api/admin/document/ShopwareDocument.d.ts +9 -0
- package/dist/types/api/admin/document/ShopwareDocumentType.d.ts +9 -0
- package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfig.d.ts +9 -0
- package/dist/types/api/admin/document/baseConfig/ShopwareDocumentBaseConfigSalesChannel.d.ts +14 -0
- package/dist/types/api/admin/document/baseConfig/index.d.ts +2 -0
- package/dist/types/api/admin/document/index.d.ts +3 -0
- package/dist/types/api/admin/flow/Flow.d.ts +18 -0
- package/dist/types/api/admin/flow/FlowSequence.d.ts +25 -0
- package/dist/types/api/admin/flow/FlowTemplate.d.ts +7 -0
- package/dist/types/api/admin/flow/app/AppFlowAction.d.ts +27 -0
- package/dist/types/api/admin/flow/app/AppFlowEvent.d.ts +14 -0
- package/dist/types/api/admin/flow/app/index.d.ts +2 -0
- package/dist/types/api/admin/flow/index.d.ts +4 -0
- package/dist/types/api/admin/importExport/ImportExportFile.d.ts +12 -0
- package/dist/types/api/admin/importExport/ImportExportLog.d.ts +24 -0
- package/dist/types/api/admin/importExport/ImportExportProfile.d.ts +20 -0
- package/dist/types/api/admin/importExport/index.d.ts +3 -0
- package/dist/types/api/admin/index.d.ts +45 -0
- package/dist/types/api/admin/integration/Integration.d.ts +32 -0
- package/dist/types/api/admin/integration/IntegrationRole.d.ts +9 -0
- package/dist/types/api/admin/integration/index.d.ts +2 -0
- package/dist/types/api/admin/locale/Language.d.ts +26 -0
- package/dist/types/api/admin/locale/Locale.d.ts +7 -0
- package/dist/types/api/admin/mail/MailHeaderFooter.d.ts +15 -0
- package/dist/types/api/admin/mail/index.d.ts +2 -0
- package/dist/types/api/admin/mail/template/MailTemplate.d.ts +19 -0
- package/dist/types/api/admin/mail/template/MailTemplateMedia.d.ts +11 -0
- package/dist/types/api/admin/mail/template/MailTemplateType.d.ts +13 -0
- package/dist/types/api/admin/mail/template/index.d.ts +3 -0
- package/dist/types/api/admin/media/Media.d.ts +89 -0
- package/dist/types/api/admin/media/MediaTag.d.ts +9 -0
- package/dist/types/api/admin/media/folder/MediaDefaultFolder.d.ts +10 -0
- package/dist/types/api/admin/media/folder/MediaFolder.d.ts +22 -0
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfiguration.d.ts +16 -0
- package/dist/types/api/admin/media/folder/configuration/MediaFolderConfigurationMediaThumbnailSize.d.ts +9 -0
- package/dist/types/api/admin/media/folder/configuration/index.d.ts +2 -0
- package/dist/types/api/admin/media/folder/index.d.ts +3 -0
- package/dist/types/api/admin/media/index.d.ts +4 -0
- package/dist/types/api/admin/media/thumbnail/MediaThumbnail.d.ts +5 -0
- package/dist/types/api/admin/media/thumbnail/MediaThumbnailSize.d.ts +11 -0
- package/dist/types/api/admin/media/thumbnail/index.d.ts +2 -0
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipient.d.ts +28 -0
- package/dist/types/api/admin/newsletterRecipient/NewsletterRecipientTag.d.ts +9 -0
- package/dist/types/api/admin/newsletterRecipient/index.d.ts +2 -0
- package/dist/types/api/admin/numberRange/NumberRange.d.ts +20 -0
- package/dist/types/api/admin/numberRange/NumberRangeSalesChannel.d.ts +14 -0
- package/dist/types/api/admin/numberRange/NumberRangeState.d.ts +9 -0
- package/dist/types/api/admin/numberRange/NumberRangeType.d.ts +15 -0
- package/dist/types/api/admin/numberRange/index.d.ts +4 -0
- package/dist/types/api/admin/order/Order.d.ts +33 -0
- package/dist/types/api/admin/order/OrderAddress.d.ts +15 -0
- package/dist/types/api/admin/order/OrderCustomer.d.ts +13 -0
- package/dist/types/api/admin/order/OrderTag.d.ts +10 -0
- package/dist/types/api/admin/order/delivery/OrderDelivery.d.ts +13 -0
- package/dist/types/api/admin/order/delivery/OrderDeliveryPosition.d.ts +7 -0
- package/dist/types/api/admin/order/delivery/index.d.ts +2 -0
- package/dist/types/api/admin/order/index.d.ts +9 -0
- package/dist/types/api/admin/order/lineItem/OrderLineItem.d.ts +13 -0
- package/dist/types/api/admin/order/lineItem/OrderLineItemDownload.d.ts +7 -0
- package/dist/types/api/admin/order/lineItem/index.d.ts +2 -0
- package/dist/types/api/admin/order/return/OrderReturn.d.ts +17 -0
- package/dist/types/api/admin/order/return/OrderReturnLineItem.d.ts +18 -0
- package/dist/types/api/admin/order/return/OrderReturnLineItemReason.d.ts +8 -0
- package/dist/types/api/admin/order/return/index.d.ts +1 -0
- package/dist/types/api/admin/order/transaction/OrderTransaction.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCapture.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund.d.ts +9 -0
- package/dist/types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition.d.ts +7 -0
- package/dist/types/api/admin/order/transaction/capture/index.d.ts +3 -0
- package/dist/types/api/admin/order/transaction/index.d.ts +2 -0
- package/dist/types/api/admin/order/warehouse/OrderProductWarehouse.d.ts +10 -0
- package/dist/types/api/admin/order/warehouse/OrderWarehouseGroup.d.ts +7 -0
- package/dist/types/api/admin/order/warehouse/index.d.ts +2 -0
- package/dist/types/api/admin/paymentMethod/AppPaymentMethod.d.ts +22 -0
- package/dist/types/api/admin/paymentMethod/PaymentMethod.d.ts +22 -0
- package/dist/types/api/admin/paymentMethod/index.d.ts +2 -0
- package/dist/types/api/admin/product/Product.d.ts +65 -0
- package/dist/types/api/admin/product/ProductConfiguratorSetting.d.ts +8 -0
- package/dist/types/api/admin/product/ProductCustomFieldSet.d.ts +9 -0
- package/dist/types/api/admin/product/ProductDownload.d.ts +17 -0
- package/dist/types/api/admin/product/ProductExport.d.ts +32 -0
- package/dist/types/api/admin/product/ProductFeatureSet.d.ts +11 -0
- package/dist/types/api/admin/product/ProductKeywordDictionary.d.ts +8 -0
- package/dist/types/api/admin/product/ProductManufacturer.d.ts +7 -0
- package/dist/types/api/admin/product/ProductMedia.d.ts +17 -0
- package/dist/types/api/admin/product/ProductOption.d.ts +10 -0
- package/dist/types/api/admin/product/ProductPrice.d.ts +19 -0
- package/dist/types/api/admin/product/ProductProperty.d.ts +10 -0
- package/dist/types/api/admin/product/ProductSorting.d.ts +12 -0
- package/dist/types/api/admin/product/ProductTag.d.ts +11 -0
- package/dist/types/api/admin/product/ProductVisibility.d.ts +13 -0
- package/dist/types/api/admin/product/category/ProductCategory.d.ts +11 -0
- package/dist/types/api/admin/product/category/ProductCategoryTree.d.ts +11 -0
- package/dist/types/api/admin/product/category/index.d.ts +2 -0
- package/dist/types/api/admin/product/crossSelling/ProductCrossSelling.d.ts +12 -0
- package/dist/types/api/admin/product/crossSelling/ProductCrossSellingAssignedProduct.d.ts +13 -0
- package/dist/types/api/admin/product/crossSelling/index.d.ts +2 -0
- package/dist/types/api/admin/product/index.d.ts +21 -0
- package/dist/types/api/admin/product/review/ProductReview.d.ts +13 -0
- package/dist/types/api/admin/product/review/ProductReviewSummary.d.ts +2 -0
- package/dist/types/api/admin/product/review/index.d.ts +2 -0
- package/dist/types/api/admin/product/search/ProductSearchKeyword.d.ts +15 -0
- package/dist/types/api/admin/product/search/config/ProductSearchConfig.d.ts +13 -0
- package/dist/types/api/admin/product/search/config/ProductSearchConfigField.d.ts +15 -0
- package/dist/types/api/admin/product/search/config/index.d.ts +2 -0
- package/dist/types/api/admin/product/search/index.d.ts +2 -0
- package/dist/types/api/admin/product/stream/ProductStream.d.ts +13 -0
- package/dist/types/api/admin/product/stream/ProductStreamFilter.d.ts +19 -0
- package/dist/types/api/admin/product/stream/ProductStreamMapping.d.ts +10 -0
- package/dist/types/api/admin/product/stream/index.d.ts +3 -0
- package/dist/types/api/admin/product/warehouse/ProductWarehouse.d.ts +7 -0
- package/dist/types/api/admin/product/warehouse/ProductWarehouseGroup.d.ts +6 -0
- package/dist/types/api/admin/product/warehouse/index.d.ts +2 -0
- package/dist/types/api/admin/promotion/Promotion.d.ts +44 -0
- package/dist/types/api/admin/promotion/PromotionIndividualCode.d.ts +10 -0
- package/dist/types/api/admin/promotion/PromotionPersonaCustomer.d.ts +9 -0
- package/dist/types/api/admin/promotion/PromotionSalesChannel.d.ts +12 -0
- package/dist/types/api/admin/promotion/PromotionSetGroup.d.ts +13 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscount.d.ts +21 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscountPrice.d.ts +12 -0
- package/dist/types/api/admin/promotion/discount/PromotionDiscountRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/discount/index.d.ts +3 -0
- package/dist/types/api/admin/promotion/index.d.ts +7 -0
- package/dist/types/api/admin/promotion/rule/PromotionCartRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionOrderRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionPersonaRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/PromotionSetGroupRule.d.ts +9 -0
- package/dist/types/api/admin/promotion/rule/index.d.ts +4 -0
- package/dist/types/api/admin/propertyGroup/PropertyGroup.d.ts +5 -0
- package/dist/types/api/admin/propertyGroup/PropertyGroupOption.d.ts +12 -0
- package/dist/types/api/admin/rule/Rule.d.ts +31 -0
- package/dist/types/api/admin/rule/RuleCondition.d.ts +19 -0
- package/dist/types/api/admin/rule/RuleTag.d.ts +9 -0
- package/dist/types/api/admin/rule/index.d.ts +3 -0
- package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +103 -0
- package/dist/types/api/admin/salesChannel/SalesChannelAnalytics.d.ts +11 -0
- package/dist/types/api/admin/salesChannel/SalesChannelContext.d.ts +31 -0
- package/dist/types/api/admin/salesChannel/SalesChannelCountry.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelCurrency.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelDomain.d.ts +24 -0
- package/dist/types/api/admin/salesChannel/SalesChannelLanguage.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelPaymentMethod.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelShippingMethod.d.ts +9 -0
- package/dist/types/api/admin/salesChannel/SalesChannelType.d.ts +17 -0
- package/dist/types/api/admin/salesChannel/index.d.ts +9 -0
- package/dist/types/api/admin/seo/SeoUrl.d.ts +22 -0
- package/dist/types/api/admin/seo/SeoUrlTemplate.d.ts +14 -0
- package/dist/types/api/admin/seo/Sitemap.d.ts +3 -0
- package/dist/types/api/admin/seo/index.d.ts +2 -0
- package/dist/types/api/admin/shippingMethod/AppShippingMethod.d.ts +16 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethod.d.ts +24 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethodPrice.d.ts +8 -0
- package/dist/types/api/admin/shippingMethod/ShippingMethodTag.d.ts +9 -0
- package/dist/types/api/admin/shippingMethod/index.d.ts +4 -0
- package/dist/types/api/admin/snippet/Snippet.d.ts +13 -0
- package/dist/types/api/admin/snippet/SnippetSet.d.ts +13 -0
- package/dist/types/api/admin/snippet/index.d.ts +2 -0
- package/dist/types/api/admin/stateMachine/StateMachine.d.ts +17 -0
- package/dist/types/api/admin/stateMachine/StateMachineHistory.d.ts +21 -0
- package/dist/types/api/admin/stateMachine/StateMachineState.d.ts +22 -0
- package/dist/types/api/admin/stateMachine/StateMachineTransition.d.ts +16 -0
- package/dist/types/api/admin/stateMachine/index.d.ts +4 -0
- package/dist/types/api/admin/subscription/Subscription.d.ts +27 -0
- package/dist/types/api/admin/subscription/SubscriptionAddress.d.ts +6 -0
- package/dist/types/api/admin/subscription/SubscriptionCustomer.d.ts +15 -0
- package/dist/types/api/admin/subscription/SubscriptionInterval.d.ts +9 -0
- package/dist/types/api/admin/subscription/SubscriptionTagMapping.d.ts +5 -0
- package/dist/types/api/admin/subscription/index.d.ts +6 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlan.d.ts +11 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanIntervalMapping.d.ts +5 -0
- package/dist/types/api/admin/subscription/plan/SubscriptionPlanProductMapping.d.ts +6 -0
- package/dist/types/api/admin/subscription/plan/index.d.ts +3 -0
- package/dist/types/api/admin/tax/Tax.d.ts +9 -0
- package/dist/types/api/admin/tax/TaxProvider.d.ts +19 -0
- package/dist/types/api/admin/tax/index.d.ts +3 -0
- package/dist/types/api/admin/tax/rule/TaxRule.d.ts +22 -0
- package/dist/types/api/admin/tax/rule/TaxRuleType.d.ts +11 -0
- package/dist/types/api/admin/tax/rule/index.d.ts +2 -0
- package/dist/types/api/admin/theme/Theme.d.ts +25 -0
- package/dist/types/api/admin/theme/ThemeChild.d.ts +8 -0
- package/dist/types/api/admin/theme/ThemeMedia.d.ts +9 -0
- package/dist/types/api/admin/theme/ThemeSalesChannel.d.ts +9 -0
- package/dist/types/api/admin/theme/index.d.ts +4 -0
- package/dist/types/api/admin/user/User.d.ts +52 -0
- package/dist/types/api/admin/user/UserAccessKey.d.ts +13 -0
- package/dist/types/api/admin/user/UserConfig.d.ts +10 -0
- package/dist/types/api/admin/user/UserRecovery.d.ts +9 -0
- package/dist/types/api/admin/user/index.d.ts +4 -0
- package/dist/types/api/admin/warehouse/Warehouse.d.ts +5 -0
- package/dist/types/api/admin/warehouse/WarehouseGroup.d.ts +7 -0
- package/dist/types/api/admin/warehouse/WarehouseGroupWarehouse.d.ts +6 -0
- package/dist/types/api/admin/warehouse/index.d.ts +1 -0
- package/dist/types/api/admin/webhook/Webhook.d.ts +14 -0
- package/dist/types/api/admin/webhook/WebhookEventLog.d.ts +20 -0
- package/dist/types/api/admin/webhook/index.d.ts +2 -0
- package/dist/types/api/global/GenericRecord.d.ts +3 -0
- package/dist/types/api/global/Rounding.d.ts +5 -0
- package/dist/types/api/global/aggregation/Aggregation.d.ts +7 -0
- package/dist/types/{storeApi → api/global}/aggregation/AggregationEntity.d.ts +2 -2
- package/dist/types/api/global/aggregation/AggregationFilter.d.ts +6 -0
- package/dist/types/{storeApi → api/global}/aggregation/AggregationHistogram.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationMetrics.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationRange.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/aggregation/AggregationTerms.d.ts +3 -3
- package/dist/types/{storeApi → api/global}/aggregation/index.d.ts +1 -1
- package/dist/types/{storeApi → api/global}/filter/EqualsFilter.d.ts +2 -2
- package/dist/types/api/global/filter/Filters.d.ts +5 -0
- package/dist/types/{storeApi → api/global}/filter/MultiNotFilter.d.ts +3 -3
- package/dist/types/{storeApi → api/global}/filter/RangeFilter.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/filter/SimpleFilter.d.ts +2 -2
- package/dist/types/api/global/index.d.ts +6 -0
- package/dist/types/{storeApi → api/global}/price/Price.d.ts +2 -2
- package/dist/types/api/global/price/index.d.ts +1 -0
- package/dist/types/api/global/query/Criteria.d.ts +23 -0
- package/dist/types/api/global/query/Includes.d.ts +1 -0
- package/dist/types/api/global/query/Query.d.ts +8 -0
- package/dist/types/{storeApi → api/global}/query/Sort.d.ts +2 -2
- package/dist/types/{storeApi → api/global}/query/index.d.ts +2 -1
- package/dist/types/{storeApi → api/global}/query/product/ProductListingCriteria.d.ts +2 -1
- package/dist/types/{storeApi → api/global}/query/product/ProductListingFlags.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/Currency.d.ts +6 -13
- package/dist/types/{storeApi → api/store}/DeliveryTime.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/EntitySearchResult.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/PaymentMethod.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/Rule.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Salutation.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/StateMachineState.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Tag.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/Tax.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/Unit.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/cart/Cart.d.ts +6 -4
- package/dist/types/{storeApi → api/store}/cart/CartError.d.ts +2 -2
- package/dist/types/api/store/cart/CartItems.d.ts +2 -0
- package/dist/types/api/store/cart/delivery/CartDelivery.d.ts +15 -0
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryDate.d.ts +2 -2
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryInformation.d.ts +3 -3
- package/dist/types/api/store/cart/delivery/CartDeliveryPosition.d.ts +9 -0
- package/dist/types/api/store/cart/delivery/CartDeliveryShippingLocation.d.ts +7 -0
- package/dist/types/{storeApi/cart → api/store/cart/delivery}/CartDeliveryTime.d.ts +2 -2
- package/dist/types/api/store/cart/index.d.ts +3 -0
- package/dist/types/{storeApi → api/store}/category/Category.d.ts +8 -8
- package/dist/types/{storeApi → api/store}/category/MainCategory.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/cms/CmsBlock.d.ts +7 -5
- package/dist/types/{storeApi → api/store}/cms/CmsPage.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/cms/CmsSection.d.ts +8 -5
- package/dist/types/{storeApi → api/store}/cms/CmsSlot.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/cms/LandingPage.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/cms/Visibility.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/country/Country.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/country/CountryState.d.ts +3 -3
- package/dist/types/api/store/country/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/customer/Customer.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/customer/CustomerGroup.d.ts +3 -3
- package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddress.d.ts +1 -1
- package/dist/types/{storeApi/customer → api/store/customer/address}/CustomerAddressBody.d.ts +6 -5
- package/dist/types/api/store/customer/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/document/ShopwareDocument.d.ts +6 -6
- package/dist/types/{storeApi → api/store}/document/ShopwareDocumentBaseConfig.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/document/ShopwareDocumentType.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/index.d.ts +0 -5
- package/dist/types/{storeApi → api/store}/lineItem/LineItem.d.ts +8 -6
- package/dist/types/{storeApi → api/store}/lineItem/LineItemPayload.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/link/Links.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/locale/Language.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/locale/Locale.d.ts +3 -3
- package/dist/types/api/store/locale/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/media/Media.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/media/MediaThumbnail.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/media/ProductMedia.d.ts +5 -4
- package/dist/types/{storeApi → api/store}/order/Order.d.ts +14 -17
- package/dist/types/{storeApi → api/store}/order/OrderAddress.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/order/OrderCustomer.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/order/OrderLineItem.d.ts +9 -8
- package/dist/types/{storeApi → api/store}/order/OrderLineItemDownload.d.ts +5 -5
- package/dist/types/api/store/order/OrderPrice.d.ts +9 -0
- package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDelivery.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/delivery}/OrderDeliveryPosition.d.ts +4 -4
- package/dist/types/api/store/order/index.d.ts +6 -0
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturn.d.ts +3 -3
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItem.d.ts +2 -2
- package/dist/types/{storeApi/order → api/store/order/return}/OrderReturnLineItemReason.d.ts +2 -2
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransaction.d.ts +7 -7
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCapture.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefund.d.ts +7 -6
- package/dist/types/{storeApi/order → api/store/order/transaction}/OrderTransactionCaptureRefundPosition.d.ts +6 -5
- package/dist/types/{storeApi → api/store}/price/CalculatedPrice.d.ts +7 -5
- package/dist/types/{storeApi/price → api/store/price/cart}/CartListPrice.d.ts +2 -2
- package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceQuantity.d.ts +3 -3
- package/dist/types/{storeApi/price → api/store/price/cart}/CartPriceReference.d.ts +4 -3
- package/dist/types/{storeApi/price → api/store/price/cart}/CartRegulationPrice.d.ts +2 -2
- package/dist/types/api/store/price/index.d.ts +1 -0
- package/dist/types/{storeApi → api/store}/product/Product.d.ts +17 -10
- package/dist/types/{storeApi → api/store}/product/ProductConfiguratorSetting.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/product/ProductDownload.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/product/ProductListingResult.d.ts +1 -1
- package/dist/types/{storeApi → api/store}/product/ProductManufacturer.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/product/ProductStream.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/product/crossSelling/CrossSellingElement.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/product/crossSelling/ProductCrossSelling.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/product/index.d.ts +0 -2
- package/dist/types/{storeApi/product → api/store/product/review}/ProductReview.d.ts +4 -4
- package/dist/types/{storeApi/product → api/store/product/review}/ProductReviewSummary.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroup.d.ts +4 -4
- package/dist/types/{storeApi → api/store}/propertyGroup/PropertyGroupOption.d.ts +5 -5
- package/dist/types/api/store/propertyGroup/index.d.ts +2 -0
- package/dist/types/{storeApi → api/store}/salesChannel/SalesChannel.d.ts +13 -12
- package/dist/types/{storeApi → api/store}/salesChannel/SalesChannelContext.d.ts +6 -6
- package/dist/types/{storeApi → api/store}/seo/SeoUrlEntity.d.ts +3 -3
- package/dist/types/{storeApi → api/store}/seo/Sitemap.d.ts +2 -2
- package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethod.d.ts +5 -5
- package/dist/types/{storeApi → api/store}/shippingMethod/ShippingMethodPrice.d.ts +4 -4
- package/dist/types/clients/admin/AppClient.d.ts +292 -0
- package/dist/types/clients/admin/CategoryClient.d.ts +60 -0
- package/dist/types/clients/admin/ContentClient.d.ts +176 -0
- package/dist/types/clients/admin/CountryClient.d.ts +60 -0
- package/dist/types/clients/admin/CurrencyClient.d.ts +60 -0
- package/dist/types/clients/admin/CustomDataClient.d.ts +118 -0
- package/dist/types/clients/admin/CustomerClient.d.ts +184 -0
- package/dist/types/clients/admin/DeliveryTimeClient.d.ts +30 -0
- package/dist/types/clients/admin/DocumentClient.d.ts +126 -0
- package/dist/types/clients/admin/FlowClient.d.ts +89 -0
- package/dist/types/clients/admin/ImportExportClient.d.ts +89 -0
- package/dist/types/clients/admin/IntegrationClient.d.ts +30 -0
- package/dist/types/clients/admin/LocaleClient.d.ts +60 -0
- package/dist/types/clients/admin/MailClient.d.ts +125 -0
- package/dist/types/clients/admin/MediaClient.d.ts +176 -0
- package/dist/types/clients/admin/NewsletterClient.d.ts +30 -0
- package/dist/types/clients/admin/NumberRangeClient.d.ts +118 -0
- package/dist/types/clients/admin/OrderClient.d.ts +346 -0
- package/dist/types/clients/admin/PaymentMethodClient.d.ts +30 -0
- package/dist/types/clients/admin/PluginClient.d.ts +30 -0
- package/dist/types/clients/admin/ProductClient.d.ts +553 -0
- package/dist/types/clients/admin/PromotionClient.d.ts +176 -0
- package/dist/types/clients/admin/PropertyGroupClient.d.ts +60 -0
- package/dist/types/clients/admin/RuleClient.d.ts +60 -0
- package/dist/types/clients/admin/SalesChannelClient.d.ts +118 -0
- package/dist/types/clients/admin/SalutationClient.d.ts +30 -0
- package/dist/types/clients/admin/ScriptClient.d.ts +30 -0
- package/dist/types/clients/admin/SecurityClient.d.ts +30 -0
- package/dist/types/clients/admin/SeoClient.d.ts +60 -0
- package/dist/types/clients/admin/ShippingMethodClient.d.ts +60 -0
- package/dist/types/clients/admin/SnippetClient.d.ts +60 -0
- package/dist/types/clients/admin/StateMachineClient.d.ts +89 -0
- package/dist/types/clients/admin/SystemClient.d.ts +185 -0
- package/dist/types/clients/admin/TagClient.d.ts +30 -0
- package/dist/types/clients/admin/TaxClient.d.ts +118 -0
- package/dist/types/clients/admin/UnitClient.d.ts +30 -0
- package/dist/types/clients/admin/UserClient.d.ts +118 -0
- package/dist/types/clients/admin/WebhookClient.d.ts +60 -0
- package/dist/types/clients/admin/index.d.ts +38 -0
- package/dist/types/clients/store/AccountClient.d.ts +98 -0
- package/dist/types/clients/{AddressClient.d.ts → store/AddressClient.d.ts} +5 -3
- package/dist/types/clients/store/CartClient.d.ts +18 -0
- package/dist/types/clients/{CategoryClient.d.ts → store/CategoryClient.d.ts} +3 -1
- package/dist/types/clients/store/ContentClient.d.ts +32 -0
- package/dist/types/clients/{ContextClient.d.ts → store/ContextClient.d.ts} +5 -8
- package/dist/types/clients/store/CustomerAuthClient.d.ts +18 -0
- package/dist/types/clients/store/DocumentClient.d.ts +4 -0
- package/dist/types/clients/{GatewayClient.d.ts → store/GatewayClient.d.ts} +4 -3
- package/dist/types/clients/{NewsletterClient.d.ts → store/NewsletterClient.d.ts} +6 -6
- package/dist/types/clients/store/OrderClient.d.ts +37 -0
- package/dist/types/clients/{ProductClient.d.ts → store/ProductClient.d.ts} +19 -11
- package/dist/types/clients/store/SeoClient.d.ts +10 -0
- package/dist/types/clients/{SystemClient.d.ts → store/SystemClient.d.ts} +11 -3
- package/dist/types/clients/store/WishlistClient.d.ts +22 -0
- package/dist/types/clients/store/index.d.ts +15 -0
- package/dist/types/index.d.ts +1 -3
- package/package.json +25 -4
- package/dist/src/ShopwareClient.d.ts +0 -32
- package/dist/src/auth/AuthenticationStore.d.ts +0 -8
- package/dist/src/auth/AuthenticationType.d.ts +0 -5
- package/dist/src/auth/entries/AuthenticationEntry.d.ts +0 -10
- package/dist/src/auth/entries/ContextTokenEntry.d.ts +0 -13
- package/dist/src/auth/entries/OAuthEntry.d.ts +0 -15
- package/dist/src/auth/entries/index.d.ts +0 -3
- package/dist/src/auth/errors/ExpiredError.d.ts +0 -4
- package/dist/src/auth/errors/NotSavedError.d.ts +0 -4
- package/dist/src/auth/errors/index.d.ts +0 -2
- package/dist/src/auth/index.d.ts +0 -4
- package/dist/src/clients/AccountClient.d.ts +0 -16
- package/dist/src/clients/AddressClient.d.ts +0 -11
- package/dist/src/clients/CartClient.d.ts +0 -10
- package/dist/src/clients/CategoryClient.d.ts +0 -8
- package/dist/src/clients/Client.d.ts +0 -16
- package/dist/src/clients/ContentClient.d.ts +0 -9
- package/dist/src/clients/ContextClient.d.ts +0 -7
- package/dist/src/clients/CustomerAuthenticationClient.d.ts +0 -11
- package/dist/src/clients/DocumentClient.d.ts +0 -6
- package/dist/src/clients/GatewayClient.d.ts +0 -6
- package/dist/src/clients/NewsletterClient.d.ts +0 -8
- package/dist/src/clients/OrderClient.d.ts +0 -10
- package/dist/src/clients/PaymentClient.d.ts +0 -6
- package/dist/src/clients/ProductClient.d.ts +0 -14
- package/dist/src/clients/SeoClient.d.ts +0 -8
- package/dist/src/clients/SystemClient.d.ts +0 -12
- package/dist/src/clients/WishlistClient.d.ts +0 -9
- package/dist/src/clients/index.d.ts +0 -17
- package/dist/src/index.d.ts +0 -1
- package/dist/src/payloads/BinaryPayload.d.ts +0 -10
- package/dist/src/payloads/JsonPayload.d.ts +0 -10
- package/dist/src/payloads/index.d.ts +0 -3
- package/dist/types/clients/AccountClient.d.ts +0 -70
- package/dist/types/clients/CartClient.d.ts +0 -17
- package/dist/types/clients/ContentClient.d.ts +0 -29
- package/dist/types/clients/CustomerAuthenticationClient.d.ts +0 -44
- package/dist/types/clients/DocumentClient.d.ts +0 -3
- package/dist/types/clients/OrderClient.d.ts +0 -26
- package/dist/types/clients/PaymentClient.d.ts +0 -8
- package/dist/types/clients/SeoClient.d.ts +0 -7
- package/dist/types/clients/WishlistClient.d.ts +0 -21
- package/dist/types/clients/index.d.ts +0 -16
- package/dist/types/storeApi/GenericRecord.d.ts +0 -3
- package/dist/types/storeApi/aggregation/AggregationFilter.d.ts +0 -6
- package/dist/types/storeApi/aggregation/Aggregations.d.ts +0 -2
- package/dist/types/storeApi/cart/CartDelivery.d.ts +0 -13
- package/dist/types/storeApi/cart/CartDeliveryPosition.d.ts +0 -9
- package/dist/types/storeApi/cart/CartDeliveryShippingLocation.d.ts +0 -7
- package/dist/types/storeApi/cart/CartItems.d.ts +0 -2
- package/dist/types/storeApi/cart/index.d.ts +0 -9
- package/dist/types/storeApi/customer/index.d.ts +0 -4
- package/dist/types/storeApi/filter/Filters.d.ts +0 -2
- package/dist/types/storeApi/order/index.d.ts +0 -14
- package/dist/types/storeApi/price/index.d.ts +0 -6
- package/dist/types/storeApi/query/Criteria.d.ts +0 -20
- package/dist/types/storeApi/query/Include.d.ts +0 -1
- package/dist/types/storeApi/query/Query.d.ts +0 -5
- package/dist/types/{storeApi → api/admin}/country/index.d.ts +0 -0
- package/dist/types/{storeApi → api/admin}/locale/index.d.ts +0 -0
- package/dist/types/{storeApi → api/admin}/propertyGroup/index.d.ts +0 -0
- package/dist/types/{storeApi → api/global}/filter/index.d.ts +2 -2
- /package/dist/types/{storeApi → api/global/query}/TotalCountMode.d.ts +0 -0
- /package/dist/types/{storeApi → api/global}/query/product/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/category/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/cms/BackgroundMediaMode.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/cms/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/document/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/lineItem/LineItemType.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/lineItem/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/link/Link.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/link/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/media/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/product/crossSelling/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/salesChannel/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/seo/index.d.ts +0 -0
- /package/dist/types/{storeApi → api/store}/shippingMethod/index.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Media } from "../media";
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Media } from "../media/Media";
|
|
3
|
+
export interface ProductManufacturer {
|
|
4
4
|
id: string;
|
|
5
5
|
versionId?: string;
|
|
6
6
|
mediaId?: string;
|
|
@@ -12,4 +12,4 @@ export type ProductManufacturer = {
|
|
|
12
12
|
readonly updatedAt?: string;
|
|
13
13
|
translated?: object;
|
|
14
14
|
media?: Media;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface ProductStream {
|
|
3
3
|
id: string;
|
|
4
4
|
name: string;
|
|
5
5
|
description?: string;
|
|
@@ -7,4 +7,4 @@ export type ProductStream = {
|
|
|
7
7
|
readonly createdAt?: string;
|
|
8
8
|
readonly updatedAt?: string;
|
|
9
9
|
translated?: object;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ProductCrossSelling } from "
|
|
1
|
+
import { ProductCrossSelling } from "./ProductCrossSelling";
|
|
2
2
|
import { Product } from "../Product";
|
|
3
|
-
export
|
|
3
|
+
export interface CrossSellingElement {
|
|
4
4
|
apiAlias: "cross_selling_element";
|
|
5
5
|
crossSelling: Array<ProductCrossSelling>;
|
|
6
6
|
products: Array<Product>;
|
|
7
7
|
total: number;
|
|
8
8
|
streamId: string;
|
|
9
|
-
}
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export interface ProductCrossSelling {
|
|
2
2
|
id: string;
|
|
3
3
|
name: string;
|
|
4
4
|
position?: number;
|
|
@@ -10,4 +10,4 @@ export type ProductCrossSelling = {
|
|
|
10
10
|
readonly createdAt?: string;
|
|
11
11
|
readonly updatedAt?: string;
|
|
12
12
|
translated?: object;
|
|
13
|
-
}
|
|
13
|
+
}
|
|
@@ -4,6 +4,4 @@ export { ProductConfiguratorSetting } from "./ProductConfiguratorSetting";
|
|
|
4
4
|
export { ProductDownload } from "./ProductDownload";
|
|
5
5
|
export { ProductListingResult } from "./ProductListingResult";
|
|
6
6
|
export { ProductManufacturer } from "./ProductManufacturer";
|
|
7
|
-
export { ProductReview } from "./ProductReview";
|
|
8
|
-
export { ProductReviewSummary } from "./ProductReviewSummary";
|
|
9
7
|
export { ProductStream } from "./ProductStream";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface ProductReview {
|
|
3
3
|
id: string;
|
|
4
4
|
productId: string;
|
|
5
5
|
productIdVersionId?: string;
|
|
@@ -7,10 +7,10 @@ export type ProductReview = {
|
|
|
7
7
|
languageId: string;
|
|
8
8
|
title: string;
|
|
9
9
|
content: string;
|
|
10
|
-
points
|
|
10
|
+
points?: number;
|
|
11
11
|
status?: boolean;
|
|
12
12
|
comment?: string;
|
|
13
13
|
customFields?: GenericRecord;
|
|
14
14
|
readonly createdAt?: string;
|
|
15
15
|
readonly updatedAt?: string;
|
|
16
|
-
}
|
|
16
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { PropertyGroupOption } from "
|
|
3
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { PropertyGroupOption } from "./PropertyGroupOption";
|
|
3
|
+
export interface PropertyGroup {
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
6
6
|
description?: string;
|
|
@@ -14,4 +14,4 @@ export type PropertyGroup = {
|
|
|
14
14
|
readonly updatedAt?: string;
|
|
15
15
|
translated?: object;
|
|
16
16
|
options?: Array<PropertyGroupOption>;
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
import { Media } from "../media";
|
|
3
|
-
import { PropertyGroup } from "
|
|
4
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Media } from "../media/Media";
|
|
3
|
+
import { PropertyGroup } from "./PropertyGroup";
|
|
4
|
+
export interface PropertyGroupOption {
|
|
5
5
|
id: string;
|
|
6
6
|
groupId: string;
|
|
7
7
|
name: string;
|
|
@@ -15,4 +15,4 @@ export type PropertyGroupOption = {
|
|
|
15
15
|
media?: Media;
|
|
16
16
|
group: PropertyGroup;
|
|
17
17
|
option: string;
|
|
18
|
-
}
|
|
18
|
+
}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
export interface SalesChannel {
|
|
2
|
+
id: string;
|
|
3
|
+
typeId: string;
|
|
4
|
+
languageId: string;
|
|
5
|
+
currencyId: string;
|
|
6
|
+
paymentMethodId: string;
|
|
7
|
+
shippingMethodId: string;
|
|
8
|
+
countryId: string;
|
|
9
|
+
navigationCategoryId: string;
|
|
9
10
|
navigationCategoryDepth?: number;
|
|
10
11
|
footerCategoryId?: string;
|
|
11
12
|
serviceCategoryId?: string;
|
|
12
|
-
name
|
|
13
|
+
name: string;
|
|
13
14
|
shortName?: string;
|
|
14
|
-
accessKey
|
|
15
|
+
accessKey: string;
|
|
15
16
|
active?: boolean;
|
|
16
17
|
maintenance?: boolean;
|
|
17
18
|
maintenanceIpWhitelist?: string;
|
|
18
19
|
mailHeaderFooterId?: string;
|
|
19
|
-
customerGroupId
|
|
20
|
+
customerGroupId: string;
|
|
20
21
|
hreflangActive?: boolean;
|
|
21
22
|
hreflangDefaultDomainId?: string;
|
|
22
23
|
analyticsId?: string;
|
|
23
|
-
}
|
|
24
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Currency } from "../Currency";
|
|
2
|
-
import { SalesChannel } from "
|
|
3
|
-
import { Customer } from "../customer";
|
|
2
|
+
import { SalesChannel } from "./SalesChannel";
|
|
3
|
+
import { Customer } from "../customer/Customer";
|
|
4
4
|
import { PaymentMethod } from "../PaymentMethod";
|
|
5
|
-
import { CartDeliveryShippingLocation } from "../cart";
|
|
6
|
-
import { ShippingMethod } from "../shippingMethod";
|
|
7
|
-
export
|
|
5
|
+
import { CartDeliveryShippingLocation } from "../cart/delivery/CartDeliveryShippingLocation";
|
|
6
|
+
import { ShippingMethod } from "../shippingMethod/ShippingMethod";
|
|
7
|
+
export interface SalesChannelContext {
|
|
8
8
|
token?: string;
|
|
9
9
|
currentCustomerGroup?: {
|
|
10
10
|
name?: string;
|
|
@@ -35,4 +35,4 @@ export type SalesChannelContext = {
|
|
|
35
35
|
taxState?: "gross" | "net";
|
|
36
36
|
useCache?: boolean;
|
|
37
37
|
};
|
|
38
|
-
}
|
|
38
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
2
|
-
export
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
export interface SeoUrlEntity {
|
|
3
3
|
id: string;
|
|
4
4
|
salesChannelId?: string;
|
|
5
5
|
languageId: string;
|
|
@@ -15,4 +15,4 @@ export type SeoUrlEntity = {
|
|
|
15
15
|
customFields?: GenericRecord;
|
|
16
16
|
readonly createdAt?: string;
|
|
17
17
|
readonly updatedAt?: string;
|
|
18
|
-
}
|
|
18
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { GenericRecord } from "
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
2
|
import { DeliveryTime } from "../DeliveryTime";
|
|
3
3
|
import { Rule } from "../Rule";
|
|
4
|
-
import { ShippingMethodPrice } from "
|
|
5
|
-
import { Media } from "../media";
|
|
4
|
+
import { ShippingMethodPrice } from "./ShippingMethodPrice";
|
|
5
|
+
import { Media } from "../media/Media";
|
|
6
6
|
import { Tag } from "../Tag";
|
|
7
7
|
import { Tax } from "../Tax";
|
|
8
|
-
export
|
|
8
|
+
export interface ShippingMethod {
|
|
9
9
|
id: string;
|
|
10
10
|
name: string;
|
|
11
11
|
active?: boolean;
|
|
@@ -26,4 +26,4 @@ export type ShippingMethod = {
|
|
|
26
26
|
media?: Media;
|
|
27
27
|
tags?: Array<Tag>;
|
|
28
28
|
tax?: Tax;
|
|
29
|
-
}
|
|
29
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Price } from "
|
|
2
|
-
import { GenericRecord } from "
|
|
3
|
-
export
|
|
1
|
+
import { Price } from "#types/api/global/price/Price";
|
|
2
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
3
|
+
export interface ShippingMethodPrice {
|
|
4
4
|
id: string;
|
|
5
5
|
shippingMethodId: string;
|
|
6
6
|
ruleId?: string;
|
|
@@ -12,4 +12,4 @@ export type ShippingMethodPrice = {
|
|
|
12
12
|
customFields?: GenericRecord;
|
|
13
13
|
readonly createdAt?: string;
|
|
14
14
|
readonly updatedAt?: string;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import { App } from "#types/api/admin/app/App";
|
|
2
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
3
|
+
import { AppActionButton } from "#types/api/admin/app/AppActionButton";
|
|
4
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
5
|
+
import { AppAdministrationSnippet } from "#types/api/admin/app/AppAdministrationSnippet";
|
|
6
|
+
import { AppCmsBlock } from "#types/api/admin/app/AppCmsBlock";
|
|
7
|
+
import { AppFlowAction } from "#types/api/admin/flow/app/AppFlowAction";
|
|
8
|
+
import { AppFlowEvent } from "#types/api/admin/flow/app/AppFlowEvent";
|
|
9
|
+
import { AppPaymentMethod } from "#types/api/admin/paymentMethod/AppPaymentMethod";
|
|
10
|
+
import { AppScriptCondition } from "#types/api/admin/app/AppScriptCondition";
|
|
11
|
+
import { AppShippingMethod } from "#types/api/admin/shippingMethod/AppShippingMethod";
|
|
12
|
+
import { AppTemplate } from "#types/api/admin/app/AppTemplate";
|
|
13
|
+
/** Apps **/
|
|
14
|
+
export interface AppListResponse {
|
|
15
|
+
total?: number;
|
|
16
|
+
data?: Array<App>;
|
|
17
|
+
}
|
|
18
|
+
export type AppCreateRequest = App;
|
|
19
|
+
export type AppCreateResponse = {
|
|
20
|
+
data: App;
|
|
21
|
+
};
|
|
22
|
+
export type AppListSearchRequest = Criteria;
|
|
23
|
+
export interface AppListSearchResponse {
|
|
24
|
+
total?: number;
|
|
25
|
+
data?: Array<App>;
|
|
26
|
+
}
|
|
27
|
+
export interface AppSingleResponse {
|
|
28
|
+
data: App;
|
|
29
|
+
}
|
|
30
|
+
export type AppUpdateRequest = App;
|
|
31
|
+
export type AppUpdateResponse = {
|
|
32
|
+
data: App;
|
|
33
|
+
};
|
|
34
|
+
export interface AppAggregationRequest {
|
|
35
|
+
aggregations: Array<Aggregation>;
|
|
36
|
+
}
|
|
37
|
+
export interface AppAggregationResponse {
|
|
38
|
+
total?: number;
|
|
39
|
+
data?: Array<App>;
|
|
40
|
+
}
|
|
41
|
+
/** Action Buttons **/
|
|
42
|
+
export interface ActionButtonListResponse {
|
|
43
|
+
total?: number;
|
|
44
|
+
data?: Array<AppActionButton>;
|
|
45
|
+
}
|
|
46
|
+
export type ActionButtonCreateRequest = AppActionButton;
|
|
47
|
+
export type ActionButtonCreateResponse = {
|
|
48
|
+
data: AppActionButton;
|
|
49
|
+
};
|
|
50
|
+
export type ActionButtonListSearchRequest = Criteria;
|
|
51
|
+
export interface ActionButtonListSearchResponse {
|
|
52
|
+
total?: number;
|
|
53
|
+
data?: Array<AppActionButton>;
|
|
54
|
+
}
|
|
55
|
+
export interface ActionButtonSingleResponse {
|
|
56
|
+
data: AppActionButton;
|
|
57
|
+
}
|
|
58
|
+
export type ActionButtonUpdateRequest = AppActionButton;
|
|
59
|
+
export type ActionButtonUpdateResponse = {
|
|
60
|
+
data: AppActionButton;
|
|
61
|
+
};
|
|
62
|
+
export interface ActionButtonAggregationRequest {
|
|
63
|
+
aggregations: Array<Aggregation>;
|
|
64
|
+
}
|
|
65
|
+
export interface ActionButtonAggregationResponse {
|
|
66
|
+
total?: number;
|
|
67
|
+
data?: Array<AppActionButton>;
|
|
68
|
+
}
|
|
69
|
+
/** Admin Snippets **/
|
|
70
|
+
export interface AdminSnippetListResponse {
|
|
71
|
+
total?: number;
|
|
72
|
+
data?: Array<AppAdministrationSnippet>;
|
|
73
|
+
}
|
|
74
|
+
export type AdminSnippetCreateRequest = AppAdministrationSnippet;
|
|
75
|
+
export type AdminSnippetCreateResponse = {
|
|
76
|
+
data: AppAdministrationSnippet;
|
|
77
|
+
};
|
|
78
|
+
export type AdminSnippetListSearchRequest = Criteria;
|
|
79
|
+
export interface AdminSnippetListSearchResponse {
|
|
80
|
+
total?: number;
|
|
81
|
+
data?: Array<AppAdministrationSnippet>;
|
|
82
|
+
}
|
|
83
|
+
export interface AdminSnippetSingleResponse {
|
|
84
|
+
data: AppAdministrationSnippet;
|
|
85
|
+
}
|
|
86
|
+
export type AdminSnippetUpdateRequest = AppAdministrationSnippet;
|
|
87
|
+
export type AdminSnippetUpdateResponse = {
|
|
88
|
+
data: AppAdministrationSnippet;
|
|
89
|
+
};
|
|
90
|
+
export interface AdminSnippetAggregationRequest {
|
|
91
|
+
aggregations: Array<Aggregation>;
|
|
92
|
+
}
|
|
93
|
+
export interface AdminSnippetAggregationResponse {
|
|
94
|
+
total?: number;
|
|
95
|
+
data?: Array<AppAdministrationSnippet>;
|
|
96
|
+
}
|
|
97
|
+
/** Cms Block **/
|
|
98
|
+
export interface CmsBlockListResponse {
|
|
99
|
+
total?: number;
|
|
100
|
+
data?: Array<AppCmsBlock>;
|
|
101
|
+
}
|
|
102
|
+
export type CmsBlockCreateRequest = AppCmsBlock;
|
|
103
|
+
export type CmsBlockCreateResponse = {
|
|
104
|
+
data: AppCmsBlock;
|
|
105
|
+
};
|
|
106
|
+
export type CmsBlockListSearchRequest = Criteria;
|
|
107
|
+
export interface CmsBlockListSearchResponse {
|
|
108
|
+
total?: number;
|
|
109
|
+
data?: Array<AppCmsBlock>;
|
|
110
|
+
}
|
|
111
|
+
export interface CmsBlockSingleResponse {
|
|
112
|
+
data: AppCmsBlock;
|
|
113
|
+
}
|
|
114
|
+
export type CmsBlockUpdateRequest = AppCmsBlock;
|
|
115
|
+
export type CmsBlockUpdateResponse = {
|
|
116
|
+
data: AppCmsBlock;
|
|
117
|
+
};
|
|
118
|
+
export interface CmsBlockAggregationRequest {
|
|
119
|
+
aggregations: Array<Aggregation>;
|
|
120
|
+
}
|
|
121
|
+
export interface CmsBlockAggregationResponse {
|
|
122
|
+
total?: number;
|
|
123
|
+
data?: Array<AppCmsBlock>;
|
|
124
|
+
}
|
|
125
|
+
/** Flow Actions **/
|
|
126
|
+
export interface FlowActionListResponse {
|
|
127
|
+
total?: number;
|
|
128
|
+
data?: Array<AppFlowAction>;
|
|
129
|
+
}
|
|
130
|
+
export type FlowActionCreateRequest = AppFlowAction;
|
|
131
|
+
export type FlowActionCreateResponse = {
|
|
132
|
+
data: AppFlowAction;
|
|
133
|
+
};
|
|
134
|
+
export type FlowActionListSearchRequest = Criteria;
|
|
135
|
+
export interface FlowActionListSearchResponse {
|
|
136
|
+
total?: number;
|
|
137
|
+
data?: Array<AppFlowAction>;
|
|
138
|
+
}
|
|
139
|
+
export interface FlowActionSingleResponse {
|
|
140
|
+
data: AppFlowAction;
|
|
141
|
+
}
|
|
142
|
+
export type FlowActionUpdateRequest = AppFlowAction;
|
|
143
|
+
export type FlowActionUpdateResponse = {
|
|
144
|
+
data: AppFlowAction;
|
|
145
|
+
};
|
|
146
|
+
export interface FlowActionAggregationRequest {
|
|
147
|
+
aggregations: Array<Aggregation>;
|
|
148
|
+
}
|
|
149
|
+
export interface FlowActionAggregationResponse {
|
|
150
|
+
total?: number;
|
|
151
|
+
data?: Array<AppFlowAction>;
|
|
152
|
+
}
|
|
153
|
+
/** Flow Events **/
|
|
154
|
+
export interface FlowEventListResponse {
|
|
155
|
+
total?: number;
|
|
156
|
+
data?: Array<AppFlowEvent>;
|
|
157
|
+
}
|
|
158
|
+
export type FlowEventCreateRequest = AppFlowEvent;
|
|
159
|
+
export type FlowEventCreateResponse = {
|
|
160
|
+
data: AppFlowEvent;
|
|
161
|
+
};
|
|
162
|
+
export type FlowEventListSearchRequest = Criteria;
|
|
163
|
+
export interface FlowEventListSearchResponse {
|
|
164
|
+
total?: number;
|
|
165
|
+
data?: Array<AppFlowEvent>;
|
|
166
|
+
}
|
|
167
|
+
export interface FlowEventSingleResponse {
|
|
168
|
+
data: AppFlowEvent;
|
|
169
|
+
}
|
|
170
|
+
export type FlowEventUpdateRequest = AppFlowEvent;
|
|
171
|
+
export type FlowEventUpdateResponse = {
|
|
172
|
+
data: AppFlowEvent;
|
|
173
|
+
};
|
|
174
|
+
export interface FlowEventAggregationRequest {
|
|
175
|
+
aggregations: Array<Aggregation>;
|
|
176
|
+
}
|
|
177
|
+
export interface FlowEventAggregationResponse {
|
|
178
|
+
total?: number;
|
|
179
|
+
data?: Array<AppFlowEvent>;
|
|
180
|
+
}
|
|
181
|
+
/** Payment Methods **/
|
|
182
|
+
export interface PaymentMethodListResponse {
|
|
183
|
+
total?: number;
|
|
184
|
+
data?: Array<AppPaymentMethod>;
|
|
185
|
+
}
|
|
186
|
+
export type PaymentMethodCreateRequest = AppPaymentMethod;
|
|
187
|
+
export type PaymentMethodCreateResponse = {
|
|
188
|
+
data: AppPaymentMethod;
|
|
189
|
+
};
|
|
190
|
+
export type PaymentMethodListSearchRequest = Criteria;
|
|
191
|
+
export interface PaymentMethodListSearchResponse {
|
|
192
|
+
total?: number;
|
|
193
|
+
data?: Array<AppPaymentMethod>;
|
|
194
|
+
}
|
|
195
|
+
export interface PaymentMethodSingleResponse {
|
|
196
|
+
data: AppPaymentMethod;
|
|
197
|
+
}
|
|
198
|
+
export type PaymentMethodUpdateRequest = AppPaymentMethod;
|
|
199
|
+
export type PaymentMethodUpdateResponse = {
|
|
200
|
+
data: AppPaymentMethod;
|
|
201
|
+
};
|
|
202
|
+
export interface PaymentMethodAggregationRequest {
|
|
203
|
+
aggregations: Array<Aggregation>;
|
|
204
|
+
}
|
|
205
|
+
export interface PaymentMethodAggregationResponse {
|
|
206
|
+
total?: number;
|
|
207
|
+
data?: Array<AppPaymentMethod>;
|
|
208
|
+
}
|
|
209
|
+
/** Script Conditions **/
|
|
210
|
+
export interface ScriptConditionListResponse {
|
|
211
|
+
total?: number;
|
|
212
|
+
data?: Array<AppScriptCondition>;
|
|
213
|
+
}
|
|
214
|
+
export type ScriptConditionCreateRequest = AppScriptCondition;
|
|
215
|
+
export type ScriptConditionCreateResponse = {
|
|
216
|
+
data: AppScriptCondition;
|
|
217
|
+
};
|
|
218
|
+
export type ScriptConditionListSearchRequest = Criteria;
|
|
219
|
+
export interface ScriptConditionListSearchResponse {
|
|
220
|
+
total?: number;
|
|
221
|
+
data?: Array<AppScriptCondition>;
|
|
222
|
+
}
|
|
223
|
+
export interface ScriptConditionSingleResponse {
|
|
224
|
+
data: AppScriptCondition;
|
|
225
|
+
}
|
|
226
|
+
export type ScriptConditionUpdateRequest = AppScriptCondition;
|
|
227
|
+
export type ScriptConditionUpdateResponse = {
|
|
228
|
+
data: AppScriptCondition;
|
|
229
|
+
};
|
|
230
|
+
export interface ScriptConditionAggregationRequest {
|
|
231
|
+
aggregations: Array<Aggregation>;
|
|
232
|
+
}
|
|
233
|
+
export interface ScriptConditionAggregationResponse {
|
|
234
|
+
total?: number;
|
|
235
|
+
data?: Array<AppScriptCondition>;
|
|
236
|
+
}
|
|
237
|
+
/** Shipping Methods **/
|
|
238
|
+
export interface ShippingMethodListResponse {
|
|
239
|
+
total?: number;
|
|
240
|
+
data?: Array<AppShippingMethod>;
|
|
241
|
+
}
|
|
242
|
+
export type ShippingMethodCreateRequest = AppShippingMethod;
|
|
243
|
+
export type ShippingMethodCreateResponse = {
|
|
244
|
+
data: AppShippingMethod;
|
|
245
|
+
};
|
|
246
|
+
export type ShippingMethodListSearchRequest = Criteria;
|
|
247
|
+
export interface ShippingMethodListSearchResponse {
|
|
248
|
+
total?: number;
|
|
249
|
+
data?: Array<AppShippingMethod>;
|
|
250
|
+
}
|
|
251
|
+
export interface ShippingMethodSingleResponse {
|
|
252
|
+
data: AppShippingMethod;
|
|
253
|
+
}
|
|
254
|
+
export type ShippingMethodUpdateRequest = AppShippingMethod;
|
|
255
|
+
export type ShippingMethodUpdateResponse = {
|
|
256
|
+
data: AppShippingMethod;
|
|
257
|
+
};
|
|
258
|
+
export interface ShippingMethodAggregationRequest {
|
|
259
|
+
aggregations: Array<Aggregation>;
|
|
260
|
+
}
|
|
261
|
+
export interface ShippingMethodAggregationResponse {
|
|
262
|
+
total?: number;
|
|
263
|
+
data?: Array<AppShippingMethod>;
|
|
264
|
+
}
|
|
265
|
+
/** Templates **/
|
|
266
|
+
export interface TemplateListResponse {
|
|
267
|
+
total?: number;
|
|
268
|
+
data?: Array<AppTemplate>;
|
|
269
|
+
}
|
|
270
|
+
export type TemplateCreateRequest = AppTemplate;
|
|
271
|
+
export type TemplateCreateResponse = {
|
|
272
|
+
data: AppTemplate;
|
|
273
|
+
};
|
|
274
|
+
export type TemplateListSearchRequest = Criteria;
|
|
275
|
+
export interface TemplateListSearchResponse {
|
|
276
|
+
total?: number;
|
|
277
|
+
data?: Array<AppTemplate>;
|
|
278
|
+
}
|
|
279
|
+
export interface TemplateSingleResponse {
|
|
280
|
+
data: AppTemplate;
|
|
281
|
+
}
|
|
282
|
+
export type TemplateUpdateRequest = AppTemplate;
|
|
283
|
+
export type TemplateUpdateResponse = {
|
|
284
|
+
data: AppTemplate;
|
|
285
|
+
};
|
|
286
|
+
export interface TemplateAggregationRequest {
|
|
287
|
+
aggregations: Array<Aggregation>;
|
|
288
|
+
}
|
|
289
|
+
export interface TemplateAggregationResponse {
|
|
290
|
+
total?: number;
|
|
291
|
+
data?: Array<AppTemplate>;
|
|
292
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Category } from "#types/api/admin/category/Category";
|
|
2
|
+
import { MainCategory } from "#types/api/admin/category/MainCategory";
|
|
3
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
4
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
5
|
+
/** Categories **/
|
|
6
|
+
export interface CategoryListResponse {
|
|
7
|
+
total?: number;
|
|
8
|
+
data?: Array<Category>;
|
|
9
|
+
}
|
|
10
|
+
export type CategoryCreateRequest = Category;
|
|
11
|
+
export type CategoryCreateResponse = {
|
|
12
|
+
data: Category;
|
|
13
|
+
};
|
|
14
|
+
export type CategoryListSearchRequest = Criteria;
|
|
15
|
+
export interface CategoryListSearchResponse {
|
|
16
|
+
total?: number;
|
|
17
|
+
data?: Array<Category>;
|
|
18
|
+
}
|
|
19
|
+
export interface CategorySingleResponse {
|
|
20
|
+
data: Category;
|
|
21
|
+
}
|
|
22
|
+
export type CategoryUpdateRequest = Category;
|
|
23
|
+
export type CategoryUpdateResponse = {
|
|
24
|
+
data: Category;
|
|
25
|
+
};
|
|
26
|
+
export interface CategoryAggregationRequest {
|
|
27
|
+
aggregations: Array<Aggregation>;
|
|
28
|
+
}
|
|
29
|
+
export interface CategoryAggregationResponse {
|
|
30
|
+
total?: number;
|
|
31
|
+
data?: Array<Category>;
|
|
32
|
+
}
|
|
33
|
+
/** Main Categories **/
|
|
34
|
+
export interface MainCategoryListResponse {
|
|
35
|
+
total?: number;
|
|
36
|
+
data?: Array<MainCategory>;
|
|
37
|
+
}
|
|
38
|
+
export type MainCategoryCreateRequest = MainCategory;
|
|
39
|
+
export type MainCategoryCreateResponse = {
|
|
40
|
+
data: MainCategory;
|
|
41
|
+
};
|
|
42
|
+
export type MainCategoryListSearchRequest = Criteria;
|
|
43
|
+
export interface MainCategoryListSearchResponse {
|
|
44
|
+
total?: number;
|
|
45
|
+
data?: Array<MainCategory>;
|
|
46
|
+
}
|
|
47
|
+
export interface MainCategorySingleResponse {
|
|
48
|
+
data: MainCategory;
|
|
49
|
+
}
|
|
50
|
+
export type MainCategoryUpdateRequest = MainCategory;
|
|
51
|
+
export type MainCategoryUpdateResponse = {
|
|
52
|
+
data: MainCategory;
|
|
53
|
+
};
|
|
54
|
+
export interface MainCategoryAggregationRequest {
|
|
55
|
+
aggregations: Array<Aggregation>;
|
|
56
|
+
}
|
|
57
|
+
export interface MainCategoryAggregationResponse {
|
|
58
|
+
total?: number;
|
|
59
|
+
data?: Array<MainCategory>;
|
|
60
|
+
}
|