Skip to content

Commit

Permalink
Merge pull request #3 from MarletteFunding/DATA-2107-zd-update-histor…
Browse files Browse the repository at this point in the history
…y-object-in-tap

Data 2107 zd update history object in tap
  • Loading branch information
DRossi92 authored Nov 20, 2023
2 parents 3a8484e + d98fd7a commit cb1296d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tap_zendesk_chat/schemas/chat_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@
"string"
]
},
"index": {
"type": [
"null",
"integer"
]
},
"comment": {
"type": [
"null",
"string"
]
},
"agent_id": {
"type": [
"null",
"integer"
]
},
"initiator": {
"type": [
"null",
"string"
]
},
"sender_type": {
"type": [
"null",
"string"
]
},
"to": {
"type": [
"null",
"string"
]
},
"channel": {
"type": [
"null",
Expand Down

0 comments on commit cb1296d

Please sign in to comment.