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 2397a025..1994808a 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 @@ -37,4 +37,5 @@ enum class ReportType { checkoutSalesFunnel, abandonedCarts, + topOfLandingPagesByVisitors, }