From eafd7880dfcad6471ec5d5775e2d5d8e43bed9ea Mon Sep 17 00:00:00 2001 From: Filipp Semenkov Date: Wed, 17 Jan 2024 11:33:09 +0300 Subject: [PATCH] ECWID-133119 New Reports: internal API for checkoutSalesFunnel report: - added checkoutSalesFunnel report type --- .../com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 3 +++ 1 file changed, 3 insertions(+) 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 f77e2e10a..f6ffcd689 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 @@ -27,4 +27,7 @@ enum class ReportType { /** visitorsByCountry */ visitorsByCountry, + + /** checkoutSalesFunnel */ + checkoutSalesFunnel, }