From 5d89ebd21bd5c891ee472f90225f094f4bc9c9c1 Mon Sep 17 00:00:00 2001 From: Alex Bair Date: Fri, 18 Oct 2024 08:43:54 -0400 Subject: [PATCH] source-hubspot-native: add "FORWARD" to email event types --- source-hubspot-native/source_hubspot_native/models.py | 1 + .../tests/snapshots/snapshots__discover__stdout.json | 1 + 2 files changed, 2 insertions(+) diff --git a/source-hubspot-native/source_hubspot_native/models.py b/source-hubspot-native/source_hubspot_native/models.py index d7f0d2a108..d2aab326ff 100644 --- a/source-hubspot-native/source_hubspot_native/models.py +++ b/source-hubspot-native/source_hubspot_native/models.py @@ -390,6 +390,7 @@ class EmailEvent(BaseDocument, extra="allow"): "BOUNCE", "OPEN", "CLICK", + "FORWARD", "STATUSCHANGE", "SPAMREPORT", "SUPPRESSED", diff --git a/source-hubspot-native/tests/snapshots/snapshots__discover__stdout.json b/source-hubspot-native/tests/snapshots/snapshots__discover__stdout.json index c101ecff98..990108f63f 100644 --- a/source-hubspot-native/tests/snapshots/snapshots__discover__stdout.json +++ b/source-hubspot-native/tests/snapshots/snapshots__discover__stdout.json @@ -1128,6 +1128,7 @@ "BOUNCE", "OPEN", "CLICK", + "FORWARD", "STATUSCHANGE", "SPAMREPORT", "SUPPRESSED",