@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,89 @@
|
|
|
1
|
+
import { StateMachine } from "#types/api/admin/stateMachine/StateMachine";
|
|
2
|
+
import { StateMachineState } from "#types/api/admin/stateMachine/StateMachineState";
|
|
3
|
+
import { StateMachineTransition } from "#types/api/admin/stateMachine/StateMachineTransition";
|
|
4
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
5
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
6
|
+
/** State Machines **/
|
|
7
|
+
export interface StateMachineListResponse {
|
|
8
|
+
total?: number;
|
|
9
|
+
data?: Array<StateMachine>;
|
|
10
|
+
}
|
|
11
|
+
export type StateMachineCreateRequest = StateMachine;
|
|
12
|
+
export type StateMachineCreateResponse = {
|
|
13
|
+
data: StateMachine;
|
|
14
|
+
};
|
|
15
|
+
export type StateMachineListSearchRequest = Criteria;
|
|
16
|
+
export interface StateMachineListSearchResponse {
|
|
17
|
+
total?: number;
|
|
18
|
+
data?: Array<StateMachine>;
|
|
19
|
+
}
|
|
20
|
+
export interface StateMachineSingleResponse {
|
|
21
|
+
data: StateMachine;
|
|
22
|
+
}
|
|
23
|
+
export type StateMachineUpdateRequest = StateMachine;
|
|
24
|
+
export type StateMachineUpdateResponse = {
|
|
25
|
+
data: StateMachine;
|
|
26
|
+
};
|
|
27
|
+
export interface StateMachineAggregationRequest {
|
|
28
|
+
aggregations: Array<Aggregation>;
|
|
29
|
+
}
|
|
30
|
+
export interface StateMachineAggregationResponse {
|
|
31
|
+
total?: number;
|
|
32
|
+
data?: Array<StateMachine>;
|
|
33
|
+
}
|
|
34
|
+
/** States **/
|
|
35
|
+
export interface StateListResponse {
|
|
36
|
+
total?: number;
|
|
37
|
+
data?: Array<StateMachineState>;
|
|
38
|
+
}
|
|
39
|
+
export type StateCreateRequest = StateMachineState;
|
|
40
|
+
export type StateCreateResponse = {
|
|
41
|
+
data: StateMachineState;
|
|
42
|
+
};
|
|
43
|
+
export type StateListSearchRequest = Criteria;
|
|
44
|
+
export interface StateListSearchResponse {
|
|
45
|
+
total?: number;
|
|
46
|
+
data?: Array<StateMachineState>;
|
|
47
|
+
}
|
|
48
|
+
export interface StateSingleResponse {
|
|
49
|
+
data: StateMachineState;
|
|
50
|
+
}
|
|
51
|
+
export type StateUpdateRequest = StateMachineState;
|
|
52
|
+
export type StateUpdateResponse = {
|
|
53
|
+
data: StateMachineState;
|
|
54
|
+
};
|
|
55
|
+
export interface StateAggregationRequest {
|
|
56
|
+
aggregations: Array<Aggregation>;
|
|
57
|
+
}
|
|
58
|
+
export interface StateAggregationResponse {
|
|
59
|
+
total?: number;
|
|
60
|
+
data?: Array<StateMachineState>;
|
|
61
|
+
}
|
|
62
|
+
/** Transitions **/
|
|
63
|
+
export interface TransitionListResponse {
|
|
64
|
+
total?: number;
|
|
65
|
+
data?: Array<StateMachineTransition>;
|
|
66
|
+
}
|
|
67
|
+
export type TransitionCreateRequest = StateMachineTransition;
|
|
68
|
+
export type TransitionCreateResponse = {
|
|
69
|
+
data: StateMachineTransition;
|
|
70
|
+
};
|
|
71
|
+
export type TransitionListSearchRequest = Criteria;
|
|
72
|
+
export interface TransitionListSearchResponse {
|
|
73
|
+
total?: number;
|
|
74
|
+
data?: Array<StateMachineTransition>;
|
|
75
|
+
}
|
|
76
|
+
export interface TransitionSingleResponse {
|
|
77
|
+
data: StateMachineTransition;
|
|
78
|
+
}
|
|
79
|
+
export type TransitionUpdateRequest = StateMachineTransition;
|
|
80
|
+
export type TransitionUpdateResponse = {
|
|
81
|
+
data: StateMachineTransition;
|
|
82
|
+
};
|
|
83
|
+
export interface TransitionAggregationRequest {
|
|
84
|
+
aggregations: Array<Aggregation>;
|
|
85
|
+
}
|
|
86
|
+
export interface TransitionAggregationResponse {
|
|
87
|
+
total?: number;
|
|
88
|
+
data?: Array<StateMachineTransition>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { LogEntry } from "#types/api/admin/LogEntry";
|
|
2
|
+
import { Notification } from "#types/api/admin/Notification";
|
|
3
|
+
import { SystemConfig } from "#types/api/admin/SystemConfig";
|
|
4
|
+
import { ScheduledTask } from "#types/api/admin/ScheduledTask";
|
|
5
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
6
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
7
|
+
/** Info & Health **/
|
|
8
|
+
export type BusinessEventsResponse = Array<{
|
|
9
|
+
name?: string;
|
|
10
|
+
class?: string;
|
|
11
|
+
data?: object;
|
|
12
|
+
aware?: Array<string>;
|
|
13
|
+
extensions?: Array<string>;
|
|
14
|
+
}>;
|
|
15
|
+
export interface ShopwareVersionResponse {
|
|
16
|
+
version?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface HealthReportResponse {
|
|
19
|
+
checks?: Array<{
|
|
20
|
+
name?: string;
|
|
21
|
+
healthy?: boolean;
|
|
22
|
+
status?: string;
|
|
23
|
+
message?: string;
|
|
24
|
+
}>;
|
|
25
|
+
}
|
|
26
|
+
export type FlowBuilderActionsResponse = Array<{
|
|
27
|
+
name?: string;
|
|
28
|
+
requirements?: Array<string>;
|
|
29
|
+
extensions?: Array<string>;
|
|
30
|
+
}>;
|
|
31
|
+
export interface ApiConfigResponse {
|
|
32
|
+
version?: string;
|
|
33
|
+
versionRevision?: string;
|
|
34
|
+
adminWorker?: {
|
|
35
|
+
enableAdminWorker?: boolean;
|
|
36
|
+
transports?: Array<string>;
|
|
37
|
+
};
|
|
38
|
+
bundles?: Record<string, {
|
|
39
|
+
css?: Array<string>;
|
|
40
|
+
js?: Array<string>;
|
|
41
|
+
}>;
|
|
42
|
+
settings?: {
|
|
43
|
+
enableUrlFeature?: boolean;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
/** Operations **/
|
|
47
|
+
export interface IndexRequest {
|
|
48
|
+
skip?: Array<string>;
|
|
49
|
+
}
|
|
50
|
+
export interface IndexIterationRequest {
|
|
51
|
+
offset?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface IndexIterationResponse {
|
|
54
|
+
finish?: boolean;
|
|
55
|
+
offset?: number;
|
|
56
|
+
}
|
|
57
|
+
export interface CacheInfoResponse {
|
|
58
|
+
environment?: string;
|
|
59
|
+
httpCache?: boolean;
|
|
60
|
+
cacheAdapter?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface MessageQueueConsumptionRequest {
|
|
63
|
+
receiver: string;
|
|
64
|
+
}
|
|
65
|
+
export interface MessageQueueConsumptionResponse {
|
|
66
|
+
handledMessages?: number;
|
|
67
|
+
}
|
|
68
|
+
export interface ScheduledTaskRunResponse {
|
|
69
|
+
message?: string;
|
|
70
|
+
}
|
|
71
|
+
export interface ScheduledTaskMinIntervalResponse {
|
|
72
|
+
minRunInterval?: string;
|
|
73
|
+
}
|
|
74
|
+
/** Log Entries **/
|
|
75
|
+
export interface LogEntryListResponse {
|
|
76
|
+
total?: number;
|
|
77
|
+
data?: Array<LogEntry>;
|
|
78
|
+
}
|
|
79
|
+
export type LogEntryCreateRequest = LogEntry;
|
|
80
|
+
export type LogEntryCreateResponse = {
|
|
81
|
+
data: LogEntry;
|
|
82
|
+
};
|
|
83
|
+
export type LogEntryListSearchRequest = Criteria;
|
|
84
|
+
export interface LogEntryListSearchResponse {
|
|
85
|
+
total?: number;
|
|
86
|
+
data?: Array<LogEntry>;
|
|
87
|
+
}
|
|
88
|
+
export interface LogEntrySingleResponse {
|
|
89
|
+
data: LogEntry;
|
|
90
|
+
}
|
|
91
|
+
export type LogEntryUpdateRequest = LogEntry;
|
|
92
|
+
export type LogEntryUpdateResponse = {
|
|
93
|
+
data: LogEntry;
|
|
94
|
+
};
|
|
95
|
+
export interface LogEntryAggregationRequest {
|
|
96
|
+
aggregations: Array<Aggregation>;
|
|
97
|
+
}
|
|
98
|
+
export interface LogEntryAggregationResponse {
|
|
99
|
+
total?: number;
|
|
100
|
+
data?: Array<LogEntry>;
|
|
101
|
+
}
|
|
102
|
+
/** Notifications **/
|
|
103
|
+
export interface NotificationListResponse {
|
|
104
|
+
total?: number;
|
|
105
|
+
data?: Array<Notification>;
|
|
106
|
+
}
|
|
107
|
+
export type NotificationCreateRequest = Notification;
|
|
108
|
+
export type NotificationCreateResponse = {
|
|
109
|
+
data: Notification;
|
|
110
|
+
};
|
|
111
|
+
export type NotificationListSearchRequest = Criteria;
|
|
112
|
+
export interface NotificationListSearchResponse {
|
|
113
|
+
total?: number;
|
|
114
|
+
data?: Array<Notification>;
|
|
115
|
+
}
|
|
116
|
+
export interface NotificationSingleResponse {
|
|
117
|
+
data: Notification;
|
|
118
|
+
}
|
|
119
|
+
export type NotificationUpdateRequest = Notification;
|
|
120
|
+
export type NotificationUpdateResponse = {
|
|
121
|
+
data: Notification;
|
|
122
|
+
};
|
|
123
|
+
export interface NotificationAggregationRequest {
|
|
124
|
+
aggregations: Array<Aggregation>;
|
|
125
|
+
}
|
|
126
|
+
export interface NotificationAggregationResponse {
|
|
127
|
+
total?: number;
|
|
128
|
+
data?: Array<Notification>;
|
|
129
|
+
}
|
|
130
|
+
/** Config Entries **/
|
|
131
|
+
export interface ConfigEntryListResponse {
|
|
132
|
+
total?: number;
|
|
133
|
+
data?: Array<SystemConfig>;
|
|
134
|
+
}
|
|
135
|
+
export type ConfigEntryCreateRequest = SystemConfig;
|
|
136
|
+
export type ConfigEntryCreateResponse = {
|
|
137
|
+
data: SystemConfig;
|
|
138
|
+
};
|
|
139
|
+
export type ConfigEntryListSearchRequest = Criteria;
|
|
140
|
+
export interface ConfigEntryListSearchResponse {
|
|
141
|
+
total?: number;
|
|
142
|
+
data?: Array<SystemConfig>;
|
|
143
|
+
}
|
|
144
|
+
export interface ConfigEntrySingleResponse {
|
|
145
|
+
data: SystemConfig;
|
|
146
|
+
}
|
|
147
|
+
export type ConfigEntryUpdateRequest = SystemConfig;
|
|
148
|
+
export type ConfigEntryUpdateResponse = {
|
|
149
|
+
data: SystemConfig;
|
|
150
|
+
};
|
|
151
|
+
export interface ConfigEntryAggregationRequest {
|
|
152
|
+
aggregations: Array<Aggregation>;
|
|
153
|
+
}
|
|
154
|
+
export interface ConfigEntryAggregationResponse {
|
|
155
|
+
total?: number;
|
|
156
|
+
data?: Array<SystemConfig>;
|
|
157
|
+
}
|
|
158
|
+
/** Scheduled Tasks **/
|
|
159
|
+
export interface ScheduledTaskListResponse {
|
|
160
|
+
total?: number;
|
|
161
|
+
data?: Array<ScheduledTask>;
|
|
162
|
+
}
|
|
163
|
+
export type ScheduledTaskCreateRequest = ScheduledTask;
|
|
164
|
+
export type ScheduledTaskCreateResponse = {
|
|
165
|
+
data: ScheduledTask;
|
|
166
|
+
};
|
|
167
|
+
export type ScheduledTaskListSearchRequest = Criteria;
|
|
168
|
+
export interface ScheduledTaskListSearchResponse {
|
|
169
|
+
total?: number;
|
|
170
|
+
data?: Array<ScheduledTask>;
|
|
171
|
+
}
|
|
172
|
+
export interface ScheduledTaskSingleResponse {
|
|
173
|
+
data: ScheduledTask;
|
|
174
|
+
}
|
|
175
|
+
export type ScheduledTaskUpdateRequest = ScheduledTask;
|
|
176
|
+
export type ScheduledTaskUpdateResponse = {
|
|
177
|
+
data: ScheduledTask;
|
|
178
|
+
};
|
|
179
|
+
export interface ScheduledTaskAggregationRequest {
|
|
180
|
+
aggregations: Array<Aggregation>;
|
|
181
|
+
}
|
|
182
|
+
export interface ScheduledTaskAggregationResponse {
|
|
183
|
+
total?: number;
|
|
184
|
+
data?: Array<ScheduledTask>;
|
|
185
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Tag } from "#types/api/admin/Tag";
|
|
2
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
3
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
4
|
+
export interface TagListResponse {
|
|
5
|
+
total?: number;
|
|
6
|
+
data?: Array<Tag>;
|
|
7
|
+
}
|
|
8
|
+
export type TagCreateRequest = Tag;
|
|
9
|
+
export type TagCreateResponse = {
|
|
10
|
+
data: Tag;
|
|
11
|
+
};
|
|
12
|
+
export type TagListSearchRequest = Criteria;
|
|
13
|
+
export interface TagListSearchResponse {
|
|
14
|
+
total?: number;
|
|
15
|
+
data?: Array<Tag>;
|
|
16
|
+
}
|
|
17
|
+
export interface TagSingleResponse {
|
|
18
|
+
data: Tag;
|
|
19
|
+
}
|
|
20
|
+
export type TagUpdateRequest = Tag;
|
|
21
|
+
export type TagUpdateResponse = {
|
|
22
|
+
data: Tag;
|
|
23
|
+
};
|
|
24
|
+
export interface TagAggregationRequest {
|
|
25
|
+
aggregations: Array<Aggregation>;
|
|
26
|
+
}
|
|
27
|
+
export interface TagAggregationResponse {
|
|
28
|
+
total?: number;
|
|
29
|
+
data?: Array<Tag>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { Tax } from "#types/api/admin/tax/Tax";
|
|
2
|
+
import { TaxProvider } from "#types/api/admin/tax/TaxProvider";
|
|
3
|
+
import { TaxRule } from "#types/api/admin/tax/rule/TaxRule";
|
|
4
|
+
import { TaxRuleType } from "#types/api/admin/tax/rule/TaxRuleType";
|
|
5
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
6
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
7
|
+
/** Taxes **/
|
|
8
|
+
export interface TaxListResponse {
|
|
9
|
+
total?: number;
|
|
10
|
+
data?: Array<Tax>;
|
|
11
|
+
}
|
|
12
|
+
export type TaxCreateRequest = Tax;
|
|
13
|
+
export type TaxCreateResponse = {
|
|
14
|
+
data: Tax;
|
|
15
|
+
};
|
|
16
|
+
export type TaxListSearchRequest = Criteria;
|
|
17
|
+
export interface TaxListSearchResponse {
|
|
18
|
+
total?: number;
|
|
19
|
+
data?: Array<Tax>;
|
|
20
|
+
}
|
|
21
|
+
export interface TaxSingleResponse {
|
|
22
|
+
data: Tax;
|
|
23
|
+
}
|
|
24
|
+
export type TaxUpdateRequest = Tax;
|
|
25
|
+
export type TaxUpdateResponse = {
|
|
26
|
+
data: Tax;
|
|
27
|
+
};
|
|
28
|
+
export interface TaxAggregationRequest {
|
|
29
|
+
aggregations: Array<Aggregation>;
|
|
30
|
+
}
|
|
31
|
+
export interface TaxAggregationResponse {
|
|
32
|
+
total?: number;
|
|
33
|
+
data?: Array<Tax>;
|
|
34
|
+
}
|
|
35
|
+
/** Providers **/
|
|
36
|
+
export interface ProviderListResponse {
|
|
37
|
+
total?: number;
|
|
38
|
+
data?: Array<TaxProvider>;
|
|
39
|
+
}
|
|
40
|
+
export type ProviderCreateRequest = TaxProvider;
|
|
41
|
+
export type ProviderCreateResponse = {
|
|
42
|
+
data: TaxProvider;
|
|
43
|
+
};
|
|
44
|
+
export type ProviderListSearchRequest = Criteria;
|
|
45
|
+
export interface ProviderListSearchResponse {
|
|
46
|
+
total?: number;
|
|
47
|
+
data?: Array<TaxProvider>;
|
|
48
|
+
}
|
|
49
|
+
export interface ProviderSingleResponse {
|
|
50
|
+
data: TaxProvider;
|
|
51
|
+
}
|
|
52
|
+
export type ProviderUpdateRequest = TaxProvider;
|
|
53
|
+
export type ProviderUpdateResponse = {
|
|
54
|
+
data: TaxProvider;
|
|
55
|
+
};
|
|
56
|
+
export interface ProviderAggregationRequest {
|
|
57
|
+
aggregations: Array<Aggregation>;
|
|
58
|
+
}
|
|
59
|
+
export interface ProviderAggregationResponse {
|
|
60
|
+
total?: number;
|
|
61
|
+
data?: Array<TaxProvider>;
|
|
62
|
+
}
|
|
63
|
+
/** Rules **/
|
|
64
|
+
export interface RuleListResponse {
|
|
65
|
+
total?: number;
|
|
66
|
+
data?: Array<TaxRule>;
|
|
67
|
+
}
|
|
68
|
+
export type RuleCreateRequest = TaxRule;
|
|
69
|
+
export type RuleCreateResponse = {
|
|
70
|
+
data: TaxRule;
|
|
71
|
+
};
|
|
72
|
+
export type RuleListSearchRequest = Criteria;
|
|
73
|
+
export interface RuleListSearchResponse {
|
|
74
|
+
total?: number;
|
|
75
|
+
data?: Array<TaxRule>;
|
|
76
|
+
}
|
|
77
|
+
export interface RuleSingleResponse {
|
|
78
|
+
data: TaxRule;
|
|
79
|
+
}
|
|
80
|
+
export type RuleUpdateRequest = TaxRule;
|
|
81
|
+
export type RuleUpdateResponse = {
|
|
82
|
+
data: TaxRule;
|
|
83
|
+
};
|
|
84
|
+
export interface RuleAggregationRequest {
|
|
85
|
+
aggregations: Array<Aggregation>;
|
|
86
|
+
}
|
|
87
|
+
export interface RuleAggregationResponse {
|
|
88
|
+
total?: number;
|
|
89
|
+
data?: Array<TaxRule>;
|
|
90
|
+
}
|
|
91
|
+
/** Rule Types **/
|
|
92
|
+
export interface RuleTypeListResponse {
|
|
93
|
+
total?: number;
|
|
94
|
+
data?: Array<TaxRuleType>;
|
|
95
|
+
}
|
|
96
|
+
export type RuleTypeCreateRequest = TaxRuleType;
|
|
97
|
+
export type RuleTypeCreateResponse = {
|
|
98
|
+
data: TaxRuleType;
|
|
99
|
+
};
|
|
100
|
+
export type RuleTypeListSearchRequest = Criteria;
|
|
101
|
+
export interface RuleTypeListSearchResponse {
|
|
102
|
+
total?: number;
|
|
103
|
+
data?: Array<TaxRuleType>;
|
|
104
|
+
}
|
|
105
|
+
export interface RuleTypeSingleResponse {
|
|
106
|
+
data: TaxRuleType;
|
|
107
|
+
}
|
|
108
|
+
export type RuleTypeUpdateRequest = TaxRuleType;
|
|
109
|
+
export type RuleTypeUpdateResponse = {
|
|
110
|
+
data: TaxRuleType;
|
|
111
|
+
};
|
|
112
|
+
export interface RuleTypeAggregationRequest {
|
|
113
|
+
aggregations: Array<Aggregation>;
|
|
114
|
+
}
|
|
115
|
+
export interface RuleTypeAggregationResponse {
|
|
116
|
+
total?: number;
|
|
117
|
+
data?: Array<TaxRuleType>;
|
|
118
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Unit } from "#types/api/admin/Unit";
|
|
2
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
3
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
4
|
+
export interface UnitListResponse {
|
|
5
|
+
total?: number;
|
|
6
|
+
data?: Array<Unit>;
|
|
7
|
+
}
|
|
8
|
+
export type UnitCreateRequest = Unit;
|
|
9
|
+
export type UnitCreateResponse = {
|
|
10
|
+
data: Unit;
|
|
11
|
+
};
|
|
12
|
+
export type UnitListSearchRequest = Criteria;
|
|
13
|
+
export interface UnitListSearchResponse {
|
|
14
|
+
total?: number;
|
|
15
|
+
data?: Array<Unit>;
|
|
16
|
+
}
|
|
17
|
+
export interface UnitSingleResponse {
|
|
18
|
+
data: Unit;
|
|
19
|
+
}
|
|
20
|
+
export type UnitUpdateRequest = Unit;
|
|
21
|
+
export type UnitUpdateResponse = {
|
|
22
|
+
data: Unit;
|
|
23
|
+
};
|
|
24
|
+
export interface UnitAggregationRequest {
|
|
25
|
+
aggregations: Array<Aggregation>;
|
|
26
|
+
}
|
|
27
|
+
export interface UnitAggregationResponse {
|
|
28
|
+
total?: number;
|
|
29
|
+
data?: Array<Unit>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { User } from "#types/api/admin/user/User";
|
|
2
|
+
import { UserAccessKey } from "#types/api/admin/user/UserAccessKey";
|
|
3
|
+
import { UserConfig } from "#types/api/admin/user/UserConfig";
|
|
4
|
+
import { UserRecovery } from "#types/api/admin/user/UserRecovery";
|
|
5
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
6
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
7
|
+
/** Users **/
|
|
8
|
+
export interface UserListResponse {
|
|
9
|
+
total?: number;
|
|
10
|
+
data?: Array<User>;
|
|
11
|
+
}
|
|
12
|
+
export type UserCreateRequest = User;
|
|
13
|
+
export type UserCreateResponse = {
|
|
14
|
+
data: User;
|
|
15
|
+
};
|
|
16
|
+
export type UserListSearchRequest = Criteria;
|
|
17
|
+
export interface UserListSearchResponse {
|
|
18
|
+
total?: number;
|
|
19
|
+
data?: Array<User>;
|
|
20
|
+
}
|
|
21
|
+
export interface UserSingleResponse {
|
|
22
|
+
data: User;
|
|
23
|
+
}
|
|
24
|
+
export type UserUpdateRequest = User;
|
|
25
|
+
export type UserUpdateResponse = {
|
|
26
|
+
data: User;
|
|
27
|
+
};
|
|
28
|
+
export interface UserAggregationRequest {
|
|
29
|
+
aggregations: Array<Aggregation>;
|
|
30
|
+
}
|
|
31
|
+
export interface UserAggregationResponse {
|
|
32
|
+
total?: number;
|
|
33
|
+
data?: Array<User>;
|
|
34
|
+
}
|
|
35
|
+
/** Access Keys **/
|
|
36
|
+
export interface AccessKeyListResponse {
|
|
37
|
+
total?: number;
|
|
38
|
+
data?: Array<UserAccessKey>;
|
|
39
|
+
}
|
|
40
|
+
export type AccessKeyCreateRequest = UserAccessKey;
|
|
41
|
+
export type AccessKeyCreateResponse = {
|
|
42
|
+
data: UserAccessKey;
|
|
43
|
+
};
|
|
44
|
+
export type AccessKeyListSearchRequest = Criteria;
|
|
45
|
+
export interface AccessKeyListSearchResponse {
|
|
46
|
+
total?: number;
|
|
47
|
+
data?: Array<UserAccessKey>;
|
|
48
|
+
}
|
|
49
|
+
export interface AccessKeySingleResponse {
|
|
50
|
+
data: UserAccessKey;
|
|
51
|
+
}
|
|
52
|
+
export type AccessKeyUpdateRequest = UserAccessKey;
|
|
53
|
+
export type AccessKeyUpdateResponse = {
|
|
54
|
+
data: UserAccessKey;
|
|
55
|
+
};
|
|
56
|
+
export interface AccessKeyAggregationRequest {
|
|
57
|
+
aggregations: Array<Aggregation>;
|
|
58
|
+
}
|
|
59
|
+
export interface AccessKeyAggregationResponse {
|
|
60
|
+
total?: number;
|
|
61
|
+
data?: Array<UserAccessKey>;
|
|
62
|
+
}
|
|
63
|
+
/** Configs **/
|
|
64
|
+
export interface ConfigListResponse {
|
|
65
|
+
total?: number;
|
|
66
|
+
data?: Array<UserConfig>;
|
|
67
|
+
}
|
|
68
|
+
export type ConfigCreateRequest = UserConfig;
|
|
69
|
+
export type ConfigCreateResponse = {
|
|
70
|
+
data: UserConfig;
|
|
71
|
+
};
|
|
72
|
+
export type ConfigListSearchRequest = Criteria;
|
|
73
|
+
export interface ConfigListSearchResponse {
|
|
74
|
+
total?: number;
|
|
75
|
+
data?: Array<UserConfig>;
|
|
76
|
+
}
|
|
77
|
+
export interface ConfigSingleResponse {
|
|
78
|
+
data: UserConfig;
|
|
79
|
+
}
|
|
80
|
+
export type ConfigUpdateRequest = UserConfig;
|
|
81
|
+
export type ConfigUpdateResponse = {
|
|
82
|
+
data: UserConfig;
|
|
83
|
+
};
|
|
84
|
+
export interface ConfigAggregationRequest {
|
|
85
|
+
aggregations: Array<Aggregation>;
|
|
86
|
+
}
|
|
87
|
+
export interface ConfigAggregationResponse {
|
|
88
|
+
total?: number;
|
|
89
|
+
data?: Array<UserConfig>;
|
|
90
|
+
}
|
|
91
|
+
/** Recoveries **/
|
|
92
|
+
export interface RecoveryListResponse {
|
|
93
|
+
total?: number;
|
|
94
|
+
data?: Array<UserRecovery>;
|
|
95
|
+
}
|
|
96
|
+
export type RecoveryCreateRequest = UserRecovery;
|
|
97
|
+
export type RecoveryCreateResponse = {
|
|
98
|
+
data: UserRecovery;
|
|
99
|
+
};
|
|
100
|
+
export type RecoveryListSearchRequest = Criteria;
|
|
101
|
+
export interface RecoveryListSearchResponse {
|
|
102
|
+
total?: number;
|
|
103
|
+
data?: Array<UserRecovery>;
|
|
104
|
+
}
|
|
105
|
+
export interface RecoverySingleResponse {
|
|
106
|
+
data: UserRecovery;
|
|
107
|
+
}
|
|
108
|
+
export type RecoveryUpdateRequest = UserRecovery;
|
|
109
|
+
export type RecoveryUpdateResponse = {
|
|
110
|
+
data: UserRecovery;
|
|
111
|
+
};
|
|
112
|
+
export interface RecoveryAggregationRequest {
|
|
113
|
+
aggregations: Array<Aggregation>;
|
|
114
|
+
}
|
|
115
|
+
export interface RecoveryAggregationResponse {
|
|
116
|
+
total?: number;
|
|
117
|
+
data?: Array<UserRecovery>;
|
|
118
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Webhook } from "#types/api/admin/webhook/Webhook";
|
|
2
|
+
import { WebhookEventLog } from "#types/api/admin/webhook/WebhookEventLog";
|
|
3
|
+
import { Criteria } from "#types/api/global/query/Criteria";
|
|
4
|
+
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
5
|
+
/** Webhooks **/
|
|
6
|
+
export interface WebhookListResponse {
|
|
7
|
+
total?: number;
|
|
8
|
+
data?: Array<Webhook>;
|
|
9
|
+
}
|
|
10
|
+
export type WebhookCreateRequest = Webhook;
|
|
11
|
+
export type WebhookCreateResponse = {
|
|
12
|
+
data: Webhook;
|
|
13
|
+
};
|
|
14
|
+
export type WebhookListSearchRequest = Criteria;
|
|
15
|
+
export interface WebhookListSearchResponse {
|
|
16
|
+
total?: number;
|
|
17
|
+
data?: Array<Webhook>;
|
|
18
|
+
}
|
|
19
|
+
export interface WebhookSingleResponse {
|
|
20
|
+
data: Webhook;
|
|
21
|
+
}
|
|
22
|
+
export type WebhookUpdateRequest = Webhook;
|
|
23
|
+
export type WebhookUpdateResponse = {
|
|
24
|
+
data: Webhook;
|
|
25
|
+
};
|
|
26
|
+
export interface WebhookAggregationRequest {
|
|
27
|
+
aggregations: Array<Aggregation>;
|
|
28
|
+
}
|
|
29
|
+
export interface WebhookAggregationResponse {
|
|
30
|
+
total?: number;
|
|
31
|
+
data?: Array<Webhook>;
|
|
32
|
+
}
|
|
33
|
+
/** Event Logs **/
|
|
34
|
+
export interface EventLogListResponse {
|
|
35
|
+
total?: number;
|
|
36
|
+
data?: Array<WebhookEventLog>;
|
|
37
|
+
}
|
|
38
|
+
export type EventLogCreateRequest = WebhookEventLog;
|
|
39
|
+
export type EventLogCreateResponse = {
|
|
40
|
+
data: WebhookEventLog;
|
|
41
|
+
};
|
|
42
|
+
export type EventLogListSearchRequest = Criteria;
|
|
43
|
+
export interface EventLogListSearchResponse {
|
|
44
|
+
total?: number;
|
|
45
|
+
data?: Array<WebhookEventLog>;
|
|
46
|
+
}
|
|
47
|
+
export interface EventLogSingleResponse {
|
|
48
|
+
data: WebhookEventLog;
|
|
49
|
+
}
|
|
50
|
+
export type EventLogUpdateRequest = WebhookEventLog;
|
|
51
|
+
export type EventLogUpdateResponse = {
|
|
52
|
+
data: WebhookEventLog;
|
|
53
|
+
};
|
|
54
|
+
export interface EventLogAggregationRequest {
|
|
55
|
+
aggregations: Array<Aggregation>;
|
|
56
|
+
}
|
|
57
|
+
export interface EventLogAggregationResponse {
|
|
58
|
+
total?: number;
|
|
59
|
+
data?: Array<WebhookEventLog>;
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./AppClient";
|