From fe575b8f4a04e06476ef261aa8316d4313994efd Mon Sep 17 00:00:00 2001 From: mvgreen Date: Tue, 29 Aug 2023 14:42:09 +0400 Subject: [PATCH] Add missing report type --- .../kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt index 444636dfd..3c6861c86 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt @@ -8,4 +8,5 @@ enum class ReportType { newOrdersVsRepeatOrders, allRevenue, customersByMarketingEmailsConsent, + topOfMarketingSources, }