docs/ConversationAgentAuthResponse.md in ultracart_api-4.0.35.rc vs docs/ConversationAgentAuthResponse.md in ultracart_api-4.0.36.rc
- old
+ new
@@ -4,19 +4,23 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** | | [optional] |
| **jwt** | **String** | | [optional] |
+| **merchant_id** | **String** | | [optional] |
+| **twilio_phone_numbers** | **Array<String>** | | [optional] |
| **websocket_url** | **String** | | [optional] |
## Example
```ruby
require 'ultracart_api'
instance = UltracartClient::ConversationAgentAuthResponse.new(
conversation_participant_arn: null,
jwt: null,
+ merchant_id: null,
+ twilio_phone_numbers: null,
websocket_url: null
)
```