Skip to content

Commit

Permalink
history schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
DRossi92 committed Nov 20, 2023
1 parent 3a8484e commit d98fd7a
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 d98fd7a

Please sign in to comment.