From ee40ab405d3afaa7a2bb75bbcd2b62e197495d34 Mon Sep 17 00:00:00 2001 From: Timofei Stanskov Date: Wed, 21 May 2025 17:59:25 +0400 Subject: [PATCH] Add new activity types --- .../com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 5 +++++ 1 file changed, 5 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 55660060b..5960e14b1 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 @@ -40,4 +40,9 @@ enum class ReportType { abandonedCarts, topOfProductsByAddingToFavorites, + /** activity */ + siteEmailActivity, + sitePhoneActivity, + siteAddressActivity, + siteLocationMapActivity, }