docs/Conversation.md in ultracart_api-4.0.90.rc vs docs/Conversation.md in ultracart_api-4.0.91.rc

- old
+ new

@@ -6,10 +6,11 @@ | ---- | ---- | ----------- | ----- | | **base_language_iso_code** | **String** | The base language iso code for the StoreFront that everything is translated into | [optional] | | **closed** | **Boolean** | | [optional] | | **conversation_arn** | **String** | | [optional] | | **conversation_uuid** | **String** | | [optional] | +| **customer_first_message_unresponded_to_dts** | **String** | Date/time of the first customer message that is unresponded to. | [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] | @@ -30,9 +31,10 @@ instance = UltracartClient::Conversation.new( base_language_iso_code: null, closed: null, conversation_arn: null, conversation_uuid: null, + customer_first_message_unresponded_to_dts: 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,