1
0
mirror of synced 2026-01-16 09:06:29 -05:00
Files
airbyte/airbyte-integrations/connectors/source-intercom/integration_tests/sample_state.json
Christian Gagnon 65b42c862a 🐛 Source Intercom: Fix "updated_at" data type (#6087)
* Intercom: Fix "updated_at" data type

* Add start date formatting to timestamp

* Update updated_at field for all schemas and integration tests

* Bumped version

Co-authored-by: lazebnyi <serglazebny@gmail.com>
2021-09-20 15:29:50 +03:00

21 lines
327 B
JSON
Executable File

{
"companies": {
"updated_at": 1626086649
},
"company_segments": {
"updated_at": 1626086649
},
"conversations": {
"updated_at": 1626086649
},
"conversation_parts": {
"updated_at": 1626086649
},
"contacts": {
"updated_at": 1626086649
},
"segments": {
"updated_at": 1626086649
}
}