From 638b8190c182ca54719f8b79f88f5e1fc6f596c9 Mon Sep 17 00:00:00 2001 From: Aishwarya Gupta Date: Fri, 27 Aug 2021 17:59:30 +0100 Subject: [PATCH 1/3] updating-agent-activity-schema --- tap_zendesk/schemas/agents_activity.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tap_zendesk/schemas/agents_activity.json b/tap_zendesk/schemas/agents_activity.json index 5cee941..904f6c3 100644 --- a/tap_zendesk/schemas/agents_activity.json +++ b/tap_zendesk/schemas/agents_activity.json @@ -95,7 +95,8 @@ ] }, "call_status": { - "type": "null" + "type":[ "null", + "string"] }, "agent_state": { "type": [ From 2f337969eb574994f309b6b72d22b3180dd9b52c Mon Sep 17 00:00:00 2001 From: Aishwarya Gupta Date: Fri, 27 Aug 2021 18:02:26 +0100 Subject: [PATCH 2/3] updating-agent-activity-schema --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4e03a..fffa6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.6 + * Adding schema type "string" to call status field for agents_activity + ## 1.0.5 * Added stream agents_activity * upgraded zenpy version to 2.0.24 diff --git a/setup.py b/setup.py index e5c3ae6..c4e69b7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='twilio-tap-zendesk', - version='1.0.5', + version='1.0.6', description='Singer.io tap for extracting data from the Zendesk API', author='Twilio', url='https://github.com/twilio-labs/twilio-tap-zendesk', From 5bfc7a854ec9abe4784e8cf1e97bb472e4146da6 Mon Sep 17 00:00:00 2001 From: Aishwarya Gupta Date: Fri, 27 Aug 2021 18:07:06 +0100 Subject: [PATCH 3/3] updating-agent-activity-schema --- tap_zendesk/schemas/agents_activity.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tap_zendesk/schemas/agents_activity.json b/tap_zendesk/schemas/agents_activity.json index 904f6c3..a54b68f 100644 --- a/tap_zendesk/schemas/agents_activity.json +++ b/tap_zendesk/schemas/agents_activity.json @@ -95,8 +95,9 @@ ] }, "call_status": { - "type":[ "null", - "string"] + "type": [ "null", + "string" + ] }, "agent_state": { "type": [