docs/Conversation.md in ultracart_api-4.0.73.rc vs docs/Conversation.md in ultracart_api-4.0.74.rc

- old
+ new

@@ -8,10 +8,11 @@ | **conversation_arn** | **String** | | [optional] | | **conversation_uuid** | **String** | | [optional] | | **last_conversation_message_body** | **String** | | [optional] | | **last_conversation_participant_arn** | **String** | | [optional] | | **last_conversation_participant_name** | **String** | | [optional] | +| **last_interactive_message_dts** | **String** | Last interactive message date/time | [optional] | | **last_message_dts** | **String** | Last message date/time | [optional] | | **medium** | **String** | The communication medium of the customer. | [optional] | | **merchant_id** | **String** | | [optional] | | **message_count** | **Integer** | | [optional] | | **messages** | [**Array<ConversationMessage>**](ConversationMessage.md) | | [optional] | @@ -30,9 +31,10 @@ conversation_arn: null, conversation_uuid: null, last_conversation_message_body: null, last_conversation_participant_arn: null, last_conversation_participant_name: null, + last_interactive_message_dts: null, last_message_dts: null, medium: null, merchant_id: null, message_count: null, messages: null,