From 257c1dd837103168c049312aec9254b9e9b0e8c2 Mon Sep 17 00:00:00 2001 From: "yulia.balabanova" Date: Mon, 30 Jun 2025 11:27:24 +0400 Subject: [PATCH] =?UTF-8?q?ECWID-164572=20New=20IS:=20Reports=20API=20?= =?UTF-8?q?=E2=80=94=20Social=20icons=20-=20added=20new=20report=20type=20?= =?UTF-8?q?siteSocialActivity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 72e7a6e8..01fd3e99 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 @@ -46,4 +46,5 @@ enum class ReportType { siteAddressActivity, siteLocationMapActivity, siteContactWidgetActivity, + siteSocialActivity, }