docs/ConversationAgentAuth.md in ultracart_api-4.0.210 vs docs/ConversationAgentAuth.md in ultracart_api-4.0.211
- old
+ new
@@ -6,11 +6,14 @@
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** | | [optional] |
| **conversation_participant_name** | **String** | | [optional] |
| **jwt** | **String** | | [optional] |
| **merchant_id** | **String** | | [optional] |
+| **pbx_admin** | **Boolean** | | [optional] |
| **pbx_jwt** | **String** | | [optional] |
+| **pbx_supervisor** | **Boolean** | | [optional] |
+| **pbx_user** | **Boolean** | | [optional] |
| **pbx_voice_identity** | **String** | | [optional] |
| **pbx_voice_token** | **String** | | [optional] |
| **pbx_worker_token** | **String** | | [optional] |
| **twilio_accounts** | [**Array<ConversationTwilioAccount>**](ConversationTwilioAccount.md) | | [optional] |
| **websocket_url** | **String** | | [optional] |
@@ -23,10 +26,13 @@
instance = UltracartClient::ConversationAgentAuth.new(
conversation_participant_arn: null,
conversation_participant_name: null,
jwt: null,
merchant_id: null,
+ pbx_admin: null,
pbx_jwt: null,
+ pbx_supervisor: null,
+ pbx_user: null,
pbx_voice_identity: null,
pbx_voice_token: null,
pbx_worker_token: null,
twilio_accounts: null,
websocket_url: null