docs/ConversationWebchatQueueStatus.md in ultracart_api-4.0.44.rc vs docs/ConversationWebchatQueueStatus.md in ultracart_api-4.0.45.rc
- old
+ new
@@ -12,10 +12,11 @@
| **customer_abandon_count** | **Integer** | | [optional] |
| **customer_active_count** | **Integer** | | [optional] |
| **customer_average_abandon_time_seconds** | **Integer** | | [optional] |
| **customer_average_chat_time_seconds** | **Integer** | | [optional] |
| **customer_average_hold_time_seconds** | **Integer** | | [optional] |
+| **customer_chat_count** | **Integer** | | [optional] |
| **customer_waiting_count** | **Integer** | | [optional] |
| **customer_waiting_join_dts** | **String** | Date/time that the oldest person joined the queue | [optional] |
| **queue_entries** | [**Array<ConversationWebchatQueueStatusQueueEntry>**](ConversationWebchatQueueStatusQueueEntry.md) | | [optional] |
| **queue_name** | **String** | | [optional] |
@@ -33,9 +34,10 @@
customer_abandon_count: null,
customer_active_count: null,
customer_average_abandon_time_seconds: null,
customer_average_chat_time_seconds: null,
customer_average_hold_time_seconds: null,
+ customer_chat_count: null,
customer_waiting_count: null,
customer_waiting_join_dts: null,
queue_entries: null,
queue_name: null
)