diff --git a/tap_intercom/schemas.py b/tap_intercom/schemas.py index 73dde35..6f6f30f 100644 --- a/tap_intercom/schemas.py +++ b/tap_intercom/schemas.py @@ -598,6 +598,8 @@ Property("result", StringType), ), ), + Property("tags_added", ArrayType(StringType)), + Property("tags_removed", ArrayType(StringType)), ), ), Property("app_package_code", StringType),