docs/AppUser.md in smooch-api-4.1.0 vs docs/AppUser.md in smooch-api-4.2.0
- old
+ new
@@ -1,17 +1,17 @@
# SmoochApi::AppUser
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**_id** | **String** | The app user's ID, generated automatically. |
-**user_id** | **String** | The app user's userId. This ID is specified by the appMaker. | [optional]
-**given_name** | **String** | The app user's given name. | [optional]
+**id** | **String** | The app user's ID, generated automatically. |
+**userId** | **String** | The app user's userId. This ID is specified by the appMaker. | [optional]
+**givenName** | **String** | The app user's given name. | [optional]
**surname** | **String** | The app user's surname. | [optional]
**email** | **String** | The app user's email. | [optional]
-**signed_up_at** | **String** | A datetime string with the format *yyyy-mm-ddThh:mm:ssZ* representing the moment an appUser was created. | [optional]
+**signedUpAt** | **String** | A datetime string with the format *yyyy-mm-ddThh:mm:ssZ* representing the moment an appUser was created. | [optional]
**properties** | **Object** | Custom properties for the app user. |
-**conversation_started** | **BOOLEAN** | Flag indicating if the conversation has started for the app user. |
+**conversationStarted** | **BOOLEAN** | Flag indicating if the conversation has started for the app user. |
**clients** | [**Array<Client>**](Client.md) | List of clients associated with the app user. | [optional]
-**pending_clients** | [**Array<Client>**](Client.md) | As clients, but containing linked clients which have not been confirmed yet (i.e. Twilio SMS). | [optional]
+**pendingClients** | [**Array<Client>**](Client.md) | As clients, but containing linked clients which have not been confirmed yet (i.e. Twilio SMS). | [optional]