Skip to content

Commit 44c6646

Browse files
authored
Add-properties (#59)
* add missing custom attributes to conversations * formatting
1 parent 1e86a1a commit 44c6646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tap_intercom/schemas.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,16 @@
316316
),
317317
),
318318
),
319+
Property("language", StringType),
320+
Property("event_link", StringType),
321+
Property("eventcode", StringType),
322+
Property("organisercode", StringType),
323+
Property("secureswap_fr", StringType),
324+
Property("modify_event", StringType),
325+
Property("primary_ticketing_uk", StringType),
326+
Property("eventix_link", StringType),
327+
Property("primary_ticketing_fr", StringType),
328+
Property("modifier_l'événement", StringType),
319329
),
320330
),
321331
).to_dict()

0 commit comments

Comments
 (0)