docs/ConversationAgentAuthResponse.md in ultracart_api-4.0.36.rc vs docs/ConversationAgentAuthResponse.md in ultracart_api-4.0.37.rc
- old
+ new
@@ -3,10 +3,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** | | [optional] |
+| **conversation_participant_name** | **String** | | [optional] |
| **jwt** | **String** | | [optional] |
| **merchant_id** | **String** | | [optional] |
| **twilio_phone_numbers** | **Array<String>** | | [optional] |
| **websocket_url** | **String** | | [optional] |
@@ -15,9 +16,10 @@
```ruby
require 'ultracart_api'
instance = UltracartClient::ConversationAgentAuthResponse.new(
conversation_participant_arn: null,
+ conversation_participant_name: null,
jwt: null,
merchant_id: null,
twilio_phone_numbers: null,
websocket_url: null
)