docs/ConversationEngagement.md in ultracart_api-4.0.136 vs docs/ConversationEngagement.md in ultracart_api-4.0.137

- old
+ new

@@ -5,10 +5,11 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | | [optional] | | **conversation_engagement_oid** | **Integer** | | [optional] | | **customer_greeting** | **String** | | [optional] | +| **customer_initiated** | **Boolean** | | [optional] | | **department_oids** | **Array<Integer>** | | [optional] | | **engagement_name** | **String** | | [optional] | | **equation** | [**ConversationEngagementEquation**](ConversationEngagementEquation.md) | | [optional] | | **time_on_page** | **Integer** | | [optional] | | **visitor_type** | **String** | The type of visitor | [optional] | @@ -20,9 +21,10 @@ instance = UltracartClient::ConversationEngagement.new( active: null, conversation_engagement_oid: null, customer_greeting: null, + customer_initiated: null, department_oids: null, engagement_name: null, equation: null, time_on_page: null, visitor_type: null