Skip to content

Commit cb1296d

Browse files
authored
Merge pull request #3 from MarletteFunding/DATA-2107-zd-update-history-object-in-tap
Data 2107 zd update history object in tap
2 parents 3a8484e + d98fd7a commit cb1296d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

tap_zendesk_chat/schemas/chat_history.json

+36
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@
66
"string"
77
]
88
},
9+
"index": {
10+
"type": [
11+
"null",
12+
"integer"
13+
]
14+
},
15+
"comment": {
16+
"type": [
17+
"null",
18+
"string"
19+
]
20+
},
21+
"agent_id": {
22+
"type": [
23+
"null",
24+
"integer"
25+
]
26+
},
27+
"initiator": {
28+
"type": [
29+
"null",
30+
"string"
31+
]
32+
},
33+
"sender_type": {
34+
"type": [
35+
"null",
36+
"string"
37+
]
38+
},
39+
"to": {
40+
"type": [
41+
"null",
42+
"string"
43+
]
44+
},
945
"channel": {
1046
"type": [
1147
"null",

0 commit comments

Comments
 (0)