From 0ffce0147c831a64885c3346f8c5b9b734df5508 Mon Sep 17 00:00:00 2001 From: Timofei Stanskov Date: Mon, 30 Jun 2025 16:24:19 +0400 Subject: [PATCH] Add new activity 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 01fd3e99..796e339a 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 @@ -47,4 +47,5 @@ enum class ReportType { siteLocationMapActivity, siteContactWidgetActivity, siteSocialActivity, + siteAggregatedActivity, }