Skip to content

Commit

Permalink
Merge pull request #8 from guptaa3/updating-agent-activity-schema
Browse files Browse the repository at this point in the history
updating-agent-activity-schema
  • Loading branch information
guptaa3 authored Aug 27, 2021
2 parents e1ab5cd + 5bfc7a8 commit 1868481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 3 additions & 1 deletion tap_zendesk/schemas/agents_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
]
},
"call_status": {
"type": "null"
"type": [ "null",
"string"
]
},
"agent_state": {
"type": [
Expand Down

0 comments on commit 1868481

Please sign in to comment.