From 26b888ff4f1361beabb0c6bd6d631aabd35d9baa Mon Sep 17 00:00:00 2001 From: "yulia.balabanova" Date: Thu, 4 Sep 2025 12:48:35 +0400 Subject: [PATCH] ECWID-170718 New IS: New endpoint for aggregated statistics reports - added new reportType siteGroupActivity --- .../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 14feea19..115920a3 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 @@ -44,4 +44,5 @@ enum class ReportType { siteActivity, siteSocialActivity, siteAggregatedActivity, + siteGroupActivity, }