Skip to content

Commit e60dabe

Browse files
authored
add tags added/removed to conversation parts (#94)
1 parent 15c0dc7 commit e60dabe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tap_intercom/schemas.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@
598598
Property("result", StringType),
599599
),
600600
),
601+
Property("tags_added", ArrayType(StringType)),
602+
Property("tags_removed", ArrayType(StringType)),
601603
),
602604
),
603605
Property("app_package_code", StringType),

0 commit comments

Comments
 (0)