@devite/shopware-client 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12140 -453
- package/dist/index.d.cts +11772 -1421
- package/dist/index.d.mts +11772 -1421
- package/dist/index.d.ts +11772 -1421
- package/dist/index.mjs +12140 -441
- 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 +1 -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} +7 -7
- package/dist/types/clients/store/CustomerAuthenticationClient.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/{index.d.ts → store/index.d.ts} +0 -1
- package/dist/types/index.d.ts +1 -3
- package/package.json +23 -2
- 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/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
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CustomFieldSetRelation } from "./CustomFieldSetRelation";
|
|
3
|
+
import { Product } from "../../../product/Product";
|
|
4
|
+
import { App } from "../../../app/App";
|
|
5
|
+
export interface CustomFieldSet {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
config?: object;
|
|
9
|
+
active?: boolean;
|
|
10
|
+
global?: boolean;
|
|
11
|
+
position?: number;
|
|
12
|
+
appId?: string;
|
|
13
|
+
readonly createdAt?: string;
|
|
14
|
+
readonly updatedAt?: string;
|
|
15
|
+
customFields?: GenericRecord;
|
|
16
|
+
relations?: Array<CustomFieldSetRelation>;
|
|
17
|
+
products?: Array<Product>;
|
|
18
|
+
app?: App;
|
|
19
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Customer as StoreApiCustomer } from "#types/api/store/customer/Customer";
|
|
2
|
+
import { CustomerGroup } from "./group/CustomerGroup";
|
|
3
|
+
import { SalesChannel } from "../salesChannel/SalesChannel";
|
|
4
|
+
import { Language } from "../locale/Language";
|
|
5
|
+
import { PaymentMethod } from "../paymentMethod/PaymentMethod";
|
|
6
|
+
import { CustomerAddress } from "./CustomerAddress";
|
|
7
|
+
import { Salutation } from "../Salutation";
|
|
8
|
+
import { OrderCustomer } from "../order/OrderCustomer";
|
|
9
|
+
import { Tag } from "../Tag";
|
|
10
|
+
import { Promotion } from "../promotion/Promotion";
|
|
11
|
+
import { ProductReview } from "../product/review/ProductReview";
|
|
12
|
+
import { CustomerRecovery } from "./CustomerRecovery";
|
|
13
|
+
import { CustomerWishlist } from "./wishlist/CustomerWishlist";
|
|
14
|
+
import { User } from "../user/User";
|
|
15
|
+
export type Customer = StoreApiCustomer & {
|
|
16
|
+
readonly autoIncrement?: number;
|
|
17
|
+
remoteAddress?: string;
|
|
18
|
+
requestedGroupId?: string;
|
|
19
|
+
boundSalesChannelId?: string;
|
|
20
|
+
group?: CustomerGroup;
|
|
21
|
+
salesChannel?: SalesChannel;
|
|
22
|
+
language?: Language;
|
|
23
|
+
lastPaymentMethod?: PaymentMethod;
|
|
24
|
+
defaultBillingAddress?: CustomerAddress;
|
|
25
|
+
defaultShippingAddress?: CustomerAddress;
|
|
26
|
+
salutation?: Salutation;
|
|
27
|
+
addresses?: Array<CustomerAddress>;
|
|
28
|
+
orderCustomers?: Array<OrderCustomer>;
|
|
29
|
+
tags?: Array<Tag>;
|
|
30
|
+
promotions?: Array<Promotion>;
|
|
31
|
+
productReviews?: Array<ProductReview>;
|
|
32
|
+
recoveryCustomer?: CustomerRecovery;
|
|
33
|
+
requestedGroup?: CustomerGroup;
|
|
34
|
+
boundSalesChannel?: SalesChannel;
|
|
35
|
+
wishlists?: Array<CustomerWishlist>;
|
|
36
|
+
createdBy?: User;
|
|
37
|
+
updatedBy?: User;
|
|
38
|
+
defaultPaymentMethod?: PaymentMethod;
|
|
39
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CustomerAddress as StoreApiCustomerAddress } from "#types/api/store/customer/address/CustomerAddress";
|
|
2
|
+
import { Customer } from "./Customer";
|
|
3
|
+
import { Country } from "../country/Country";
|
|
4
|
+
import { CountryState } from "../country/CountryState";
|
|
5
|
+
import { Salutation } from "../Salutation";
|
|
6
|
+
export type CustomerAddress = StoreApiCustomerAddress & {
|
|
7
|
+
customer?: Customer;
|
|
8
|
+
country?: Country;
|
|
9
|
+
countryState?: CountryState;
|
|
10
|
+
salutation?: Salutation;
|
|
11
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CustomerGroup as StoreApiCustomerGroup } from "#types/api/store/customer/CustomerGroup";
|
|
2
|
+
import { Customer } from "../Customer";
|
|
3
|
+
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
4
|
+
export type CustomerGroup = StoreApiCustomerGroup & {
|
|
5
|
+
customers?: Array<Customer>;
|
|
6
|
+
salesChannels?: Array<SalesChannel>;
|
|
7
|
+
registrationSalesChannels?: Array<SalesChannel>;
|
|
8
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CustomerGroup } from "./CustomerGroup";
|
|
2
|
+
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
3
|
+
export interface CustomerGroupRegistrationSalesChannels {
|
|
4
|
+
id?: string;
|
|
5
|
+
customerGroupId: string;
|
|
6
|
+
salesChannelId: string;
|
|
7
|
+
readonly createdAt?: string;
|
|
8
|
+
customerGroup?: CustomerGroup;
|
|
9
|
+
salesChannel?: SalesChannel;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { CustomerWishlistProduct } from "./CustomerWishlistProduct";
|
|
3
|
+
import { Customer } from "../Customer";
|
|
4
|
+
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
5
|
+
export interface CustomerWishlist {
|
|
6
|
+
id: string;
|
|
7
|
+
customerId: string;
|
|
8
|
+
salesChannelId: string;
|
|
9
|
+
customFields?: GenericRecord;
|
|
10
|
+
readonly createdAt?: string;
|
|
11
|
+
readonly updatedAt?: string;
|
|
12
|
+
products?: Array<CustomerWishlistProduct>;
|
|
13
|
+
customer?: Customer;
|
|
14
|
+
salesChannel?: SalesChannel;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CustomerWishlist } from "./CustomerWishlist";
|
|
2
|
+
import { Product } from "../../product/Product";
|
|
3
|
+
export interface CustomerWishlistProduct {
|
|
4
|
+
id: string;
|
|
5
|
+
productId: string;
|
|
6
|
+
productVersionId?: string;
|
|
7
|
+
wishlistId: string;
|
|
8
|
+
readonly createdAt?: string;
|
|
9
|
+
readonly updatedAt?: string;
|
|
10
|
+
wishlist?: CustomerWishlist;
|
|
11
|
+
product?: Product;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ShopwareDocument as StoreApiShopwareDocument } from "#types/api/store/document/ShopwareDocument";
|
|
2
|
+
import { ShopwareDocumentType } from "./ShopwareDocumentType";
|
|
3
|
+
import { Media } from "../media/Media";
|
|
4
|
+
export type ShopwareDocument = StoreApiShopwareDocument & {
|
|
5
|
+
documentType?: ShopwareDocumentType;
|
|
6
|
+
referencedDocument?: ShopwareDocument;
|
|
7
|
+
dependantDocuments?: Array<ShopwareDocument>;
|
|
8
|
+
documentMediaFile?: Media;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ShopwareDocumentType as StoreApiShopwareDocumentType } from "#types/api/store/document/ShopwareDocumentType";
|
|
2
|
+
import { ShopwareDocument } from "./ShopwareDocument";
|
|
3
|
+
import { ShopwareDocumentBaseConfig } from "./baseConfig/ShopwareDocumentBaseConfig";
|
|
4
|
+
import { ShopwareDocumentBaseConfigSalesChannel } from "./baseConfig/ShopwareDocumentBaseConfigSalesChannel";
|
|
5
|
+
export type ShopwareDocumentType = StoreApiShopwareDocumentType & {
|
|
6
|
+
documents?: Array<ShopwareDocument>;
|
|
7
|
+
documentBaseConfigs?: Array<ShopwareDocumentBaseConfig>;
|
|
8
|
+
documentBaseConfigSalesChannels?: Array<ShopwareDocumentBaseConfigSalesChannel>;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ShopwareDocumentBaseConfig as StoreApiShopwareDocumentBaseConfig } from "#types/api/store/document/ShopwareDocumentBaseConfig";
|
|
2
|
+
import { ShopwareDocumentType } from "../ShopwareDocumentType";
|
|
3
|
+
import { Media } from "../../media/Media";
|
|
4
|
+
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
5
|
+
export type ShopwareDocumentBaseConfig = StoreApiShopwareDocumentBaseConfig & {
|
|
6
|
+
documentType?: ShopwareDocumentType;
|
|
7
|
+
logo?: Media;
|
|
8
|
+
salesChannels?: Array<SalesChannel>;
|
|
9
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ShopwareDocumentType } from "../ShopwareDocumentType";
|
|
2
|
+
import { ShopwareDocumentBaseConfig } from "./ShopwareDocumentBaseConfig";
|
|
3
|
+
import { SalesChannel } from "../../salesChannel/SalesChannel";
|
|
4
|
+
export interface ShopwareDocumentBaseConfigSalesChannel {
|
|
5
|
+
id: string;
|
|
6
|
+
documentBaseConfigId: string;
|
|
7
|
+
salesChannelId?: string;
|
|
8
|
+
documentTypeId?: string;
|
|
9
|
+
readonly createdAt?: string;
|
|
10
|
+
readonly updatedAt?: string;
|
|
11
|
+
documentType?: ShopwareDocumentType;
|
|
12
|
+
documentBaseConfig?: ShopwareDocumentBaseConfig;
|
|
13
|
+
salesChannel?: SalesChannel;
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { FlowSequence } from "./FlowSequence";
|
|
3
|
+
import { AppFlowEvent } from "./app/AppFlowEvent";
|
|
4
|
+
export interface Flow {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
eventName: string;
|
|
8
|
+
priority?: number;
|
|
9
|
+
readonly invalid?: boolean;
|
|
10
|
+
active?: boolean;
|
|
11
|
+
description?: string;
|
|
12
|
+
customFields?: GenericRecord;
|
|
13
|
+
appFlowEventId?: string;
|
|
14
|
+
readonly createdAt?: string;
|
|
15
|
+
readonly updatedAt?: string;
|
|
16
|
+
sequences?: Array<FlowSequence>;
|
|
17
|
+
appFlowEvent?: AppFlowEvent;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { Flow } from "./Flow";
|
|
3
|
+
import { Rule } from "#types/api/store";
|
|
4
|
+
import { AppFlowAction } from "./app/AppFlowAction";
|
|
5
|
+
export interface FlowSequence {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
ruleId?: string;
|
|
9
|
+
actionName?: string;
|
|
10
|
+
config?: object;
|
|
11
|
+
position?: number;
|
|
12
|
+
displayGroup?: number;
|
|
13
|
+
trueCase?: boolean;
|
|
14
|
+
parentId?: string;
|
|
15
|
+
customFields?: GenericRecord;
|
|
16
|
+
appFLowActionId?: string;
|
|
17
|
+
readonly createdAt?: string;
|
|
18
|
+
readonly updatedAt?: string;
|
|
19
|
+
flow?: Flow;
|
|
20
|
+
rule?: Rule;
|
|
21
|
+
parent?: FlowSequence;
|
|
22
|
+
children?: Array<FlowSequence>;
|
|
23
|
+
appFlowAction?: AppFlowAction;
|
|
24
|
+
appFlowEventId?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { App } from "../../app/App";
|
|
3
|
+
import { FlowSequence } from "../FlowSequence";
|
|
4
|
+
export interface AppFlowAction {
|
|
5
|
+
id: string;
|
|
6
|
+
appId: string;
|
|
7
|
+
name: string;
|
|
8
|
+
badge?: string;
|
|
9
|
+
parameters?: object;
|
|
10
|
+
config?: object;
|
|
11
|
+
headers?: object;
|
|
12
|
+
requirements?: object;
|
|
13
|
+
iconRaw?: string;
|
|
14
|
+
readonly icon?: string;
|
|
15
|
+
swIcon?: string;
|
|
16
|
+
url: string;
|
|
17
|
+
delayable?: boolean;
|
|
18
|
+
label: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
headline?: string;
|
|
21
|
+
customFields?: GenericRecord;
|
|
22
|
+
readonly createdAt?: string;
|
|
23
|
+
readonly updatedAt?: string;
|
|
24
|
+
translated?: object;
|
|
25
|
+
app?: App;
|
|
26
|
+
flowSequences?: Array<FlowSequence>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { App } from "../../app/App";
|
|
3
|
+
import { Flow } from "../Flow";
|
|
4
|
+
export interface AppFlowEvent {
|
|
5
|
+
id: string;
|
|
6
|
+
appId: string;
|
|
7
|
+
name: string;
|
|
8
|
+
aware: Array<string>;
|
|
9
|
+
customFields?: GenericRecord;
|
|
10
|
+
readonly createdAt?: string;
|
|
11
|
+
readonly updatedAt?: string;
|
|
12
|
+
app?: App;
|
|
13
|
+
flows?: Array<Flow>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ImportExportLog } from "./ImportExportLog";
|
|
2
|
+
export interface ImportExportFile {
|
|
3
|
+
id: string;
|
|
4
|
+
originalName: string;
|
|
5
|
+
path: string;
|
|
6
|
+
expireDate: string;
|
|
7
|
+
size?: number;
|
|
8
|
+
accessToken?: string;
|
|
9
|
+
readonly createdAt?: string;
|
|
10
|
+
readonly updatedAt?: string;
|
|
11
|
+
log?: ImportExportLog;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { User } from "../user/User";
|
|
2
|
+
import { ImportExportProfile } from "./ImportExportProfile";
|
|
3
|
+
import { ImportExportFile } from "./ImportExportFile";
|
|
4
|
+
export interface ImportExportLog {
|
|
5
|
+
id: string;
|
|
6
|
+
activity: string;
|
|
7
|
+
state: string;
|
|
8
|
+
record: number;
|
|
9
|
+
userId?: string;
|
|
10
|
+
profileId?: string;
|
|
11
|
+
fileId?: string;
|
|
12
|
+
invalidRecordsLogId?: string;
|
|
13
|
+
username?: string;
|
|
14
|
+
profileName?: string;
|
|
15
|
+
config: object;
|
|
16
|
+
result?: object;
|
|
17
|
+
readonly createdAt?: string;
|
|
18
|
+
readonly updatedAt?: string;
|
|
19
|
+
user?: User;
|
|
20
|
+
profile?: ImportExportProfile;
|
|
21
|
+
file?: ImportExportFile;
|
|
22
|
+
invalidRecordsLog?: ImportExportLog;
|
|
23
|
+
failedImportLog?: ImportExportLog;
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ImportExportLog } from "./ImportExportLog";
|
|
2
|
+
export interface ImportExportProfile {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
type?: string;
|
|
6
|
+
systemDefault?: boolean;
|
|
7
|
+
sourceEntity: string;
|
|
8
|
+
fileType: string;
|
|
9
|
+
delimiter: string;
|
|
10
|
+
enclosure: string;
|
|
11
|
+
mapping?: object;
|
|
12
|
+
updateBy?: object;
|
|
13
|
+
config?: object;
|
|
14
|
+
technicalName?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
readonly createdAt?: string;
|
|
17
|
+
readonly updatedAt?: string;
|
|
18
|
+
translated?: object;
|
|
19
|
+
importExportLogs?: Array<ImportExportLog>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export * from "./acl";
|
|
2
|
+
export * from "./app";
|
|
3
|
+
export * from "./cart";
|
|
4
|
+
export * from "./category";
|
|
5
|
+
export * from "./cms";
|
|
6
|
+
export * from "./country";
|
|
7
|
+
export * from "./currency";
|
|
8
|
+
export * from "./custom";
|
|
9
|
+
export * from "./customer";
|
|
10
|
+
export * from "./document";
|
|
11
|
+
export * from "./flow";
|
|
12
|
+
export * from "./importExport";
|
|
13
|
+
export * from "./integration";
|
|
14
|
+
export * from "./locale";
|
|
15
|
+
export * from "./mail";
|
|
16
|
+
export * from "./media";
|
|
17
|
+
export * from "./newsletterRecipient";
|
|
18
|
+
export * from "./numberRange";
|
|
19
|
+
export * from "./order";
|
|
20
|
+
export * from "./paymentMethod";
|
|
21
|
+
export * from "./product";
|
|
22
|
+
export * from "./promotion";
|
|
23
|
+
export * from "./propertyGroup";
|
|
24
|
+
export * from "./rule";
|
|
25
|
+
export * from "./salesChannel";
|
|
26
|
+
export * from "./seo";
|
|
27
|
+
export * from "./shippingMethod";
|
|
28
|
+
export * from "./snippet";
|
|
29
|
+
export * from "./stateMachine";
|
|
30
|
+
export * from "./subscription";
|
|
31
|
+
export * from "./tax";
|
|
32
|
+
export * from "./theme";
|
|
33
|
+
export * from "./user";
|
|
34
|
+
export * from "./warehouse";
|
|
35
|
+
export * from "./webhook";
|
|
36
|
+
export { DeliveryTime } from "./DeliveryTime";
|
|
37
|
+
export { LogEntry } from "./LogEntry";
|
|
38
|
+
export { Notification } from "./Notification";
|
|
39
|
+
export { Salutation } from "./Salutation";
|
|
40
|
+
export { ScheduledTask } from "./ScheduledTask";
|
|
41
|
+
export { Script } from "./Script";
|
|
42
|
+
export { ShopwarePlugin } from "./ShopwarePlugin";
|
|
43
|
+
export { SystemConfig } from "./SystemConfig";
|
|
44
|
+
export { Tag } from "./Tag";
|
|
45
|
+
export { Unit } from "./Unit";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { App } from "../app/App";
|
|
3
|
+
import { AclRole } from "../acl/AclRole";
|
|
4
|
+
export interface Integration {
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
accessKey: string;
|
|
8
|
+
secretAccessKey: string;
|
|
9
|
+
lastUsageAt?: string;
|
|
10
|
+
admin?: boolean;
|
|
11
|
+
customFields?: GenericRecord;
|
|
12
|
+
deletedAt?: string;
|
|
13
|
+
readonly createdAt?: string;
|
|
14
|
+
readonly updatedAt?: string;
|
|
15
|
+
extensions?: {
|
|
16
|
+
createdNotifications?: {
|
|
17
|
+
links?: {
|
|
18
|
+
related?: string;
|
|
19
|
+
};
|
|
20
|
+
data?: Array<{
|
|
21
|
+
type?: string;
|
|
22
|
+
id?: string;
|
|
23
|
+
}>;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
app?: App;
|
|
27
|
+
aclRoles?: Array<AclRole>;
|
|
28
|
+
/** @deprecated */
|
|
29
|
+
writeAccess?: any;
|
|
30
|
+
integrationId?: any;
|
|
31
|
+
aclRoleId?: any;
|
|
32
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Language as StoreApiLanguage } from "#types/api/store/locale/Language";
|
|
2
|
+
import { Locale } from "./Locale";
|
|
3
|
+
import { SalesChannel } from "../salesChannel/SalesChannel";
|
|
4
|
+
import { SalesChannelDomain } from "../salesChannel/SalesChannelDomain";
|
|
5
|
+
import { Customer } from "../customer/Customer";
|
|
6
|
+
import { NewsletterRecipient } from "../newsletterRecipient/NewsletterRecipient";
|
|
7
|
+
import { Order } from "../order/Order";
|
|
8
|
+
import { ProductSearchKeyword } from "../product/search/ProductSearchKeyword";
|
|
9
|
+
import { ProductKeywordDictionary } from "../product/ProductKeywordDictionary";
|
|
10
|
+
import { ProductReview } from "../product/review/ProductReview";
|
|
11
|
+
import { ProductSearchConfig } from "../product/search/config/ProductSearchConfig";
|
|
12
|
+
export type Language = StoreApiLanguage & {
|
|
13
|
+
parent?: Language;
|
|
14
|
+
locale?: Locale;
|
|
15
|
+
children?: Array<Language>;
|
|
16
|
+
salesChannels?: Array<SalesChannel>;
|
|
17
|
+
salesChannelDefaultAssignments?: Array<SalesChannel>;
|
|
18
|
+
salesChannelDomains?: Array<SalesChannelDomain>;
|
|
19
|
+
customers?: Array<Customer>;
|
|
20
|
+
newsletterRecipients?: Array<NewsletterRecipient>;
|
|
21
|
+
orders?: Array<Order>;
|
|
22
|
+
productSearchKeywords?: Array<ProductSearchKeyword>;
|
|
23
|
+
productKeywordDictionaries?: Array<ProductKeywordDictionary>;
|
|
24
|
+
productReviews?: Array<ProductReview>;
|
|
25
|
+
productSearchConfig?: ProductSearchConfig;
|
|
26
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SalesChannel } from "../salesChannel/SalesChannel";
|
|
2
|
+
export interface MailHeaderFooter {
|
|
3
|
+
id: string;
|
|
4
|
+
systemDefault?: boolean;
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
headerHtml?: string;
|
|
8
|
+
headerPlain?: string;
|
|
9
|
+
footerHtml?: string;
|
|
10
|
+
footerPlain?: string;
|
|
11
|
+
readonly createdAt?: string;
|
|
12
|
+
readonly updatedAt?: string;
|
|
13
|
+
translated?: object;
|
|
14
|
+
salesChannels?: Array<SalesChannel>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GenericRecord } from "#types/api/global/GenericRecord";
|
|
2
|
+
import { MailTemplateType } from "./MailTemplateType";
|
|
3
|
+
import { MailTemplateMedia } from "./MailTemplateMedia";
|
|
4
|
+
export interface MailTemplate {
|
|
5
|
+
id: string;
|
|
6
|
+
mailTemplateTypeId: string;
|
|
7
|
+
systemDefault?: boolean;
|
|
8
|
+
senderName?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
subject: string;
|
|
11
|
+
contentHtml: string;
|
|
12
|
+
contentPlain: string;
|
|
13
|
+
customFields?: GenericRecord;
|
|
14
|
+
readonly createdAt?: string;
|
|
15
|
+
readonly updatedAt?: string;
|
|
16
|
+
translated?: object;
|
|
17
|
+
mailTemplateType?: MailTemplateType;
|
|
18
|
+
media?: Array<MailTemplateMedia>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { MailTemplate } from "./MailTemplate";
|
|
2
|
+
import { Media } from "../../media/Media";
|
|
3
|
+
export interface MailTemplateMedia {
|
|
4
|
+
id: string;
|
|
5
|
+
mailTemplateId: string;
|
|
6
|
+
languageId: string;
|
|
7
|
+
mediaId: string;
|
|
8
|
+
position?: number;
|
|
9
|
+
mailTemplate?: MailTemplate;
|
|
10
|
+
media?: Media;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MailTemplate } from "./MailTemplate";
|
|
2
|
+
export interface MailTemplateType {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
technicalName: string;
|
|
6
|
+
availableEntities?: object;
|
|
7
|
+
customFields?: object;
|
|
8
|
+
templateData?: object;
|
|
9
|
+
readonly createdAt?: string;
|
|
10
|
+
readonly updatedAt?: string;
|
|
11
|
+
translated?: object;
|
|
12
|
+
mailTemplates?: Array<MailTemplate>;
|
|
13
|
+
}
|