From d98fd7ab2c489f03bd021d554e8c40701cbdc5c6 Mon Sep 17 00:00:00 2001 From: David Rossi Date: Mon, 20 Nov 2023 11:38:11 -0500 Subject: [PATCH] history schema change --- tap_zendesk_chat/schemas/chat_history.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/tap_zendesk_chat/schemas/chat_history.json b/tap_zendesk_chat/schemas/chat_history.json index a0771d6..a3b01b6 100644 --- a/tap_zendesk_chat/schemas/chat_history.json +++ b/tap_zendesk_chat/schemas/chat_history.json @@ -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",