docs/Conversation.md in ultracart_api-4.0.80.rc vs docs/Conversation.md in ultracart_api-4.0.81.rc
- old
+ new
@@ -2,10 +2,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
+| **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] |
| **last_conversation_message_body** | **String** | | [optional] |
| **last_conversation_participant_arn** | **String** | | [optional] |
@@ -25,9 +26,10 @@
```ruby
require 'ultracart_api'
instance = UltracartClient::Conversation.new(
+ base_language_iso_code: null,
closed: null,
conversation_arn: null,
conversation_uuid: null,
last_conversation_message_body: null,
last_conversation_participant_arn: null,